.btn {
  border-width: 2px;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 4.38rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.475rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 3.13rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.9125rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.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.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.504rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.066rem;
    font-size: calc( 2.183rem + (4.38 - 2.183) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.183rem + (4.38 - 2.183) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.504rem;
    font-size: calc( 1.7454999999999998rem + (3.13 - 1.7454999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7454999999999998rem + (3.13 - 1.7454999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #f5a80c !important;
}
.bg-success {
  background-color: #279898 !important;
}
.bg-info {
  background-color: #a073ec !important;
}
.bg-warning {
  background-color: #bb442e !important;
}
.bg-danger {
  background-color: #3703ff !important;
}
.btn-primary,
.btn-primary:active {
  background: linear-gradient(to bottom, #f5a80c 0 33.33333333%, #f5a80c 33.33333333%, #bf442e 66.66666667%, #bf442e 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, #f5a80c 0 33.33333333%, #f5a80c 33.33333333%, #bf442e 66.66666667%, #bf442e 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: #a47007 !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, #bb442e 0 33.33333333%, #bb442e 33.33333333%, #f3a70b 66.66666667%, #f3a70b 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: #ffffff !important;
  background: linear-gradient(to bottom, #bb442e 0 33.33333333%, #bb442e 33.33333333%, #f3a70b 66.66666667%, #f3a70b 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: #752b1d !important;
  border: none !important;
}
.btn-danger,
.btn-danger:active {
  background: linear-gradient(to bottom, #3703ff 0 33.33333333%, #3703ff 33.33333333%, #bf17ff 66.66666667%, #bf17ff 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #3703ff 0 33.33333333%, #3703ff 33.33333333%, #bf17ff 66.66666667%, #bf17ff 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background: #2300ab !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: #f5a80c;
  color: #f5a80c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a47007 !important;
  background-color: transparent!important;
  border-color: #a47007 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f5a80c !important;
  border-color: #f5a80c !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: #bb442e;
  color: #bb442e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #752b1d !important;
  background-color: transparent!important;
  border-color: #752b1d !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bb442e !important;
  border-color: #bb442e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #3703ff;
  color: #3703ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2300ab !important;
  background-color: transparent!important;
  border-color: #2300ab !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3703ff !important;
  border-color: #3703ff !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: #f5a80c !important;
}
.text-secondary {
  color: #2a1340 !important;
}
.text-success {
  color: #279898 !important;
}
.text-info {
  color: #a073ec !important;
}
.text-warning {
  color: #bb442e !important;
}
.text-danger {
  color: #3703ff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #161616 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #956606 !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: #69261a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #20009c !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: #f5a80c;
}
.nav-tabs .nav-link:not(.active) {
  color: #161616;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a073ec;
}
.alert-warning {
  background-color: #bb442e;
}
.alert-danger {
  background-color: #3703ff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f5a80c;
  border-color: #f5a80c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f5a80c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdeed0;
}
.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: #e19587;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d9cfff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #f5a80c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #f5a80c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f5a80c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f5a80c;
}
.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: #f5a80c;
  border-bottom-color: #f5a80c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f5a80c !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='%23f5a80c' %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;
}
.cid-tw2CiZnf9c {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f5a80c;
}
.cid-tw2CiZnf9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw2CiZnf9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw2CiZnf9c .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
  background-color: #fadd8a;
  position: relative;
}
.cid-tw2CiZnf9c .row:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 10rem;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: #fadd8a;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tw2CiZnf9c .row:before {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
.cid-tw2CiZnf9c .row:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5rem;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #fadd8a;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tw2CiZnf9c .row:after {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.cid-tw2CiZnf9c .image-wrapper {
  position: sticky;
  top: 130px;
  padding-left: 1.4vw;
}
.cid-tw2CiZnf9c .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 230px;
}
.cid-tw2CiZnf9c .card-wrapper {
  padding-right: 1.4vw;
  padding-left: 132px;
}
@media (max-width: 1399px) {
  .cid-tw2CiZnf9c .card-wrapper {
    padding-left: 9.43vw;
  }
}
@media (max-width: 991px) {
  .cid-tw2CiZnf9c .card-wrapper {
    padding-right: 9.43vw;
    padding-left: 1.4vw;
  }
}
@media (max-width: 575px) {
  .cid-tw2CiZnf9c .card-wrapper {
    padding-right: 8vw;
    padding-left: 1.5vw;
  }
}
.cid-tw2CiZnf9c .card-title {
  color: #F5A80C;
  margin-bottom: 18px;
}
.cid-tw2CiZnf9c .card-subtitle {
  color: #F5A80C;
  margin-bottom: 160px;
}
@media (max-width: 1399px) and (min-width: 768px) {
  .cid-tw2CiZnf9c .card-subtitle {
    margin-bottom: 11.78vw;
  }
  .cid-tw2CiZnf9c .card-subtitle.display-1 {
    font-size: 7.143vw !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-tw2CiZnf9c .card-subtitle {
    margin-bottom: 40px;
  }
  .cid-tw2CiZnf9c .card-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
.cid-tw2CiZnf9c .mbr-text {
  width: 23.2vw;
  margin-left: auto;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-tw2CiZnf9c .mbr-text {
    width: 100%;
  }
}
.cid-tw2CiZnf9c .mbr-section-btn {
  margin-top: 20px;
}
.cid-tw2we8KePb {
  z-index: 1000;
  width: 100%;
}
.cid-tw2we8KePb nav.navbar {
  position: fixed;
}
.cid-tw2we8KePb .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-tw2we8KePb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw2we8KePb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw2we8KePb .dropdown-item:hover,
.cid-tw2we8KePb .dropdown-item:focus {
  background: #f5a80c !important;
  color: white !important;
}
.cid-tw2we8KePb .dropdown-item:hover span {
  color: white;
}
.cid-tw2we8KePb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw2we8KePb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw2we8KePb .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw2we8KePb .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw2we8KePb .nav-link {
  position: relative;
}
.cid-tw2we8KePb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw2we8KePb .container {
    flex-wrap: nowrap;
  }
}
.cid-tw2we8KePb .dropdown-menu,
.cid-tw2we8KePb .navbar.opened {
  background: #ffffff !important;
}
.cid-tw2we8KePb .nav-item:focus,
.cid-tw2we8KePb .nav-link:focus {
  outline: none;
}
.cid-tw2we8KePb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw2we8KePb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw2we8KePb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw2we8KePb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw2we8KePb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw2we8KePb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw2we8KePb .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-tw2we8KePb .navbar.opened {
  transition: all 0.3s;
}
.cid-tw2we8KePb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw2we8KePb .navbar .navbar-logo img {
  width: auto;
}
.cid-tw2we8KePb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw2we8KePb .navbar.collapsed {
  justify-content: center;
}
.cid-tw2we8KePb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw2we8KePb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw2we8KePb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tw2we8KePb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw2we8KePb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw2we8KePb .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-tw2we8KePb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw2we8KePb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw2we8KePb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw2we8KePb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw2we8KePb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw2we8KePb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw2we8KePb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw2we8KePb .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-tw2we8KePb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw2we8KePb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw2we8KePb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw2we8KePb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw2we8KePb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw2we8KePb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tw2we8KePb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tw2we8KePb .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-tw2we8KePb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-tw2we8KePb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw2we8KePb .dropdown-item.active,
.cid-tw2we8KePb .dropdown-item:active {
  background-color: transparent;
}
.cid-tw2we8KePb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw2we8KePb .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw2we8KePb .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw2we8KePb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tw2we8KePb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw2we8KePb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw2we8KePb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw2we8KePb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw2we8KePb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw2we8KePb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-tw2we8KePb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw2we8KePb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw2we8KePb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw2we8KePb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw2we8KePb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw2we8KePb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw2we8KePb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw2we8KePb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw2we8KePb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw2we8KePb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw2we8KePb .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-tw2we8KePb .navbar {
    height: 70px;
  }
  .cid-tw2we8KePb .navbar.opened {
    height: auto;
  }
  .cid-tw2we8KePb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tw2we8KePb .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-tw2we8KePb .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: #ffffff;
}
.cid-tw2we8KePb .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tw2we8KePb .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-tw2we8KePb .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-tw2we8KePb .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-tw2we8KePb .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-tw2we8KePb .navbar {
    padding: 5px 0 !important;
  }
  .cid-tw2we8KePb .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-tw2we8KePb .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;
  }
  .cid-tw2we8KePb .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-tw2we8KePb .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-tw2we8KePb .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-tw2we8KePb .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-tw2we8KePb .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-tw2we8KePb .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-tw2we8KePb .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-tw2we8KePb .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-tw2we8KePb .btn-container {
    display: none;
  }
}
.cid-tw2E1tr4vF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tw2E1tr4vF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw2E1tr4vF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw2E1tr4vF .mbr-section-title {
  color: #000000;
}
.cid-tw2E1tr4vF .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-tw2E1tr4vF .mbr-section-btn {
  margin-top: 20px;
}
.cid-tw2E1tr4vF .mbr-section-subtitle,
.cid-tw2E1tr4vF .mbr-section-btn {
  color: #000000;
}
.cid-uHQtBAX5QM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bb442e;
  background-image: linear-gradient(180deg, #bb442e 0, #f77d06 100%);
}
.cid-uHQtBAX5QM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQtBAX5QM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQtBAX5QM .container-fluid {
  padding: 0;
}
.cid-uHQtBAX5QM .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.cid-uHQtBAX5QM .card-wrapper .image-wrapper {
  width: 39.3vw;
  height: auto;
  border-radius: 9.28vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uHQtBAX5QM .card-wrapper .image-wrapper {
    display: none;
  }
}
.cid-uHQtBAX5QM .card-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHQtBAX5QM .card-title {
  width: 100%;
  margin-bottom: 3.857vw;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uHQtBAX5QM .card-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.cid-uHQtBAX5QM .mbr-text {
  position: relative;
  width: 23.22vw;
  margin-bottom: 0;
  margin-top: 4.71vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uHQtBAX5QM .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uHQtBAX5QM .mbr-text {
    margin-top: 40px;
  }
}
.cid-uHQtBAX5QM .mbr-section-btn {
  margin-top: 3vw;
}
@media (max-width: 991px) {
  .cid-uHQtBAX5QM .mbr-section-btn {
    margin-top: 3.51vw;
  }
}
@media (max-width: 767px) {
  .cid-uHQtBAX5QM .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uHQtBAX5QM .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  min-height: 10.57vw;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-uHQtBAX5QM .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-uHQtBAX5QM .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-uHQtBAX5QM .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-uHQtBAX5QM .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uHQtBAX5QM .image-wrapper {
    display: none;
  }
}
.cid-uHQtBAX5QM .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uHQtBAX5QM .mbr-text,
.cid-uHQtBAX5QM .mbr-section-btn {
  color: #000000;
}
.cid-uHQuAZREl4 {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uHQuAZREl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQuAZREl4 img {
  border-radius: 1rem;
  width: 150px;
}
.cid-uHQuAZREl4 .row {
  padding: 0 1rem;
}
.cid-uHQuAZREl4 a {
  font-weight: 600;
}
.cid-uHQuAZREl4 .btn {
  transition: all 0.3s;
}
.cid-uHQuAZREl4 .btn:hover,
.cid-uHQuAZREl4 .btn:focus {
  background: white !important;
  color: #fadd8a !important;
  border: 2px dashed #fadd8a !important;
}
.cid-uHQuAZREl4 .img-wrap {
  display: inline-block;
}
.cid-uHQuAZREl4 .card {
  background: #fadd8a;
  padding: 3rem 1rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .cid-uHQuAZREl4 .card {
    padding: 2rem 1rem;
  }
}
.cid-uHQuAZREl4 .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-uHQuAZREl4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHQuAZREl4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHQuAZREl4 .mbr-section-title {
  color: #ffffff;
}
.cid-uHQuAZREl4 .mbr-section-subtitle,
.cid-uHQuAZREl4 .subtitle-wrap {
  color: #19303d;
}
.cid-uHQuAZREl4 .mbr-text,
.cid-uHQuAZREl4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uHQuAZREl4 .mbr-section-title,
.cid-uHQuAZREl4 .text-wrapper {
  color: #000000;
}
.cid-uHQuAZREl4 .mbr-text,
.cid-uHQuAZREl4 .text-wrapper {
  color: #000000;
}
.cid-uHQvihReSX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f77d06;
}
.cid-uHQvihReSX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQvihReSX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQvihReSX .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uHQvihReSX .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uHQvihReSX .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uHQvihReSX .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uHQvihReSX .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uHQvihReSX .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uHQvihReSX .card-row {
  margin-bottom: 40px;
}
.cid-uHQvihReSX .card {
  margin-bottom: -40px;
}
.cid-uHQvihReSX .card-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 10px;
  background-color: #fadd8a;
  box-shadow: 0px -23px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.cid-uHQvihReSX .card-wrapper:after {
  content: "";
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0.3;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #f77d06;
  box-shadow: 0 0 40px #f77d06;
  filter: blur(100px);
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uHQvihReSX .card-wrapper:after {
    width: 150%;
  }
}
.cid-uHQvihReSX .title-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uHQvihReSX .iconfont-wrapper {
  display: flex;
  margin-right: 1rem;
}
.cid-uHQvihReSX .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 44px;
  color: #aafc75;
}
.cid-uHQvihReSX .card-title {
  color: #000000;
}
.cid-uHQvihReSX .card-text {
  position: relative;
  z-index: 2;
  color: #000000;
  margin-bottom: 1.5rem;
}
.cid-uHQvxTHA6A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHQvxTHA6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQvxTHA6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQvxTHA6A .row {
  justify-content: flex-start;
}
.cid-uHQvxTHA6A .mbr-section-title {
  color: #000000;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uHQvxTHA6A .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uHQvxTHA6A .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-uHQvxTHA6A .image-wrapper {
  width: 100%;
}
.cid-uHQvxTHA6A .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-uHQvxTHA6A .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-uHQvxTHA6A .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uHQvxTHA6A .mbr-text {
    margin-top: 45px;
  }
}
.cid-uHQvxTHA6A .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uHQvxTHA6A .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-uHQvxTHA6A .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-uHQvxTHA6A .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-uHQvxTHA6A .mbr-text,
.cid-uHQvxTHA6A .mbr-section-btn {
  color: #000000;
}
.cid-uHQwnpyQ7y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fadd8a;
}
.cid-uHQwnpyQ7y .row {
  align-items: center;
  width: 100%;
}
.cid-uHQwnpyQ7y .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-uHQwnpyQ7y .mbr-section-title {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
}
.cid-uHQwnpyQ7y .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-uHQwnpyQ7y .content-container {
  display: flex;
  padding: 60px !important;
}
@media (max-width: 991px) {
  .cid-uHQwnpyQ7y .content-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uHQwnpyQ7y .content-container {
    padding: 2.5rem !important;
  }
}
@media (max-width: 565px) {
  .cid-uHQwnpyQ7y .content-container {
    padding: 2rem !important;
  }
}
.cid-uHQwnpyQ7y .col-img {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uHQwnpyQ7y .col-img {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uHQwnpyQ7y .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uHQwnpyQ7y .img-container {
    padding-right: 0;
  }
}
.cid-uHQwnpyQ7y .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-uHQwnpyQ7y .col-text {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uHQwnpyQ7y .col-text {
    width: 100%;
    margin-top: 2rem;
  }
}
.cid-uHQwnpyQ7y .text-container {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .cid-uHQwnpyQ7y .text-container {
    padding-left: 0;
  }
}
.cid-uHQwnpyQ7y .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uHQwnpyQ7y .label-text {
  width: 100%;
  color: #1B1F0A;
  padding: 0.375rem 0;
}
.cid-uHQwnpyQ7y .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uHQwnpyQ7y .card-title {
  width: 100%;
  color: #232323;
  margin-bottom: 4px;
}
.cid-uHQwnpyQ7y .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 32px;
}
.cid-uHQwsNdTK1 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHQwsNdTK1 .feature .card {
  border-left: 10px solid #ffffff;
  background-color: #ffffff;
  height: 100%;
  padding: 2rem 40px;
  border-radius: 0;
}
.cid-uHQwsNdTK1 .feature:last-child .card {
  border-color: #ffffff;
}
.cid-uHQwsNdTK1 .feature .mbr-section-title {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uHQwsNdTK1 .feature:last-child {
    margin-top: 2rem;
  }
}
.cid-uHQwsNdTK1 .mbr-section-text {
  text-align: left;
  color: #000000;
}
.cid-uHQx5OWFO7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uHQx5OWFO7 .mbr-text {
  color: #FFFFFF;
}
.cid-uHQxjzOuW3 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f5a80c;
}
.cid-uHQxjzOuW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQxjzOuW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQxjzOuW3 .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
  background-color: #fadd8a;
  position: relative;
}
.cid-uHQxjzOuW3 .row:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 10rem;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: #fadd8a;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uHQxjzOuW3 .row:before {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
.cid-uHQxjzOuW3 .row:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5rem;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #fadd8a;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uHQxjzOuW3 .row:after {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.cid-uHQxjzOuW3 .image-wrapper {
  position: sticky;
  top: 130px;
  padding-left: 1.4vw;
}
.cid-uHQxjzOuW3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 230px;
}
.cid-uHQxjzOuW3 .card-wrapper {
  padding-right: 1.4vw;
  padding-left: 132px;
}
@media (max-width: 1399px) {
  .cid-uHQxjzOuW3 .card-wrapper {
    padding-left: 9.43vw;
  }
}
@media (max-width: 991px) {
  .cid-uHQxjzOuW3 .card-wrapper {
    padding-right: 9.43vw;
    padding-left: 1.4vw;
  }
}
@media (max-width: 575px) {
  .cid-uHQxjzOuW3 .card-wrapper {
    padding-right: 8vw;
    padding-left: 1.5vw;
  }
}
.cid-uHQxjzOuW3 .card-title {
  color: #F5A80C;
  margin-bottom: 18px;
}
.cid-uHQxjzOuW3 .card-subtitle {
  color: #F5A80C;
  margin-bottom: 160px;
}
@media (max-width: 1399px) and (min-width: 768px) {
  .cid-uHQxjzOuW3 .card-subtitle {
    margin-bottom: 11.78vw;
  }
  .cid-uHQxjzOuW3 .card-subtitle.display-1 {
    font-size: 7.143vw !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-uHQxjzOuW3 .card-subtitle {
    margin-bottom: 40px;
  }
  .cid-uHQxjzOuW3 .card-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
.cid-uHQxjzOuW3 .mbr-text {
  width: 23.2vw;
  margin-left: auto;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-uHQxjzOuW3 .mbr-text {
    width: 100%;
  }
}
.cid-uHQxjzOuW3 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uHQxjAVAIF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fadd8a;
}
.cid-uHQxjAVAIF .line {
  background-color: #bbbbbb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHQxjAVAIF .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uHQxjBIaBA {
  z-index: 1000;
  width: 100%;
}
.cid-uHQxjBIaBA nav.navbar {
  position: fixed;
}
.cid-uHQxjBIaBA .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-uHQxjBIaBA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHQxjBIaBA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHQxjBIaBA .dropdown-item:hover,
.cid-uHQxjBIaBA .dropdown-item:focus {
  background: #f5a80c !important;
  color: white !important;
}
.cid-uHQxjBIaBA .dropdown-item:hover span {
  color: white;
}
.cid-uHQxjBIaBA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHQxjBIaBA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHQxjBIaBA .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHQxjBIaBA .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHQxjBIaBA .nav-link {
  position: relative;
}
.cid-uHQxjBIaBA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHQxjBIaBA .container {
    flex-wrap: nowrap;
  }
}
.cid-uHQxjBIaBA .dropdown-menu,
.cid-uHQxjBIaBA .navbar.opened {
  background: #ffffff !important;
}
.cid-uHQxjBIaBA .nav-item:focus,
.cid-uHQxjBIaBA .nav-link:focus {
  outline: none;
}
.cid-uHQxjBIaBA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHQxjBIaBA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHQxjBIaBA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHQxjBIaBA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHQxjBIaBA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHQxjBIaBA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHQxjBIaBA .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-uHQxjBIaBA .navbar.opened {
  transition: all 0.3s;
}
.cid-uHQxjBIaBA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHQxjBIaBA .navbar .navbar-logo img {
  width: auto;
}
.cid-uHQxjBIaBA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHQxjBIaBA .navbar.collapsed {
  justify-content: center;
}
.cid-uHQxjBIaBA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHQxjBIaBA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHQxjBIaBA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uHQxjBIaBA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHQxjBIaBA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHQxjBIaBA .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-uHQxjBIaBA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHQxjBIaBA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHQxjBIaBA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHQxjBIaBA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHQxjBIaBA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHQxjBIaBA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHQxjBIaBA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHQxjBIaBA .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-uHQxjBIaBA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHQxjBIaBA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHQxjBIaBA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHQxjBIaBA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHQxjBIaBA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHQxjBIaBA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHQxjBIaBA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHQxjBIaBA .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-uHQxjBIaBA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uHQxjBIaBA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHQxjBIaBA .dropdown-item.active,
.cid-uHQxjBIaBA .dropdown-item:active {
  background-color: transparent;
}
.cid-uHQxjBIaBA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHQxjBIaBA .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHQxjBIaBA .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHQxjBIaBA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHQxjBIaBA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHQxjBIaBA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHQxjBIaBA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHQxjBIaBA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHQxjBIaBA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHQxjBIaBA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-uHQxjBIaBA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHQxjBIaBA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHQxjBIaBA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHQxjBIaBA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHQxjBIaBA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHQxjBIaBA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHQxjBIaBA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHQxjBIaBA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHQxjBIaBA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHQxjBIaBA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHQxjBIaBA .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-uHQxjBIaBA .navbar {
    height: 70px;
  }
  .cid-uHQxjBIaBA .navbar.opened {
    height: auto;
  }
  .cid-uHQxjBIaBA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHQxjBIaBA .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-uHQxjBIaBA .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: #ffffff;
}
.cid-uHQxjBIaBA .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHQxjBIaBA .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-uHQxjBIaBA .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-uHQxjBIaBA .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-uHQxjBIaBA .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uHQxjBIaBA .navbar {
    padding: 5px 0 !important;
  }
  .cid-uHQxjBIaBA .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-uHQxjBIaBA .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;
  }
  .cid-uHQxjBIaBA .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-uHQxjBIaBA .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-uHQxjBIaBA .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-uHQxjBIaBA .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-uHQxjBIaBA .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uHQxjBIaBA .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-uHQxjBIaBA .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-uHQxjBIaBA .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-uHQxjBIaBA .btn-container {
    display: none;
  }
}
.cid-uHQxjCLSwD {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uHQxjCLSwD .mbr-text {
  color: #FFFFFF;
}
.cid-uHQxQWaRCT {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f5a80c;
}
.cid-uHQxQWaRCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQxQWaRCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQxQWaRCT .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
  background-color: #fadd8a;
  position: relative;
}
.cid-uHQxQWaRCT .row:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 10rem;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: #fadd8a;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uHQxQWaRCT .row:before {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
.cid-uHQxQWaRCT .row:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5rem;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #fadd8a;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uHQxQWaRCT .row:after {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.cid-uHQxQWaRCT .image-wrapper {
  position: sticky;
  top: 130px;
  padding-left: 1.4vw;
}
.cid-uHQxQWaRCT .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 230px;
}
.cid-uHQxQWaRCT .card-wrapper {
  padding-right: 1.4vw;
  padding-left: 132px;
}
@media (max-width: 1399px) {
  .cid-uHQxQWaRCT .card-wrapper {
    padding-left: 9.43vw;
  }
}
@media (max-width: 991px) {
  .cid-uHQxQWaRCT .card-wrapper {
    padding-right: 9.43vw;
    padding-left: 1.4vw;
  }
}
@media (max-width: 575px) {
  .cid-uHQxQWaRCT .card-wrapper {
    padding-right: 8vw;
    padding-left: 1.5vw;
  }
}
.cid-uHQxQWaRCT .card-title {
  color: #F5A80C;
  margin-bottom: 18px;
}
.cid-uHQxQWaRCT .card-subtitle {
  color: #F5A80C;
  margin-bottom: 160px;
}
@media (max-width: 1399px) and (min-width: 768px) {
  .cid-uHQxQWaRCT .card-subtitle {
    margin-bottom: 11.78vw;
  }
  .cid-uHQxQWaRCT .card-subtitle.display-1 {
    font-size: 7.143vw !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-uHQxQWaRCT .card-subtitle {
    margin-bottom: 40px;
  }
  .cid-uHQxQWaRCT .card-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
.cid-uHQxQWaRCT .mbr-text {
  width: 23.2vw;
  margin-left: auto;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-uHQxQWaRCT .mbr-text {
    width: 100%;
  }
}
.cid-uHQxQWaRCT .mbr-section-btn {
  margin-top: 20px;
}
.cid-uHQxQXQjhy {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fadd8a;
}
.cid-uHQxQXQjhy .line {
  background-color: #bbbbbb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHQxQXQjhy .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uHQxQYBXYV {
  z-index: 1000;
  width: 100%;
}
.cid-uHQxQYBXYV nav.navbar {
  position: fixed;
}
.cid-uHQxQYBXYV .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-uHQxQYBXYV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHQxQYBXYV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHQxQYBXYV .dropdown-item:hover,
.cid-uHQxQYBXYV .dropdown-item:focus {
  background: #f5a80c !important;
  color: white !important;
}
.cid-uHQxQYBXYV .dropdown-item:hover span {
  color: white;
}
.cid-uHQxQYBXYV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHQxQYBXYV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHQxQYBXYV .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHQxQYBXYV .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHQxQYBXYV .nav-link {
  position: relative;
}
.cid-uHQxQYBXYV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHQxQYBXYV .container {
    flex-wrap: nowrap;
  }
}
.cid-uHQxQYBXYV .dropdown-menu,
.cid-uHQxQYBXYV .navbar.opened {
  background: #ffffff !important;
}
.cid-uHQxQYBXYV .nav-item:focus,
.cid-uHQxQYBXYV .nav-link:focus {
  outline: none;
}
.cid-uHQxQYBXYV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHQxQYBXYV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHQxQYBXYV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHQxQYBXYV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHQxQYBXYV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHQxQYBXYV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHQxQYBXYV .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-uHQxQYBXYV .navbar.opened {
  transition: all 0.3s;
}
.cid-uHQxQYBXYV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHQxQYBXYV .navbar .navbar-logo img {
  width: auto;
}
.cid-uHQxQYBXYV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHQxQYBXYV .navbar.collapsed {
  justify-content: center;
}
.cid-uHQxQYBXYV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHQxQYBXYV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHQxQYBXYV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uHQxQYBXYV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHQxQYBXYV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHQxQYBXYV .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-uHQxQYBXYV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHQxQYBXYV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHQxQYBXYV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHQxQYBXYV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHQxQYBXYV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHQxQYBXYV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHQxQYBXYV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHQxQYBXYV .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-uHQxQYBXYV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHQxQYBXYV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHQxQYBXYV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHQxQYBXYV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHQxQYBXYV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHQxQYBXYV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHQxQYBXYV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHQxQYBXYV .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-uHQxQYBXYV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uHQxQYBXYV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHQxQYBXYV .dropdown-item.active,
.cid-uHQxQYBXYV .dropdown-item:active {
  background-color: transparent;
}
.cid-uHQxQYBXYV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHQxQYBXYV .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHQxQYBXYV .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHQxQYBXYV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHQxQYBXYV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHQxQYBXYV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHQxQYBXYV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHQxQYBXYV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHQxQYBXYV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHQxQYBXYV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-uHQxQYBXYV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHQxQYBXYV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHQxQYBXYV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHQxQYBXYV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHQxQYBXYV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHQxQYBXYV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHQxQYBXYV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHQxQYBXYV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHQxQYBXYV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHQxQYBXYV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHQxQYBXYV .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-uHQxQYBXYV .navbar {
    height: 70px;
  }
  .cid-uHQxQYBXYV .navbar.opened {
    height: auto;
  }
  .cid-uHQxQYBXYV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHQxQYBXYV .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-uHQxQYBXYV .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: #ffffff;
}
.cid-uHQxQYBXYV .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHQxQYBXYV .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-uHQxQYBXYV .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-uHQxQYBXYV .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-uHQxQYBXYV .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uHQxQYBXYV .navbar {
    padding: 5px 0 !important;
  }
  .cid-uHQxQYBXYV .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-uHQxQYBXYV .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;
  }
  .cid-uHQxQYBXYV .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-uHQxQYBXYV .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-uHQxQYBXYV .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-uHQxQYBXYV .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-uHQxQYBXYV .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uHQxQYBXYV .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-uHQxQYBXYV .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-uHQxQYBXYV .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-uHQxQYBXYV .btn-container {
    display: none;
  }
}
.cid-uHQxQZZwkw {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uHQxQZZwkw .mbr-text {
  color: #FFFFFF;
}
.cid-uHNPU1197L {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f5a80c;
}
.cid-uHNPU1197L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNPU1197L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNPU1197L .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
  background-color: #fadd8a;
  position: relative;
}
.cid-uHNPU1197L .row:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 10rem;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: #fadd8a;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uHNPU1197L .row:before {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
.cid-uHNPU1197L .row:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5rem;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #fadd8a;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uHNPU1197L .row:after {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.cid-uHNPU1197L .image-wrapper {
  position: sticky;
  top: 130px;
  padding-left: 1.4vw;
}
.cid-uHNPU1197L .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 230px;
}
.cid-uHNPU1197L .card-wrapper {
  padding-right: 1.4vw;
  padding-left: 132px;
}
@media (max-width: 1399px) {
  .cid-uHNPU1197L .card-wrapper {
    padding-left: 9.43vw;
  }
}
@media (max-width: 991px) {
  .cid-uHNPU1197L .card-wrapper {
    padding-right: 9.43vw;
    padding-left: 1.4vw;
  }
}
@media (max-width: 575px) {
  .cid-uHNPU1197L .card-wrapper {
    padding-right: 8vw;
    padding-left: 1.5vw;
  }
}
.cid-uHNPU1197L .card-title {
  color: #F5A80C;
  margin-bottom: 18px;
}
.cid-uHNPU1197L .card-subtitle {
  color: #F5A80C;
  margin-bottom: 160px;
}
@media (max-width: 1399px) and (min-width: 768px) {
  .cid-uHNPU1197L .card-subtitle {
    margin-bottom: 11.78vw;
  }
  .cid-uHNPU1197L .card-subtitle.display-1 {
    font-size: 7.143vw !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-uHNPU1197L .card-subtitle {
    margin-bottom: 40px;
  }
  .cid-uHNPU1197L .card-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
.cid-uHNPU1197L .mbr-text {
  width: 23.2vw;
  margin-left: auto;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-uHNPU1197L .mbr-text {
    width: 100%;
  }
}
.cid-uHNPU1197L .mbr-section-btn {
  margin-top: 20px;
}
.cid-uHNQoWKYYG {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fadd8a;
}
.cid-uHNQoWKYYG .line {
  background-color: #bbbbbb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHNQoWKYYG .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uHNPU2dfqY {
  z-index: 1000;
  width: 100%;
}
.cid-uHNPU2dfqY nav.navbar {
  position: fixed;
}
.cid-uHNPU2dfqY .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-uHNPU2dfqY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHNPU2dfqY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHNPU2dfqY .dropdown-item:hover,
.cid-uHNPU2dfqY .dropdown-item:focus {
  background: #f5a80c !important;
  color: white !important;
}
.cid-uHNPU2dfqY .dropdown-item:hover span {
  color: white;
}
.cid-uHNPU2dfqY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHNPU2dfqY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHNPU2dfqY .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHNPU2dfqY .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHNPU2dfqY .nav-link {
  position: relative;
}
.cid-uHNPU2dfqY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHNPU2dfqY .container {
    flex-wrap: nowrap;
  }
}
.cid-uHNPU2dfqY .dropdown-menu,
.cid-uHNPU2dfqY .navbar.opened {
  background: #ffffff !important;
}
.cid-uHNPU2dfqY .nav-item:focus,
.cid-uHNPU2dfqY .nav-link:focus {
  outline: none;
}
.cid-uHNPU2dfqY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHNPU2dfqY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHNPU2dfqY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHNPU2dfqY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHNPU2dfqY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHNPU2dfqY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHNPU2dfqY .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-uHNPU2dfqY .navbar.opened {
  transition: all 0.3s;
}
.cid-uHNPU2dfqY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHNPU2dfqY .navbar .navbar-logo img {
  width: auto;
}
.cid-uHNPU2dfqY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHNPU2dfqY .navbar.collapsed {
  justify-content: center;
}
.cid-uHNPU2dfqY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHNPU2dfqY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHNPU2dfqY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uHNPU2dfqY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHNPU2dfqY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHNPU2dfqY .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-uHNPU2dfqY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHNPU2dfqY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHNPU2dfqY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHNPU2dfqY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHNPU2dfqY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHNPU2dfqY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHNPU2dfqY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHNPU2dfqY .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-uHNPU2dfqY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHNPU2dfqY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHNPU2dfqY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHNPU2dfqY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHNPU2dfqY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHNPU2dfqY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHNPU2dfqY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHNPU2dfqY .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-uHNPU2dfqY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uHNPU2dfqY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHNPU2dfqY .dropdown-item.active,
.cid-uHNPU2dfqY .dropdown-item:active {
  background-color: transparent;
}
.cid-uHNPU2dfqY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHNPU2dfqY .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHNPU2dfqY .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHNPU2dfqY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHNPU2dfqY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHNPU2dfqY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHNPU2dfqY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHNPU2dfqY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHNPU2dfqY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHNPU2dfqY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-uHNPU2dfqY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHNPU2dfqY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHNPU2dfqY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHNPU2dfqY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHNPU2dfqY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHNPU2dfqY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHNPU2dfqY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHNPU2dfqY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHNPU2dfqY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHNPU2dfqY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHNPU2dfqY .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-uHNPU2dfqY .navbar {
    height: 70px;
  }
  .cid-uHNPU2dfqY .navbar.opened {
    height: auto;
  }
  .cid-uHNPU2dfqY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHNPU2dfqY .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-uHNPU2dfqY .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: #ffffff;
}
.cid-uHNPU2dfqY .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHNPU2dfqY .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-uHNPU2dfqY .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-uHNPU2dfqY .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-uHNPU2dfqY .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uHNPU2dfqY .navbar {
    padding: 5px 0 !important;
  }
  .cid-uHNPU2dfqY .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-uHNPU2dfqY .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;
  }
  .cid-uHNPU2dfqY .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-uHNPU2dfqY .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-uHNPU2dfqY .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-uHNPU2dfqY .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-uHNPU2dfqY .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uHNPU2dfqY .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-uHNPU2dfqY .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-uHNPU2dfqY .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-uHNPU2dfqY .btn-container {
    display: none;
  }
}
.cid-uHQx5OWFO7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uHQx5OWFO7 .mbr-text {
  color: #FFFFFF;
}
.cid-uHNRy7Dt0S {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f5a80c;
}
.cid-uHNRy7Dt0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNRy7Dt0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNRy7Dt0S .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
  background-color: #fadd8a;
  position: relative;
}
.cid-uHNRy7Dt0S .row:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 10rem;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: #fadd8a;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uHNRy7Dt0S .row:before {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
.cid-uHNRy7Dt0S .row:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5rem;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #fadd8a;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uHNRy7Dt0S .row:after {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.cid-uHNRy7Dt0S .image-wrapper {
  position: sticky;
  top: 130px;
  padding-left: 1.4vw;
}
.cid-uHNRy7Dt0S .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 230px;
}
.cid-uHNRy7Dt0S .card-wrapper {
  padding-right: 1.4vw;
  padding-left: 132px;
}
@media (max-width: 1399px) {
  .cid-uHNRy7Dt0S .card-wrapper {
    padding-left: 9.43vw;
  }
}
@media (max-width: 991px) {
  .cid-uHNRy7Dt0S .card-wrapper {
    padding-right: 9.43vw;
    padding-left: 1.4vw;
  }
}
@media (max-width: 575px) {
  .cid-uHNRy7Dt0S .card-wrapper {
    padding-right: 8vw;
    padding-left: 1.5vw;
  }
}
.cid-uHNRy7Dt0S .card-title {
  color: #F5A80C;
  margin-bottom: 18px;
}
.cid-uHNRy7Dt0S .card-subtitle {
  color: #F5A80C;
  margin-bottom: 160px;
}
@media (max-width: 1399px) and (min-width: 768px) {
  .cid-uHNRy7Dt0S .card-subtitle {
    margin-bottom: 11.78vw;
  }
  .cid-uHNRy7Dt0S .card-subtitle.display-1 {
    font-size: 7.143vw !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-uHNRy7Dt0S .card-subtitle {
    margin-bottom: 40px;
  }
  .cid-uHNRy7Dt0S .card-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
.cid-uHNRy7Dt0S .mbr-text {
  width: 23.2vw;
  margin-left: auto;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-uHNRy7Dt0S .mbr-text {
    width: 100%;
  }
}
.cid-uHNRy7Dt0S .mbr-section-btn {
  margin-top: 20px;
}
.cid-uHNRy8K6Ii {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fadd8a;
}
.cid-uHNRy8K6Ii .line {
  background-color: #bbbbbb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHNRy8K6Ii .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uHNRy9C3NZ {
  z-index: 1000;
  width: 100%;
}
.cid-uHNRy9C3NZ nav.navbar {
  position: fixed;
}
.cid-uHNRy9C3NZ .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-uHNRy9C3NZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHNRy9C3NZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHNRy9C3NZ .dropdown-item:hover,
.cid-uHNRy9C3NZ .dropdown-item:focus {
  background: #f5a80c !important;
  color: white !important;
}
.cid-uHNRy9C3NZ .dropdown-item:hover span {
  color: white;
}
.cid-uHNRy9C3NZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHNRy9C3NZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHNRy9C3NZ .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHNRy9C3NZ .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHNRy9C3NZ .nav-link {
  position: relative;
}
.cid-uHNRy9C3NZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHNRy9C3NZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uHNRy9C3NZ .dropdown-menu,
.cid-uHNRy9C3NZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uHNRy9C3NZ .nav-item:focus,
.cid-uHNRy9C3NZ .nav-link:focus {
  outline: none;
}
.cid-uHNRy9C3NZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHNRy9C3NZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHNRy9C3NZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHNRy9C3NZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHNRy9C3NZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHNRy9C3NZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHNRy9C3NZ .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-uHNRy9C3NZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uHNRy9C3NZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHNRy9C3NZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uHNRy9C3NZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHNRy9C3NZ .navbar.collapsed {
  justify-content: center;
}
.cid-uHNRy9C3NZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHNRy9C3NZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHNRy9C3NZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uHNRy9C3NZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHNRy9C3NZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHNRy9C3NZ .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-uHNRy9C3NZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHNRy9C3NZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHNRy9C3NZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHNRy9C3NZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHNRy9C3NZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHNRy9C3NZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHNRy9C3NZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHNRy9C3NZ .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-uHNRy9C3NZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHNRy9C3NZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHNRy9C3NZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHNRy9C3NZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHNRy9C3NZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHNRy9C3NZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHNRy9C3NZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHNRy9C3NZ .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-uHNRy9C3NZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uHNRy9C3NZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHNRy9C3NZ .dropdown-item.active,
.cid-uHNRy9C3NZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uHNRy9C3NZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHNRy9C3NZ .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHNRy9C3NZ .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHNRy9C3NZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHNRy9C3NZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHNRy9C3NZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHNRy9C3NZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHNRy9C3NZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHNRy9C3NZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHNRy9C3NZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-uHNRy9C3NZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHNRy9C3NZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHNRy9C3NZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHNRy9C3NZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHNRy9C3NZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHNRy9C3NZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHNRy9C3NZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHNRy9C3NZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHNRy9C3NZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHNRy9C3NZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHNRy9C3NZ .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-uHNRy9C3NZ .navbar {
    height: 70px;
  }
  .cid-uHNRy9C3NZ .navbar.opened {
    height: auto;
  }
  .cid-uHNRy9C3NZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHNRy9C3NZ .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-uHNRy9C3NZ .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: #ffffff;
}
.cid-uHNRy9C3NZ .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHNRy9C3NZ .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-uHNRy9C3NZ .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-uHNRy9C3NZ .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-uHNRy9C3NZ .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uHNRy9C3NZ .navbar {
    padding: 5px 0 !important;
  }
  .cid-uHNRy9C3NZ .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-uHNRy9C3NZ .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;
  }
  .cid-uHNRy9C3NZ .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-uHNRy9C3NZ .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-uHNRy9C3NZ .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-uHNRy9C3NZ .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-uHNRy9C3NZ .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uHNRy9C3NZ .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-uHNRy9C3NZ .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-uHNRy9C3NZ .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-uHNRy9C3NZ .btn-container {
    display: none;
  }
}
.cid-uHQx5OWFO7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uHQx5OWFO7 .mbr-text {
  color: #FFFFFF;
}
.cid-uHQmXR3NzU {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f5a80c;
}
.cid-uHQmXR3NzU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHQmXR3NzU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHQmXR3NzU .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
  background-color: #fadd8a;
  position: relative;
}
.cid-uHQmXR3NzU .row:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 10rem;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: #fadd8a;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uHQmXR3NzU .row:before {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
.cid-uHQmXR3NzU .row:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5rem;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #fadd8a;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uHQmXR3NzU .row:after {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.cid-uHQmXR3NzU .image-wrapper {
  position: sticky;
  top: 130px;
  padding-left: 1.4vw;
}
.cid-uHQmXR3NzU .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 230px;
}
.cid-uHQmXR3NzU .card-wrapper {
  padding-right: 1.4vw;
  padding-left: 132px;
}
@media (max-width: 1399px) {
  .cid-uHQmXR3NzU .card-wrapper {
    padding-left: 9.43vw;
  }
}
@media (max-width: 991px) {
  .cid-uHQmXR3NzU .card-wrapper {
    padding-right: 9.43vw;
    padding-left: 1.4vw;
  }
}
@media (max-width: 575px) {
  .cid-uHQmXR3NzU .card-wrapper {
    padding-right: 8vw;
    padding-left: 1.5vw;
  }
}
.cid-uHQmXR3NzU .card-title {
  color: #F5A80C;
  margin-bottom: 18px;
}
.cid-uHQmXR3NzU .card-subtitle {
  color: #F5A80C;
  margin-bottom: 160px;
}
@media (max-width: 1399px) and (min-width: 768px) {
  .cid-uHQmXR3NzU .card-subtitle {
    margin-bottom: 11.78vw;
  }
  .cid-uHQmXR3NzU .card-subtitle.display-1 {
    font-size: 7.143vw !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-uHQmXR3NzU .card-subtitle {
    margin-bottom: 40px;
  }
  .cid-uHQmXR3NzU .card-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
.cid-uHQmXR3NzU .mbr-text {
  width: 23.2vw;
  margin-left: auto;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-uHQmXR3NzU .mbr-text {
    width: 100%;
  }
}
.cid-uHQmXR3NzU .mbr-section-btn {
  margin-top: 20px;
}
.cid-uHQmXS80bO {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fadd8a;
}
.cid-uHQmXS80bO .line {
  background-color: #bbbbbb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHQmXS80bO .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uHQmXSMc2N {
  z-index: 1000;
  width: 100%;
}
.cid-uHQmXSMc2N nav.navbar {
  position: fixed;
}
.cid-uHQmXSMc2N .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-uHQmXSMc2N .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHQmXSMc2N .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHQmXSMc2N .dropdown-item:hover,
.cid-uHQmXSMc2N .dropdown-item:focus {
  background: #f5a80c !important;
  color: white !important;
}
.cid-uHQmXSMc2N .dropdown-item:hover span {
  color: white;
}
.cid-uHQmXSMc2N .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHQmXSMc2N .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHQmXSMc2N .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHQmXSMc2N .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHQmXSMc2N .nav-link {
  position: relative;
}
.cid-uHQmXSMc2N .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uHQmXSMc2N .container {
    flex-wrap: nowrap;
  }
}
.cid-uHQmXSMc2N .dropdown-menu,
.cid-uHQmXSMc2N .navbar.opened {
  background: #ffffff !important;
}
.cid-uHQmXSMc2N .nav-item:focus,
.cid-uHQmXSMc2N .nav-link:focus {
  outline: none;
}
.cid-uHQmXSMc2N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHQmXSMc2N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHQmXSMc2N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHQmXSMc2N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHQmXSMc2N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHQmXSMc2N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHQmXSMc2N .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-uHQmXSMc2N .navbar.opened {
  transition: all 0.3s;
}
.cid-uHQmXSMc2N .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHQmXSMc2N .navbar .navbar-logo img {
  width: auto;
}
.cid-uHQmXSMc2N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHQmXSMc2N .navbar.collapsed {
  justify-content: center;
}
.cid-uHQmXSMc2N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHQmXSMc2N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHQmXSMc2N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uHQmXSMc2N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHQmXSMc2N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHQmXSMc2N .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-uHQmXSMc2N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHQmXSMc2N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHQmXSMc2N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHQmXSMc2N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHQmXSMc2N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHQmXSMc2N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHQmXSMc2N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHQmXSMc2N .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-uHQmXSMc2N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHQmXSMc2N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHQmXSMc2N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHQmXSMc2N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHQmXSMc2N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHQmXSMc2N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHQmXSMc2N .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHQmXSMc2N .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-uHQmXSMc2N .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uHQmXSMc2N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHQmXSMc2N .dropdown-item.active,
.cid-uHQmXSMc2N .dropdown-item:active {
  background-color: transparent;
}
.cid-uHQmXSMc2N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHQmXSMc2N .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHQmXSMc2N .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHQmXSMc2N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHQmXSMc2N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHQmXSMc2N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHQmXSMc2N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHQmXSMc2N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHQmXSMc2N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHQmXSMc2N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-uHQmXSMc2N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHQmXSMc2N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHQmXSMc2N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHQmXSMc2N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHQmXSMc2N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHQmXSMc2N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHQmXSMc2N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHQmXSMc2N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHQmXSMc2N .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHQmXSMc2N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHQmXSMc2N .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-uHQmXSMc2N .navbar {
    height: 70px;
  }
  .cid-uHQmXSMc2N .navbar.opened {
    height: auto;
  }
  .cid-uHQmXSMc2N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHQmXSMc2N .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-uHQmXSMc2N .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: #ffffff;
}
.cid-uHQmXSMc2N .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHQmXSMc2N .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-uHQmXSMc2N .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-uHQmXSMc2N .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-uHQmXSMc2N .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uHQmXSMc2N .navbar {
    padding: 5px 0 !important;
  }
  .cid-uHQmXSMc2N .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-uHQmXSMc2N .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;
  }
  .cid-uHQmXSMc2N .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-uHQmXSMc2N .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-uHQmXSMc2N .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-uHQmXSMc2N .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-uHQmXSMc2N .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uHQmXSMc2N .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-uHQmXSMc2N .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-uHQmXSMc2N .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-uHQmXSMc2N .btn-container {
    display: none;
  }
}
.cid-uHQx5OWFO7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uHQx5OWFO7 .mbr-text {
  color: #FFFFFF;
}
