.btn {
  border-width: 2px;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.375rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 2.875rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.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: #fb480f !important;
}
.bg-success {
  background-color: #279898 !important;
}
.bg-info {
  background-color: #a073ec !important;
}
.bg-warning {
  background-color: #ffabfa !important;
}
.bg-danger {
  background-color: #fadd8a !important;
}
.btn-primary,
.btn-primary:active {
  background: linear-gradient(to bottom, #fb480f 0 33.33333333%, #fb480f 33.33333333%, #cc2a57 66.66666667%, #cc2a57 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #fb480f 0 33.33333333%, #fb480f 33.33333333%, #cc2a57 66.66666667%, #cc2a57 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background: #b02d03 !important;
  border: none !important;
}
.btn-secondary,
.btn-secondary:active {
  background: linear-gradient(to bottom, #2a1340 0 33.33333333%, #2a1340 33.33333333%, #a275ec 66.66666667%, #a275ec 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #2a1340 0 33.33333333%, #2a1340 33.33333333%, #a275ec 66.66666667%, #a275ec 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background: #000000 !important;
  border: none !important;
}
.btn-info,
.btn-info:active {
  background: linear-gradient(to bottom, #a073ec 0 33.33333333%, #a073ec 33.33333333%, #29133e 66.66666667%, #29133e 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #a073ec 0 33.33333333%, #a073ec 33.33333333%, #29133e 66.66666667%, #29133e 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background: #6c27e2 !important;
  border: none !important;
}
.btn-success,
.btn-success:active {
  background: linear-gradient(to bottom, #279898 0 33.33333333%, #279898 33.33333333%, #3d6d54 66.66666667%, #3d6d54 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #279898 0 33.33333333%, #279898 33.33333333%, #3d6d54 66.66666667%, #3d6d54 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background: #155353 !important;
  border: none !important;
}
.btn-warning,
.btn-warning:active {
  background: linear-gradient(to bottom, #ffabfa 0 33.33333333%, #ffabfa 33.33333333%, #ffbfda 66.66666667%, #ffbfda 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #bf0051 !important;
  background: linear-gradient(to bottom, #ffabfa 0 33.33333333%, #ffabfa 33.33333333%, #ffbfda 66.66666667%, #ffbfda 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background: #ff54f5 !important;
  border: none !important;
}
.btn-danger,
.btn-danger:active {
  background: linear-gradient(to bottom, #fadd8a 0 33.33333333%, #fadd8a 33.33333333%, #e5ff99 66.66666667%, #e5ff99 66.66666667% 100%) !important;
  border: none !important;
  color: #806005 !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #729900 !important;
  background: linear-gradient(to bottom, #fadd8a 0 33.33333333%, #fadd8a 33.33333333%, #e5ff99 66.66666667%, #e5ff99 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #806005 !important;
  background: #f6c537 !important;
  border: none !important;
}
.btn-white,
.btn-white:active {
  background: linear-gradient(to bottom, #fafafa 0 33.33333333%, #fafafa 33.33333333%, #f0f0f0 66.66666667%, #f0f0f0 66.66666667% 100%) !important;
  border: none !important;
  color: #7a7a7a !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #707070 !important;
  background: linear-gradient(to bottom, #fafafa 0 33.33333333%, #fafafa 33.33333333%, #f0f0f0 66.66666667%, #f0f0f0 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background: #cfcfcf !important;
  border: none !important;
}
.btn-black,
.btn-black:active {
  background: linear-gradient(to bottom, #161616 0 33.33333333%, #161616 33.33333333%, #2a2116 66.66666667%, #2a2116 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #161616 0 33.33333333%, #161616 33.33333333%, #2a2116 66.66666667%, #2a2116 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background: #000000 !important;
  border: none !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fb480f;
  color: #fb480f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b02d03 !important;
  background-color: transparent!important;
  border-color: #b02d03 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fb480f !important;
  border-color: #fb480f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2a1340;
  color: #2a1340;
}
.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: #2a1340 !important;
  border-color: #2a1340 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #a073ec;
  color: #a073ec;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #6c27e2 !important;
  background-color: transparent!important;
  border-color: #6c27e2 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a073ec !important;
  border-color: #a073ec !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #279898;
  color: #279898;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #155353 !important;
  background-color: transparent!important;
  border-color: #155353 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #279898 !important;
  border-color: #279898 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffabfa;
  color: #ffabfa;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff54f5 !important;
  background-color: transparent!important;
  border-color: #ff54f5 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffabfa !important;
  border-color: #ffabfa !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fadd8a;
  color: #fadd8a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f6c537 !important;
  background-color: transparent!important;
  border-color: #f6c537 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #806005 !important;
  background-color: #fadd8a !important;
  border-color: #fadd8a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #161616;
  color: #161616;
}
.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: #161616 !important;
  border-color: #161616 !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;
}
.text-primary {
  color: #fb480f !important;
}
.text-secondary {
  color: #2a1340 !important;
}
.text-success {
  color: #279898 !important;
}
.text-info {
  color: #a073ec !important;
}
.text-warning {
  color: #ffabfa !important;
}
.text-danger {
  color: #fadd8a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #161616 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a12903 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #124747 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #641edb !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff45f4 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f6c128 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !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: #fb480f;
}
.nav-tabs .nav-link:not(.active) {
  color: #161616;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a073ec;
}
.alert-warning {
  background-color: #ffabfa;
}
.alert-danger {
  background-color: #fadd8a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fb480f;
  border-color: #fb480f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fb480f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fee1d8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #67d8d8;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #fb480f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #fb480f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fb480f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fb480f;
}
.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: #fb480f;
  border-bottom-color: #fb480f;
}
.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: #ffffff !important;
  background-color: #fb480f !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: #2a1340 !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='%23fb480f' %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-duration: .4s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: calc(1420px + 3vw);
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.container-fluid {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 54px;
  padding: 25px 35px;
  border-radius: 80px;
  font-weight: 700 !important;
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
  box-shadow: none !important;
  overflow: hidden;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tw2H5YkFPg {
  z-index: 1000;
  width: 100%;
}
.cid-tw2H5YkFPg nav.navbar {
  position: fixed;
}
.cid-tw2H5YkFPg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw2H5YkFPg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw2H5YkFPg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw2H5YkFPg .dropdown-item:hover,
.cid-tw2H5YkFPg .dropdown-item:focus {
  background: #fb480f !important;
  color: white !important;
}
.cid-tw2H5YkFPg .dropdown-item:hover span {
  color: white;
}
.cid-tw2H5YkFPg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw2H5YkFPg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw2H5YkFPg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw2H5YkFPg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tw2H5YkFPg .nav-link {
  position: relative;
}
.cid-tw2H5YkFPg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw2H5YkFPg .container {
    flex-wrap: nowrap;
  }
}
.cid-tw2H5YkFPg .dropdown-menu,
.cid-tw2H5YkFPg .navbar.opened {
  background: #ffffff !important;
}
.cid-tw2H5YkFPg .nav-item:focus,
.cid-tw2H5YkFPg .nav-link:focus {
  outline: none;
}
.cid-tw2H5YkFPg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw2H5YkFPg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw2H5YkFPg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw2H5YkFPg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw2H5YkFPg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw2H5YkFPg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw2H5YkFPg .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-tw2H5YkFPg .navbar.opened {
  transition: all 0.3s;
}
.cid-tw2H5YkFPg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw2H5YkFPg .navbar .navbar-logo img {
  width: auto;
}
.cid-tw2H5YkFPg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw2H5YkFPg .navbar.collapsed {
  justify-content: center;
}
.cid-tw2H5YkFPg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw2H5YkFPg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw2H5YkFPg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.6rem);
  }
}
.cid-tw2H5YkFPg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw2H5YkFPg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw2H5YkFPg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tw2H5YkFPg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw2H5YkFPg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw2H5YkFPg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw2H5YkFPg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw2H5YkFPg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw2H5YkFPg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw2H5YkFPg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw2H5YkFPg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tw2H5YkFPg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw2H5YkFPg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw2H5YkFPg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    width: 100%;
    text-align: left;
  }
  .cid-tw2H5YkFPg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw2H5YkFPg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw2H5YkFPg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tw2H5YkFPg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tw2H5YkFPg .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-tw2H5YkFPg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-tw2H5YkFPg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw2H5YkFPg .dropdown-item.active,
.cid-tw2H5YkFPg .dropdown-item:active {
  background-color: transparent;
}
.cid-tw2H5YkFPg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw2H5YkFPg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw2H5YkFPg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw2H5YkFPg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tw2H5YkFPg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 101%;
  top: 0;
  transform: translateX(0) !important;
}
.cid-tw2H5YkFPg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  top: 105%;
  transform: translateX(-50%);
  left: 50%;
}
.cid-tw2H5YkFPg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tw2H5YkFPg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tw2H5YkFPg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tw2H5YkFPg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw2H5YkFPg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw2H5YkFPg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw2H5YkFPg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw2H5YkFPg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-tw2H5YkFPg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw2H5YkFPg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw2H5YkFPg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw2H5YkFPg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw2H5YkFPg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw2H5YkFPg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw2H5YkFPg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw2H5YkFPg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw2H5YkFPg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw2H5YkFPg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw2H5YkFPg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tw2H5YkFPg .navbar {
    height: 70px;
  }
  .cid-tw2H5YkFPg .navbar.opened {
    height: auto;
  }
  .cid-tw2H5YkFPg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tw2H5YkFPg .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-tw2H5YkFPg .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  border: none;
  background: rgba(255, 255, 255, 0.6);
}
.cid-tw2H5YkFPg .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tw2H5YkFPg .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tw2H5YkFPg .navbar-nav .nav-link:hover {
  background-color: #fb480f;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #fb480f, 0 1px 0 #fb480f, -2px 0 0 #fb480f, 0 -1px 0 #fb480f;
}
.cid-tw2H5YkFPg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tw2H5YkFPg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .cid-tw2H5YkFPg .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-tw2H5YkFPg .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-tw2H5YkFPg .navbar {
    padding: 5px 0 !important;
  }
  .cid-tw2H5YkFPg .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-tw2H5YkFPg .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #ffffff;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(255, 255, 255, 0.6);
  }
  .cid-tw2H5YkFPg .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-tw2H5YkFPg .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-tw2H5YkFPg .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-tw2H5YkFPg .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-tw2H5YkFPg .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-tw2H5YkFPg .navbar-nav .nav-item .nav-link {
    padding: 5px 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-tw2H5YkFPg .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #fb480f !important;
    box-shadow: none;
  }
  .cid-tw2H5YkFPg .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tw2H5YkFPg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tw2H5YkFPg .navbar .dropdown > .dropdown-menu .dropdown {
    width: 100%;
  }
  .cid-tw2H5YkFPg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tw2H5YkFPg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tw2H5YkFPg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tw2H5YkFPg .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tw2H5YkFPg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    box-shadow: none;
  }
  .cid-tw2H5YkFPg .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-tw2H5YkFPg .btn-container {
    display: none;
  }
}
.cid-tw2H87PXre {
  background-image: url("../../../assets/images/jennifer-page1-1920x1200.jpg");
}
.cid-tw2H87PXre .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw2H87PXre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw2H87PXre .mbr-section-title {
  padding-left: 60px;
  color: #f3002a;
}
@media (max-width: 1399px) {
  .cid-tw2H87PXre .mbr-section-title {
    padding-left: 4.28vw;
  }
}
@media (max-width: 991px) {
  .cid-tw2H87PXre .mbr-section-title.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-tw2H87PXre .mbr-section-title.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-tw2H87PXre .mbr-section-subtitle {
  padding-left: 150px;
  color: #ffffff;
}
@media (max-width: 1399px) {
  .cid-tw2H87PXre .mbr-section-subtitle {
    padding-left: 10.7vw;
  }
}
@media (max-width: 991px) {
  .cid-tw2H87PXre .mbr-section-subtitle {
    margin-top: 8px;
  }
  .cid-tw2H87PXre .mbr-section-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-tw2H87PXre .mbr-section-subtitle.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-tw2H87PXre .mbr-section-btn {
  margin-top: 20px;
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .cid-tw2H87PXre .mbr-section-btn {
    padding-left: 4.28vw;
  }
}
.cid-tw2H87PXre .mbr-section-subtitle,
.cid-tw2H87PXre .mbr-section-btn {
  text-align: justify;
}
.cid-vmwaOWRPyg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ac65dc;
}
.cid-vmwaOWRPyg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmwaOWRPyg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmwaOWRPyg .mbr-section-title {
  color: #FFFFFF;
}
.cid-vmwaOWRPyg .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-vmwaOWRPyg .mbr-section-btn {
  margin-top: 20px;
}
.cid-tw2Io5AbWX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fb480f;
  overflow: hidden;
}
.cid-tw2Io5AbWX .mbr-section-head {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tw2Io5AbWX .mbr-section-head {
    padding-bottom: 40px;
  }
}
.cid-tw2Io5AbWX .mbr-section-title {
  color: #FFFFFF;
}
.cid-tw2Io5AbWX .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tw2Io5AbWX .items-row {
  padding-top: 40px;
  row-gap: 60px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .cid-tw2Io5AbWX .items-row {
    padding-top: 0;
    row-gap: 40px;
  }
}
@media (min-width: 576px) {
  .cid-tw2Io5AbWX .item {
    width: 47%;
  }
  .cid-tw2Io5AbWX .item:nth-child(1n) {
    transform: translateY(0);
  }
  .cid-tw2Io5AbWX .item:nth-child(2n) {
    transform: translateY(-40px);
  }
  .cid-tw2Io5AbWX .item:nth-child(3n) {
    transform: translateY(-10px);
  }
  .cid-tw2Io5AbWX .item:nth-child(4n) {
    transform: translateY(-20px);
  }
  .cid-tw2Io5AbWX .item:nth-child(5n) {
    transform: translateY(-10px);
  }
  .cid-tw2Io5AbWX .item:nth-child(6n) {
    transform: translateY(-40px);
  }
}
@media (min-width: 768px) {
  .cid-tw2Io5AbWX .item {
    width: 42%;
  }
}
@media (min-width: 992px) {
  .cid-tw2Io5AbWX .item {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .cid-tw2Io5AbWX .item {
    width: 27%;
  }
}
.cid-tw2Io5AbWX .item-img {
  position: relative;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tw2Io5AbWX .item-img img {
  width: 100%;
  aspect-ratio: calc(2 / 2);
  object-fit: cover;
  transform: scale(1.01);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tw2Io5AbWX .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-tw2Io5AbWX .item-wrapper:hover .item-img {
  border-radius: 25px;
  transform: scale(0.95);
}
.cid-tw2Io5AbWX .item-wrapper:hover .item-img img {
  transform: scale(1.2, 1.2);
}
.cid-tw2Io5AbWX .item-content {
  flex-grow: 1;
  padding-top: 31px;
}
.cid-tw2Io5AbWX .item-title {
  margin-bottom: 32px;
  color: #FFFFFF;
}
.cid-tw2Io5AbWX .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #ffffff;
  padding-left: 85px;
}
.cid-tw2Io5AbWX .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-tw2Io5AbWX .mbr-section-btn {
  margin-top: 12px;
}
.cid-tw2Io5AbWX .item-title,
.cid-tw2Io5AbWX .mbr-section-btn {
  text-align: center;
}
.cid-tw2MTmcw2i {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5a80c;
}
.cid-tw2MTmcw2i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw2MTmcw2i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw2MTmcw2i .mbr-section-title {
  padding-left: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1399px) {
  .cid-tw2MTmcw2i .mbr-section-title {
    padding-left: 4.28vw;
  }
}
@media (max-width: 991px) {
  .cid-tw2MTmcw2i .mbr-section-title.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-tw2MTmcw2i .mbr-section-title.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-tw2MTmcw2i .mbr-section-subtitle {
  padding-left: 150px;
  color: #ffffff;
}
@media (max-width: 1399px) {
  .cid-tw2MTmcw2i .mbr-section-subtitle {
    padding-left: 10.7vw;
  }
}
@media (max-width: 991px) {
  .cid-tw2MTmcw2i .mbr-section-subtitle {
    margin-top: 8px;
  }
  .cid-tw2MTmcw2i .mbr-section-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-tw2MTmcw2i .mbr-section-subtitle.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-tw2MTmcw2i .mbr-section-btn {
  margin-top: 20px;
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .cid-tw2MTmcw2i .mbr-section-btn {
    padding-left: 4.28vw;
  }
}
.cid-tw2MTmcw2i .mbr-section-subtitle,
.cid-tw2MTmcw2i .mbr-section-btn {
  text-align: center;
}
.cid-vpIplvvUc4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #49afaf;
}
.cid-vpIplvvUc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIplvvUc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIplvvUc4 .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-vpIplvvUc4 .image-wrapper {
    margin: 0;
  }
}
.cid-vpIplvvUc4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-vpIplvvUc4 .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-vpIplvvUc4 .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIplvvUc4 .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-vpIplvvUc4 .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-vpIplvvUc4 .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpIplvvUc4 .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-vpIplvvUc4 .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-vpIplvvUc4 .mbr-section-btn {
  margin-top: 24px;
}
.cid-vpIplvvUc4 .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vpIplvvUc4 .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vpIplvvUc4 .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-vpIplvvUc4 .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-vpIplvvUc4 .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vpIplvvUc4 .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-vpIplvvUc4 .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-vpIAtEAecN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #49afaf;
}
.cid-vpIAtEAecN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIAtEAecN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIAtEAecN .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-vpIAtEAecN .image-wrapper {
    margin: 0;
  }
}
.cid-vpIAtEAecN .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-vpIAtEAecN .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-vpIAtEAecN .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIAtEAecN .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-vpIAtEAecN .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-vpIAtEAecN .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpIAtEAecN .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-vpIAtEAecN .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-vpIAtEAecN .mbr-section-btn {
  margin-top: 24px;
}
.cid-vpIAtEAecN .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vpIAtEAecN .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vpIAtEAecN .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-vpIAtEAecN .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-vpIAtEAecN .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vpIAtEAecN .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-vpIAtEAecN .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-vmwavtwb2S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f79309;
}
.cid-vmwavtwb2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmwavtwb2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmwavtwb2S .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-vmwavtwb2S .image-wrapper {
    margin: 0;
  }
}
.cid-vmwavtwb2S .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-vmwavtwb2S .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-vmwavtwb2S .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-vmwavtwb2S .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-vmwavtwb2S .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-vmwavtwb2S .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vmwavtwb2S .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-vmwavtwb2S .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-vmwavtwb2S .mbr-section-btn {
  margin-top: 24px;
}
.cid-vmwavtwb2S .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vmwavtwb2S .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vmwavtwb2S .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-vmwavtwb2S .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-vmwavtwb2S .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vmwavtwb2S .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-vmwavtwb2S .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-vpIvUb5iCB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f79309;
}
.cid-vpIvUb5iCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIvUb5iCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIvUb5iCB .row {
  flex-direction: row-reverse;
}
.cid-vpIvUb5iCB .image-wrapper {
  margin-right: 9.57vw;
  margin-right: 0;
  margin-left: 9.57vw;
}
@media (max-width: 991px) {
  .cid-vpIvUb5iCB .image-wrapper {
    margin: 0;
  }
}
.cid-vpIvUb5iCB .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-vpIvUb5iCB .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-vpIvUb5iCB .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIvUb5iCB .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-vpIvUb5iCB .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-vpIvUb5iCB .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpIvUb5iCB .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-vpIvUb5iCB .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-vpIvUb5iCB .mbr-section-btn {
  margin-top: 24px;
}
.cid-vpIvUb5iCB .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vpIvUb5iCB .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vpIvUb5iCB .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-vpIvUb5iCB .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-vpIvUb5iCB .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vpIvUb5iCB .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-vpIvUb5iCB .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-vpIVETTOLo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5a80c;
}
.cid-vpIVETTOLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIVETTOLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vpIVETTOLo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpIVETTOLo .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-vpIVETTOLo.mbr-fullscreen {
  padding: 0 !important;
}
.cid-vpIVETTOLo img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-vmkyPtAZWk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5a80c;
}
.cid-vmkyPtAZWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmkyPtAZWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmkyPtAZWk .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-vmkyPtAZWk .image-wrapper {
    margin: 0;
  }
}
.cid-vmkyPtAZWk .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-vmkyPtAZWk .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-vmkyPtAZWk .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-vmkyPtAZWk .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-vmkyPtAZWk .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-vmkyPtAZWk .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vmkyPtAZWk .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-vmkyPtAZWk .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-vmkyPtAZWk .mbr-section-btn {
  margin-top: 24px;
}
.cid-vmkyPtAZWk .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vmkyPtAZWk .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vmkyPtAZWk .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-vmkyPtAZWk .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-vmkyPtAZWk .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vmkyPtAZWk .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-vmkyPtAZWk .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-vmwaByame5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fb480f;
}
.cid-vmwaByame5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmwaByame5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmwaByame5 .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-vmwaByame5 .image-wrapper {
    margin: 0;
  }
}
.cid-vmwaByame5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-vmwaByame5 .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-vmwaByame5 .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-vmwaByame5 .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-vmwaByame5 .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-vmwaByame5 .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vmwaByame5 .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-vmwaByame5 .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-vmwaByame5 .mbr-section-btn {
  margin-top: 24px;
}
.cid-vmwaByame5 .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vmwaByame5 .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vmwaByame5 .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-vmwaByame5 .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-vmwaByame5 .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vmwaByame5 .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-vmwaByame5 .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tw2M3wltcq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #fb480f;
}
.cid-tw2M3wltcq:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 57.14vw;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .1;
  background-image: linear-gradient(180deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1399px) {
  .cid-tw2M3wltcq:before {
    width: 100%;
    border-radius: 240px;
  }
}
.cid-tw2M3wltcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw2M3wltcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw2M3wltcq .row {
  position: relative;
  z-index: 2;
}
.cid-tw2M3wltcq .mbr-section-head {
  width: 100%;
  margin-bottom: 44px;
}
@media (max-width: 1399px) {
  .cid-tw2M3wltcq .mbr-section-head {
    margin-bottom: 3.14vw;
  }
}
@media (max-width: 767px) {
  .cid-tw2M3wltcq .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-tw2M3wltcq .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-tw2M3wltcq .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 28px;
}
@media (max-width: 1399px) {
  .cid-tw2M3wltcq .mbr-section-subtitle {
    margin-top: 2vw;
  }
}
@media (max-width: 767px) {
  .cid-tw2M3wltcq .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-tw2M3wltcq .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tw2M3wltcq form {
  width: 100%;
}
.cid-tw2M3wltcq form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-tw2M3wltcq form p {
  color: #FFFFFF;
}
.cid-tw2M3wltcq form .mbr-section-btn {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  width: auto !important;
}
.cid-tw2M3wltcq form .mbr-section-btn .btn {
  width: auto !important;
}
.cid-tw2M3wltcq form .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-tw2M3wltcq form .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-tw2M3wltcq form .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tw2M3wltcq form .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-tw2M3wltcq form .form-group {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-tw2M3wltcq form .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-tw2M3wltcq form .form-control {
  height: 69px;
  border: 2px solid #FFFFFF !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 35px !important;
  margin-bottom: 0;
  padding: 20px 25px;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 400;
  transition: .3s;
}
.cid-tw2M3wltcq form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-tw2M3wltcq form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-tw2M3wltcq form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-tw2M3wltcq form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-tw2M3wltcq form select {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tw2M3wltcq form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 20px 25px;
  resize: none;
}
.cid-tw2M3wltcq form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tw2M3wltcq form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tw2M3wltcq form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tw2M3wltcq form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tw2M3wltcq form input,
.cid-tw2M3wltcq form textarea {
  transition: .3s all;
}
.cid-tw2M3wltcq form input:active,
.cid-tw2M3wltcq form textarea:active,
.cid-tw2M3wltcq form input:focus,
.cid-tw2M3wltcq form textarea:focus {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
  outline: none !important;
}
.cid-tw2M3wltcq form input:active::-webkit-input-placeholder,
.cid-tw2M3wltcq form textarea:active::-webkit-input-placeholder,
.cid-tw2M3wltcq form input:focus::-webkit-input-placeholder,
.cid-tw2M3wltcq form textarea:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tw2M3wltcq form input:active::-moz-placeholder,
.cid-tw2M3wltcq form textarea:active::-moz-placeholder,
.cid-tw2M3wltcq form input:focus::-moz-placeholder,
.cid-tw2M3wltcq form textarea:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tw2M3wltcq form input:active:-moz-placeholder,
.cid-tw2M3wltcq form textarea:active:-moz-placeholder,
.cid-tw2M3wltcq form input:focus:-moz-placeholder,
.cid-tw2M3wltcq form textarea:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tw2M3wltcq form input:active:-ms-input-placeholder,
.cid-tw2M3wltcq form textarea:active:-ms-input-placeholder,
.cid-tw2M3wltcq form input:focus:-ms-input-placeholder,
.cid-tw2M3wltcq form textarea:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tw2M3wltcq form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-tw2M3wltcq form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-tw2M3wltcq form label {
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cid-tw2M3wltcq form .form-check label {
  color: #FFFFFF;
}
.cid-tw2M3wltcq form .form-check-input {
  border-color: rgba(255, 255, 255, 0.5) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tw2M3wltcq form .form-check-input:focus,
.cid-tw2M3wltcq form .form-check-input:hover {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.cid-tw2M3wltcq form .form-check-input:checked {
  border-color: #FFFFFF !important;
  background-color: transparent !important;
}
#custom-html-m {
  /* Type valid CSS here */
}
#custom-html-m div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-m p {
  font-size: 60px;
  color: #777;
}
.cid-tw2M49UFYE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fadd8a;
}
.cid-tw2M49UFYE .mbr-text {
  color: #FFFFFF;
}
.cid-tw2M49UFYE .media-container-row .mbr-text {
  color: #fb480f;
}
.cid-vpIIaBIIlO {
  z-index: 1000;
  width: 100%;
}
.cid-vpIIaBIIlO nav.navbar {
  position: fixed;
}
.cid-vpIIaBIIlO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpIIaBIIlO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpIIaBIIlO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpIIaBIIlO .dropdown-item:hover,
.cid-vpIIaBIIlO .dropdown-item:focus {
  background: #fb480f !important;
  color: white !important;
}
.cid-vpIIaBIIlO .dropdown-item:hover span {
  color: white;
}
.cid-vpIIaBIIlO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpIIaBIIlO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpIIaBIIlO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpIIaBIIlO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vpIIaBIIlO .nav-link {
  position: relative;
}
.cid-vpIIaBIIlO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vpIIaBIIlO .container {
    flex-wrap: nowrap;
  }
}
.cid-vpIIaBIIlO .dropdown-menu,
.cid-vpIIaBIIlO .navbar.opened {
  background: #ffffff !important;
}
.cid-vpIIaBIIlO .nav-item:focus,
.cid-vpIIaBIIlO .nav-link:focus {
  outline: none;
}
.cid-vpIIaBIIlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpIIaBIIlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpIIaBIIlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpIIaBIIlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpIIaBIIlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpIIaBIIlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpIIaBIIlO .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-vpIIaBIIlO .navbar.opened {
  transition: all 0.3s;
}
.cid-vpIIaBIIlO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpIIaBIIlO .navbar .navbar-logo img {
  width: auto;
}
.cid-vpIIaBIIlO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpIIaBIIlO .navbar.collapsed {
  justify-content: center;
}
.cid-vpIIaBIIlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpIIaBIIlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpIIaBIIlO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.6rem);
  }
}
.cid-vpIIaBIIlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpIIaBIIlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpIIaBIIlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vpIIaBIIlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpIIaBIIlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpIIaBIIlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpIIaBIIlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpIIaBIIlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpIIaBIIlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpIIaBIIlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpIIaBIIlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vpIIaBIIlO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpIIaBIIlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpIIaBIIlO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    width: 100%;
    text-align: left;
  }
  .cid-vpIIaBIIlO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpIIaBIIlO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpIIaBIIlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpIIaBIIlO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpIIaBIIlO .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-vpIIaBIIlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-vpIIaBIIlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpIIaBIIlO .dropdown-item.active,
