.btn {
  border-width: 2px;
}
body {
  font-family: Spartan;
}
.display-1 {
  font-family: 'Spartan', sans-serif;
  font-size: 4.0625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.078125rem;
}
.display-2 {
  font-family: 'Spartan', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.984375rem;
}
.display-4 {
  font-family: 'Spartan', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Spartan', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.046875rem;
}
.display-7 {
  font-family: 'Spartan', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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.25rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.84375rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-primary,
.btn-primary:active {
  color: #14191e !important;
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
}
.btn-primary:active,
.btn-primary:active:active {
  color: #14191e !important;
}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background: white!important;
  border-color: white!important;
  color: #14191e !important;
}
.btn-secondary,
.btn-secondary:active {
  color: white!important;
  background-color: #14191e !important;
  border-color: #14191e !important;
}
.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:active:focus {
  background: #ffe885 !important;
  border-color: #ffe885 !important;
  color: #14191e !important;
}
.btn-info,
.btn-info:active {
  color: #14191e !important;
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
}
.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:active:focus {
  background-color: #14191e !important;
  border-color: #14191e !important;
  color: white!important;
}
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffe885 !important;
}
.bg-success {
  background-color: #34b794 !important;
}
.bg-info {
  background-color: #f24d94 !important;
}
.bg-warning {
  background-color: #e53712 !important;
}
.bg-danger {
  background-color: #1a191d !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
  color: #856c00;
  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: #2e2600;
  background-color: #ffd82e;
  border-color: #ffd82e;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #856c00 !important;
  background-color: #ffd82e !important;
  border-color: #ffd82e !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #14191e !important;
  border-color: #14191e !important;
  color: #ffffff;
  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;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
  color: #ffffff;
  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;
  background-color: #d81066;
  border-color: #d81066;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d81066 !important;
  border-color: #d81066 !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #34b794 !important;
  border-color: #34b794 !important;
  color: #ffffff;
  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;
  background-color: #21735d;
  border-color: #21735d;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #21735d !important;
  border-color: #21735d !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e53712 !important;
  border-color: #e53712 !important;
  color: #ffffff;
  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;
  background-color: #95240c;
  border-color: #95240c;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #95240c !important;
  border-color: #95240c !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1a191d !important;
  border-color: #1a191d !important;
  color: #ffffff;
  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;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  box-shadow: none!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
  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;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  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 {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  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;
  background-color: #000000;
  border-color: #000000;
  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 {
  color: #ffe885 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffe885;
  color: #ffe885;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffd82e !important;
  background-color: transparent!important;
  border-color: #ffd82e !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #856c00 !important;
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
}
.btn-primary-outline:active {
  color: #ffe885 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  border-color: #ffe885 !important;
  background: #ffe885 !important;
  color: #14191e !important;
}
.btn-secondary-outline {
  color: #14191e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #14191e;
  color: #14191e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #14191e !important;
  border-color: #14191e !important;
}
.btn-secondary-outline:active {
  color: #14191e !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  border-color: #ffe885 !important;
  background: #ffe885 !important;
  color: #14191e !important;
}
.btn-info-outline {
  color: #f24d94 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f24d94;
  color: #f24d94;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d81066 !important;
  background-color: transparent!important;
  border-color: #d81066 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
}
.btn-info-outline:active {
  color: #f24d94 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  border-color: #ffe885 !important;
  background: #ffe885 !important;
  color: #14191e !important;
}
.btn-success-outline {
  color: #34b794 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #34b794;
  color: #34b794;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #21735d !important;
  background-color: transparent!important;
  border-color: #21735d !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #34b794 !important;
  border-color: #34b794 !important;
}
.btn-success-outline:active {
  color: #34b794 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  border-color: #ffe885 !important;
  background: #ffe885 !important;
  color: #14191e !important;
}
.btn-warning-outline {
  color: #e53712 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e53712;
  color: #e53712;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #95240c !important;
  background-color: transparent!important;
  border-color: #95240c !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e53712 !important;
  border-color: #e53712 !important;
}
.btn-warning-outline:active {
  color: #e53712 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  border-color: #ffe885 !important;
  background: #ffe885 !important;
  color: #14191e !important;
}
.btn-danger-outline {
  color: #1a191d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #1a191d;
  color: #1a191d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1a191d !important;
  border-color: #1a191d !important;
}
.btn-danger-outline:active {
  color: #1a191d !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  border-color: #ffe885 !important;
  background: #ffe885 !important;
  color: #14191e !important;
}
.btn-black-outline {
  color: #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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-black-outline:active {
  color: #232323 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  border-color: #ffe885 !important;
  background: #ffe885 !important;
  color: #14191e !important;
}
.btn-white-outline {
  color: #fafafa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  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: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:active {
  color: #fafafa !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  border-color: #ffe885 !important;
  background: #ffe885 !important;
  color: #14191e !important;
}
.text-primary {
  color: #ffe885 !important;
}
.text-secondary {
  color: #14191e !important;
}
.text-success {
  color: #34b794 !important;
}
.text-info {
  color: #f24d94 !important;
}
.text-warning {
  color: #e53712 !important;
}
.text-danger {
  color: #1a191d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #fffbeb !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3d4c5b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #78d9bf !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f9accd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f3826a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4b4854 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #565656 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffe885;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f24d94;
}
.alert-warning {
  background-color: #e53712;
}
.alert-danger {
  background-color: #1a191d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffe885;
  border-color: #ffe885;
  color: #9e8100;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffe885;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8cdec8;
}
.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: #fbd1c8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cccad1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Spartan', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffe885 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Spartan', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffe885;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffe885;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffe885;
}
.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: #ffe885;
  border-bottom-color: #ffe885;
}
.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: #ffe885 !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: #14191e !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='%23ffe885' %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;
}
a {
  transition: color 0.6s;
}
.cid-sRtUhvtoUI .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRtUhvtoUI .nav-item:focus,
.cid-sRtUhvtoUI .nav-link:focus {
  outline: none;
}
.cid-sRtUhvtoUI .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sRtUhvtoUI .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRtUhvtoUI .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sRtUhvtoUI .dropdown .dropdown-menu .dropdown-item:active,
.cid-sRtUhvtoUI .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ffe885 !important;
}
.cid-sRtUhvtoUI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRtUhvtoUI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRtUhvtoUI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRtUhvtoUI .navbar-caption:hover {
  color: inherit !important;
}
.cid-sRtUhvtoUI .container {
  max-width: 1380px;
}
.cid-sRtUhvtoUI .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sRtUhvtoUI .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sRtUhvtoUI .nav-link:hover,
.cid-sRtUhvtoUI .nav-link:active,
.cid-sRtUhvtoUI .nav-link:focus {
  border-bottom: 3px solid #ffe885;
  color: #ffe885 !important;
}
.cid-sRtUhvtoUI .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffe885;
}
.cid-sRtUhvtoUI .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffe885 !important;
}
.cid-sRtUhvtoUI .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sRtUhvtoUI .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRtUhvtoUI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRtUhvtoUI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRtUhvtoUI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRtUhvtoUI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sRtUhvtoUI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRtUhvtoUI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRtUhvtoUI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRtUhvtoUI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRtUhvtoUI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRtUhvtoUI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRtUhvtoUI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRtUhvtoUI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRtUhvtoUI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sRtUhvtoUI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRtUhvtoUI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRtUhvtoUI .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRtUhvtoUI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRtUhvtoUI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRtUhvtoUI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRtUhvtoUI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sRtUhvtoUI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRtUhvtoUI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRtUhvtoUI .navbar.navbar-short {
  background: #ffe885 !important;
  min-height: 60px;
}
.cid-sRtUhvtoUI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRtUhvtoUI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRtUhvtoUI .icons-menu span {
  color: #ed6436 !important;
}
.cid-sRtUhvtoUI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRtUhvtoUI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-sRtUhvtoUI .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRtUhvtoUI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRtUhvtoUI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRtUhvtoUI .dropdown-item.active,
.cid-sRtUhvtoUI .dropdown-item:active {
  background-color: transparent;
}
.cid-sRtUhvtoUI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRtUhvtoUI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRtUhvtoUI .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRtUhvtoUI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe885;
}
.cid-sRtUhvtoUI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRtUhvtoUI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRtUhvtoUI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRtUhvtoUI .navbar-buttons {
  text-align: center;
}
.cid-sRtUhvtoUI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRtUhvtoUI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-sRtUhvtoUI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sRtUhvtoUI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sRtUhvtoUI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sRtUhvtoUI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sRtUhvtoUI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sRtUhvtoUI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sRtUhvtoUI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sRtUhvtoUI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sRtUhvtoUI .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sRtUhvtoUI a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sRtUhvtoUI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRtUhvtoUI .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sRtUhvtoUI .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRtUhvtoUI .navbar {
    height: 77px;
  }
  .cid-sRtUhvtoUI .navbar.opened {
    height: auto;
  }
  .cid-sRtUhvtoUI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRtVFSLfzi {
  background-image: url("../../../images/mbr-2-1920x1280.jpg");
}
.cid-sRtVFSLfzi .mbr-text,
.cid-sRtVFSLfzi .mbr-section-btn {
  color: #bbbbbb;
}
.cid-sRuiH5nDRc {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #faf6e1;
}
.cid-sRuiH5nDRc .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sRuiH5nDRc img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sRuiH5nDRc img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sRuiH5nDRc img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sRuiH5nDRc .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sRuiH5nDRc .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRuiH5nDRc .card {
    padding: 2rem 0rem;
  }
}
.cid-sRuiH5nDRc .mbr-text,
.cid-sRuiH5nDRc .mbr-section-btn {
  color: #1b2026;
}
.cid-sRuiH5nDRc .mbr-section-subtitle {
  color: #14191e;
}
.cid-sRuiH5nDRc .mbr-section-title {
  color: #000000;
}
.cid-sRunYgoYC2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #faf6e1;
}
.cid-sRunYgoYC2 .mbr-section-subtitle {
  color: #14191e;
}
.cid-sRunYgoYC2 .mbr-text {
  color: #000000;
}
.cid-sa6fpttrbS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sa6fpttrbS .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sa6fpttrbS .mbr-section-btn .btn-secondary-outline:hover,
.cid-sa6fpttrbS .mbr-section-btn .btn-secondary-outline .active,
.cid-sa6fpttrbS .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffe885 !important;
}
.cid-sa6fpttrbS img,
.cid-sa6fpttrbS .item-img {
  border-radius: 4px;
}
.cid-sa6fpttrbS .item-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.cid-sa6fpttrbS .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  will-change: transform;
}
.cid-sa6fpttrbS .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #1b2026;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-sa6fpttrbS .item:focus,
.cid-sa6fpttrbS span:focus {
  outline: none;
}
.cid-sa6fpttrbS .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-sa6fpttrbS .item:last-child {
    margin-bottom: 0;
  }
}
.cid-sa6fpttrbS .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-sa6fpttrbS .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-sa6fpttrbS .item-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-sa6fpttrbS .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sa6fpttrbS .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
  padding-bottom: 0;
}
.cid-sa6fpttrbS .post_wrap {
  position: relative;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-sa6fpttrbS .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-sa6fpttrbS .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-sa6fpttrbS .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-sa6fpttrbS .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-sa6fpttrbS .item-content {
  padding: 40px;
  height: 100%;
  min-height: 200px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-sa6fpttrbS .item-content > div {
  position: relative;
  z-index: 5;
}
.cid-sa6fpttrbS .category_content {
  opacity: .8;
}
.cid-sa6fpttrbS .item-title,
.cid-sa6fpttrbS .card_topic {
  margin-bottom: 12px;
}
.cid-sa6fpttrbS .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .cid-sa6fpttrbS .item-content,
  .cid-sa6fpttrbS .card_post {
    padding: 20px;
  }
}
.cid-sa6fpttrbS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sa6fpttrbS .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sRuoD8cZZl {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #faf6e1;
}
.cid-sRuoD8cZZl .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sRuoD8cZZl img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sRuoD8cZZl img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sRuoD8cZZl img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sRuoD8cZZl .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sRuoD8cZZl .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRuoD8cZZl .card {
    padding: 2rem 0rem;
  }
}
.cid-sRuoD8cZZl .mbr-text,
.cid-sRuoD8cZZl .mbr-section-btn {
  color: #1b2026;
}
.cid-sRuoD8cZZl .mbr-section-subtitle {
  color: #14191e;
}
.cid-sRuoD8cZZl .mbr-section-title {
  color: #000000;
}
.cid-sRupbkNM15 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sRupbkNM15 .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sRupbkNM15 .container-fluid {
    padding: 0 3rem;
  }
}
.cid-sRupbkNM15 .row {
  align-items: center;
}
.cid-sRupbkNM15 img {
  width: 100%;
  height: 100%;
}
.cid-sRupbkNM15 .col-lg-3 {
  height: 300px;
}
.cid-sRupbkNM15 .col-lg-2 {
  height: 400px;
}
.cid-sRupbkNM15 .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sRupbkNM15 .image-wrapper img {
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sRupbkNM15 .col-12 {
    margin-bottom: 3rem;
  }
}
.cid-sRueU8q0fx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sRueU8q0fx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sRueU8q0fx .img-item,
.cid-sRueU8q0fx img {
  height: 100%;
  object-fit: cover;
}
.cid-sRueU8q0fx .img-col {
  padding: 0;
}
.cid-sRueU8q0fx .col-auto {
  width: 100%;
}
.cid-sRueU8q0fx .wrapper {
  background: #faf6e1;
  padding: 6rem 4rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sRueU8q0fx .wrapper {
    padding: 3rem 0rem;
    margin: 0 1rem;
  }
}
.cid-sRueU8q0fx textarea {
  min-height: 200px;
}
.cid-sRueU8q0fx .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-sRueU8q0fx .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-sRueU8q0fx .form-control,
.cid-sRueU8q0fx .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sRueU8q0fx .form-control::-webkit-input-placeholder,
.cid-sRueU8q0fx .field-input::-webkit-input-placeholder,
.cid-sRueU8q0fx .form-control::-webkit-input-placeholder,
.cid-sRueU8q0fx .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-sRueU8q0fx .form-control:-moz-placeholder,
.cid-sRueU8q0fx .field-input:-moz-placeholder,
.cid-sRueU8q0fx .form-control:-moz-placeholder,
.cid-sRueU8q0fx .field-input:-moz-placeholder {
  color: #777777;
}
.cid-sRueU8q0fx .form-control:hover,
.cid-sRueU8q0fx .field-input:hover,
.cid-sRueU8q0fx .form-control:focus,
.cid-sRueU8q0fx .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #1b2026;
  box-shadow: none;
  outline: none;
}
.cid-sRueU8q0fx .form-control:hover::-webkit-input-placeholder,
.cid-sRueU8q0fx .field-input:hover::-webkit-input-placeholder,
.cid-sRueU8q0fx .form-control:focus::-webkit-input-placeholder,
.cid-sRueU8q0fx .field-input:focus::-webkit-input-placeholder,
.cid-sRueU8q0fx .form-control:hover::-webkit-input-placeholder,
.cid-sRueU8q0fx .field-input:hover::-webkit-input-placeholder,
.cid-sRueU8q0fx .form-control:focus::-webkit-input-placeholder,
.cid-sRueU8q0fx .field-input:focus::-webkit-input-placeholder {
  color: #777777;
}
.cid-sRueU8q0fx .form-control:hover:-moz-placeholder,
.cid-sRueU8q0fx .field-input:hover:-moz-placeholder,
.cid-sRueU8q0fx .form-control:focus:-moz-placeholder,
.cid-sRueU8q0fx .field-input:focus:-moz-placeholder,
.cid-sRueU8q0fx .form-control:hover:-moz-placeholder,
.cid-sRueU8q0fx .field-input:hover:-moz-placeholder,
.cid-sRueU8q0fx .form-control:focus:-moz-placeholder,
.cid-sRueU8q0fx .field-input:focus:-moz-placeholder {
  color: #777777;
}
.cid-sRueU8q0fx .jq-number__spin:hover,
.cid-sRueU8q0fx .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sRueU8q0fx .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sRueU8q0fx .jq-selectbox li,
.cid-sRueU8q0fx .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sRueU8q0fx .jq-selectbox li:hover,
.cid-sRueU8q0fx .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sRueU8q0fx .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sRueU8q0fx .jq-number__spin.minus:hover:after,
.cid-sRueU8q0fx .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sRueU8q0fx .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sRueU8q0fx .jq-number__spin.minus:after,
.cid-sRueU8q0fx .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sRueU8q0fx input::-webkit-clear-button {
  display: none;
}
.cid-sRueU8q0fx input::-webkit-inner-spin-button {
  display: none;
}
.cid-sRueU8q0fx input::-webkit-outer-spin-button {
  display: none;
}
.cid-sRueU8q0fx input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sRueU8q0fx H4 {
  color: #777777;
}
.cid-sRueYxI1vB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sRueYxI1vB .google-map {
  height: 30rem;
  position: relative;
}
.cid-sRueYxI1vB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sRueYxI1vB .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sRueYxI1vB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sRueYxI1vB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sRuiyiHKW8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14191e;
  overflow: hidden;
}
.cid-sRv4pCHX8g .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRv4pCHX8g .nav-item:focus,
.cid-sRv4pCHX8g .nav-link:focus {
  outline: none;
}
.cid-sRv4pCHX8g .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sRv4pCHX8g .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRv4pCHX8g .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sRv4pCHX8g .dropdown .dropdown-menu .dropdown-item:active,
.cid-sRv4pCHX8g .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ffe885 !important;
}
.cid-sRv4pCHX8g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRv4pCHX8g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRv4pCHX8g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRv4pCHX8g .navbar-caption:hover {
  color: inherit !important;
}
.cid-sRv4pCHX8g .container {
  max-width: 1380px;
}
.cid-sRv4pCHX8g .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sRv4pCHX8g .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sRv4pCHX8g .nav-link:hover,
.cid-sRv4pCHX8g .nav-link:active,
.cid-sRv4pCHX8g .nav-link:focus {
  border-bottom: 3px solid #ffe885;
  color: #ffe885 !important;
}
.cid-sRv4pCHX8g .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffe885;
}
.cid-sRv4pCHX8g .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffe885 !important;
}
.cid-sRv4pCHX8g .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sRv4pCHX8g .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRv4pCHX8g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRv4pCHX8g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRv4pCHX8g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRv4pCHX8g .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sRv4pCHX8g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRv4pCHX8g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRv4pCHX8g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRv4pCHX8g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRv4pCHX8g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRv4pCHX8g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRv4pCHX8g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRv4pCHX8g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRv4pCHX8g .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sRv4pCHX8g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRv4pCHX8g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRv4pCHX8g .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRv4pCHX8g .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRv4pCHX8g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRv4pCHX8g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRv4pCHX8g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sRv4pCHX8g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRv4pCHX8g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRv4pCHX8g .navbar.navbar-short {
  background: #ffe885 !important;
  min-height: 60px;
}
.cid-sRv4pCHX8g .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRv4pCHX8g .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRv4pCHX8g .icons-menu span {
  color: #ed6436 !important;
}
.cid-sRv4pCHX8g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRv4pCHX8g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-sRv4pCHX8g .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRv4pCHX8g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRv4pCHX8g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRv4pCHX8g .dropdown-item.active,
.cid-sRv4pCHX8g .dropdown-item:active {
  background-color: transparent;
}
.cid-sRv4pCHX8g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRv4pCHX8g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRv4pCHX8g .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRv4pCHX8g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe885;
}
.cid-sRv4pCHX8g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRv4pCHX8g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRv4pCHX8g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRv4pCHX8g .navbar-buttons {
  text-align: center;
}
.cid-sRv4pCHX8g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRv4pCHX8g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-sRv4pCHX8g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sRv4pCHX8g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sRv4pCHX8g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sRv4pCHX8g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sRv4pCHX8g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sRv4pCHX8g nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sRv4pCHX8g nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sRv4pCHX8g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sRv4pCHX8g .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sRv4pCHX8g a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sRv4pCHX8g .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRv4pCHX8g .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sRv4pCHX8g .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRv4pCHX8g .navbar {
    height: 77px;
  }
  .cid-sRv4pCHX8g .navbar.opened {
    height: auto;
  }
  .cid-sRv4pCHX8g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRv4ERI9F5 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sRv4ERI9F5 .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sRv4ERI9F5 .mbr-section-title {
  text-align: center;
  color: #14142b;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-sRv4ERI9F5 .row {
  align-items: center;
  height: 100%;
}
.cid-sRv4ERI9F5 .wrapper {
  margin: auto;
}
.cid-sRv4pEtTbl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sRv4pEtTbl .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sRv4pEtTbl .container-fluid {
    padding: 0 3rem;
  }
}
.cid-sRv4pEtTbl .row {
  align-items: center;
}
.cid-sRv4pEtTbl img {
  width: 100%;
  height: 100%;
}
.cid-sRv4pEtTbl .col-lg-3 {
  height: 300px;
}
.cid-sRv4pEtTbl .col-lg-2 {
  height: 400px;
}
.cid-sRv4pEtTbl .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sRv4pEtTbl .image-wrapper img {
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sRv4pEtTbl .col-12 {
    margin-bottom: 3rem;
  }
}
.cid-sRv4pFjlNy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14191e;
  overflow: hidden;
}
.cid-sRv8T91uZg {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sRv8T91uZg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sRv8T91uZg .img-item,
.cid-sRv8T91uZg img {
  height: 100%;
  object-fit: cover;
}
.cid-sRv8T91uZg .img-col {
  padding: 0;
}
.cid-sRv8T91uZg .col-auto {
  width: 100%;
}
.cid-sRv8T91uZg .wrapper {
  background: #faf6e1;
  padding: 6rem 4rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sRv8T91uZg .wrapper {
    padding: 3rem 0rem;
    margin: 0 1rem;
  }
}
.cid-sRv8T91uZg textarea {
  min-height: 200px;
}
.cid-sRv8T91uZg .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-sRv8T91uZg .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-sRv8T91uZg .form-control,
.cid-sRv8T91uZg .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sRv8T91uZg .form-control::-webkit-input-placeholder,
.cid-sRv8T91uZg .field-input::-webkit-input-placeholder,
.cid-sRv8T91uZg .form-control::-webkit-input-placeholder,
.cid-sRv8T91uZg .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-sRv8T91uZg .form-control:-moz-placeholder,
.cid-sRv8T91uZg .field-input:-moz-placeholder,
.cid-sRv8T91uZg .form-control:-moz-placeholder,
.cid-sRv8T91uZg .field-input:-moz-placeholder {
  color: #777777;
}
.cid-sRv8T91uZg .form-control:hover,
.cid-sRv8T91uZg .field-input:hover,
.cid-sRv8T91uZg .form-control:focus,
.cid-sRv8T91uZg .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #1b2026;
  box-shadow: none;
  outline: none;
}
.cid-sRv8T91uZg .form-control:hover::-webkit-input-placeholder,
.cid-sRv8T91uZg .field-input:hover::-webkit-input-placeholder,
.cid-sRv8T91uZg .form-control:focus::-webkit-input-placeholder,
.cid-sRv8T91uZg .field-input:focus::-webkit-input-placeholder,
.cid-sRv8T91uZg .form-control:hover::-webkit-input-placeholder,
.cid-sRv8T91uZg .field-input:hover::-webkit-input-placeholder,
.cid-sRv8T91uZg .form-control:focus::-webkit-input-placeholder,
.cid-sRv8T91uZg .field-input:focus::-webkit-input-placeholder {
  color: #777777;
}
.cid-sRv8T91uZg .form-control:hover:-moz-placeholder,
.cid-sRv8T91uZg .field-input:hover:-moz-placeholder,
.cid-sRv8T91uZg .form-control:focus:-moz-placeholder,
.cid-sRv8T91uZg .field-input:focus:-moz-placeholder,
.cid-sRv8T91uZg .form-control:hover:-moz-placeholder,
.cid-sRv8T91uZg .field-input:hover:-moz-placeholder,
.cid-sRv8T91uZg .form-control:focus:-moz-placeholder,
.cid-sRv8T91uZg .field-input:focus:-moz-placeholder {
  color: #777777;
}
.cid-sRv8T91uZg .jq-number__spin:hover,
.cid-sRv8T91uZg .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sRv8T91uZg .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sRv8T91uZg .jq-selectbox li,
.cid-sRv8T91uZg .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sRv8T91uZg .jq-selectbox li:hover,
.cid-sRv8T91uZg .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sRv8T91uZg .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sRv8T91uZg .jq-number__spin.minus:hover:after,
.cid-sRv8T91uZg .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sRv8T91uZg .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sRv8T91uZg .jq-number__spin.minus:after,
.cid-sRv8T91uZg .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sRv8T91uZg input::-webkit-clear-button {
  display: none;
}
.cid-sRv8T91uZg input::-webkit-inner-spin-button {
  display: none;
}
.cid-sRv8T91uZg input::-webkit-outer-spin-button {
  display: none;
}
.cid-sRv8T91uZg input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sRv8T91uZg H4 {
  color: #777777;
}
.cid-sRv8T87P95 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRv8T87P95 .nav-item:focus,
.cid-sRv8T87P95 .nav-link:focus {
  outline: none;
}
.cid-sRv8T87P95 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sRv8T87P95 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRv8T87P95 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sRv8T87P95 .dropdown .dropdown-menu .dropdown-item:active,
.cid-sRv8T87P95 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ffe885 !important;
}
.cid-sRv8T87P95 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRv8T87P95 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRv8T87P95 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRv8T87P95 .navbar-caption:hover {
  color: inherit !important;
}
.cid-sRv8T87P95 .container {
  max-width: 1380px;
}
.cid-sRv8T87P95 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sRv8T87P95 .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sRv8T87P95 .nav-link:hover,
.cid-sRv8T87P95 .nav-link:active,
.cid-sRv8T87P95 .nav-link:focus {
  border-bottom: 3px solid #ffe885;
  color: #ffe885 !important;
}
.cid-sRv8T87P95 .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffe885;
}
.cid-sRv8T87P95 .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffe885 !important;
}
.cid-sRv8T87P95 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sRv8T87P95 .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRv8T87P95 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRv8T87P95 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRv8T87P95 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRv8T87P95 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sRv8T87P95 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRv8T87P95 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRv8T87P95 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRv8T87P95 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRv8T87P95 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRv8T87P95 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRv8T87P95 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRv8T87P95 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRv8T87P95 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sRv8T87P95 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRv8T87P95 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRv8T87P95 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRv8T87P95 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRv8T87P95 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRv8T87P95 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRv8T87P95 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sRv8T87P95 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRv8T87P95 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRv8T87P95 .navbar.navbar-short {
  background: #ffe885 !important;
  min-height: 60px;
}
.cid-sRv8T87P95 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRv8T87P95 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRv8T87P95 .icons-menu span {
  color: #ed6436 !important;
}
.cid-sRv8T87P95 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRv8T87P95 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-sRv8T87P95 .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRv8T87P95 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRv8T87P95 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRv8T87P95 .dropdown-item.active,
.cid-sRv8T87P95 .dropdown-item:active {
  background-color: transparent;
}
.cid-sRv8T87P95 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRv8T87P95 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRv8T87P95 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRv8T87P95 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe885;
}
.cid-sRv8T87P95 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRv8T87P95 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRv8T87P95 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRv8T87P95 .navbar-buttons {
  text-align: center;
}
.cid-sRv8T87P95 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRv8T87P95 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-sRv8T87P95 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sRv8T87P95 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sRv8T87P95 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sRv8T87P95 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sRv8T87P95 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sRv8T87P95 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sRv8T87P95 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sRv8T87P95 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sRv8T87P95 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sRv8T87P95 a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sRv8T87P95 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRv8T87P95 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sRv8T87P95 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRv8T87P95 .navbar {
    height: 77px;
  }
  .cid-sRv8T87P95 .navbar.opened {
    height: auto;
  }
  .cid-sRv8T87P95 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRv8T8JzG0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sRv8T8JzG0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sRv8T8JzG0 .container-fluid {
    padding: 0 3rem;
  }
}
.cid-sRv8T8JzG0 .row {
  align-items: center;
}
.cid-sRv8T8JzG0 img {
  width: 100%;
  height: 100%;
}
.cid-sRv8T8JzG0 .col-lg-3 {
  height: 300px;
}
.cid-sRv8T8JzG0 .col-lg-2 {
  height: 400px;
}
.cid-sRv8T8JzG0 .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sRv8T8JzG0 .image-wrapper img {
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sRv8T8JzG0 .col-12 {
    margin-bottom: 3rem;
  }
}
.cid-sRv8T9eOyL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14191e;
  overflow: hidden;
}
.cid-sRv93iIYMQ .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRv93iIYMQ .nav-item:focus,
.cid-sRv93iIYMQ .nav-link:focus {
  outline: none;
}
.cid-sRv93iIYMQ .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sRv93iIYMQ .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRv93iIYMQ .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sRv93iIYMQ .dropdown .dropdown-menu .dropdown-item:active,
.cid-sRv93iIYMQ .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ffe885 !important;
}
.cid-sRv93iIYMQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRv93iIYMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRv93iIYMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRv93iIYMQ .navbar-caption:hover {
  color: inherit !important;
}
.cid-sRv93iIYMQ .container {
  max-width: 1380px;
}
.cid-sRv93iIYMQ .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sRv93iIYMQ .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sRv93iIYMQ .nav-link:hover,
.cid-sRv93iIYMQ .nav-link:active,
.cid-sRv93iIYMQ .nav-link:focus {
  border-bottom: 3px solid #ffe885;
  color: #ffe885 !important;
}
.cid-sRv93iIYMQ .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffe885;
}
.cid-sRv93iIYMQ .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffe885 !important;
}
.cid-sRv93iIYMQ .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sRv93iIYMQ .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRv93iIYMQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRv93iIYMQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRv93iIYMQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRv93iIYMQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sRv93iIYMQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRv93iIYMQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRv93iIYMQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRv93iIYMQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRv93iIYMQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRv93iIYMQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRv93iIYMQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRv93iIYMQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRv93iIYMQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sRv93iIYMQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRv93iIYMQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRv93iIYMQ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRv93iIYMQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRv93iIYMQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRv93iIYMQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRv93iIYMQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sRv93iIYMQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRv93iIYMQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRv93iIYMQ .navbar.navbar-short {
  background: #ffe885 !important;
  min-height: 60px;
}
.cid-sRv93iIYMQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRv93iIYMQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRv93iIYMQ .icons-menu span {
  color: #ed6436 !important;
}
.cid-sRv93iIYMQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRv93iIYMQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-sRv93iIYMQ .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRv93iIYMQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRv93iIYMQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRv93iIYMQ .dropdown-item.active,
.cid-sRv93iIYMQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sRv93iIYMQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRv93iIYMQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRv93iIYMQ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRv93iIYMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe885;
}
.cid-sRv93iIYMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRv93iIYMQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRv93iIYMQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRv93iIYMQ .navbar-buttons {
  text-align: center;
}
.cid-sRv93iIYMQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRv93iIYMQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-sRv93iIYMQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sRv93iIYMQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sRv93iIYMQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sRv93iIYMQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sRv93iIYMQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sRv93iIYMQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sRv93iIYMQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sRv93iIYMQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sRv93iIYMQ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sRv93iIYMQ a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sRv93iIYMQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRv93iIYMQ .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sRv93iIYMQ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRv93iIYMQ .navbar {
    height: 77px;
  }
  .cid-sRv93iIYMQ .navbar.opened {
    height: auto;
  }
  .cid-sRv93iIYMQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRv93iYZct {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sRv93iYZct .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sRv93iYZct .mbr-section-title {
  text-align: center;
  color: #14142b;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-sRv93iYZct .row {
  align-items: center;
  height: 100%;
}
.cid-sRv93iYZct .wrapper {
  margin: auto;
}
.cid-sRv93jaeph {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sRv93jaeph .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sRv93jaeph .container-fluid {
    padding: 0 3rem;
  }
}
.cid-sRv93jaeph .row {
  align-items: center;
}
.cid-sRv93jaeph img {
  width: 100%;
  height: 100%;
}
.cid-sRv93jaeph .col-lg-3 {
  height: 300px;
}
.cid-sRv93jaeph .col-lg-2 {
  height: 400px;
}
.cid-sRv93jaeph .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sRv93jaeph .image-wrapper img {
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sRv93jaeph .col-12 {
    margin-bottom: 3rem;
  }
}
.cid-sRv93jog3W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14191e;
  overflow: hidden;
}
.cid-sRv9mBJHxr .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRv9mBJHxr .nav-item:focus,
.cid-sRv9mBJHxr .nav-link:focus {
  outline: none;
}
.cid-sRv9mBJHxr .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sRv9mBJHxr .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRv9mBJHxr .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sRv9mBJHxr .dropdown .dropdown-menu .dropdown-item:active,
.cid-sRv9mBJHxr .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ffe885 !important;
}
.cid-sRv9mBJHxr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRv9mBJHxr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRv9mBJHxr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRv9mBJHxr .navbar-caption:hover {
  color: inherit !important;
}
.cid-sRv9mBJHxr .container {
  max-width: 1380px;
}
.cid-sRv9mBJHxr .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sRv9mBJHxr .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sRv9mBJHxr .nav-link:hover,
.cid-sRv9mBJHxr .nav-link:active,
.cid-sRv9mBJHxr .nav-link:focus {
  border-bottom: 3px solid #ffe885;
  color: #ffe885 !important;
}
.cid-sRv9mBJHxr .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffe885;
}
.cid-sRv9mBJHxr .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffe885 !important;
}
.cid-sRv9mBJHxr .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sRv9mBJHxr .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRv9mBJHxr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRv9mBJHxr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRv9mBJHxr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRv9mBJHxr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sRv9mBJHxr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRv9mBJHxr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRv9mBJHxr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRv9mBJHxr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRv9mBJHxr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRv9mBJHxr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRv9mBJHxr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRv9mBJHxr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRv9mBJHxr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sRv9mBJHxr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRv9mBJHxr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRv9mBJHxr .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRv9mBJHxr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRv9mBJHxr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRv9mBJHxr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRv9mBJHxr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sRv9mBJHxr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRv9mBJHxr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRv9mBJHxr .navbar.navbar-short {
  background: #ffe885 !important;
  min-height: 60px;
}
.cid-sRv9mBJHxr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRv9mBJHxr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRv9mBJHxr .icons-menu span {
  color: #ed6436 !important;
}
.cid-sRv9mBJHxr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRv9mBJHxr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-sRv9mBJHxr .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRv9mBJHxr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRv9mBJHxr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRv9mBJHxr .dropdown-item.active,
.cid-sRv9mBJHxr .dropdown-item:active {
  background-color: transparent;
}
.cid-sRv9mBJHxr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRv9mBJHxr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRv9mBJHxr .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRv9mBJHxr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe885;
}
.cid-sRv9mBJHxr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRv9mBJHxr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRv9mBJHxr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRv9mBJHxr .navbar-buttons {
  text-align: center;
}
.cid-sRv9mBJHxr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRv9mBJHxr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-sRv9mBJHxr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sRv9mBJHxr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sRv9mBJHxr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sRv9mBJHxr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sRv9mBJHxr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sRv9mBJHxr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sRv9mBJHxr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sRv9mBJHxr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sRv9mBJHxr .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sRv9mBJHxr a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sRv9mBJHxr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRv9mBJHxr .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sRv9mBJHxr .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRv9mBJHxr .navbar {
    height: 77px;
  }
  .cid-sRv9mBJHxr .navbar.opened {
    height: auto;
  }
  .cid-sRv9mBJHxr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRv9mC08Iy {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sRv9mC08Iy .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sRv9mC08Iy .mbr-section-title {
  text-align: center;
  color: #14142b;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-sRv9mC08Iy .row {
  align-items: center;
  height: 100%;
}
.cid-sRv9mC08Iy .wrapper {
  margin: auto;
}
.cid-sRv9mCcEfq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sRv9mCcEfq .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sRv9mCcEfq .container-fluid {
    padding: 0 3rem;
  }
}
.cid-sRv9mCcEfq .row {
  align-items: center;
}
.cid-sRv9mCcEfq img {
  width: 100%;
  height: 100%;
}
.cid-sRv9mCcEfq .col-lg-3 {
  height: 300px;
}
.cid-sRv9mCcEfq .col-lg-2 {
  height: 400px;
}
.cid-sRv9mCcEfq .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sRv9mCcEfq .image-wrapper img {
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sRv9mCcEfq .col-12 {
    margin-bottom: 3rem;
  }
}
.cid-sRv9mCrVFQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14191e;
  overflow: hidden;
}
