.btn {
  border-radius: 80px;
}
body {
  font-family: 'Poppins', sans-serif;
}
.display-1 {
  font-family: 'conthrax-sb';
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'conthrax-sb';
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.5rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #fedb01 !important;
}
.bg-success {
  background-color: #eff0f6 !important;
}
.bg-info {
  background-color: #3f69ff !important;
}
.bg-warning {
  background-color: #ff9417 !important;
}
.bg-danger {
  background-color: #ff695c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fedb01 !important;
  border-color: #fedb01 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a89101 !important;
  border-color: #a89101 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #a89101 !important;
  border-color: #a89101 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8c8c95 !important;
  border-color: #8c8c95 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #616169 !important;
  border-color: #616169 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #616169 !important;
  border-color: #616169 !important;
}
.btn-info,
.btn-info:active {
  background-color: #3f69ff !important;
  border-color: #3f69ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0033e7 !important;
  border-color: #0033e7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0033e7 !important;
  border-color: #0033e7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #eff0f6 !important;
  border-color: #eff0f6 !important;
  color: #535c93 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b8bcd7 !important;
  border-color: #b8bcd7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #535c93 !important;
  background-color: #b8bcd7 !important;
  border-color: #b8bcd7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9417 !important;
  border-color: #ff9417 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #bf6700 !important;
  border-color: #bf6700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bf6700 !important;
  border-color: #bf6700 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff695c !important;
  border-color: #ff695c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff1905 !important;
  border-color: #ff1905 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff1905 !important;
  border-color: #ff1905 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fedb01;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a89101 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #fedb01 !important;
  border-color: #fedb01 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8c8c95;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #616169 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8c8c95 !important;
  border-color: #8c8c95 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3f69ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0033e7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3f69ff !important;
  border-color: #3f69ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eff0f6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b8bcd7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #535c93 !important;
  background-color: #eff0f6 !important;
  border-color: #eff0f6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9417;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bf6700 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9417 !important;
  border-color: #ff9417 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff695c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff1905 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff695c !important;
  border-color: #ff695c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fedb01 !important;
}
.text-secondary {
  color: #8c8c95 !important;
}
.text-success {
  color: #eff0f6 !important;
}
.text-info {
  color: #3f69ff !important;
}
.text-warning {
  color: #ff9417 !important;
}
.text-danger {
  color: #ff695c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3f69ff !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3f69ff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3f69ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #002fd8 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3f69ff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3f69ff !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #3f69ff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #3f69ff !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.3s;
  /*position: relative;
        background-image: linear-gradient(currentColor 50%, currentColor 50%);
        background-size: 10000px 2px;
        background-repeat: no-repeat;
        background-position: 0 1.2em;*/
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #fedb01;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3f69ff;
}
.alert-warning {
  background-color: #ff9417;
}
.alert-danger {
  background-color: #ff695c;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fedb01;
  border-color: #fedb01;
  color: #191600;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff8cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff2e3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fedb01 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #fedb01;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fedb01;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fedb01;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fedb01;
  border-bottom-color: #fedb01;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fedb01 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #8c8c95 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23fedb01' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1220px;
}
a {
  transition: color 300ms ease !important;
  font-weight: 400 !important;
}
a.text-primary:hover {
  color: #3f69ff !important;
}
a.text-secondary:hover {
  color: #3f69ff !important;
}
a.text-success:hover {
  color: #3f69ff !important;
}
a.text-info:hover {
  color: #3f69ff !important;
}
a.text-warning:hover {
  color: #3f69ff !important;
}
a.text-danger:hover {
  color: #3f69ff !important;
}
a.text-white:hover {
  color: #3f69ff !important;
}
a.text-black:hover {
  color: #3f69ff !important;
}
.btn.btn-primary:hover {
  background-color: #14142b !important;
  border-color: #14142b !important;
  color: #ffffff !important;
}
.btn.btn-secondary {
  background: transparent !important;
  border: 1px solid #e2e3e9 !important;
  color: #14142b !important;
}
.btn.btn-secondary:hover {
  background: #e2e3e9 !important;
  color: #14142b !important;
}
.btn,
.btn-lg {
  box-shadow: none !important;
}
body {
  line-height: 1.667em;
  line-height: 30px;
}
.btn,
.btn-lg {
  margin-top: 0;
  margin-bottom: 0;
}
span.btn {
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
span.btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
a.btn {
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
a.btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
button {
  background-color: transparent;
  border-color: transparent;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.cid-sLnr1kEfeQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sLnr1kEfeQ nav.navbar {
  position: fixed;
}
.cid-sLnr1kEfeQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLnr1kEfeQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sLnr1kEfeQ .dropdown-item:hover,
.cid-sLnr1kEfeQ .dropdown-item:focus {
  color: #fedb01 !important;
}
.cid-sLnr1kEfeQ .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sLnr1kEfeQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLnr1kEfeQ .nav-link {
  position: relative;
  transition: all 0.1s;
  padding: 0;
}
.cid-sLnr1kEfeQ .container {
  display: flex;
  margin: auto;
}
.cid-sLnr1kEfeQ .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLnr1kEfeQ .dropdown-menu,
.cid-sLnr1kEfeQ .navbar.opened {
  background: #000000 !important;
}
.cid-sLnr1kEfeQ .nav-item:focus,
.cid-sLnr1kEfeQ .nav-link:focus {
  outline: none;
}
.cid-sLnr1kEfeQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLnr1kEfeQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLnr1kEfeQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLnr1kEfeQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLnr1kEfeQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLnr1kEfeQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLnr1kEfeQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sLnr1kEfeQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sLnr1kEfeQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sLnr1kEfeQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sLnr1kEfeQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLnr1kEfeQ .navbar.collapsed {
  justify-content: center;
}
.cid-sLnr1kEfeQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLnr1kEfeQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLnr1kEfeQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sLnr1kEfeQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLnr1kEfeQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLnr1kEfeQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sLnr1kEfeQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLnr1kEfeQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLnr1kEfeQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLnr1kEfeQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLnr1kEfeQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLnr1kEfeQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLnr1kEfeQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLnr1kEfeQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sLnr1kEfeQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLnr1kEfeQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLnr1kEfeQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLnr1kEfeQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLnr1kEfeQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLnr1kEfeQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLnr1kEfeQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLnr1kEfeQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLnr1kEfeQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLnr1kEfeQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLnr1kEfeQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLnr1kEfeQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLnr1kEfeQ .dropdown-item.active,
.cid-sLnr1kEfeQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sLnr1kEfeQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLnr1kEfeQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLnr1kEfeQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLnr1kEfeQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sLnr1kEfeQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLnr1kEfeQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLnr1kEfeQ ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sLnr1kEfeQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLnr1kEfeQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sLnr1kEfeQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fedb01;
}
.cid-sLnr1kEfeQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLnr1kEfeQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLnr1kEfeQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLnr1kEfeQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLnr1kEfeQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLnr1kEfeQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLnr1kEfeQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLnr1kEfeQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLnr1kEfeQ .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sLnr1kEfeQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLnr1kEfeQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLnr1kEfeQ .navbar {
    height: 70px;
  }
  .cid-sLnr1kEfeQ .navbar.opened {
    height: auto;
  }
  .cid-sLnr1kEfeQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLnr1kEfeQ a {
  display: inline;
}
.cid-sLnr1kEfeQ img {
  display: inline;
  padding-right: 10px;
}
.cid-sLnr1kEfeQ .dropdown-toggle:after {
  display: none;
}
.cid-sLnr1kEfeQ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sLnr1kEfeQ .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-sLnr1kEfeQ .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sLnr1kEfeQ .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sLnr1kEfeQ .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sLnr1kEfeQ .nav-item {
  margin-right: 32px;
}
.cid-sLnr1kEfeQ .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sLnr1kEfeQ ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sLnr1kEfeQ .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sLnr1kEfeQ .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sLnr1kEfeQ .navbar-nav {
  margin: auto;
}
.cid-sLnr1kEfeQ .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sLnr1kEfeQ .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-sLnr1kEfeQ .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sLnr1kEfeQ .btn {
  border-radius: 1000px !important;
}
.cid-sLnr1kEfeQ .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-sLnr1kEfeQ .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sLnr1kEfeQ .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sLnr1kEfeQ .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sLnr1kEfeQ .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-sLnr1kEfeQ .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sLnr1kEfeQ .top {
    margin-top: 25px;
  }
}
.cid-sLnr1kEfeQ .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sLnr1kEfeQ .container,
  .cid-sLnr1kEfeQ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sLnr1kEfeQ li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sLnr1kEfeQ ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sLnr1kEfeQ .icons-menu {
    min-width: initial !important;
  }
  .cid-sLnr1kEfeQ a.btn {
    margin-top: 10px;
  }
}
.cid-sLnr1kEfeQ a.btn > span {
  margin-left: 0.5rem;
}
.cid-sLnr1kEfeQ html {
  scroll-behavior: smooth !important;
}
.cid-sLnr1kEfeQ .nav-link1 {
  color: #ff695c !important;
  text-decoration: underline;
}
.cid-tDWDWxgyGN {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fulldip-magyarorszag-header-car.jpg");
}
.cid-tDWDWxgyGN H1 {
  color: #ffffff;
}
.cid-tDWDWxgyGN .mbr-text,
.cid-tDWDWxgyGN .mbr-section-btn {
  color: #ffffff;
}
.cid-tDWDWxgyGN img {
  width: 80%;
  border-radius: 10px;
  animation: line 6s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@media (max-width: 992px) {
  .cid-tDWDWxgyGN img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-tCCpF0z62d {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tCCpF0z62d img {
  border-radius: 0px;
}
.cid-tCCpF0z62d .row {
  justify-content: center;
}
.cid-tCCpF0z62d .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tCCpxvYr3r {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tCCpxvYr3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCCpxvYr3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCCpxvYr3r .mbr-section-title {
  text-align: center;
  color: #fedb01;
}
.cid-tCCpxvYr3r .mbr-text,
.cid-tCCpxvYr3r .mbr-section-btn {
  text-align: center;
  color: #8c8c95;
}
.cid-tCCpxvYr3r b,
.cid-tCCpxvYr3r strong {
  font-weight: 900;
}
.cid-tCCpxvYr3r .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tCCpxvYr3r H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tDWMVZZdAy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDWMVZZdAy .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-tDWMVZZdAy .mbr-section-title {
  text-align: center;
  color: #111111;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-tDWMVZZdAy .row {
  align-items: center;
  height: 100%;
}
.cid-tDWMVZZdAy .wrapper {
  margin: auto;
}
.cid-tCCwmqMbAd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tCCwmqMbAd img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-tCCwmqMbAd .img-wrapper {
  margin-bottom: 1.8rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tCCwmqMbAd .card .img-wrapper {
  overflow: hidden;
}
.cid-tCCwmqMbAd .card:hover {
  cursor: pointer;
}
.cid-tCCwmqMbAd .card:hover img {
  transform: scale(1.05);
}
.cid-tCCwmqMbAd .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-tCCwmqMbAd .mbr-section-title:hover {
  color: #000;
}
.cid-tCCwmqMbAd .mbr-section-date {
  color: #999999;
}
.cid-tCCwmqMbAd .mbr-section-text {
  color: #999999;
}
.cid-tCCQxaxAXR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tCCQxaxAXR img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-tCCQxaxAXR .img-wrapper {
  margin-bottom: 1.8rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tCCQxaxAXR .card .img-wrapper {
  overflow: hidden;
}
.cid-tCCQxaxAXR .card:hover {
  cursor: pointer;
}
.cid-tCCQxaxAXR .card:hover img {
  transform: scale(1.05);
}
.cid-tCCQxaxAXR .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-tCCQxaxAXR .mbr-section-title:hover {
  color: #000;
}
.cid-tCCQxaxAXR .mbr-section-date {
  color: #999999;
}
.cid-tCCQxaxAXR .mbr-section-text {
  color: #999999;
}
.cid-tDWNLfgKu6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fedb01;
}
.cid-tDWNLfgKu6 .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-tDWNLfgKu6 .mbr-section-title {
  text-align: center;
  color: #111111;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-tDWNLfgKu6 .row {
  align-items: center;
  height: 100%;
}
.cid-tDWNLfgKu6 .wrapper {
  margin: auto;
}
.cid-tDWNvVTShc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDWNvVTShc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDWNvVTShc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDWNvVTShc b,
.cid-tDWNvVTShc strong {
  font-weight: 900;
}
.cid-tDWNvVTShc .mbr-section-title {
  color: #111111;
}
.cid-tDWNvVTShc .mbr-section-subtitle {
  color: #8c8c95;
}
.cid-tDWNvVTShc h4 {
  font-size: 14px !important;
}
.cid-tDWNvVTShc h3 {
  margin-bottom: 3px !important;
  padding-bottom: 3px !important;
}
#custom-html-4q {
  /* Type valid CSS here */
}
#custom-html-4q div {
  padding: 80px 0;
  margin: auto;
  width: 80%;
  color: #777;
  text-align: center;
}
#custom-html-4q p {
  font-size: 60px;
  color: #777;
}
.cid-tDWQ29eMN0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-tDWQ29eMN0 img,
.cid-tDWQ29eMN0 .item-img {
  vertical-align: middle;
}
.cid-tDWQ29eMN0 .item:focus,
.cid-tDWQ29eMN0 span:focus {
  outline: none;
}
.cid-tDWQ29eMN0 .item-img {
  height: 15rem;
}
.cid-tDWQ29eMN0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDWQ29eMN0 .item-content,
.cid-tDWQ29eMN0 .item-footer {
  background: #ffffff;
}
.cid-tDWQ29eMN0 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tDWQ29eMN0 .item {
  padding: 0;
  margin: 0;
}
.cid-tDWQ29eMN0 .features-image {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media (min-width: 992px) {
  .cid-tDWQ29eMN0 .features-image {
    width: 20% !important;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-tDWQ29eMN0 .features-image-wrap {
  flex-wrap: wrap;
}
.cid-tDWQ29eMN0 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 992px) {
  .cid-tDWQ29eMN0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDWQ29eMN0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tDWQ29eMN0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDWQ29eMN0 .mbr-section-title b:last-child,
.cid-tDWQ29eMN0 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tDWQ29eMN0 .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-tCD0Shm7wk {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-tCD0Shm7wk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCD0Shm7wk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCD0Shm7wk .mbr-section-title {
  text-align: center;
  color: #fedb01;
}
.cid-tCD0Shm7wk .mbr-text,
.cid-tCD0Shm7wk .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tCD0Shm7wk b,
.cid-tCD0Shm7wk strong {
  font-weight: 900;
}
.cid-tCD0Shm7wk .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tDWTrE0ScS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-tDWTrE0ScS img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-tDWTrE0ScS .img-wrapper {
  margin-bottom: 1.8rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tDWTrE0ScS .card .img-wrapper {
  overflow: hidden;
}
.cid-tDWTrE0ScS .card:hover {
  cursor: pointer;
}
.cid-tDWTrE0ScS .card:hover img {
  transform: scale(1);
}
.cid-tDWTrE0ScS .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tDWTrE0ScS .mbr-section-title:hover {
  color: #d2d2d2;
}
.cid-tDWTrE0ScS .mbr-section-date {
  color: #999999;
}
.cid-tDWTrE0ScS .mbr-section-text {
  color: #fedb01;
}
.cid-tDWVLuQelA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-tDWVLuQelA img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-tDWVLuQelA .img-wrapper {
  margin-bottom: 1.8rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tDWVLuQelA .card .img-wrapper {
  overflow: hidden;
}
.cid-tDWVLuQelA .card:hover {
  cursor: pointer;
}
.cid-tDWVLuQelA .card:hover img {
  transform: scale(1);
}
.cid-tDWVLuQelA .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tDWVLuQelA .mbr-section-title:hover {
  color: #d2d2d2;
}
.cid-tDWVLuQelA .mbr-section-date {
  color: #999999;
}
.cid-tDWVLuQelA .mbr-section-text {
  color: #fedb01;
}
.cid-tDWVM6FMV6 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tDWVM6FMV6 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-tDWVM6FMV6 .img-wrapper {
  margin-bottom: 1.8rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tDWVM6FMV6 .card .img-wrapper {
  overflow: hidden;
}
.cid-tDWVM6FMV6 .card:hover {
  cursor: pointer;
}
.cid-tDWVM6FMV6 .card:hover img {
  transform: scale(1);
}
.cid-tDWVM6FMV6 .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tDWVM6FMV6 .mbr-section-title:hover {
  color: #d2d2d2;
}
.cid-tDWVM6FMV6 .mbr-section-date {
  color: #999999;
}
.cid-tDWVM6FMV6 .mbr-section-text {
  color: #fedb01;
}
.cid-tEjaQv7fqw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #111111;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-tEjaQv7fqw img,
.cid-tEjaQv7fqw .item-img {
  vertical-align: middle;
}
.cid-tEjaQv7fqw .item:focus,
.cid-tEjaQv7fqw span:focus {
  outline: none;
}
.cid-tEjaQv7fqw .item-img {
  height: 15rem;
}
.cid-tEjaQv7fqw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tEjaQv7fqw .item-content,
.cid-tEjaQv7fqw .item-footer {
  background: #ffffff;
}
.cid-tEjaQv7fqw .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tEjaQv7fqw .item {
  padding: 0;
  margin: 0;
}
.cid-tEjaQv7fqw .features-image {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media (min-width: 992px) {
  .cid-tEjaQv7fqw .features-image {
    width: 20% !important;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-tEjaQv7fqw .features-image-wrap {
  flex-wrap: wrap;
}
.cid-tEjaQv7fqw .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 992px) {
  .cid-tEjaQv7fqw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tEjaQv7fqw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tEjaQv7fqw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tEjaQv7fqw .mbr-section-title b:last-child,
.cid-tEjaQv7fqw .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tEjaQv7fqw .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-tE2QJaBpBJ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tE2QJaBpBJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2QJaBpBJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE2QJaBpBJ .mbr-section-title {
  text-align: center;
  color: #303030;
}
.cid-tE2QJaBpBJ .mbr-text,
.cid-tE2QJaBpBJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tE2QJaBpBJ b,
.cid-tE2QJaBpBJ strong {
  font-weight: 900;
}
.cid-tE2QJaBpBJ .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tE2QJLZ8Wl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tE2QJLZ8Wl img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-tE2QJLZ8Wl .img-wrapper {
  margin-bottom: 1.8rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tE2QJLZ8Wl .card .img-wrapper {
  overflow: hidden;
}
.cid-tE2QJLZ8Wl .card:hover {
  cursor: pointer;
}
.cid-tE2QJLZ8Wl .card:hover img {
  transform: scale(1);
}
.cid-tE2QJLZ8Wl .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #303030;
}
.cid-tE2QJLZ8Wl .mbr-section-title:hover {
  color: #555555;
}
.cid-tE2QJLZ8Wl .mbr-section-date {
  color: #999999;
}
.cid-tE2QJLZ8Wl .mbr-section-text {
  color: #8c8c95;
}
.cid-tE2RVJvJac {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tE2RVJvJac .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2RVJvJac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE2RVJvJac b,
.cid-tE2RVJvJac strong {
  font-weight: 900;
}
.cid-tE2RVJvJac .mbr-section-title {
  color: #111111;
}
.cid-tE2RVJvJac .mbr-section-subtitle {
  color: #8c8c95;
}
.cid-tE2RVJvJac h4 {
  font-size: 14px !important;
}
.cid-tE2RVJvJac h3 {
  margin-bottom: 3px !important;
  padding-bottom: 3px !important;
}
.cid-tEjb0YjnFo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-tEjb0YjnFo img,
.cid-tEjb0YjnFo .item-img {
  vertical-align: middle;
}
.cid-tEjb0YjnFo .item:focus,
.cid-tEjb0YjnFo span:focus {
  outline: none;
}
.cid-tEjb0YjnFo .item-img {
  height: 15rem;
}
.cid-tEjb0YjnFo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tEjb0YjnFo .item-content,
.cid-tEjb0YjnFo .item-footer {
  background: #ffffff;
}
.cid-tEjb0YjnFo .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tEjb0YjnFo .item {
  padding: 0;
  margin: 0;
}
.cid-tEjb0YjnFo .features-image {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media (min-width: 992px) {
  .cid-tEjb0YjnFo .features-image {
    width: 20% !important;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-tEjb0YjnFo .features-image-wrap {
  flex-wrap: wrap;
}
.cid-tEjb0YjnFo .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 992px) {
  .cid-tEjb0YjnFo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tEjb0YjnFo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tEjb0YjnFo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tEjb0YjnFo .mbr-section-title b:last-child,
.cid-tEjb0YjnFo .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tEjb0YjnFo .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-tEj6Q13jdY {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-tEj6Q13jdY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEj6Q13jdY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEj6Q13jdY .mbr-section-title {
  text-align: center;
  color: #fedb01;
}
.cid-tEj6Q13jdY .mbr-text,
.cid-tEj6Q13jdY .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tEj6Q13jdY b,
.cid-tEj6Q13jdY strong {
  font-weight: 900;
}
.cid-tEj6Q13jdY .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tEj6RLRtth {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tEj6RLRtth img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-tEj6RLRtth .img-wrapper {
  margin-bottom: 1.8rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tEj6RLRtth .card .img-wrapper {
  overflow: hidden;
}
.cid-tEj6RLRtth .card:hover {
  cursor: pointer;
}
.cid-tEj6RLRtth .card:hover img {
  transform: scale(1);
}
.cid-tEj6RLRtth .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tEj6RLRtth .mbr-section-title:hover {
  color: #d2d2d2;
}
.cid-tEj6RLRtth .mbr-section-date {
  color: #999999;
}
.cid-tEj6RLRtth .mbr-section-text {
  color: #fedb01;
}
.cid-tEjb2M8WZg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #111111;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-tEjb2M8WZg img,
.cid-tEjb2M8WZg .item-img {
  vertical-align: middle;
}
.cid-tEjb2M8WZg .item:focus,
.cid-tEjb2M8WZg span:focus {
  outline: none;
}
.cid-tEjb2M8WZg .item-img {
  height: 15rem;
}
.cid-tEjb2M8WZg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tEjb2M8WZg .item-content,
.cid-tEjb2M8WZg .item-footer {
  background: #ffffff;
}
.cid-tEjb2M8WZg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tEjb2M8WZg .item {
  padding: 0;
  margin: 0;
}
.cid-tEjb2M8WZg .features-image {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media (min-width: 992px) {
  .cid-tEjb2M8WZg .features-image {
    width: 20% !important;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-tEjb2M8WZg .features-image-wrap {
  flex-wrap: wrap;
}
.cid-tEjb2M8WZg .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 992px) {
  .cid-tEjb2M8WZg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tEjb2M8WZg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tEjb2M8WZg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tEjb2M8WZg .mbr-section-title b:last-child,
.cid-tEjb2M8WZg .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tEjb2M8WZg .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-tEja0PG7BH {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tEja0PG7BH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEja0PG7BH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEja0PG7BH .mbr-section-title {
  text-align: center;
  color: #303030;
}
.cid-tEja0PG7BH .mbr-text,
.cid-tEja0PG7BH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tEja0PG7BH b,
.cid-tEja0PG7BH strong {
  font-weight: 900;
}
.cid-tEja0PG7BH .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tFlVvPHL3u {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tFlVvPHL3u img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-tFlVvPHL3u .img-wrapper {
  margin-bottom: 1.8rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tFlVvPHL3u .card .img-wrapper {
  overflow: hidden;
}
.cid-tFlVvPHL3u .card:hover {
  cursor: pointer;
}
.cid-tFlVvPHL3u .card:hover img {
  transform: scale(1);
}
.cid-tFlVvPHL3u .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #303030;
}
.cid-tFlVvPHL3u .mbr-section-title:hover {
  color: #555555;
}
.cid-tFlVvPHL3u .mbr-section-date {
  color: #999999;
}
.cid-tFlVvPHL3u .mbr-section-text {
  color: #8c8c95;
}
.cid-tEjd53XBJK {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-tEjd53XBJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEjd53XBJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEjd53XBJK .mbr-section-title {
  text-align: center;
  color: #fedb01;
}
.cid-tEjd53XBJK .mbr-text,
.cid-tEjd53XBJK .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tEjd53XBJK b,
.cid-tEjd53XBJK strong {
  font-weight: 900;
}
.cid-tEjd53XBJK .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tEq2RsLPvc {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tEq2RsLPvc img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-tEq2RsLPvc .img-wrapper {
  margin-bottom: 1.8rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tEq2RsLPvc .card .img-wrapper {
  overflow: hidden;
}
.cid-tEq2RsLPvc .card:hover {
  cursor: pointer;
}
.cid-tEq2RsLPvc .card:hover img {
  transform: scale(1);
}
.cid-tEq2RsLPvc .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tEq2RsLPvc .mbr-section-title:hover {
  color: #d2d2d2;
}
.cid-tEq2RsLPvc .mbr-section-date {
  color: #999999;
}
.cid-tEq2RsLPvc .mbr-section-text {
  color: #8c8c95;
}
.cid-tEq2RsLPvc h5 {
  font-size: 14px !important;
}
.cid-tEq3PJbvFe {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tEq3PJbvFe img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-tEq3PJbvFe .img-wrapper {
  margin-bottom: 1.8rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tEq3PJbvFe .card .img-wrapper {
  overflow: hidden;
}
.cid-tEq3PJbvFe .card:hover {
  cursor: pointer;
}
.cid-tEq3PJbvFe .card:hover img {
  transform: scale(1);
}
.cid-tEq3PJbvFe .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tEq3PJbvFe .mbr-section-title:hover {
  color: #d2d2d2;
}
.cid-tEq3PJbvFe .mbr-section-date {
  color: #999999;
}
.cid-tEq3PJbvFe .mbr-section-text {
  color: #8c8c95;
}
.cid-tEq3PJbvFe h5 {
  font-size: 14px !important;
}
.cid-tEq3P45so8 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tEq3P45so8 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-tEq3P45so8 .img-wrapper {
  margin-bottom: 1.8rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tEq3P45so8 .card .img-wrapper {
  overflow: hidden;
}
.cid-tEq3P45so8 .card:hover {
  cursor: pointer;
}
.cid-tEq3P45so8 .card:hover img {
  transform: scale(1);
}
.cid-tEq3P45so8 .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tEq3P45so8 .mbr-section-title:hover {
  color: #d2d2d2;
}
.cid-tEq3P45so8 .mbr-section-date {
  color: #999999;
}
.cid-tEq3P45so8 .mbr-section-text {
  color: #8c8c95;
}
.cid-tEq3P45so8 h5 {
  font-size: 14px !important;
}
.cid-tFUURPg8Yx {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tFUURPg8Yx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFUURPg8Yx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFUURPg8Yx .mbr-section-title {
  text-align: center;
  color: #303030;
}
.cid-tFUURPg8Yx .mbr-text,
.cid-tFUURPg8Yx .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tFUURPg8Yx b,
.cid-tFUURPg8Yx strong {
  font-weight: 900;
}
.cid-tFUURPg8Yx .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tFUUrYZOCz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tFUUrYZOCz img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-tFUUrYZOCz .img-wrapper {
  margin-bottom: 1.8rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tFUUrYZOCz .card .img-wrapper {
  overflow: hidden;
}
.cid-tFUUrYZOCz .card:hover {
  cursor: pointer;
}
.cid-tFUUrYZOCz .card:hover img {
  transform: scale(1);
}
.cid-tFUUrYZOCz .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #303030;
}
.cid-tFUUrYZOCz .mbr-section-title:hover {
  color: #555555;
}
.cid-tFUUrYZOCz .mbr-section-date {
  color: #999999;
}
.cid-tFUUrYZOCz .mbr-section-text {
  color: #8c8c95;
}
.cid-tFUUQz7B18 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tFUUQz7B18 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-tFUUQz7B18 .img-wrapper {
  margin-bottom: 1.8rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tFUUQz7B18 .card .img-wrapper {
  overflow: hidden;
}
.cid-tFUUQz7B18 .card:hover {
  cursor: pointer;
}
.cid-tFUUQz7B18 .card:hover img {
  transform: scale(1);
}
.cid-tFUUQz7B18 .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #303030;
}
.cid-tFUUQz7B18 .mbr-section-title:hover {
  color: #555555;
}
.cid-tFUUQz7B18 .mbr-section-date {
  color: #999999;
}
.cid-tFUUQz7B18 .mbr-section-text {
  color: #8c8c95;
}
.cid-tEjbWWXL3e {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tEjbWWXL3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEjbWWXL3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEjbWWXL3e .mbr-section-title {
  text-align: center;
  color: #303030;
}
.cid-tEjbWWXL3e .mbr-text,
.cid-tEjbWWXL3e .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tEjbWWXL3e b,
.cid-tEjbWWXL3e strong {
  font-weight: 900;
}
.cid-tEjbWWXL3e .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tEjbXTk64h {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tEjbXTk64h img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-tEjbXTk64h .img-wrapper {
  margin-bottom: 1.8rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tEjbXTk64h .card .img-wrapper {
  overflow: hidden;
}
.cid-tEjbXTk64h .card:hover {
  cursor: pointer;
}
.cid-tEjbXTk64h .card:hover img {
  transform: scale(1);
}
.cid-tEjbXTk64h .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #303030;
}
.cid-tEjbXTk64h .mbr-section-title:hover {
  color: #555555;
}
.cid-tEjbXTk64h .mbr-section-date {
  color: #999999;
}
.cid-tEjbXTk64h .mbr-section-text {
  color: #8c8c95;
}
.cid-tEjbXTk64h p {
  font-size: 14px !important;
}
.cid-tCD3YRKK1a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fulldip-magyarorszag-header-gyik.jpg");
}
.cid-tCD3YRKK1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCD3YRKK1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCD3YRKK1a .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-tCD3YRKK1a .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tCD3YRKK1a .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-tCD3YRKK1a .mbr-iconfont {
  position: relative;
  font-size: 13px !important;
  font-family: 'Moririse2' !important;
  color: #ff9417;
  margin-left: 1rem;
  padding: 7px;
  transition: .2s all;
}
.cid-tCD3YRKK1a .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffe8b0;
  opacity: 1;
  transition: .2s all;
}
.cid-tCD3YRKK1a .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-tCD3YRKK1a .panel-group {
  border: none;
}
.cid-tCD3YRKK1a .card {
  border-radius: 0;
}
.cid-tCD3YRKK1a .card:not(:first-child) {
  margin-top: 12px;
  border-top: 2px solid #eaeaea;
}
.cid-tCD3YRKK1a .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCD3YRKK1a .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tCD3YRKK1a .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px 20px 0;
  color: #303030;
  transition: .2s all;
}
.cid-tCD3YRKK1a .panel-title[aria-expanded="true"] {
  padding: 12px 10px 13px 0;
}
.cid-tCD3YRKK1a .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tCD3YRKK1a .panel-title-edit {
  color: #303030;
}
.cid-tCD3YRKK1a .panel-body {
  padding: 0 0 30px;
}
.cid-tCD3YRKK1a .panel-text {
  color: #303030;
  margin: 0;
}
.cid-tCD8yVLssG {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-tCD8yVLssG img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-tCD8yVLssG .img-wrapper {
  margin-bottom: 1.8rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tCD8yVLssG .card .img-wrapper {
  overflow: hidden;
}
.cid-tCD8yVLssG .card:hover {
  cursor: pointer;
}
.cid-tCD8yVLssG .card:hover img {
  transform: scale(1.05);
}
.cid-tCD8yVLssG .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-tCD8yVLssG .mbr-section-title:hover {
  color: #000;
}
.cid-tCD8yVLssG .mbr-section-date {
  color: #999999;
}
.cid-tCD8yVLssG .mbr-section-text {
  color: #999999;
}
.cid-tCD8yVLssG .card-wrapper {
  border-radius: 8px;
}
.cid-tDWXhj96XZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-tDWXhj96XZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tDWXhj96XZ .text-content .mbr-subtitle {
  color: #8c8c95;
}
.cid-tDWXhj96XZ .text-content .mbr-section-title {
  color: #fedb01;
}
.cid-tDWXhj96XZ .text-content .mbr-text {
  color: #3f69ff;
}
.cid-tDWXhj96XZ .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-tDWXhj96XZ .text-content .list-block .card-img {
  width: auto;
}
.cid-tDWXhj96XZ .text-content .list-block .card-img span {
  color: #8c8c95;
  font-size: 1.5rem;
}
.cid-tDWXhj96XZ .text-content .list-block .list-item-title {
  color: #fedb01;
  transition: all .3s linear 0s;
}
.cid-tDWXhj96XZ .text-content .list-block .list-item-title:hover {
  color: #279e64;
}
.cid-tDWXhj96XZ .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #3f69ff;
  margin-bottom: 0;
}
.cid-tDWXhj96XZ .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-tDWXhj96XZ .text-content .social {
  font-size: 1.2rem;
}
.cid-tDWXhj96XZ .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-tDWXhj96XZ .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-tDWXhj96XZ .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-tDWXhj96XZ .list-block {
  position: relative;
}
.cid-tDWXhj96XZ .list-block h4,
.cid-tDWXhj96XZ .list-block p {
  padding-left: 2.625rem;
}
.cid-tDWXhj96XZ .card-img {
  display: block;
}
.cid-tDWXhj96XZ input,
.cid-tDWXhj96XZ textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #eff0f6;
  height: 60px;
}
.cid-tDWXhj96XZ .form-control,
.cid-tDWXhj96XZ .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #dcdfe2 !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tDWXhj96XZ .form-control:hover,
.cid-tDWXhj96XZ .field-input:hover,
.cid-tDWXhj96XZ .form-control:focus,
.cid-tDWXhj96XZ .field-input:focus {
  background-color: #ffffff;
  border-color: #279e64 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tDWXhj96XZ .form-control:focus,
.cid-tDWXhj96XZ .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-tDWXhj96XZ input::-webkit-input-placeholder,
.cid-tDWXhj96XZ textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tDWXhj96XZ input:-moz-placeholder,
.cid-tDWXhj96XZ textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tDWXhj96XZ .jq-selectbox li,
.cid-tDWXhj96XZ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tDWXhj96XZ .jq-selectbox li:hover,
.cid-tDWXhj96XZ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tDWXhj96XZ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff !important;
}
.cid-tDWXhj96XZ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff !important;
}
.cid-tDWXhj96XZ .mbr-form {
  max-width: 550px;
}
.cid-tDWXhj96XZ .mbr-form .content-title {
  color: #fedb01;
  margin-bottom: 20px;
}
.cid-tDWXhj96XZ .mbr-form .content-subtitle {
  color: #3f69ff;
}
.cid-tDWXhj96XZ .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-tDWXhj96XZ .mbr-form .btn {
  justify-content: space-between;
  border-radius: 30px;
  border-color: #fedb01;
  color: #fedb01;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-tDWXhj96XZ .mbr-form .btn-success:hover {
  background-color: #8c8c95 !important;
  border-color: #8c8c95 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-tDWXhj96XZ .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-tDWXhj96XZ .mbr-section-title,
  .cid-tDWXhj96XZ .content-title,
  .cid-tDWXhj96XZ .mbr-section-btn {
    text-align: left;
  }
}
.cid-tDWXhj96XZ .text-content .list-block .list-item-title {
  color: #fedb01;
}
.cid-tDWXhj96XZ a {
  text-decoration: none !important;
}
.cid-tJdaeiVcay {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eff0f6;
}
.cid-tJdaeiVcay img {
  width: auto;
  max-height: 80px;
  display: inline-block;
  padding: 0;
}
.cid-tJdaeiVcay .title {
  width: auto;
}
.cid-tJdaeiVcay .row.justify-content-between {
  align-items: center;
}
.cid-tJdaeiVcay .row.margin {
  transition-property: transform, -webkit-transform;
  align-items: center;
  transition: all 300ms ease;
}
.cid-tJdaeiVcay .mbr-section-title {
  color: #8c8c95;
}
.cid-tJdaeiVcay a.dec {
  text-decoration: none !important;
}
.cid-tJdaeiVcay .dec:hover {
  color: #14142b !important;
}
@media (max-width: 768px) {
  .cid-tJdaeiVcay .row.margin {
    padding-bottom: 20px;
    justify-content: center;
  }
  .cid-tJdaeiVcay .mbr-section-title {
    text-align: center;
  }
}
.cid-tJdafC7VRu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eff0f6;
}
.cid-tJdafC7VRu .mbr-text {
  color: #8c8c95;
}
.cid-tJdafC7VRu .line {
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
  margin-bottom: 32px;
}
.cid-tJ2ilke8KL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJ2ilke8KL nav.navbar {
  position: fixed;
}
.cid-tJ2ilke8KL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJ2ilke8KL .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tJ2ilke8KL .dropdown-item:hover,
.cid-tJ2ilke8KL .dropdown-item:focus {
  color: #fedb01 !important;
}
.cid-tJ2ilke8KL .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-tJ2ilke8KL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJ2ilke8KL .nav-link {
  position: relative;
  transition: all 0.1s;
  padding: 0;
}
.cid-tJ2ilke8KL .container {
  display: flex;
  margin: auto;
}
.cid-tJ2ilke8KL .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJ2ilke8KL .dropdown-menu,
.cid-tJ2ilke8KL .navbar.opened {
  background: #000000 !important;
}
.cid-tJ2ilke8KL .nav-item:focus,
.cid-tJ2ilke8KL .nav-link:focus {
  outline: none;
}
.cid-tJ2ilke8KL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJ2ilke8KL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJ2ilke8KL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJ2ilke8KL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJ2ilke8KL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ2ilke8KL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ2ilke8KL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tJ2ilke8KL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJ2ilke8KL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJ2ilke8KL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJ2ilke8KL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJ2ilke8KL .navbar.collapsed {
  justify-content: center;
}
.cid-tJ2ilke8KL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJ2ilke8KL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJ2ilke8KL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tJ2ilke8KL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJ2ilke8KL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJ2ilke8KL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJ2ilke8KL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJ2ilke8KL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJ2ilke8KL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJ2ilke8KL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJ2ilke8KL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJ2ilke8KL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJ2ilke8KL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJ2ilke8KL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJ2ilke8KL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJ2ilke8KL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJ2ilke8KL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJ2ilke8KL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJ2ilke8KL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJ2ilke8KL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJ2ilke8KL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJ2ilke8KL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJ2ilke8KL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJ2ilke8KL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJ2ilke8KL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJ2ilke8KL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJ2ilke8KL .dropdown-item.active,
.cid-tJ2ilke8KL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJ2ilke8KL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJ2ilke8KL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJ2ilke8KL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJ2ilke8KL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tJ2ilke8KL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJ2ilke8KL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ2ilke8KL ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tJ2ilke8KL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJ2ilke8KL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJ2ilke8KL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fedb01;
}
.cid-tJ2ilke8KL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ2ilke8KL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ2ilke8KL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ2ilke8KL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ2ilke8KL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ2ilke8KL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ2ilke8KL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ2ilke8KL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ2ilke8KL .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-tJ2ilke8KL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJ2ilke8KL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJ2ilke8KL .navbar {
    height: 70px;
  }
  .cid-tJ2ilke8KL .navbar.opened {
    height: auto;
  }
  .cid-tJ2ilke8KL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJ2ilke8KL a {
  display: inline;
}
.cid-tJ2ilke8KL img {
  display: inline;
  padding-right: 10px;
}
.cid-tJ2ilke8KL .dropdown-toggle:after {
  display: none;
}
.cid-tJ2ilke8KL .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tJ2ilke8KL .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-tJ2ilke8KL .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tJ2ilke8KL .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tJ2ilke8KL .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tJ2ilke8KL .nav-item {
  margin-right: 32px;
}
.cid-tJ2ilke8KL .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tJ2ilke8KL ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tJ2ilke8KL .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tJ2ilke8KL .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tJ2ilke8KL .navbar-nav {
  margin: auto;
}
.cid-tJ2ilke8KL .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tJ2ilke8KL .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tJ2ilke8KL .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-tJ2ilke8KL .btn {
  border-radius: 1000px !important;
}
.cid-tJ2ilke8KL .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tJ2ilke8KL .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tJ2ilke8KL .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJ2ilke8KL .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tJ2ilke8KL .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-tJ2ilke8KL .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tJ2ilke8KL .top {
    margin-top: 25px;
  }
}
.cid-tJ2ilke8KL .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-tJ2ilke8KL .container,
  .cid-tJ2ilke8KL .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tJ2ilke8KL li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tJ2ilke8KL ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-tJ2ilke8KL .icons-menu {
    min-width: initial !important;
  }
  .cid-tJ2ilke8KL a.btn {
    margin-top: 10px;
  }
}
.cid-tJ2ilke8KL a.btn > span {
  margin-left: 0.5rem;
}
.cid-tJ2ilke8KL html {
  scroll-behavior: smooth !important;
}
.cid-tJ2ilke8KL .nav-link1 {
  color: #ff695c !important;
  text-decoration: underline;
}
.cid-tJ2ilni88S {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tJ2ilni88S img {
  border-radius: 0px;
}
.cid-tJ2ilni88S .row {
  justify-content: center;
}
.cid-tJ2ilni88S .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #ffffff;
}
.cid-tJ2ilomMVt {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tJ2ilomMVt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ2ilomMVt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ2ilomMVt .mbr-section-title {
  text-align: center;
  color: #fedb01;
}
.cid-tJ2ilomMVt .mbr-text,
.cid-tJ2ilomMVt .mbr-section-btn {
  text-align: center;
  color: #8c8c95;
}
.cid-tJ2ilomMVt b,
.cid-tJ2ilomMVt strong {
  font-weight: 900;
}
.cid-tJ2ilomMVt .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tJ2ilomMVt H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tJ2ilpHJsQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ2ilpHJsQ .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-tJ2ilpHJsQ .mbr-section-title {
  text-align: center;
  color: #111111;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-tJ2ilpHJsQ .row {
  align-items: center;
  height: 100%;
}
.cid-tJ2ilpHJsQ .wrapper {
  margin: auto;
}
.cid-tJ2jG7TutG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJ2jG7TutG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ2jG7TutG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ2jG7TutG .container,
.cid-tJ2jG7TutG .container-fluid {
  position: relative;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-tJ2jG7TutG .container,
  .cid-tJ2jG7TutG .container-fluid {
    padding: 0 20px;
  }
}
.cid-tJ2jG7TutG .row {
  position: relative;
  justify-content: center;
  padding: 10px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tJ2jG7TutG .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-tJ2jG7TutG .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tJ2jG7TutG .card {
    margin-bottom: 20px;
  }
}
.cid-tJ2jG7TutG .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #111111;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-tJ2jG7TutG .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-tJ2jG7TutG .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tJ2jG7TutG .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tJ2jG7TutG .mbr-card-title {
  color: #3d4045;
}
.cid-tJ2jG7TutG .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tJ2jG7TutG .mbr-card-title,
.cid-tJ2jG7TutG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tJ2kG8EWtH {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJ2kG8EWtH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ2kG8EWtH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ2kG8EWtH .container,
.cid-tJ2kG8EWtH .container-fluid {
  position: relative;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-tJ2kG8EWtH .container,
  .cid-tJ2kG8EWtH .container-fluid {
    padding: 0 20px;
  }
}
.cid-tJ2kG8EWtH .row {
  position: relative;
  justify-content: center;
  padding: 10px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tJ2kG8EWtH .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-tJ2kG8EWtH .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tJ2kG8EWtH .card {
    margin-bottom: 20px;
  }
}
.cid-tJ2kG8EWtH .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #111111;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-tJ2kG8EWtH .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-tJ2kG8EWtH .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tJ2kG8EWtH .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tJ2kG8EWtH .mbr-card-title {
  color: #3d4045;
}
.cid-tJ2kG8EWtH .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tJ2kG8EWtH .mbr-card-title,
.cid-tJ2kG8EWtH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tJ2iltA9CG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fedb01;
}
.cid-tJ2iltA9CG .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-tJ2iltA9CG .mbr-section-title {
  text-align: center;
  color: #111111;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-tJ2iltA9CG .row {
  align-items: center;
  height: 100%;
}
.cid-tJ2iltA9CG .wrapper {
  margin: auto;
}
#custom-html-33 {
  /* Type valid CSS here */
}
#custom-html-33 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-33 p {
  font-size: 60px;
  color: #777;
}
.cid-tJ2im2SjAt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-tJ2im2SjAt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tJ2im2SjAt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJ2im2SjAt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJ2im2SjAt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tJ2im2SjAt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #292825;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tJ2im2SjAt .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-tJ2im2SjAt .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tJ2im2SjAt .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #292825 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-tJ2im2SjAt .mbr-gallery-filter ul {
  display: block;
}
.cid-tJ2im2SjAt .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tJ2im2SjAt .mbr-gallery-filter li.active .btn,
.cid-tJ2im2SjAt .mbr-gallery-filter li .btn.active {
  color: #b32523 !important;
  background: transparent;
}
.cid-tJ2im2SjAt .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #b32523 !important;
}
.cid-tJ2im2SjAt .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tJ2im2SjAt .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tJ2im2SjAt .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #b32523 !important;
}
.cid-tJ2im2SjAt .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-tJ2im2SjAt .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-tJ2im2SjAt .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tJ2im2SjAt .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tJ2im2SjAt .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tJ2im2SjAt .icon-focus:before {
  content: '\e95e';
}
.cid-tJ2im2SjAt .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tJ2im2SjAt .mbr-section-title {
  margin: 0;
}
.cid-tJ2im2SjAt .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tJ2im2SjAt .underline .line {
  width: 3rem;
  height: 2px;
  background: #292825;
  display: inline-block;
}
.cid-tJ2im2SjAt .mbr-section-title,
.cid-tJ2im2SjAt .underline {
  color: #ffffff;
}
.cid-tJ2im2SjAt img {
  border-radius: 4px;
}
.cid-tJ2omcP2sh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-tJ2omcP2sh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tJ2omcP2sh H4 {
  color: #fedb01;
  text-align: center;
}
.cid-tJ2omcP2sh H2 {
  color: #8c8c95;
  text-align: center;
}
.cid-tJ2omcP2sh LABEL {
  color: #ffffff;
  text-align: left;
}
.cid-tJdaeiVcay {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eff0f6;
}
.cid-tJdaeiVcay img {
  width: auto;
  max-height: 80px;
  display: inline-block;
  padding: 0;
}
.cid-tJdaeiVcay .title {
  width: auto;
}
.cid-tJdaeiVcay .row.justify-content-between {
  align-items: center;
}
.cid-tJdaeiVcay .row.margin {
  transition-property: transform, -webkit-transform;
  align-items: center;
  transition: all 300ms ease;
}
.cid-tJdaeiVcay .mbr-section-title {
  color: #8c8c95;
}
.cid-tJdaeiVcay a.dec {
  text-decoration: none !important;
}
.cid-tJdaeiVcay .dec:hover {
  color: #14142b !important;
}
@media (max-width: 768px) {
  .cid-tJdaeiVcay .row.margin {
    padding-bottom: 20px;
    justify-content: center;
  }
  .cid-tJdaeiVcay .mbr-section-title {
    text-align: center;
  }
}
.cid-tJdafC7VRu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eff0f6;
}
.cid-tJdafC7VRu .mbr-text {
  color: #8c8c95;
}
.cid-tJdafC7VRu .line {
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
  margin-bottom: 32px;
}
.cid-tOjc0VaGk8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tOjc0VaGk8 nav.navbar {
  position: fixed;
}
.cid-tOjc0VaGk8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOjc0VaGk8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tOjc0VaGk8 .dropdown-item:hover,
.cid-tOjc0VaGk8 .dropdown-item:focus {
  color: #fedb01 !important;
}
.cid-tOjc0VaGk8 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-tOjc0VaGk8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOjc0VaGk8 .nav-link {
  position: relative;
  transition: all 0.1s;
  padding: 0;
}
.cid-tOjc0VaGk8 .container {
  display: flex;
  margin: auto;
}
.cid-tOjc0VaGk8 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOjc0VaGk8 .dropdown-menu,
.cid-tOjc0VaGk8 .navbar.opened {
  background: #000000 !important;
}
.cid-tOjc0VaGk8 .nav-item:focus,
.cid-tOjc0VaGk8 .nav-link:focus {
  outline: none;
}
.cid-tOjc0VaGk8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOjc0VaGk8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOjc0VaGk8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOjc0VaGk8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOjc0VaGk8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOjc0VaGk8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOjc0VaGk8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tOjc0VaGk8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tOjc0VaGk8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOjc0VaGk8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tOjc0VaGk8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOjc0VaGk8 .navbar.collapsed {
  justify-content: center;
}
.cid-tOjc0VaGk8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOjc0VaGk8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOjc0VaGk8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tOjc0VaGk8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOjc0VaGk8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOjc0VaGk8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tOjc0VaGk8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOjc0VaGk8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOjc0VaGk8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOjc0VaGk8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOjc0VaGk8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOjc0VaGk8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOjc0VaGk8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOjc0VaGk8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tOjc0VaGk8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOjc0VaGk8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOjc0VaGk8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOjc0VaGk8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOjc0VaGk8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOjc0VaGk8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tOjc0VaGk8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOjc0VaGk8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOjc0VaGk8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOjc0VaGk8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOjc0VaGk8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOjc0VaGk8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOjc0VaGk8 .dropdown-item.active,
.cid-tOjc0VaGk8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tOjc0VaGk8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOjc0VaGk8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOjc0VaGk8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOjc0VaGk8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tOjc0VaGk8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOjc0VaGk8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOjc0VaGk8 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tOjc0VaGk8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOjc0VaGk8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOjc0VaGk8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fedb01;
}
.cid-tOjc0VaGk8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOjc0VaGk8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOjc0VaGk8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOjc0VaGk8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOjc0VaGk8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOjc0VaGk8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOjc0VaGk8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOjc0VaGk8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOjc0VaGk8 .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-tOjc0VaGk8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOjc0VaGk8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOjc0VaGk8 .navbar {
    height: 70px;
  }
  .cid-tOjc0VaGk8 .navbar.opened {
    height: auto;
  }
  .cid-tOjc0VaGk8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOjc0VaGk8 a {
  display: inline;
}
.cid-tOjc0VaGk8 img {
  display: inline;
  padding-right: 10px;
}
.cid-tOjc0VaGk8 .dropdown-toggle:after {
  display: none;
}
.cid-tOjc0VaGk8 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tOjc0VaGk8 .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-tOjc0VaGk8 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tOjc0VaGk8 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tOjc0VaGk8 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tOjc0VaGk8 .nav-item {
  margin-right: 32px;
}
.cid-tOjc0VaGk8 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tOjc0VaGk8 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tOjc0VaGk8 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tOjc0VaGk8 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tOjc0VaGk8 .navbar-nav {
  margin: auto;
}
.cid-tOjc0VaGk8 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tOjc0VaGk8 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tOjc0VaGk8 .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-tOjc0VaGk8 .btn {
  border-radius: 1000px !important;
}
.cid-tOjc0VaGk8 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tOjc0VaGk8 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tOjc0VaGk8 .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tOjc0VaGk8 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tOjc0VaGk8 .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-tOjc0VaGk8 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tOjc0VaGk8 .top {
    margin-top: 25px;
  }
}
.cid-tOjc0VaGk8 .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-tOjc0VaGk8 .container,
  .cid-tOjc0VaGk8 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tOjc0VaGk8 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tOjc0VaGk8 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-tOjc0VaGk8 .icons-menu {
    min-width: initial !important;
  }
  .cid-tOjc0VaGk8 a.btn {
    margin-top: 10px;
  }
}
.cid-tOjc0VaGk8 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tOjc0VaGk8 html {
  scroll-behavior: smooth !important;
}
.cid-tOjc0VaGk8 .nav-link1 {
  color: #ff695c !important;
  text-decoration: underline;
}
.cid-tOjc0WtUf1 {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fullcarx-header.jpg");
}
.cid-tOjc0WtUf1 H1 {
  color: #ffffff;
}
.cid-tOjc0WtUf1 .mbr-text,
.cid-tOjc0WtUf1 .mbr-section-btn {
  color: #ffffff;
}
.cid-tOjc0WtUf1 img {
  width: 100%;
  border-radius: 10px;
  animation: line 6s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@media (max-width: 992px) {
  .cid-tOjc0WtUf1 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-tOjc1RedZb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffe3e1;
}
.cid-tOjc1RedZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOjc1RedZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOjc1RedZb .mbr-section-title {
  text-align: center;
  color: #ff695c;
}
.cid-tOjc1RedZb .mbr-text,
.cid-tOjc1RedZb .mbr-section-btn {
  text-align: center;
  color: #8c8c95;
}
.cid-tOjc1RedZb b,
.cid-tOjc1RedZb strong {
  font-weight: 900;
}
.cid-tOjc1RedZb .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tOjc1T2e2U {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOjc1T2e2U img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-tOjc1T2e2U .img-wrapper {
  margin-bottom: 1.8rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tOjc1T2e2U .card .img-wrapper {
  overflow: hidden;
}
.cid-tOjc1T2e2U .card:hover {
  cursor: pointer;
}
.cid-tOjc1T2e2U .card:hover img {
  transform: scale(1);
}
.cid-tOjc1T2e2U .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #303030;
}
.cid-tOjc1T2e2U .mbr-section-title:hover {
  color: #555555;
}
.cid-tOjc1T2e2U .mbr-section-date {
  color: #999999;
}
.cid-tOjc1T2e2U .mbr-section-text {
  color: #8c8c95;
}
.cid-tOjc1T2e2U p {
  font-size: 14px !important;
}
.cid-tOjc1V533C {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOjc1V533C img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-tOjc1V533C .img-wrapper {
  margin-bottom: 1.8rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tOjc1V533C .card .img-wrapper {
  overflow: hidden;
}
.cid-tOjc1V533C .card:hover {
  cursor: pointer;
}
.cid-tOjc1V533C .card:hover img {
  transform: scale(1);
}
.cid-tOjc1V533C .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #303030;
}
.cid-tOjc1V533C .mbr-section-title:hover {
  color: #555555;
}
.cid-tOjc1V533C .mbr-section-date {
  color: #999999;
}
.cid-tOjc1V533C .mbr-section-text {
  color: #8c8c95;
}
.cid-tOjc1V533C p {
  font-size: 14px !important;
}
.cid-tOjc1Xy5Xk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOjc1Xy5Xk img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-tOjc1Xy5Xk .img-wrapper {
  margin-bottom: 1.8rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tOjc1Xy5Xk .card .img-wrapper {
  overflow: hidden;
}
.cid-tOjc1Xy5Xk .card:hover {
  cursor: pointer;
}
.cid-tOjc1Xy5Xk .card:hover img {
  transform: scale(1);
}
.cid-tOjc1Xy5Xk .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #303030;
}
.cid-tOjc1Xy5Xk .mbr-section-title:hover {
  color: #555555;
}
.cid-tOjc1Xy5Xk .mbr-section-date {
  color: #999999;
}
.cid-tOjc1Xy5Xk .mbr-section-text {
  color: #8c8c95;
}
.cid-tOjc1Xy5Xk p {
  font-size: 14px !important;
}
.cid-tOjc1ZYEaW {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffe3e1;
}
.cid-tOjc1ZYEaW img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-tOjc1ZYEaW .img-wrapper {
  margin-bottom: 1.8rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tOjc1ZYEaW .card .img-wrapper {
  overflow: hidden;
}
.cid-tOjc1ZYEaW .card:hover {
  cursor: pointer;
}
.cid-tOjc1ZYEaW .card:hover img {
  transform: scale(1.05);
}
.cid-tOjc1ZYEaW .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-tOjc1ZYEaW .mbr-section-title:hover {
  color: #000;
}
.cid-tOjc1ZYEaW .mbr-section-date {
  color: #999999;
}
.cid-tOjc1ZYEaW .mbr-section-text {
  color: #999999;
}
.cid-tOjc1ZYEaW .card-wrapper {
  border-radius: 8px;
}
.cid-tOjc1ZYEaW .main-title {
  color: #ff695c;
}
.cid-tOjc22CzCQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-tOjc22CzCQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tOjc22CzCQ .text-content .mbr-subtitle {
  color: #8c8c95;
}
.cid-tOjc22CzCQ .text-content .mbr-section-title {
  color: #fedb01;
}
.cid-tOjc22CzCQ .text-content .mbr-text {
  color: #3f69ff;
}
.cid-tOjc22CzCQ .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-tOjc22CzCQ .text-content .list-block .card-img {
  width: auto;
}
.cid-tOjc22CzCQ .text-content .list-block .card-img span {
  color: #8c8c95;
  font-size: 1.5rem;
}
.cid-tOjc22CzCQ .text-content .list-block .list-item-title {
  color: #fedb01;
  transition: all .3s linear 0s;
}
.cid-tOjc22CzCQ .text-content .list-block .list-item-title:hover {
  color: #279e64;
}
.cid-tOjc22CzCQ .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #3f69ff;
  margin-bottom: 0;
}
.cid-tOjc22CzCQ .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-tOjc22CzCQ .text-content .social {
  font-size: 1.2rem;
}
.cid-tOjc22CzCQ .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-tOjc22CzCQ .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-tOjc22CzCQ .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-tOjc22CzCQ .list-block {
  position: relative;
}
.cid-tOjc22CzCQ .list-block h4,
.cid-tOjc22CzCQ .list-block p {
  padding-left: 2.625rem;
}
.cid-tOjc22CzCQ .card-img {
  display: block;
}
.cid-tOjc22CzCQ input,
.cid-tOjc22CzCQ textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #eff0f6;
  height: 60px;
}
.cid-tOjc22CzCQ .form-control,
.cid-tOjc22CzCQ .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #dcdfe2 !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tOjc22CzCQ .form-control:hover,
.cid-tOjc22CzCQ .field-input:hover,
.cid-tOjc22CzCQ .form-control:focus,
.cid-tOjc22CzCQ .field-input:focus {
  background-color: #ffffff;
  border-color: #279e64 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tOjc22CzCQ .form-control:focus,
.cid-tOjc22CzCQ .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-tOjc22CzCQ input::-webkit-input-placeholder,
.cid-tOjc22CzCQ textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-tOjc22CzCQ input:-moz-placeholder,
.cid-tOjc22CzCQ textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-tOjc22CzCQ .jq-selectbox li,
.cid-tOjc22CzCQ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tOjc22CzCQ .jq-selectbox li:hover,
.cid-tOjc22CzCQ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tOjc22CzCQ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff !important;
}
.cid-tOjc22CzCQ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff !important;
}
.cid-tOjc22CzCQ .mbr-form {
  max-width: 550px;
}
.cid-tOjc22CzCQ .mbr-form .content-title {
  color: #fedb01;
  margin-bottom: 20px;
}
.cid-tOjc22CzCQ .mbr-form .content-subtitle {
  color: #3f69ff;
}
.cid-tOjc22CzCQ .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-tOjc22CzCQ .mbr-form .btn {
  justify-content: space-between;
  border-radius: 30px;
  border-color: #fedb01;
  color: #fedb01;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-tOjc22CzCQ .mbr-form .btn-success:hover {
  background-color: #8c8c95 !important;
  border-color: #8c8c95 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-tOjc22CzCQ .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-tOjc22CzCQ .mbr-section-title,
  .cid-tOjc22CzCQ .content-title,
  .cid-tOjc22CzCQ .mbr-section-btn {
    text-align: left;
  }
}
.cid-tOjc22CzCQ .text-content .list-block .list-item-title {
  color: #fedb01;
}
.cid-tOjc22CzCQ a {
  text-decoration: none !important;
}
.cid-tOjc25lyGe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eff0f6;
}
.cid-tOjc25lyGe img {
  width: auto;
  max-height: 80px;
  display: inline-block;
  padding: 0;
}
.cid-tOjc25lyGe .title {
  width: auto;
}
.cid-tOjc25lyGe .row.justify-content-between {
  align-items: center;
}
.cid-tOjc25lyGe .row.margin {
  transition-property: transform, -webkit-transform;
  align-items: center;
  transition: all 300ms ease;
}
.cid-tOjc25lyGe .mbr-section-title {
  color: #8c8c95;
}
.cid-tOjc25lyGe a.dec {
  text-decoration: none !important;
}
.cid-tOjc25lyGe .dec:hover {
  color: #14142b !important;
}
@media (max-width: 768px) {
  .cid-tOjc25lyGe .row.margin {
    padding-bottom: 20px;
    justify-content: center;
  }
  .cid-tOjc25lyGe .mbr-section-title {
    text-align: center;
  }
}
.cid-tOjc27A6sa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eff0f6;
}
.cid-tOjc27A6sa .mbr-text {
  color: #8c8c95;
}
.cid-tOjc27A6sa .line {
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
  margin-bottom: 32px;
}