.cid-vpIIaBIIlO .dropdown-item:active {
  background-color: transparent;
}
.cid-vpIIaBIIlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpIIaBIIlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpIIaBIIlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpIIaBIIlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpIIaBIIlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 101%;
  top: 0;
  transform: translateX(0) !important;
}
.cid-vpIIaBIIlO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  top: 105%;
  transform: translateX(-50%);
  left: 50%;
}
.cid-vpIIaBIIlO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpIIaBIIlO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vpIIaBIIlO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpIIaBIIlO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpIIaBIIlO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpIIaBIIlO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpIIaBIIlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpIIaBIIlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-vpIIaBIIlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpIIaBIIlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpIIaBIIlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpIIaBIIlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpIIaBIIlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpIIaBIIlO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpIIaBIIlO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpIIaBIIlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpIIaBIIlO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vpIIaBIIlO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpIIaBIIlO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpIIaBIIlO .navbar {
    height: 70px;
  }
  .cid-vpIIaBIIlO .navbar.opened {
    height: auto;
  }
  .cid-vpIIaBIIlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpIIaBIIlO .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-vpIIaBIIlO .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  border: none;
  background: rgba(255, 255, 255, 0.6);
}
.cid-vpIIaBIIlO .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vpIIaBIIlO .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vpIIaBIIlO .navbar-nav .nav-link:hover {
  background-color: #fb480f;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #fb480f, 0 1px 0 #fb480f, -2px 0 0 #fb480f, 0 -1px 0 #fb480f;
}
.cid-vpIIaBIIlO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpIIaBIIlO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .cid-vpIIaBIIlO .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-vpIIaBIIlO .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-vpIIaBIIlO .navbar {
    padding: 5px 0 !important;
  }
  .cid-vpIIaBIIlO .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-vpIIaBIIlO .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #ffffff;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(255, 255, 255, 0.6);
  }
  .cid-vpIIaBIIlO .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-vpIIaBIIlO .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-vpIIaBIIlO .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-vpIIaBIIlO .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-vpIIaBIIlO .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-vpIIaBIIlO .navbar-nav .nav-item .nav-link {
    padding: 5px 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-vpIIaBIIlO .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #fb480f !important;
    box-shadow: none;
  }
  .cid-vpIIaBIIlO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpIIaBIIlO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpIIaBIIlO .navbar .dropdown > .dropdown-menu .dropdown {
    width: 100%;
  }
  .cid-vpIIaBIIlO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpIIaBIIlO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vpIIaBIIlO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpIIaBIIlO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpIIaBIIlO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    box-shadow: none;
  }
  .cid-vpIIaBIIlO .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-vpIIaBIIlO .btn-container {
    display: none;
  }
}
.cid-vpIIaCEynt {
  background-image: url("../../../assets/images/lecteurcassettelausannepalace-1448x1086.png");
}
.cid-vpIIaCEynt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIIaCEynt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIIaCEynt .mbr-section-title {
  padding-left: 60px;
  color: #f3002a;
}
@media (max-width: 1399px) {
  .cid-vpIIaCEynt .mbr-section-title {
    padding-left: 4.28vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIIaCEynt .mbr-section-title.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-vpIIaCEynt .mbr-section-title.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-vpIIaCEynt .mbr-section-subtitle {
  padding-left: 150px;
  color: #ffffff;
}
@media (max-width: 1399px) {
  .cid-vpIIaCEynt .mbr-section-subtitle {
    padding-left: 10.7vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIIaCEynt .mbr-section-subtitle {
    margin-top: 8px;
  }
  .cid-vpIIaCEynt .mbr-section-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-vpIIaCEynt .mbr-section-subtitle.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-vpIIaCEynt .mbr-section-btn {
  margin-top: 20px;
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .cid-vpIIaCEynt .mbr-section-btn {
    padding-left: 4.28vw;
  }
}
.cid-vpIIaCEynt .mbr-section-subtitle,
.cid-vpIIaCEynt .mbr-section-btn {
  text-align: justify;
}
.cid-vpIJT2ND16 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5a80c;
}
.cid-vpIJT2ND16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIJT2ND16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIJT2ND16 .mbr-section-title {
  color: #FFFFFF;
}
.cid-vpIJT2ND16 .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-vpIJT2ND16 .mbr-section-btn {
  margin-top: 20px;
}
.cid-vpIIaD98GR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ac65dc;
}
.cid-vpIIaD98GR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIIaD98GR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIIaD98GR .mbr-section-title {
  color: #FFFFFF;
}
.cid-vpIIaD98GR .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-vpIIaD98GR .mbr-section-btn {
  margin-top: 20px;
}
.cid-vpIIaDv1Co {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fb480f;
  overflow: hidden;
}
.cid-vpIIaDv1Co .mbr-section-head {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-vpIIaDv1Co .mbr-section-head {
    padding-bottom: 40px;
  }
}
.cid-vpIIaDv1Co .mbr-section-title {
  color: #FFFFFF;
}
.cid-vpIIaDv1Co .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-vpIIaDv1Co .items-row {
  padding-top: 40px;
  row-gap: 60px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .cid-vpIIaDv1Co .items-row {
    padding-top: 0;
    row-gap: 40px;
  }
}
@media (min-width: 576px) {
  .cid-vpIIaDv1Co .item {
    width: 47%;
  }
  .cid-vpIIaDv1Co .item:nth-child(1n) {
    transform: translateY(0);
  }
  .cid-vpIIaDv1Co .item:nth-child(2n) {
    transform: translateY(-40px);
  }
  .cid-vpIIaDv1Co .item:nth-child(3n) {
    transform: translateY(-10px);
  }
  .cid-vpIIaDv1Co .item:nth-child(4n) {
    transform: translateY(-20px);
  }
  .cid-vpIIaDv1Co .item:nth-child(5n) {
    transform: translateY(-10px);
  }
  .cid-vpIIaDv1Co .item:nth-child(6n) {
    transform: translateY(-40px);
  }
}
@media (min-width: 768px) {
  .cid-vpIIaDv1Co .item {
    width: 42%;
  }
}
@media (min-width: 992px) {
  .cid-vpIIaDv1Co .item {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .cid-vpIIaDv1Co .item {
    width: 27%;
  }
}
.cid-vpIIaDv1Co .item-img {
  position: relative;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-vpIIaDv1Co .item-img img {
  width: 100%;
  aspect-ratio: calc(2 / 2);
  object-fit: cover;
  transform: scale(1.01);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-vpIIaDv1Co .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-vpIIaDv1Co .item-wrapper:hover .item-img {
  border-radius: 25px;
  transform: scale(0.95);
}
.cid-vpIIaDv1Co .item-wrapper:hover .item-img img {
  transform: scale(1.2, 1.2);
}
.cid-vpIIaDv1Co .item-content {
  flex-grow: 1;
  padding-top: 31px;
}
.cid-vpIIaDv1Co .item-title {
  margin-bottom: 32px;
  color: #FFFFFF;
}
.cid-vpIIaDv1Co .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #ffffff;
  padding-left: 85px;
}
.cid-vpIIaDv1Co .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-vpIIaDv1Co .mbr-section-btn {
  margin-top: 12px;
}
.cid-vpIIaDv1Co .item-title,
.cid-vpIIaDv1Co .mbr-section-btn {
  text-align: center;
}
.cid-vpIIaEb7Ot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #49afaf;
}
.cid-vpIIaEb7Ot .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIIaEb7Ot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIIaEb7Ot .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-vpIIaEb7Ot .image-wrapper {
    margin: 0;
  }
}
.cid-vpIIaEb7Ot .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-vpIIaEb7Ot .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-vpIIaEb7Ot .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIIaEb7Ot .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-vpIIaEb7Ot .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-vpIIaEb7Ot .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpIIaEb7Ot .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-vpIIaEb7Ot .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-vpIIaEb7Ot .mbr-section-btn {
  margin-top: 24px;
}
.cid-vpIIaEb7Ot .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vpIIaEb7Ot .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vpIIaEb7Ot .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-vpIIaEb7Ot .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-vpIIaEb7Ot .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vpIIaEb7Ot .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-vpIIaEb7Ot .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-vpIIaEDa0E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #49afaf;
}
.cid-vpIIaEDa0E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIIaEDa0E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIIaEDa0E .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-vpIIaEDa0E .image-wrapper {
    margin: 0;
  }
}
.cid-vpIIaEDa0E .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-vpIIaEDa0E .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-vpIIaEDa0E .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIIaEDa0E .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-vpIIaEDa0E .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-vpIIaEDa0E .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpIIaEDa0E .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-vpIIaEDa0E .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-vpIIaEDa0E .mbr-section-btn {
  margin-top: 24px;
}
.cid-vpIIaEDa0E .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vpIIaEDa0E .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vpIIaEDa0E .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-vpIIaEDa0E .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-vpIIaEDa0E .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vpIIaEDa0E .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-vpIIaEDa0E .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-vpIIaGX4ZU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #fb480f;
}
.cid-vpIIaGX4ZU:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 57.14vw;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .1;
  background-image: linear-gradient(180deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1399px) {
  .cid-vpIIaGX4ZU:before {
    width: 100%;
    border-radius: 240px;
  }
}
.cid-vpIIaGX4ZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIIaGX4ZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIIaGX4ZU .row {
  position: relative;
  z-index: 2;
}
.cid-vpIIaGX4ZU .mbr-section-head {
  width: 100%;
  margin-bottom: 44px;
}
@media (max-width: 1399px) {
  .cid-vpIIaGX4ZU .mbr-section-head {
    margin-bottom: 3.14vw;
  }
}
@media (max-width: 767px) {
  .cid-vpIIaGX4ZU .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-vpIIaGX4ZU .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-vpIIaGX4ZU .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 28px;
}
@media (max-width: 1399px) {
  .cid-vpIIaGX4ZU .mbr-section-subtitle {
    margin-top: 2vw;
  }
}
@media (max-width: 767px) {
  .cid-vpIIaGX4ZU .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-vpIIaGX4ZU .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vpIIaGX4ZU form {
  width: 100%;
}
.cid-vpIIaGX4ZU form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-vpIIaGX4ZU form p {
  color: #FFFFFF;
}
.cid-vpIIaGX4ZU form .mbr-section-btn {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  width: auto !important;
}
.cid-vpIIaGX4ZU form .mbr-section-btn .btn {
  width: auto !important;
}
.cid-vpIIaGX4ZU form .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-vpIIaGX4ZU form .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-vpIIaGX4ZU form .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vpIIaGX4ZU form .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-vpIIaGX4ZU form .form-group {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-vpIIaGX4ZU form .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-vpIIaGX4ZU form .form-control {
  height: 69px;
  border: 2px solid #FFFFFF !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 35px !important;
  margin-bottom: 0;
  padding: 20px 25px;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 400;
  transition: .3s;
}
.cid-vpIIaGX4ZU form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-vpIIaGX4ZU form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-vpIIaGX4ZU form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-vpIIaGX4ZU form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-vpIIaGX4ZU form select {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIIaGX4ZU form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 20px 25px;
  resize: none;
}
.cid-vpIIaGX4ZU form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIIaGX4ZU form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIIaGX4ZU form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIIaGX4ZU form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIIaGX4ZU form input,
.cid-vpIIaGX4ZU form textarea {
  transition: .3s all;
}
.cid-vpIIaGX4ZU form input:active,
.cid-vpIIaGX4ZU form textarea:active,
.cid-vpIIaGX4ZU form input:focus,
.cid-vpIIaGX4ZU form textarea:focus {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
  outline: none !important;
}
.cid-vpIIaGX4ZU form input:active::-webkit-input-placeholder,
.cid-vpIIaGX4ZU form textarea:active::-webkit-input-placeholder,
.cid-vpIIaGX4ZU form input:focus::-webkit-input-placeholder,
.cid-vpIIaGX4ZU form textarea:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIIaGX4ZU form input:active::-moz-placeholder,
.cid-vpIIaGX4ZU form textarea:active::-moz-placeholder,
.cid-vpIIaGX4ZU form input:focus::-moz-placeholder,
.cid-vpIIaGX4ZU form textarea:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIIaGX4ZU form input:active:-moz-placeholder,
.cid-vpIIaGX4ZU form textarea:active:-moz-placeholder,
.cid-vpIIaGX4ZU form input:focus:-moz-placeholder,
.cid-vpIIaGX4ZU form textarea:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIIaGX4ZU form input:active:-ms-input-placeholder,
.cid-vpIIaGX4ZU form textarea:active:-ms-input-placeholder,
.cid-vpIIaGX4ZU form input:focus:-ms-input-placeholder,
.cid-vpIIaGX4ZU form textarea:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIIaGX4ZU form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-vpIIaGX4ZU form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-vpIIaGX4ZU form label {
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cid-vpIIaGX4ZU form .form-check label {
  color: #FFFFFF;
}
.cid-vpIIaGX4ZU form .form-check-input {
  border-color: rgba(255, 255, 255, 0.5) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-vpIIaGX4ZU form .form-check-input:focus,
.cid-vpIIaGX4ZU form .form-check-input:hover {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.cid-vpIIaGX4ZU form .form-check-input:checked {
  border-color: #FFFFFF !important;
  background-color: transparent !important;
}
#custom-html-1u {
  /* Type valid CSS here */
}
#custom-html-1u div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1u p {
  font-size: 60px;
  color: #777;
}
.cid-vpIIaHrITk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fadd8a;
}
.cid-vpIIaHrITk .mbr-text {
  color: #FFFFFF;
}
.cid-vpIIaHrITk .media-container-row .mbr-text {
  color: #fb480f;
}
.cid-vpIHQbZmMZ {
  z-index: 1000;
  width: 100%;
}
.cid-vpIHQbZmMZ nav.navbar {
  position: fixed;
}
.cid-vpIHQbZmMZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpIHQbZmMZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpIHQbZmMZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpIHQbZmMZ .dropdown-item:hover,
.cid-vpIHQbZmMZ .dropdown-item:focus {
  background: #fb480f !important;
  color: white !important;
}
.cid-vpIHQbZmMZ .dropdown-item:hover span {
  color: white;
}
.cid-vpIHQbZmMZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpIHQbZmMZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpIHQbZmMZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpIHQbZmMZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vpIHQbZmMZ .nav-link {
  position: relative;
}
.cid-vpIHQbZmMZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vpIHQbZmMZ .container {
    flex-wrap: nowrap;
  }
}
.cid-vpIHQbZmMZ .dropdown-menu,
.cid-vpIHQbZmMZ .navbar.opened {
  background: #ffffff !important;
}
.cid-vpIHQbZmMZ .nav-item:focus,
.cid-vpIHQbZmMZ .nav-link:focus {
  outline: none;
}
.cid-vpIHQbZmMZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpIHQbZmMZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpIHQbZmMZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpIHQbZmMZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpIHQbZmMZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpIHQbZmMZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpIHQbZmMZ .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-vpIHQbZmMZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vpIHQbZmMZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpIHQbZmMZ .navbar .navbar-logo img {
  width: auto;
}
.cid-vpIHQbZmMZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpIHQbZmMZ .navbar.collapsed {
  justify-content: center;
}
.cid-vpIHQbZmMZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpIHQbZmMZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpIHQbZmMZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.6rem);
  }
}
.cid-vpIHQbZmMZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpIHQbZmMZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpIHQbZmMZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vpIHQbZmMZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpIHQbZmMZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpIHQbZmMZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpIHQbZmMZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpIHQbZmMZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpIHQbZmMZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpIHQbZmMZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpIHQbZmMZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vpIHQbZmMZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpIHQbZmMZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpIHQbZmMZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    width: 100%;
    text-align: left;
  }
  .cid-vpIHQbZmMZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpIHQbZmMZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpIHQbZmMZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpIHQbZmMZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpIHQbZmMZ .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-vpIHQbZmMZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-vpIHQbZmMZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpIHQbZmMZ .dropdown-item.active,
