.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f9f2e6;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5.625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 300;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.375rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.625rem;
  line-height: 1.35;
}
.display-7 > .mbr-iconfont {
  font-size: 2.03125rem;
}
/* ---- 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: 4.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((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.6 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.3rem;
    font-size: calc( 1.21875rem + (1.625 - 1.21875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21875rem + (1.625 - 1.21875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.6 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.3rem;
    font-size: calc( 1.21875rem + (1.625 - 1.21875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21875rem + (1.625 - 1.21875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f9aa34 !important;
}
.bg-success {
  background-color: #27d383 !important;
}
.bg-info {
  background-color: #0dc8ed !important;
}
.bg-warning {
  background-color: #fabc00 !important;
}
.bg-danger {
  background-color: #d52536 !important;
}
.btn-primary {
  box-shadow: inset 0 -5px 0 0 #e48b07;
  border: 1px solid #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f9aa34 !important;
  border-color: #f9aa34 !important;
  color: #000000 !important;
  box-shadow: inset 0 -5px 0 0 #e48b07;
  border: 1px solid #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fabf66 !important;
  box-shadow: inset 0 5px 0 0 #e48b07;
  border: 1px solid #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #fabf66 !important;
  border-color: #fabf66 !important;
}
.btn-secondary {
  box-shadow: inset 0 -5px 0 0 #3b3b3b;
  border: 1px solid #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5c5c5c !important;
  border-color: #5c5c5c !important;
  color: #ffffff !important;
  box-shadow: inset 0 -5px 0 0 #3b3b3b;
  border: 1px solid #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #767676 !important;
  box-shadow: inset 0 5px 0 0 #3b3b3b;
  border: 1px solid #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-info {
  box-shadow: inset 0 -5px 0 0 #0a93ae;
  border: 1px solid #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0dc8ed !important;
  border-color: #0dc8ed !important;
  color: #000000 !important;
  box-shadow: inset 0 -5px 0 0 #0a93ae;
  border: 1px solid #000000 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #39d5f4 !important;
  box-shadow: inset 0 5px 0 0 #0a93ae;
  border: 1px solid #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #39d5f4 !important;
  border-color: #39d5f4 !important;
}
.btn-success {
  box-shadow: inset 0 -5px 0 0 #1d9b60;
  border: 1px solid #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #27d383 !important;
  border-color: #27d383 !important;
  color: #000000 !important;
  box-shadow: inset 0 -5px 0 0 #1d9b60;
  border: 1px solid #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #4fde9c !important;
  box-shadow: inset 0 5px 0 0 #1d9b60;
  border: 1px solid #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #4fde9c !important;
  border-color: #4fde9c !important;
}
.btn-warning {
  box-shadow: inset 0 -5px 0 0 #b88a00;
  border: 1px solid #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fabc00 !important;
  border-color: #fabc00 !important;
  color: #000000 !important;
  box-shadow: inset 0 -5px 0 0 #b88a00;
  border: 1px solid #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffcb2e !important;
  box-shadow: inset 0 5px 0 0 #b88a00;
  border: 1px solid #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffcb2e !important;
  border-color: #ffcb2e !important;
}
.btn-danger {
  box-shadow: inset 0 -5px 0 0 #9d1b28;
  border: 1px solid #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d52536 !important;
  border-color: #d52536 !important;
  color: #ffffff !important;
  box-shadow: inset 0 -5px 0 0 #9d1b28;
  border: 1px solid #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e04d5b !important;
  box-shadow: inset 0 5px 0 0 #9d1b28;
  border: 1px solid #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e04d5b !important;
  border-color: #e04d5b !important;
}
.btn-white {
  box-shadow: inset 0 -5px 0 0 #dedede;
  border: 1px solid #666666 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: inset 0 -5px 0 0 #dedede;
  border: 1px solid #666666 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  box-shadow: inset 0 5px 0 0 #dedede;
  border: 1px solid #666666 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: inset 0 -5px 0 0 #000000;
  border: 1px solid #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #1d1d1d !important;
  border-color: #1d1d1d !important;
  color: #ffffff !important;
  box-shadow: inset 0 -5px 0 0 #000000;
  border: 1px solid #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #373737 !important;
  box-shadow: inset 0 5px 0 0 #000000;
  border: 1px solid #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #373737 !important;
  border-color: #373737 !important;
}
.btn-primary-outline {
  padding: 11px 25px !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f9aa34;
  color: #f9aa34;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d07f06 !important;
  background-color: transparent !important;
  border-color: #d07f06 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f9aa34 !important;
  border-color: #f9aa34 !important;
}
.btn-secondary-outline {
  padding: 11px 25px !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5c5c5c;
  color: #5c5c5c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #313131 !important;
  background-color: transparent !important;
  border-color: #313131 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5c5c5c !important;
  border-color: #5c5c5c !important;
}
.btn-info-outline {
  padding: 11px 25px !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0dc8ed;
  color: #0dc8ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #08839b !important;
  background-color: transparent !important;
  border-color: #08839b !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0dc8ed !important;
  border-color: #0dc8ed !important;
}
.btn-success-outline {
  padding: 11px 25px !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #27d383;
  color: #27d383;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #198a56 !important;
  background-color: transparent !important;
  border-color: #198a56 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #27d383 !important;
  border-color: #27d383 !important;
}
.btn-warning-outline {
  padding: 11px 25px !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fabc00;
  color: #fabc00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a37b00 !important;
  background-color: transparent !important;
  border-color: #a37b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fabc00 !important;
  border-color: #fabc00 !important;
}
.btn-danger-outline {
  padding: 11px 25px !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d52536;
  color: #d52536;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8b1823 !important;
  background-color: transparent !important;
  border-color: #8b1823 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d52536 !important;
  border-color: #d52536 !important;
}
.btn-black-outline {
  padding: 11px 25px !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #1d1d1d;
  color: #1d1d1d;
}
.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: #1d1d1d !important;
  border-color: #1d1d1d !important;
}
.btn-white-outline {
  padding: 11px 25px !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #f9aa34 !important;
}
.text-secondary {
  color: #5c5c5c !important;
}
.text-success {
  color: #27d383 !important;
}
.text-info {
  color: #0dc8ed !important;
}
.text-warning {
  color: #fabc00 !important;
}
.text-danger {
  color: #d52536 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1d1d1d !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c17606 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #292929 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #177d4e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #08768c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #946f00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7e1620 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !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: #f9aa34;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0dc8ed;
}
.alert-warning {
  background-color: #fabc00;
}
.alert-danger {
  background-color: #d52536;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f9aa34;
  border-color: #f9aa34;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 20px !important;
  font-weight: 500;
}
@media (max-width: 992px) {
  .nav-tabs .nav-link {
    border-radius: 20px !important;
  }
}
a,
a:hover {
  color: #f9aa34;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffdfa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0f6e4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #caf4fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff1c7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f7cfd3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 300;
  border-radius: 0 !important;
}
.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: #f9aa34 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.625rem;
  line-height: 1.35;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.03125rem;
}
blockquote {
  border-color: #f9aa34;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #f9aa34;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f9aa34;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f9aa34;
  border-bottom-color: #f9aa34;
}
.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: #f9aa34 !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: #5c5c5c !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='%23f9aa34' %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;
}
.mbr-section-btn .btn {
  padding: 10px 25px 12px;
  border-radius: 10px !important;
  font-weight: 500;
}
.mbr-section-btn .btn-white {
  box-shadow: inset 0 -5px 0 0 #dedede;
  background-color: #ffffff !important;
  color: #1d1d1d !important;
  border: 1px solid #1d1d1d !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  box-shadow: inset 0 5px 0 0 #d9d9d9;
}
.mbr-section-btn .btn-black {
  box-shadow: inset 0 -5px 0 0 #717171;
  background-color: #1d1d1d !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  box-shadow: inset 0 5px 0 0 #717171;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.large-radius {
  border-radius: 50px !important;
}
@media (max-width: 992px) {
  .large-radius {
    border-radius: 30px !important;
  }
}
.small-radius,
.dropdown-item {
  border-radius: 10px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vuCAvzYb3g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vuCAvzYb3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuCAvzYb3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuCAvzYb3g .content-wrapper {
  align-items: center;
  margin: 0 -40px;
}
.cid-vuCAvzYb3g .content-wrapper .card {
  padding: 0 40px;
}
.cid-vuCAvzYb3g .image-wrapper {
  border: 1px solid #1d1d1d;
  background-color: #fde1e9;
  padding: 60px 60px 0;
}
@media (max-width: 992px) {
  .cid-vuCAvzYb3g .image-wrapper {
    padding: 20px 20px 0;
    margin-bottom: 30px;
  }
}
.cid-vuCAvzYb3g .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vuCAvzYb3g .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 425px) {
  .cid-vuCAvzYb3g .image-wrapper img {
    height: 200px;
  }
}
.cid-vuCAvzYb3g .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vuCAvzYb3g .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-vuCAvzYb3g .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vuCAvzYb3g .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vuCAvzYb3g .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vuCAvzYb3g .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vuCAvzYb3g .tags-wrapper {
    margin-top: 30px;
  }
}
.cid-vuCAvzYb3g .tags-wrapper .tag-wrap .mbr-tag_1,
.cid-vuCAvzYb3g .tags-wrapper .tag-wrap .mbr-tag_2,
.cid-vuCAvzYb3g .tags-wrapper .tag-wrap .mbr-tag_3,
.cid-vuCAvzYb3g .tags-wrapper .tag-wrap .mbr-tag_4,
.cid-vuCAvzYb3g .tags-wrapper .tag-wrap .mbr-tag_5 {
  display: inline-flex;
  padding: 8px 22px;
  border: 1px solid #1d1d1d;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-vuCAvzYb3g .tags-wrapper .tag-wrap .mbr-tag_1 {
  background-color: #f5e8d2;
}
.cid-vuCAvzYb3g .tags-wrapper .tag-wrap .mbr-tag_2 {
  background-color: #e6ddc6;
}
.cid-vuCAvzYb3g .tags-wrapper .tag-wrap .mbr-tag_3 {
  background-color: #fde1e9;
}
.cid-vuCAvzYb3g .tags-wrapper .tag-wrap .mbr-tag_4 {
  background-color: #e4dbc4;
}
.cid-vuCAvzYb3g .mbr-section-title {
  color: #1d1d1d;
}
.cid-vuCAvzYb3g .mbr-text,
.cid-vuCAvzYb3g .text-wrapper {
  color: #1d1d1d;
}
.cid-vuCAvzYb3g .mbr-tag_1 {
  color: #1d1d1d;
}
.cid-vuCAvzYb3g .mbr-tag_2 {
  color: #1d1d1d;
}
.cid-vuCAvzYb3g .mbr-tag_3 {
  color: #1d1d1d;
}
.cid-vuCAvzYb3g .mbr-tag_4 {
  color: #1d1d1d;
}
.cid-vuCAvA5G4J {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1d1d1d;
}
.cid-vuCAvA5G4J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuCAvA5G4J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuCAvA5G4J .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vuCAvA5G4J .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  justify-content: center;
  gap: 0;
}
@media (max-width: 992px) {
  .cid-vuCAvA5G4J .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vuCAvA5G4J .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vuCAvA5G4J .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vuCAvA5G4J .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vuCAvA5G4J .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-vuCAvA5G4J .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vuCAvA5G4J .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-vuCAvA5G4J .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vuCAvA5G4J .mbr-copy {
  color: #ffffff;
}
.cid-vuCAvA5G4J .list {
  color: #ffffff;
}