.cid-vpIHQbZmMZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vpIHQbZmMZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpIHQbZmMZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpIHQbZmMZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpIHQbZmMZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpIHQbZmMZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 101%;
  top: 0;
  transform: translateX(0) !important;
}
.cid-vpIHQbZmMZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  top: 105%;
  transform: translateX(-50%);
  left: 50%;
}
.cid-vpIHQbZmMZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpIHQbZmMZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vpIHQbZmMZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpIHQbZmMZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpIHQbZmMZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpIHQbZmMZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpIHQbZmMZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpIHQbZmMZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-vpIHQbZmMZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpIHQbZmMZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpIHQbZmMZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpIHQbZmMZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpIHQbZmMZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpIHQbZmMZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpIHQbZmMZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpIHQbZmMZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpIHQbZmMZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vpIHQbZmMZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpIHQbZmMZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpIHQbZmMZ .navbar {
    height: 70px;
  }
  .cid-vpIHQbZmMZ .navbar.opened {
    height: auto;
  }
  .cid-vpIHQbZmMZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpIHQbZmMZ .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-vpIHQbZmMZ .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  border: none;
  background: rgba(255, 255, 255, 0.6);
}
.cid-vpIHQbZmMZ .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vpIHQbZmMZ .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vpIHQbZmMZ .navbar-nav .nav-link:hover {
  background-color: #fb480f;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #fb480f, 0 1px 0 #fb480f, -2px 0 0 #fb480f, 0 -1px 0 #fb480f;
}
.cid-vpIHQbZmMZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpIHQbZmMZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .cid-vpIHQbZmMZ .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-vpIHQbZmMZ .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-vpIHQbZmMZ .navbar {
    padding: 5px 0 !important;
  }
  .cid-vpIHQbZmMZ .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-vpIHQbZmMZ .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #ffffff;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(255, 255, 255, 0.6);
  }
  .cid-vpIHQbZmMZ .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-vpIHQbZmMZ .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-vpIHQbZmMZ .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-vpIHQbZmMZ .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-vpIHQbZmMZ .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-vpIHQbZmMZ .navbar-nav .nav-item .nav-link {
    padding: 5px 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-vpIHQbZmMZ .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #fb480f !important;
    box-shadow: none;
  }
  .cid-vpIHQbZmMZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpIHQbZmMZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpIHQbZmMZ .navbar .dropdown > .dropdown-menu .dropdown {
    width: 100%;
  }
  .cid-vpIHQbZmMZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpIHQbZmMZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vpIHQbZmMZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpIHQbZmMZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpIHQbZmMZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    box-shadow: none;
  }
  .cid-vpIHQbZmMZ .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-vpIHQbZmMZ .btn-container {
    display: none;
  }
}
.cid-vpIHQcKEKw {
  background-image: url("../../../assets/images/lecteurcassetteriviera-1448x1086.png");
}
.cid-vpIHQcKEKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIHQcKEKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIHQcKEKw .mbr-section-title {
  padding-left: 60px;
  color: #f3002a;
}
@media (max-width: 1399px) {
  .cid-vpIHQcKEKw .mbr-section-title {
    padding-left: 4.28vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIHQcKEKw .mbr-section-title.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-vpIHQcKEKw .mbr-section-title.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-vpIHQcKEKw .mbr-section-subtitle {
  padding-left: 150px;
  color: #ffffff;
}
@media (max-width: 1399px) {
  .cid-vpIHQcKEKw .mbr-section-subtitle {
    padding-left: 10.7vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIHQcKEKw .mbr-section-subtitle {
    margin-top: 8px;
  }
  .cid-vpIHQcKEKw .mbr-section-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-vpIHQcKEKw .mbr-section-subtitle.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-vpIHQcKEKw .mbr-section-btn {
  margin-top: 20px;
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .cid-vpIHQcKEKw .mbr-section-btn {
    padding-left: 4.28vw;
  }
}
.cid-vpIHQcKEKw .mbr-section-subtitle,
.cid-vpIHQcKEKw .mbr-section-btn {
  text-align: justify;
}
.cid-vpJ0jOfCxg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vpJ0jOfCxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpJ0jOfCxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpJ0jOfCxg .items-wrapper {
  margin: 0 -24px;
}
.cid-vpJ0jOfCxg .items-wrapper .card {
  padding: 0 24px;
}
.cid-vpJ0jOfCxg .content-wrapper {
  position: sticky;
  top: 72px;
}
@media (max-width: 992px) {
  .cid-vpJ0jOfCxg .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vpJ0jOfCxg .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vpJ0jOfCxg .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vpJ0jOfCxg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vpJ0jOfCxg .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vpJ0jOfCxg .panel-group {
  position: relative;
}
.cid-vpJ0jOfCxg .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #ff5500;
  transition: all 0.3s ease-in-out;
  margin-top: 12px;
}
.cid-vpJ0jOfCxg .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vpJ0jOfCxg .panel-group .card {
    padding: 24px 12px;
  }
}
.cid-vpJ0jOfCxg .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  display: block;
}
.cid-vpJ0jOfCxg .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cid-vpJ0jOfCxg .panel-group .card .card-header .panel-title .title-wrap .panel-label {
  margin-bottom: 6px;
}
.cid-vpJ0jOfCxg .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-vpJ0jOfCxg .panel-group .card .card-header .panel-title .icon-wrap {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin-left: 12px;
  border-radius: 100%;
  background-color: #ff5500;
}
.cid-vpJ0jOfCxg .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vpJ0jOfCxg .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vpJ0jOfCxg .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-vpJ0jOfCxg .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vpJ0jOfCxg .mbr-label {
  color: #14334b;
}
.cid-vpJ0jOfCxg .mbr-section-title {
  color: #14334b;
}
.cid-vpJ0jOfCxg .mbr-text {
  color: #14334b;
}
.cid-vpJ0jOfCxg .panel-label {
  color: #14334b;
}
.cid-vpJ0jOfCxg .panel-title-edit {
  color: #14334b;
}
.cid-vpJ0jOfCxg .panel-text {
  color: #14334b;
}
.cid-vpJ1KRZNFW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vpJ1KRZNFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpJ1KRZNFW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpJ1KRZNFW .items-wrapper {
  margin: 0 -24px;
}
.cid-vpJ1KRZNFW .items-wrapper .card {
  padding: 0 24px;
}
.cid-vpJ1KRZNFW .content-wrapper {
  position: sticky;
  top: 72px;
}
@media (max-width: 992px) {
  .cid-vpJ1KRZNFW .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vpJ1KRZNFW .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vpJ1KRZNFW .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vpJ1KRZNFW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vpJ1KRZNFW .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vpJ1KRZNFW .panel-group {
  position: relative;
}
.cid-vpJ1KRZNFW .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #ff5500;
  transition: all 0.3s ease-in-out;
  margin-top: 12px;
}
.cid-vpJ1KRZNFW .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vpJ1KRZNFW .panel-group .card {
    padding: 24px 12px;
  }
}
.cid-vpJ1KRZNFW .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  display: block;
}
.cid-vpJ1KRZNFW .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cid-vpJ1KRZNFW .panel-group .card .card-header .panel-title .title-wrap .panel-label {
  margin-bottom: 6px;
}
.cid-vpJ1KRZNFW .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-vpJ1KRZNFW .panel-group .card .card-header .panel-title .icon-wrap {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin-left: 12px;
  border-radius: 100%;
  background-color: #ff5500;
}
.cid-vpJ1KRZNFW .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vpJ1KRZNFW .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vpJ1KRZNFW .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-vpJ1KRZNFW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vpJ1KRZNFW .mbr-label {
  color: #14334b;
}
.cid-vpJ1KRZNFW .mbr-section-title {
  color: #14334b;
}
.cid-vpJ1KRZNFW .mbr-text {
  color: #14334b;
}
.cid-vpJ1KRZNFW .panel-label {
  color: #14334b;
}
.cid-vpJ1KRZNFW .panel-title-edit {
  color: #14334b;
}
.cid-vpJ1KRZNFW .panel-text {
  color: #14334b;
}
.cid-vpJ3anBpHQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fffce7;
}
.cid-vpJ3anBpHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpJ3anBpHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpJ3anBpHQ .items-wrapper {
  margin: 0 -24px;
}
.cid-vpJ3anBpHQ .items-wrapper .card {
  padding: 0 24px;
}
.cid-vpJ3anBpHQ .content-wrapper {
  position: sticky;
  top: 72px;
}
@media (max-width: 992px) {
  .cid-vpJ3anBpHQ .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vpJ3anBpHQ .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vpJ3anBpHQ .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vpJ3anBpHQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vpJ3anBpHQ .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vpJ3anBpHQ .panel-group {
  position: relative;
}
.cid-vpJ3anBpHQ .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #ff5500;
  transition: all 0.3s ease-in-out;
  margin-top: 12px;
}
.cid-vpJ3anBpHQ .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vpJ3anBpHQ .panel-group .card {
    padding: 24px 12px;
  }
}
.cid-vpJ3anBpHQ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  display: block;
}
.cid-vpJ3anBpHQ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cid-vpJ3anBpHQ .panel-group .card .card-header .panel-title .title-wrap .panel-label {
  margin-bottom: 6px;
}
.cid-vpJ3anBpHQ .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-vpJ3anBpHQ .panel-group .card .card-header .panel-title .icon-wrap {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin-left: 12px;
  border-radius: 100%;
  background-color: #ff5500;
}
.cid-vpJ3anBpHQ .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vpJ3anBpHQ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vpJ3anBpHQ .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-vpJ3anBpHQ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vpJ3anBpHQ .mbr-label {
  color: #14334b;
}
.cid-vpJ3anBpHQ .mbr-section-title {
  color: #14334b;
}
.cid-vpJ3anBpHQ .mbr-text {
  color: #14334b;
}
.cid-vpJ3anBpHQ .panel-label {
  color: #14334b;
}
.cid-vpJ3anBpHQ .panel-title-edit {
  color: #14334b;
}
.cid-vpJ3anBpHQ .panel-text {
  color: #14334b;
}
.cid-vpIHQdmvHS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fb480f;
  overflow: hidden;
}
.cid-vpIHQdmvHS .mbr-section-head {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-vpIHQdmvHS .mbr-section-head {
    padding-bottom: 40px;
  }
}
.cid-vpIHQdmvHS .mbr-section-title {
  color: #FFFFFF;
}
.cid-vpIHQdmvHS .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-vpIHQdmvHS .items-row {
  padding-top: 40px;
  row-gap: 60px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .cid-vpIHQdmvHS .items-row {
    padding-top: 0;
    row-gap: 40px;
  }
}
@media (min-width: 576px) {
  .cid-vpIHQdmvHS .item {
    width: 47%;
  }
  .cid-vpIHQdmvHS .item:nth-child(1n) {
    transform: translateY(0);
  }
  .cid-vpIHQdmvHS .item:nth-child(2n) {
    transform: translateY(-40px);
  }
  .cid-vpIHQdmvHS .item:nth-child(3n) {
    transform: translateY(-10px);
  }
  .cid-vpIHQdmvHS .item:nth-child(4n) {
    transform: translateY(-20px);
  }
  .cid-vpIHQdmvHS .item:nth-child(5n) {
    transform: translateY(-10px);
  }
  .cid-vpIHQdmvHS .item:nth-child(6n) {
    transform: translateY(-40px);
  }
}
@media (min-width: 768px) {
  .cid-vpIHQdmvHS .item {
    width: 42%;
  }
}
@media (min-width: 992px) {
  .cid-vpIHQdmvHS .item {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .cid-vpIHQdmvHS .item {
    width: 27%;
  }
}
.cid-vpIHQdmvHS .item-img {
  position: relative;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-vpIHQdmvHS .item-img img {
  width: 100%;
  aspect-ratio: calc(2 / 2);
  object-fit: cover;
  transform: scale(1.01);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-vpIHQdmvHS .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-vpIHQdmvHS .item-wrapper:hover .item-img {
  border-radius: 25px;
  transform: scale(0.95);
}
.cid-vpIHQdmvHS .item-wrapper:hover .item-img img {
  transform: scale(1.2, 1.2);
}
.cid-vpIHQdmvHS .item-content {
  flex-grow: 1;
  padding-top: 31px;
}
.cid-vpIHQdmvHS .item-title {
  margin-bottom: 32px;
  color: #FFFFFF;
}
.cid-vpIHQdmvHS .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #ffffff;
  padding-left: 85px;
}
.cid-vpIHQdmvHS .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-vpIHQdmvHS .mbr-section-btn {
  margin-top: 12px;
}
.cid-vpIHQdmvHS .item-title,
.cid-vpIHQdmvHS .mbr-section-btn {
  text-align: center;
}
.cid-vpIHQe2uri {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #49afaf;
}
.cid-vpIHQe2uri .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIHQe2uri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIHQe2uri .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-vpIHQe2uri .image-wrapper {
    margin: 0;
  }
}
.cid-vpIHQe2uri .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-vpIHQe2uri .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-vpIHQe2uri .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIHQe2uri .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-vpIHQe2uri .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-vpIHQe2uri .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpIHQe2uri .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-vpIHQe2uri .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-vpIHQe2uri .mbr-section-btn {
  margin-top: 24px;
}
.cid-vpIHQe2uri .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vpIHQe2uri .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vpIHQe2uri .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-vpIHQe2uri .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-vpIHQe2uri .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vpIHQe2uri .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-vpIHQe2uri .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-vpIHQeqzhy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #49afaf;
}
.cid-vpIHQeqzhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIHQeqzhy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIHQeqzhy .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-vpIHQeqzhy .image-wrapper {
    margin: 0;
  }
}
.cid-vpIHQeqzhy .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-vpIHQeqzhy .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-vpIHQeqzhy .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIHQeqzhy .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-vpIHQeqzhy .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-vpIHQeqzhy .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpIHQeqzhy .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-vpIHQeqzhy .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-vpIHQeqzhy .mbr-section-btn {
  margin-top: 24px;
}
.cid-vpIHQeqzhy .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vpIHQeqzhy .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vpIHQeqzhy .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-vpIHQeqzhy .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-vpIHQeqzhy .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vpIHQeqzhy .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-vpIHQeqzhy .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-vpIHQeN1DS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f79309;
}
.cid-vpIHQeN1DS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIHQeN1DS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIHQeN1DS .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-vpIHQeN1DS .image-wrapper {
    margin: 0;
  }
}
.cid-vpIHQeN1DS .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-vpIHQeN1DS .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-vpIHQeN1DS .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIHQeN1DS .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-vpIHQeN1DS .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-vpIHQeN1DS .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpIHQeN1DS .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-vpIHQeN1DS .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-vpIHQeN1DS .mbr-section-btn {
  margin-top: 24px;
}
.cid-vpIHQeN1DS .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vpIHQeN1DS .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vpIHQeN1DS .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-vpIHQeN1DS .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-vpIHQeN1DS .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vpIHQeN1DS .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-vpIHQeN1DS .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-vpIHQfb7Jw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f79309;
}
.cid-vpIHQfb7Jw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIHQfb7Jw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIHQfb7Jw .row {
  flex-direction: row-reverse;
}
.cid-vpIHQfb7Jw .image-wrapper {
  margin-right: 9.57vw;
  margin-right: 0;
  margin-left: 9.57vw;
}
@media (max-width: 991px) {
  .cid-vpIHQfb7Jw .image-wrapper {
    margin: 0;
  }
}
.cid-vpIHQfb7Jw .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-vpIHQfb7Jw .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-vpIHQfb7Jw .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIHQfb7Jw .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-vpIHQfb7Jw .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-vpIHQfb7Jw .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpIHQfb7Jw .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-vpIHQfb7Jw .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-vpIHQfb7Jw .mbr-section-btn {
  margin-top: 24px;
}
.cid-vpIHQfb7Jw .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vpIHQfb7Jw .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vpIHQfb7Jw .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-vpIHQfb7Jw .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-vpIHQfb7Jw .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vpIHQfb7Jw .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-vpIHQfb7Jw .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-vpIHQgsRV9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #fb480f;
}
.cid-vpIHQgsRV9:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 57.14vw;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .1;
  background-image: linear-gradient(180deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1399px) {
  .cid-vpIHQgsRV9:before {
    width: 100%;
    border-radius: 240px;
  }
}
.cid-vpIHQgsRV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIHQgsRV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIHQgsRV9 .row {
  position: relative;
  z-index: 2;
}
.cid-vpIHQgsRV9 .mbr-section-head {
  width: 100%;
  margin-bottom: 44px;
}
@media (max-width: 1399px) {
  .cid-vpIHQgsRV9 .mbr-section-head {
    margin-bottom: 3.14vw;
  }
}
@media (max-width: 767px) {
  .cid-vpIHQgsRV9 .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-vpIHQgsRV9 .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-vpIHQgsRV9 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 28px;
}
@media (max-width: 1399px) {
  .cid-vpIHQgsRV9 .mbr-section-subtitle {
    margin-top: 2vw;
  }
}
@media (max-width: 767px) {
  .cid-vpIHQgsRV9 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-vpIHQgsRV9 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vpIHQgsRV9 form {
  width: 100%;
}
.cid-vpIHQgsRV9 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-vpIHQgsRV9 form p {
  color: #FFFFFF;
}
.cid-vpIHQgsRV9 form .mbr-section-btn {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  width: auto !important;
}
.cid-vpIHQgsRV9 form .mbr-section-btn .btn {
  width: auto !important;
}
.cid-vpIHQgsRV9 form .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-vpIHQgsRV9 form .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-vpIHQgsRV9 form .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vpIHQgsRV9 form .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-vpIHQgsRV9 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-vpIHQgsRV9 form .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-vpIHQgsRV9 form .form-control {
  height: 69px;
  border: 2px solid #FFFFFF !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 35px !important;
  margin-bottom: 0;
  padding: 20px 25px;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 400;
  transition: .3s;
}
.cid-vpIHQgsRV9 form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-vpIHQgsRV9 form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-vpIHQgsRV9 form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-vpIHQgsRV9 form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-vpIHQgsRV9 form select {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIHQgsRV9 form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 20px 25px;
  resize: none;
}
.cid-vpIHQgsRV9 form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIHQgsRV9 form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIHQgsRV9 form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIHQgsRV9 form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIHQgsRV9 form input,
.cid-vpIHQgsRV9 form textarea {
  transition: .3s all;
}
.cid-vpIHQgsRV9 form input:active,
.cid-vpIHQgsRV9 form textarea:active,
.cid-vpIHQgsRV9 form input:focus,
.cid-vpIHQgsRV9 form textarea:focus {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
  outline: none !important;
}
.cid-vpIHQgsRV9 form input:active::-webkit-input-placeholder,
.cid-vpIHQgsRV9 form textarea:active::-webkit-input-placeholder,
.cid-vpIHQgsRV9 form input:focus::-webkit-input-placeholder,
.cid-vpIHQgsRV9 form textarea:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIHQgsRV9 form input:active::-moz-placeholder,
.cid-vpIHQgsRV9 form textarea:active::-moz-placeholder,
.cid-vpIHQgsRV9 form input:focus::-moz-placeholder,
.cid-vpIHQgsRV9 form textarea:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIHQgsRV9 form input:active:-moz-placeholder,
.cid-vpIHQgsRV9 form textarea:active:-moz-placeholder,
.cid-vpIHQgsRV9 form input:focus:-moz-placeholder,
.cid-vpIHQgsRV9 form textarea:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIHQgsRV9 form input:active:-ms-input-placeholder,
.cid-vpIHQgsRV9 form textarea:active:-ms-input-placeholder,
.cid-vpIHQgsRV9 form input:focus:-ms-input-placeholder,
.cid-vpIHQgsRV9 form textarea:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIHQgsRV9 form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-vpIHQgsRV9 form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-vpIHQgsRV9 form label {
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cid-vpIHQgsRV9 form .form-check label {
  color: #FFFFFF;
}
.cid-vpIHQgsRV9 form .form-check-input {
  border-color: rgba(255, 255, 255, 0.5) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-vpIHQgsRV9 form .form-check-input:focus,
.cid-vpIHQgsRV9 form .form-check-input:hover {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.cid-vpIHQgsRV9 form .form-check-input:checked {
  border-color: #FFFFFF !important;
  background-color: transparent !important;
}
#custom-html-1g {
  /* Type valid CSS here */
}
#custom-html-1g div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1g p {
  font-size: 60px;
  color: #777;
}
.cid-vpIHQgUYCW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fadd8a;
}
.cid-vpIHQgUYCW .mbr-text {
  color: #FFFFFF;
}
.cid-vpIHQgUYCW .media-container-row .mbr-text {
  color: #fb480f;
}
.cid-vpIHNLLNaH {
  z-index: 1000;
  width: 100%;
}
.cid-vpIHNLLNaH nav.navbar {
  position: fixed;
}
.cid-vpIHNLLNaH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpIHNLLNaH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpIHNLLNaH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpIHNLLNaH .dropdown-item:hover,
.cid-vpIHNLLNaH .dropdown-item:focus {
  background: #fb480f !important;
  color: white !important;
}
.cid-vpIHNLLNaH .dropdown-item:hover span {
  color: white;
}
.cid-vpIHNLLNaH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpIHNLLNaH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpIHNLLNaH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpIHNLLNaH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vpIHNLLNaH .nav-link {
  position: relative;
}
.cid-vpIHNLLNaH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vpIHNLLNaH .container {
    flex-wrap: nowrap;
  }
}
.cid-vpIHNLLNaH .dropdown-menu,
.cid-vpIHNLLNaH .navbar.opened {
  background: #ffffff !important;
}
.cid-vpIHNLLNaH .nav-item:focus,
.cid-vpIHNLLNaH .nav-link:focus {
  outline: none;
}
.cid-vpIHNLLNaH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpIHNLLNaH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpIHNLLNaH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpIHNLLNaH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpIHNLLNaH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpIHNLLNaH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpIHNLLNaH .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-vpIHNLLNaH .navbar.opened {
  transition: all 0.3s;
}
.cid-vpIHNLLNaH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpIHNLLNaH .navbar .navbar-logo img {
  width: auto;
}
.cid-vpIHNLLNaH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpIHNLLNaH .navbar.collapsed {
  justify-content: center;
}
.cid-vpIHNLLNaH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpIHNLLNaH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpIHNLLNaH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.6rem);
  }
}
.cid-vpIHNLLNaH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpIHNLLNaH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpIHNLLNaH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vpIHNLLNaH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpIHNLLNaH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpIHNLLNaH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpIHNLLNaH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpIHNLLNaH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpIHNLLNaH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpIHNLLNaH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpIHNLLNaH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vpIHNLLNaH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpIHNLLNaH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpIHNLLNaH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    width: 100%;
    text-align: left;
  }
  .cid-vpIHNLLNaH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpIHNLLNaH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpIHNLLNaH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpIHNLLNaH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpIHNLLNaH .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-vpIHNLLNaH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-vpIHNLLNaH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpIHNLLNaH .dropdown-item.active,
.cid-vpIHNLLNaH .dropdown-item:active {
  background-color: transparent;
}
.cid-vpIHNLLNaH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpIHNLLNaH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpIHNLLNaH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpIHNLLNaH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpIHNLLNaH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 101%;
  top: 0;
  transform: translateX(0) !important;
}
.cid-vpIHNLLNaH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  top: 105%;
  transform: translateX(-50%);
  left: 50%;
}
.cid-vpIHNLLNaH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpIHNLLNaH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vpIHNLLNaH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpIHNLLNaH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpIHNLLNaH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpIHNLLNaH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpIHNLLNaH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpIHNLLNaH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-vpIHNLLNaH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpIHNLLNaH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpIHNLLNaH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpIHNLLNaH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpIHNLLNaH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpIHNLLNaH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpIHNLLNaH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpIHNLLNaH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpIHNLLNaH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vpIHNLLNaH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpIHNLLNaH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpIHNLLNaH .navbar {
    height: 70px;
  }
  .cid-vpIHNLLNaH .navbar.opened {
    height: auto;
  }
  .cid-vpIHNLLNaH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpIHNLLNaH .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-vpIHNLLNaH .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  border: none;
  background: rgba(255, 255, 255, 0.6);
}
.cid-vpIHNLLNaH .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vpIHNLLNaH .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vpIHNLLNaH .navbar-nav .nav-link:hover {
  background-color: #fb480f;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #fb480f, 0 1px 0 #fb480f, -2px 0 0 #fb480f, 0 -1px 0 #fb480f;
}
.cid-vpIHNLLNaH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpIHNLLNaH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .cid-vpIHNLLNaH .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-vpIHNLLNaH .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-vpIHNLLNaH .navbar {
    padding: 5px 0 !important;
  }
  .cid-vpIHNLLNaH .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-vpIHNLLNaH .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #ffffff;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
    background: rgba(255, 255, 255, 0.6);
  }
  .cid-vpIHNLLNaH .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-vpIHNLLNaH .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-vpIHNLLNaH .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-vpIHNLLNaH .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-vpIHNLLNaH .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-vpIHNLLNaH .navbar-nav .nav-item .nav-link {
    padding: 5px 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-vpIHNLLNaH .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #fb480f !important;
    box-shadow: none;
  }
  .cid-vpIHNLLNaH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpIHNLLNaH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpIHNLLNaH .navbar .dropdown > .dropdown-menu .dropdown {
    width: 100%;
  }
  .cid-vpIHNLLNaH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpIHNLLNaH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vpIHNLLNaH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpIHNLLNaH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpIHNLLNaH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    box-shadow: none;
  }
  .cid-vpIHNLLNaH .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-vpIHNLLNaH .btn-container {
    display: none;
  }
}
.cid-vpIHNMMygY {
  background-image: url("../../../assets/images/recassettebeachclub-1448x1086.png");
}
.cid-vpIHNMMygY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIHNMMygY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIHNMMygY .mbr-section-title {
  padding-left: 60px;
  color: #f3002a;
}
@media (max-width: 1399px) {
  .cid-vpIHNMMygY .mbr-section-title {
    padding-left: 4.28vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIHNMMygY .mbr-section-title.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-vpIHNMMygY .mbr-section-title.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-vpIHNMMygY .mbr-section-subtitle {
  padding-left: 150px;
  color: #ffffff;
}
@media (max-width: 1399px) {
  .cid-vpIHNMMygY .mbr-section-subtitle {
    padding-left: 10.7vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIHNMMygY .mbr-section-subtitle {
    margin-top: 8px;
  }
  .cid-vpIHNMMygY .mbr-section-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-vpIHNMMygY .mbr-section-subtitle.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-vpIHNMMygY .mbr-section-btn {
  margin-top: 20px;
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .cid-vpIHNMMygY .mbr-section-btn {
    padding-left: 4.28vw;
  }
}
.cid-vpIHNMMygY .mbr-section-subtitle,
.cid-vpIHNMMygY .mbr-section-btn {
  text-align: justify;
}
.cid-vpIHNNgfJd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ac65dc;
}
.cid-vpIHNNgfJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIHNNgfJd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIHNNgfJd .mbr-section-title {
  color: #FFFFFF;
}
.cid-vpIHNNgfJd .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-vpIHNNgfJd .mbr-section-btn {
  margin-top: 20px;
}
.cid-vpIHNNDewp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fb480f;
  overflow: hidden;
}
.cid-vpIHNNDewp .mbr-section-head {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-vpIHNNDewp .mbr-section-head {
    padding-bottom: 40px;
  }
}
.cid-vpIHNNDewp .mbr-section-title {
  color: #FFFFFF;
}
.cid-vpIHNNDewp .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-vpIHNNDewp .items-row {
  padding-top: 40px;
  row-gap: 60px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .cid-vpIHNNDewp .items-row {
    padding-top: 0;
    row-gap: 40px;
  }
}
@media (min-width: 576px) {
  .cid-vpIHNNDewp .item {
    width: 47%;
  }
  .cid-vpIHNNDewp .item:nth-child(1n) {
    transform: translateY(0);
  }
  .cid-vpIHNNDewp .item:nth-child(2n) {
    transform: translateY(-40px);
  }
  .cid-vpIHNNDewp .item:nth-child(3n) {
    transform: translateY(-10px);
  }
  .cid-vpIHNNDewp .item:nth-child(4n) {
    transform: translateY(-20px);
  }
  .cid-vpIHNNDewp .item:nth-child(5n) {
    transform: translateY(-10px);
  }
  .cid-vpIHNNDewp .item:nth-child(6n) {
    transform: translateY(-40px);
  }
}
@media (min-width: 768px) {
  .cid-vpIHNNDewp .item {
    width: 42%;
  }
}
@media (min-width: 992px) {
  .cid-vpIHNNDewp .item {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .cid-vpIHNNDewp .item {
    width: 27%;
  }
}
.cid-vpIHNNDewp .item-img {
  position: relative;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-vpIHNNDewp .item-img img {
  width: 100%;
  aspect-ratio: calc(2 / 2);
  object-fit: cover;
  transform: scale(1.01);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-vpIHNNDewp .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-vpIHNNDewp .item-wrapper:hover .item-img {
  border-radius: 25px;
  transform: scale(0.95);
}
.cid-vpIHNNDewp .item-wrapper:hover .item-img img {
  transform: scale(1.2, 1.2);
}
.cid-vpIHNNDewp .item-content {
  flex-grow: 1;
  padding-top: 31px;
}
.cid-vpIHNNDewp .item-title {
  margin-bottom: 32px;
  color: #FFFFFF;
}
.cid-vpIHNNDewp .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #ffffff;
  padding-left: 85px;
}
.cid-vpIHNNDewp .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-vpIHNNDewp .mbr-section-btn {
  margin-top: 12px;
}
.cid-vpIHNNDewp .item-title,
.cid-vpIHNNDewp .mbr-section-btn {
  text-align: center;
}
.cid-vpIHNO52C8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #017373;
}
.cid-vpIHNO52C8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIHNO52C8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIHNO52C8 .mbr-section-title {
  padding-left: 60px;
  color: #ffffff;
}
@media (max-width: 1399px) {
  .cid-vpIHNO52C8 .mbr-section-title {
    padding-left: 4.28vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIHNO52C8 .mbr-section-title.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-vpIHNO52C8 .mbr-section-title.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-vpIHNO52C8 .mbr-section-subtitle {
  padding-left: 150px;
  color: #ffffff;
}
@media (max-width: 1399px) {
  .cid-vpIHNO52C8 .mbr-section-subtitle {
    padding-left: 10.7vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIHNO52C8 .mbr-section-subtitle {
    margin-top: 8px;
  }
  .cid-vpIHNO52C8 .mbr-section-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-vpIHNO52C8 .mbr-section-subtitle.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-vpIHNO52C8 .mbr-section-btn {
  margin-top: 20px;
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .cid-vpIHNO52C8 .mbr-section-btn {
    padding-left: 4.28vw;
  }
}
.cid-vpIHNOsfoT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #49afaf;
}
.cid-vpIHNOsfoT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIHNOsfoT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIHNOsfoT .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-vpIHNOsfoT .image-wrapper {
    margin: 0;
  }
}
.cid-vpIHNOsfoT .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-vpIHNOsfoT .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-vpIHNOsfoT .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIHNOsfoT .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-vpIHNOsfoT .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-vpIHNOsfoT .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpIHNOsfoT .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-vpIHNOsfoT .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-vpIHNOsfoT .mbr-section-btn {
  margin-top: 24px;
}
.cid-vpIHNOsfoT .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vpIHNOsfoT .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vpIHNOsfoT .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-vpIHNOsfoT .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-vpIHNOsfoT .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vpIHNOsfoT .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-vpIHNOsfoT .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-vpIHNP2prf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #49afaf;
}
.cid-vpIHNP2prf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIHNP2prf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIHNP2prf .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-vpIHNP2prf .image-wrapper {
    margin: 0;
  }
}
.cid-vpIHNP2prf .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-vpIHNP2prf .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-vpIHNP2prf .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIHNP2prf .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-vpIHNP2prf .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-vpIHNP2prf .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpIHNP2prf .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-vpIHNP2prf .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-vpIHNP2prf .mbr-section-btn {
  margin-top: 24px;
}
.cid-vpIHNP2prf .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vpIHNP2prf .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vpIHNP2prf .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-vpIHNP2prf .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-vpIHNP2prf .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vpIHNP2prf .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-vpIHNP2prf .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-vpIHNPAhml {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f79309;
}
.cid-vpIHNPAhml .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIHNPAhml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIHNPAhml .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-vpIHNPAhml .image-wrapper {
    margin: 0;
  }
}
.cid-vpIHNPAhml .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-vpIHNPAhml .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-vpIHNPAhml .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIHNPAhml .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-vpIHNPAhml .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-vpIHNPAhml .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpIHNPAhml .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-vpIHNPAhml .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-vpIHNPAhml .mbr-section-btn {
  margin-top: 24px;
}
.cid-vpIHNPAhml .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vpIHNPAhml .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vpIHNPAhml .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-vpIHNPAhml .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-vpIHNPAhml .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vpIHNPAhml .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-vpIHNPAhml .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-vpIHNQ3NAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f79309;
}
.cid-vpIHNQ3NAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIHNQ3NAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIHNQ3NAL .row {
  flex-direction: row-reverse;
}
.cid-vpIHNQ3NAL .image-wrapper {
  margin-right: 9.57vw;
  margin-right: 0;
  margin-left: 9.57vw;
}
@media (max-width: 991px) {
  .cid-vpIHNQ3NAL .image-wrapper {
    margin: 0;
  }
}
.cid-vpIHNQ3NAL .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-vpIHNQ3NAL .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-vpIHNQ3NAL .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIHNQ3NAL .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-vpIHNQ3NAL .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-vpIHNQ3NAL .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpIHNQ3NAL .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-vpIHNQ3NAL .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-vpIHNQ3NAL .mbr-section-btn {
  margin-top: 24px;
}
.cid-vpIHNQ3NAL .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vpIHNQ3NAL .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vpIHNQ3NAL .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-vpIHNQ3NAL .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-vpIHNQ3NAL .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vpIHNQ3NAL .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-vpIHNQ3NAL .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-vpIHNQuf8h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5a80c;
}
.cid-vpIHNQuf8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIHNQuf8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIHNQuf8h .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-vpIHNQuf8h .image-wrapper {
    margin: 0;
  }
}
.cid-vpIHNQuf8h .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-vpIHNQuf8h .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-vpIHNQuf8h .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIHNQuf8h .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-vpIHNQuf8h .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-vpIHNQuf8h .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpIHNQuf8h .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-vpIHNQuf8h .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-vpIHNQuf8h .mbr-section-btn {
  margin-top: 24px;
}
.cid-vpIHNQuf8h .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vpIHNQuf8h .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vpIHNQuf8h .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-vpIHNQuf8h .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-vpIHNQuf8h .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vpIHNQuf8h .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-vpIHNQuf8h .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-vpIHNQXvRs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fb480f;
}
.cid-vpIHNQXvRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIHNQXvRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIHNQXvRs .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-vpIHNQXvRs .image-wrapper {
    margin: 0;
  }
}
.cid-vpIHNQXvRs .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-vpIHNQXvRs .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-vpIHNQXvRs .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-vpIHNQXvRs .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-vpIHNQXvRs .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-vpIHNQXvRs .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vpIHNQXvRs .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-vpIHNQXvRs .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-vpIHNQXvRs .mbr-section-btn {
  margin-top: 24px;
}
.cid-vpIHNQXvRs .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vpIHNQXvRs .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vpIHNQXvRs .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-vpIHNQXvRs .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-vpIHNQXvRs .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vpIHNQXvRs .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-vpIHNQXvRs .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-vpIHNRtLzP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #fb480f;
}
.cid-vpIHNRtLzP:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 57.14vw;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .1;
  background-image: linear-gradient(180deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1399px) {
  .cid-vpIHNRtLzP:before {
    width: 100%;
    border-radius: 240px;
  }
}
.cid-vpIHNRtLzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpIHNRtLzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpIHNRtLzP .row {
  position: relative;
  z-index: 2;
}
.cid-vpIHNRtLzP .mbr-section-head {
  width: 100%;
  margin-bottom: 44px;
}
@media (max-width: 1399px) {
  .cid-vpIHNRtLzP .mbr-section-head {
    margin-bottom: 3.14vw;
  }
}
@media (max-width: 767px) {
  .cid-vpIHNRtLzP .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-vpIHNRtLzP .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-vpIHNRtLzP .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 28px;
}
@media (max-width: 1399px) {
  .cid-vpIHNRtLzP .mbr-section-subtitle {
    margin-top: 2vw;
  }
}
@media (max-width: 767px) {
  .cid-vpIHNRtLzP .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-vpIHNRtLzP .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vpIHNRtLzP form {
  width: 100%;
}
.cid-vpIHNRtLzP form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-vpIHNRtLzP form p {
  color: #FFFFFF;
}
.cid-vpIHNRtLzP form .mbr-section-btn {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  width: auto !important;
}
.cid-vpIHNRtLzP form .mbr-section-btn .btn {
  width: auto !important;
}
.cid-vpIHNRtLzP form .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-vpIHNRtLzP form .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-vpIHNRtLzP form .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-vpIHNRtLzP form .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-vpIHNRtLzP form .form-group {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-vpIHNRtLzP form .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-vpIHNRtLzP form .form-control {
  height: 69px;
  border: 2px solid #FFFFFF !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 35px !important;
  margin-bottom: 0;
  padding: 20px 25px;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 400;
  transition: .3s;
}
.cid-vpIHNRtLzP form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-vpIHNRtLzP form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-vpIHNRtLzP form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-vpIHNRtLzP form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-vpIHNRtLzP form select {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIHNRtLzP form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 20px 25px;
  resize: none;
}
.cid-vpIHNRtLzP form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIHNRtLzP form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIHNRtLzP form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIHNRtLzP form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIHNRtLzP form input,
.cid-vpIHNRtLzP form textarea {
  transition: .3s all;
}
.cid-vpIHNRtLzP form input:active,
.cid-vpIHNRtLzP form textarea:active,
.cid-vpIHNRtLzP form input:focus,
.cid-vpIHNRtLzP form textarea:focus {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
  outline: none !important;
}
.cid-vpIHNRtLzP form input:active::-webkit-input-placeholder,
.cid-vpIHNRtLzP form textarea:active::-webkit-input-placeholder,
.cid-vpIHNRtLzP form input:focus::-webkit-input-placeholder,
.cid-vpIHNRtLzP form textarea:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIHNRtLzP form input:active::-moz-placeholder,
.cid-vpIHNRtLzP form textarea:active::-moz-placeholder,
.cid-vpIHNRtLzP form input:focus::-moz-placeholder,
.cid-vpIHNRtLzP form textarea:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIHNRtLzP form input:active:-moz-placeholder,
.cid-vpIHNRtLzP form textarea:active:-moz-placeholder,
.cid-vpIHNRtLzP form input:focus:-moz-placeholder,
.cid-vpIHNRtLzP form textarea:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIHNRtLzP form input:active:-ms-input-placeholder,
.cid-vpIHNRtLzP form textarea:active:-ms-input-placeholder,
.cid-vpIHNRtLzP form input:focus:-ms-input-placeholder,
.cid-vpIHNRtLzP form textarea:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-vpIHNRtLzP form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-vpIHNRtLzP form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-vpIHNRtLzP form label {
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cid-vpIHNRtLzP form .form-check label {
  color: #FFFFFF;
}
.cid-vpIHNRtLzP form .form-check-input {
  border-color: rgba(255, 255, 255, 0.5) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-vpIHNRtLzP form .form-check-input:focus,
.cid-vpIHNRtLzP form .form-check-input:hover {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.cid-vpIHNRtLzP form .form-check-input:checked {
  border-color: #FFFFFF !important;
  background-color: transparent !important;
}
#custom-html-12 {
  /* Type valid CSS here */
}
#custom-html-12 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-12 p {
  font-size: 60px;
  color: #777;
}
.cid-vpIHNRYhXL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fadd8a;
}
.cid-vpIHNRYhXL .mbr-text {
  color: #FFFFFF;
}
.cid-vpIHNRYhXL .media-container-row .mbr-text {
  color: #fb480f;
}
