.btn {
  border-width: 2px;
}
body {
  font-family: Atkinson Hyperlegible;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Merriweather', serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 2.1rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'Merriweather', serif;
  font-size: 1.13rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4125rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 26rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 26rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.904rem;
    font-size: calc( 1.0454999999999999rem + (1.13 - 1.0454999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0454999999999999rem + (1.13 - 1.0454999999999999) * ((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: #b9faf8 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #2655a6 !important;
}
.bg-warning {
  background-color: #413e65 !important;
}
.bg-danger {
  background-color: #ce4909 !important;
}
.btn-primary,
.btn-primary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #9dedec 0, #79f3e5 100%) !important;
  border: 1px solid #b9faf8 !important;
  color: #0ca8a3 !important;
  box-shadow: 0 6px 30px rgba(175, 240, 238, 0.35);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #9dedec 0, #79f3e5 100%) !important;
  box-shadow: 0 6px 40px #aff0ee;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #0ca8a3 !important;
  background-color: #68f4f0 !important;
  border-color: #b9faf8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db9a1c 0, #d07808 100%) !important;
  border: 1px solid #faae26 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(227, 160, 41, 0.35);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db9a1c 0, #d07808 100%) !important;
  box-shadow: 0 6px 40px #e3a029;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c58005 !important;
  border-color: #faae26 !important;
}
.btn-info,
.btn-info:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #2d4776 0, #1b3e6a 100%) !important;
  border: 1px solid #2655a6 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(52, 81, 132, 0.35);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #2d4776 0, #1b3e6a 100%) !important;
  box-shadow: 0 6px 40px #345184;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #16315f !important;
  border-color: #2655a6 !important;
}
.btn-success,
.btn-success:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ebebeb 0, #dbdbdb 100%) !important;
  border: 1px solid #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 6px 30px rgba(245, 245, 245, 0.35);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ebebeb 0, #dbdbdb 100%) !important;
  box-shadow: 0 6px 40px #f5f5f5;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #3a3941 0, #242437 100%) !important;
  border: 1px solid #413e65 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(68, 68, 75, 0.35);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #3a3941 0, #242437 100%) !important;
  box-shadow: 0 6px 40px #44444b;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1e1d2f !important;
  border-color: #413e65 !important;
}
.btn-danger,
.btn-danger:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #974317 0, #872708 100%) !important;
  border: 1px solid #ce4909 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(168, 73, 27, 0.35);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #974317 0, #872708 100%) !important;
  box-shadow: 0 6px 40px #a8491b;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7b2c05 !important;
  border-color: #ce4909 !important;
}
.btn-white,
.btn-white:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  border: 1px solid #e3ebf3 !important;
  color: #416b96 !important;
  box-shadow: 0 6px 30px rgba(218, 225, 231, 0.35);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  box-shadow: 0 6px 40px #dae1e7;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #416b96 !important;
  background-color: #a6c0d9 !important;
  border-color: #e3ebf3 !important;
}
.btn-black,
.btn-black:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  border: 1px solid #1a1e21 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(19, 19, 19, 0.35);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  box-shadow: 0 6px 40px #131313;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #1a1e21 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #b9faf8;
  color: #b9faf8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #68f4f0 !important;
  background-color: transparent!important;
  border-color: #68f4f0 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #0ca8a3 !important;
  background-color: #b9faf8 !important;
  border-color: #b9faf8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #faae26;
  color: #faae26;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c58005 !important;
  background-color: transparent!important;
  border-color: #c58005 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #faae26 !important;
  border-color: #faae26 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #2655a6;
  color: #2655a6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #16315f !important;
  background-color: transparent!important;
  border-color: #16315f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2655a6 !important;
  border-color: #2655a6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #413e65;
  color: #413e65;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1e1d2f !important;
  background-color: transparent!important;
  border-color: #1e1d2f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #413e65 !important;
  border-color: #413e65 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #ce4909;
  color: #ce4909;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7b2c05 !important;
  background-color: transparent!important;
  border-color: #7b2c05 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ce4909 !important;
  border-color: #ce4909 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #1a1e21;
  color: #1a1e21;
}
.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: #1a1e21 !important;
  border-color: #1a1e21 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #e3ebf3;
  color: #e3ebf3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #a6c0d9 !important;
  background-color: transparent!important;
  border-color: #a6c0d9 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #416b96 !important;
  background-color: #e3ebf3 !important;
  border-color: #e3ebf3 !important;
}
.text-primary {
  color: #b9faf8 !important;
}
.text-secondary {
  color: #faae26 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #2655a6 !important;
}
.text-warning {
  color: #413e65 !important;
}
.text-danger {
  color: #ce4909 !important;
}
.text-white {
  color: #e3ebf3 !important;
}
.text-black {
  color: #1a1e21 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5af3ee !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b67604 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #132a53 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #181726 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6c2605 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #9cb8d4 !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: #b9faf8;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1e21;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2655a6;
}
.alert-warning {
  background-color: #413e65;
}
.alert-danger {
  background-color: #ce4909;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b9faf8;
  border-color: #b9faf8;
  color: #0ec0ba;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b9faf8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6e97de;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #7b77ac;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbc3a8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Merriweather', serif;
  font-size: 1.3rem;
  line-height: 1.5;
  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: #b9faf8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Merriweather', serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #b9faf8;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b9faf8;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b9faf8;
}
.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: #b9faf8;
  border-bottom-color: #b9faf8;
}
.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: #b9faf8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #faae26 !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='%23b9faf8' %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: .3s all;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1670px;
  padding-left: 16px;
  padding-right: 16px;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .container-fluid,
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.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;
}
.border-item {
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .border-item {
    padding: 20px !important;
    border-radius: 40px;
  }
}
@media (max-width: 991px) {
  .border-item {
    border-radius: 12px;
  }
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 20px 25px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
.mbr-section-btn .btn-black {
  background: #1a1e21 !important;
  border: 2px solid #1a1e21 !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-black:hover {
  background: transparent !important;
  border-color: #e3ebf3 !important;
}
.mbr-section-btn .btn-white-outline:hover {
  background: #b9faf8 !important;
  border-color: #b9faf8 !important;
  color: #e3ebf3 !important;
}
.cid-uhwOBZTUNq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhwOBZTUNq .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;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhwOBZTUNq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uhwOBZTUNq .navbar {
    padding: 0 128px !important;
  }
}
.cid-uhwOBZTUNq .navbar.opened {
  transition: all 0.3s;
}
.cid-uhwOBZTUNq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhwOBZTUNq .navbar .navbar-logo img {
  width: auto;
}
.cid-uhwOBZTUNq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uhwOBZTUNq .navbar.collapsed {
  justify-content: center;
}
.cid-uhwOBZTUNq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhwOBZTUNq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhwOBZTUNq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uhwOBZTUNq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhwOBZTUNq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhwOBZTUNq .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-uhwOBZTUNq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhwOBZTUNq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhwOBZTUNq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .navbar {
    min-height: 72px;
  }
  .cid-uhwOBZTUNq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhwOBZTUNq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhwOBZTUNq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhwOBZTUNq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhwOBZTUNq .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-uhwOBZTUNq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhwOBZTUNq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhwOBZTUNq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhwOBZTUNq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhwOBZTUNq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhwOBZTUNq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhwOBZTUNq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uhwOBZTUNq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhwOBZTUNq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhwOBZTUNq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhwOBZTUNq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhwOBZTUNq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhwOBZTUNq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhwOBZTUNq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhwOBZTUNq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhwOBZTUNq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhwOBZTUNq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhwOBZTUNq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhwOBZTUNq .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhwOBZTUNq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhwOBZTUNq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhwOBZTUNq .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uhwOBZTUNq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhwOBZTUNq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhwOBZTUNq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uhwOBZTUNq .nav-item:focus,
.cid-uhwOBZTUNq .nav-link:focus {
  outline: none;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhwOBZTUNq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhwOBZTUNq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhwOBZTUNq .dropdown-item.active,
.cid-uhwOBZTUNq .dropdown-item:active {
  background-color: transparent;
}
.cid-uhwOBZTUNq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhwOBZTUNq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhwOBZTUNq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhwOBZTUNq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhwOBZTUNq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhwOBZTUNq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhwOBZTUNq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhwOBZTUNq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhwOBZTUNq .navbar-buttons {
    text-align: left;
  }
}
.cid-uhwOBZTUNq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhwOBZTUNq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhwOBZTUNq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhwOBZTUNq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhwOBZTUNq .navbar {
    height: 70px;
  }
  .cid-uhwOBZTUNq .navbar.opened {
    height: auto;
  }
  .cid-uhwOBZTUNq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhwOBZTUNq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhwOBZTUNq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhwOBZTUNq .navbar-brand {
    margin-right: auto;
  }
  .cid-uhwOBZTUNq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uhwOBZTUNq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhwOBZTUNq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhwOBZTUNq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhy559ezI4 {
  background-color: #faae26;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uhy559ezI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhy559ezI4 .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-uhy559ezI4 {
    padding-bottom: 0 !important;
  }
}
.cid-uhy559ezI4 .container {
  position: static;
}
@media (max-width: 991px) {
  .cid-uhy559ezI4 .container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uhy559ezI4 .row {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
.cid-uhy559ezI4 .text-wrapper {
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .cid-uhy559ezI4 .text-wrapper {
    max-width: 560px;
    width: 100%;
    margin-bottom: 10rem;
    margin-right: auto;
  }
}
.cid-uhy559ezI4 .mbr-section-title {
  color: #181817;
  margin-bottom: 1.5rem;
}
.cid-uhy559ezI4 .mbr-text {
  color: #181817;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-uhy559ezI4 .mbr-section-btn {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-uhy559ezI4 .col-img {
    margin-top: auto;
  }
}
@media (max-width: 575px) {
  .cid-uhy559ezI4 .col-img {
    padding: 0 !important;
  }
}
.cid-uhy559ezI4 .image-wrapper {
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 55%;
  height: 100%;
}
.cid-uhy559ezI4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uhy559ezI4 .image-wrapper {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: -2rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhy559ezI4 .image-wrapper {
    margin-right: -1.5rem;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .cid-uhy559ezI4 .image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-uhy559ezI4 .img-bg {
  position: absolute;
  right: -15%;
  bottom: -35%;
  width: 65vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #b9faf8;
  z-index: 2;
}
@media (max-width: 991px) {
  .cid-uhy559ezI4 .img-bg {
    width: 1000px;
    right: -400px;
  }
}
@media (max-width: 767px) {
  .cid-uhy559ezI4 .img-bg {
    width: 800px;
    right: -300px;
  }
}
@media (max-width: 575px) {
  .cid-uhy559ezI4 .img-bg {
    width: 170vw;
    right: -75vw;
  }
}
.cid-uhy6e4ms04 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b9faf8;
}
.cid-uhy6e4ms04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhy6e4ms04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhy6e4ms04 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uhy6e4ms04 .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uhy6e4ms04 .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uhy6e4ms04 .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uhwPBEYoBB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faae26;
}
.cid-uhwPBEYoBB .card_post {
  display: flex;
  background: #b9faf8;
  padding: 40px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uhwPBEYoBB .card_post {
    padding: 20px;
  }
}
.cid-uhwPBEYoBB .image_post {
  display: inline-block;
}
.cid-uhwPBEYoBB .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uhwPBEYoBB .content_wrapper {
  display: inline-block;
  margin-left: 15px;
}
.cid-uhwPBEYoBB .social_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cid-uhwPBEYoBB .icons-wrapper {
  margin-right: 10px;
  margin-bottom: 10px;
}
.cid-uhwPBEYoBB .icons-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #e9e9e6;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uhwPBEYoBB .icons-wrapper .mbr-iconfont:hover {
  background: #faae26;
  color: #000000;
  border-color: #faae26;
}
.cid-uhwPBEYoBB .author_post {
  color: #232323;
}
.cid-uhwPBEYoBB .mbr-section-subtitle {
  color: #0a0a0a;
}
.cid-uhyfkqJ5kS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b9faf8;
}
.cid-uhyfkqJ5kS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyfkqJ5kS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyfkqJ5kS .row {
  justify-content: flex-start;
}
.cid-uhyfkqJ5kS .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #faae26;
}
.cid-uhyfkqJ5kS .content-padding {
  display: flex;
  max-width: 1140px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 80px 100px 0 100px;
}
@media (max-width: 991px) {
  .cid-uhyfkqJ5kS .content-padding {
    padding: 80px 75px 0 75px;
  }
}
@media (max-width: 767px) {
  .cid-uhyfkqJ5kS .content-padding {
    padding: 60px 20px 0 20px;
  }
}
.cid-uhyfkqJ5kS .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-uhyfkqJ5kS .content-wrap {
    margin-bottom: 60px;
  }
}
.cid-uhyfkqJ5kS .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uhyfkqJ5kS .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uhyfkqJ5kS .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uhyfkqJ5kS .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.cid-uhyfkqJ5kS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ty260Jh9JQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faae26;
}
.cid-ty260Jh9JQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty260Jh9JQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty260Jh9JQ .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-ty260Jh9JQ .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ty260Jh9JQ .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-ty260Jh9JQ .mbr-section-title {
  color: #e3ebf3;
  text-align: center;
}
.cid-ty260Jh9JQ .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-ty260Jh9JQ .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-ty260Jh9JQ .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ty260Jh9JQ .cards-wrap {
    gap: 12px;
  }
}
.cid-ty260Jh9JQ .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #b9faf8;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-ty260Jh9JQ .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-ty260Jh9JQ .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-ty260Jh9JQ .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-ty260Jh9JQ .card {
    width: 100%;
  }
}
.cid-ty260Jh9JQ .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-ty260Jh9JQ .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ty260Jh9JQ .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-ty260Jh9JQ .img-wrapper img {
    height: 80px;
  }
}
.cid-ty260Jh9JQ .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-ty260Jh9JQ .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-ty260Jh9JQ .card-title {
  color: #1a1e21;
}
.cid-uhyfKjEsuh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b9faf8;
}
.cid-uhyfKjEsuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyfKjEsuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyfKjEsuh .row {
  justify-content: flex-start;
}
.cid-uhyfKjEsuh .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyfKjEsuh .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uhyfKjEsuh .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyfKjEsuh .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-uhyfKjEsuh .title-container {
    padding: 12px;
  }
}
.cid-uhyfKjEsuh .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uhyfKjEsuh .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-uhyfKjEsuh .content-container {
    padding: 24px 12px;
  }
}
.cid-uhyfKjEsuh .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uhyfKjEsuh .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uhyfKjEsuh .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uhyfKjEsuh .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-uhr7cZ4Wr5 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #faae26;
}
.cid-uhr7cZ4Wr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhr7cZ4Wr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhr7cZ4Wr5 .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #b9faf8;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uhr7cZ4Wr5 .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uhr7cZ4Wr5 .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uhr7cZ4Wr5 .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uhr7cZ4Wr5 .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uhr7cZ4Wr5 .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uhr7cZ4Wr5 .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uhr7cZ4Wr5 .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uhr7cZ4Wr5 .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uhr7cZ4Wr5 .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uhr7cZ4Wr5 .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uhr7cZ4Wr5 .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uhr7cZ4Wr5 .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uhr7cZ4Wr5 .card-title {
  color: #000000;
  text-align: center;
}
.cid-uhr7cZ4Wr5 .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uhr7cZ4Wr5 .mbr-text {
    margin-top: 12px;
  }
}
.cid-uhr7cZ4Wr5 .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uhr7cZ4Wr5 .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uhr7cZ4Wr5 .mbr-text,
.cid-uhr7cZ4Wr5 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uhyfJ5VrOi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b9faf8;
}
.cid-uhyfJ5VrOi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyfJ5VrOi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyfJ5VrOi .row {
  justify-content: flex-start;
}
.cid-uhyfJ5VrOi .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyfJ5VrOi .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uhyfJ5VrOi .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyfJ5VrOi .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-uhyfJ5VrOi .title-container {
    padding: 12px;
  }
}
.cid-uhyfJ5VrOi .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uhyfJ5VrOi .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-uhyfJ5VrOi .content-container {
    padding: 24px 12px;
  }
}
.cid-uhyfJ5VrOi .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uhyfJ5VrOi .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uhyfJ5VrOi .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uhyfJ5VrOi .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-uhr7JxgpOT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #faae26;
}
.cid-uhr7JxgpOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhr7JxgpOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhr7JxgpOT .first {
  border-top: 2px solid #b9faf8;
}
.cid-uhr7JxgpOT .panel-body {
  padding: 2rem 6rem;
}
@media (max-width: 767px) {
  .cid-uhr7JxgpOT .panel-body {
    padding: 2rem 0rem;
  }
}
.cid-uhr7JxgpOT .card-header {
  border-bottom: 2px solid #b9faf8;
  border-radius: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
.cid-uhr7JxgpOT .card-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #b9faf8;
  transition: all 0.3s;
}
.cid-uhr7JxgpOT .card-header a,
.cid-uhr7JxgpOT .card-header h6,
.cid-uhr7JxgpOT .card-header span {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-uhr7JxgpOT .card-header:hover a,
.cid-uhr7JxgpOT .card-header:hover h6,
.cid-uhr7JxgpOT .card-header:hover span {
  color: #000000 !important;
}
.cid-uhr7JxgpOT .card-header:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhr7JxgpOT .card-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uhr7JxgpOT .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #b9faf8;
  margin-left: 1rem;
  z-index: 1;
}
.cid-uhr7JxgpOT .panel-group {
  border: none;
}
.cid-uhr7JxgpOT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhr7JxgpOT .panel-title-edit {
  color: #ffffff;
}
.cid-uhr7JxgpOT .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhr7JxgpOT H3 {
  color: #ffffff;
}
.cid-uhr7JxgpOT .panel-text {
  color: #17003b;
}
.cid-uhyfPeaGjF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b9faf8;
}
.cid-uhyfPeaGjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyfPeaGjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyfPeaGjF .row {
  justify-content: flex-start;
}
.cid-uhyfPeaGjF .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyfPeaGjF .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uhyfPeaGjF .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyfPeaGjF .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-uhyfPeaGjF .title-container {
    padding: 12px;
  }
}
.cid-uhyfPeaGjF .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uhyfPeaGjF .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-uhyfPeaGjF .content-container {
    padding: 24px 12px;
  }
}
.cid-uhyfPeaGjF .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uhyfPeaGjF .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uhyfPeaGjF .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uhyfPeaGjF .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-uhwMfgf7nN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faae26;
}
.cid-uhwMfgf7nN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwMfgf7nN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhwMfgf7nN .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #b9faf8;
  margin-bottom: 2rem;
}
.cid-uhwMfgf7nN .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #b9faf8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uhwMfgf7nN .card-wrapper {
    padding: 1rem;
  }
}
.cid-uhwMfgf7nN .card-title,
.cid-uhwMfgf7nN .card-wrapper {
  color: #19303d;
  text-align: center;
}
.cid-uhwMfgf7nN .card-text {
  text-align: center;
}
.cid-uhyfTb3cEr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #faae26;
}
.cid-uhyfTb3cEr .text-wrapper {
  padding: 2rem 0;
  padding-right: 20%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-left: 20%;
}
.cid-uhyfTb3cEr .text-wrapper:hover .mbr-section-title a {
  color: #faae26 !important;
}
.cid-uhyfTb3cEr .image-wrapper,
.cid-uhyfTb3cEr img {
  width: 100%;
  object-fit: cover;
}
.cid-uhyfTb3cEr .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #000000;
}
.cid-uhyfTb3cEr .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uhyfTb3cEr .mbr-section-btn .btn-secondary-outline:hover,
.cid-uhyfTb3cEr .mbr-section-btn .btn-secondary-outline .active,
.cid-uhyfTb3cEr .mbr-section-btn .btn-secondary-outline:focus {
  color: #b9faf8 !important;
}
@media (max-width: 991px) {
  .cid-uhyfTb3cEr {
    flex-direction: column;
  }
  .cid-uhyfTb3cEr .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhyfTb3cEr .text-wrapper {
    padding: 30px 1rem;
  }
}
.cid-uhyfTb3cEr .mbr-section-title {
  color: #000000;
}
.cid-uhwNx4IkZJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b9faf8;
}
.cid-uhwNx4IkZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwNx4IkZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhwNx4IkZJ .container {
    padding: 0 20px;
  }
}
.cid-uhwNx4IkZJ .row {
  margin: 0;
}
.cid-uhwNx4IkZJ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhwNx4IkZJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhwNx4IkZJ .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uhwNx4IkZJ .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uhwNx4IkZJ .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uhwNx4IkZJ .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uhwNx4IkZJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhyfOvhhhT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #faae26;
}
.cid-uhyfOvhhhT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyfOvhhhT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyfOvhhhT .row {
  justify-content: flex-start;
}
.cid-uhyfOvhhhT .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyfOvhhhT .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uhyfOvhhhT .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyfOvhhhT .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-uhyfOvhhhT .title-container {
    padding: 12px;
  }
}
.cid-uhyfOvhhhT .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uhyfOvhhhT .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-uhyfOvhhhT .content-container {
    padding: 24px 12px;
  }
}
.cid-uhyfOvhhhT .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uhyfOvhhhT .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uhyfOvhhhT .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uhyfOvhhhT .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-uhsaepmSDj .google-map {
  height: 30rem;
  position: relative;
}
.cid-uhsaepmSDj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhsaepmSDj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhsaepmSDj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhsaepmSDj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhr03H6l4v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faae26;
  overflow: hidden;
}
.cid-uhr03H6l4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhr03H6l4v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhr03H6l4v .container {
    padding: 0 30px;
  }
}
.cid-uhr03H6l4v .row {
  justify-content: center;
}
.cid-uhr03H6l4v .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhr03H6l4v .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhr03H6l4v .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhr03H6l4v .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhr03H6l4v .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uhr03H6l4v .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhr03H6l4v .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhr03H6l4v .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhr03H6l4v .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhr03H6l4v .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uhr03H6l4v .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhr03H6l4v .nav-wrapper .list .item-wrap:hover,
.cid-uhr03H6l4v .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhr03H6l4v .nav-wrapper .list .item-wrap:hover::before,
.cid-uhr03H6l4v .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uhr03H6l4v .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhr03H6l4v .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhr03H6l4v .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhr03H6l4v .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhr03H6l4v .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhr03H6l4v .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhr03H6l4v .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uhr03H6l4v .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhr03H6l4v .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhr03H6l4v .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uhr03H6l4v .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uhr03H6l4v .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uhr03H6l4v .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhr03H6l4v .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uhr03H6l4v .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhr03H6l4v .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhr03H6l4v .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhr03H6l4v .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhr03H6l4v .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uhr03H6l4v .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uhr03H6l4v .mbr-section-title {
  color: #bee0d6;
}
.cid-uhr03H6l4v .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhr03H6l4v .list {
  color: #bee0d6;
}
.cid-uhr03H6l4v .mbr-address {
  color: #bee0d6;
}
.cid-uhr03H6l4v .mbr-copy {
  color: #ffffff;
}
.cid-uhr03H6l4v .list,
.cid-uhr03H6l4v .item-wrap,
.cid-uhr03H6l4v .nav-wrapper {
  color: #ffffff;
}
.cid-uhyl9iTEym {
  background-color: #faae26;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uhyl9iTEym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyl9iTEym .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-uhyl9iTEym {
    padding-bottom: 0 !important;
  }
}
.cid-uhyl9iTEym .container {
  position: static;
}
@media (max-width: 991px) {
  .cid-uhyl9iTEym .container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uhyl9iTEym .row {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
.cid-uhyl9iTEym .text-wrapper {
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .cid-uhyl9iTEym .text-wrapper {
    max-width: 560px;
    width: 100%;
    margin-bottom: 10rem;
    margin-right: auto;
  }
}
.cid-uhyl9iTEym .mbr-section-title {
  color: #181817;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhyl9iTEym .mbr-text {
  color: #181817;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-uhyl9iTEym .mbr-section-btn {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-uhyl9iTEym .col-img {
    margin-top: auto;
  }
}
@media (max-width: 575px) {
  .cid-uhyl9iTEym .col-img {
    padding: 0 !important;
  }
}
.cid-uhyl9iTEym .image-wrapper {
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 55%;
  height: 100%;
}
.cid-uhyl9iTEym .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uhyl9iTEym .image-wrapper {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: -2rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhyl9iTEym .image-wrapper {
    margin-right: -1.5rem;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .cid-uhyl9iTEym .image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-uhyl9iTEym .img-bg {
  position: absolute;
  right: -15%;
  bottom: -35%;
  width: 65vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #b9faf8;
  z-index: 2;
}
@media (max-width: 991px) {
  .cid-uhyl9iTEym .img-bg {
    width: 1000px;
    right: -400px;
  }
}
@media (max-width: 767px) {
  .cid-uhyl9iTEym .img-bg {
    width: 800px;
    right: -300px;
  }
}
@media (max-width: 575px) {
  .cid-uhyl9iTEym .img-bg {
    width: 170vw;
    right: -75vw;
  }
}
.cid-uhshHHe029 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhshHHe029 .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uhshHHe029 .row {
    text-align: center;
  }
}
.cid-uhshHHe029 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uhshHHe029 .mbr-text {
  color: #000000;
}
.cid-uhshHIKu7C .google-map {
  height: 30rem;
  position: relative;
}
.cid-uhshHIKu7C .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhshHIKu7C .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhshHIKu7C .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhshHIKu7C .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhshHJvIbB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faae26;
  overflow: hidden;
}
.cid-uhshHJvIbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhshHJvIbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhshHJvIbB .container {
    padding: 0 30px;
  }
}
.cid-uhshHJvIbB .row {
  justify-content: center;
}
.cid-uhshHJvIbB .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhshHJvIbB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhshHJvIbB .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhshHJvIbB .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhshHJvIbB .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uhshHJvIbB .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhshHJvIbB .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhshHJvIbB .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhshHJvIbB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhshHJvIbB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uhshHJvIbB .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhshHJvIbB .nav-wrapper .list .item-wrap:hover,
.cid-uhshHJvIbB .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhshHJvIbB .nav-wrapper .list .item-wrap:hover::before,
.cid-uhshHJvIbB .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uhshHJvIbB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhshHJvIbB .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhshHJvIbB .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhshHJvIbB .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhshHJvIbB .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhshHJvIbB .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhshHJvIbB .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uhshHJvIbB .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhshHJvIbB .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhshHJvIbB .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uhshHJvIbB .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uhshHJvIbB .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uhshHJvIbB .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhshHJvIbB .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uhshHJvIbB .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhshHJvIbB .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhshHJvIbB .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhshHJvIbB .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhshHJvIbB .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uhshHJvIbB .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uhshHJvIbB .mbr-section-title {
  color: #bee0d6;
}
.cid-uhshHJvIbB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhshHJvIbB .list {
  color: #bee0d6;
}
.cid-uhshHJvIbB .mbr-address {
  color: #bee0d6;
}
.cid-uhshHJvIbB .mbr-copy {
  color: #ffffff;
}
.cid-uhshHJvIbB .list,
.cid-uhshHJvIbB .item-wrap,
.cid-uhshHJvIbB .nav-wrapper {
  color: #ffffff;
}
.cid-uhwOBZTUNq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhwOBZTUNq .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;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhwOBZTUNq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uhwOBZTUNq .navbar {
    padding: 0 128px !important;
  }
}
.cid-uhwOBZTUNq .navbar.opened {
  transition: all 0.3s;
}
.cid-uhwOBZTUNq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhwOBZTUNq .navbar .navbar-logo img {
  width: auto;
}
.cid-uhwOBZTUNq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uhwOBZTUNq .navbar.collapsed {
  justify-content: center;
}
.cid-uhwOBZTUNq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhwOBZTUNq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhwOBZTUNq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uhwOBZTUNq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhwOBZTUNq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhwOBZTUNq .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-uhwOBZTUNq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhwOBZTUNq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhwOBZTUNq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .navbar {
    min-height: 72px;
  }
  .cid-uhwOBZTUNq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhwOBZTUNq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhwOBZTUNq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhwOBZTUNq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhwOBZTUNq .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-uhwOBZTUNq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhwOBZTUNq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhwOBZTUNq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhwOBZTUNq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhwOBZTUNq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhwOBZTUNq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhwOBZTUNq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uhwOBZTUNq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhwOBZTUNq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhwOBZTUNq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhwOBZTUNq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhwOBZTUNq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhwOBZTUNq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhwOBZTUNq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhwOBZTUNq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhwOBZTUNq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhwOBZTUNq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhwOBZTUNq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhwOBZTUNq .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhwOBZTUNq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhwOBZTUNq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhwOBZTUNq .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uhwOBZTUNq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhwOBZTUNq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhwOBZTUNq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uhwOBZTUNq .nav-item:focus,
.cid-uhwOBZTUNq .nav-link:focus {
  outline: none;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhwOBZTUNq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhwOBZTUNq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhwOBZTUNq .dropdown-item.active,
.cid-uhwOBZTUNq .dropdown-item:active {
  background-color: transparent;
}
.cid-uhwOBZTUNq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhwOBZTUNq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhwOBZTUNq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhwOBZTUNq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhwOBZTUNq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhwOBZTUNq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhwOBZTUNq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhwOBZTUNq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhwOBZTUNq .navbar-buttons {
    text-align: left;
  }
}
.cid-uhwOBZTUNq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhwOBZTUNq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhwOBZTUNq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhwOBZTUNq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhwOBZTUNq .navbar {
    height: 70px;
  }
  .cid-uhwOBZTUNq .navbar.opened {
    height: auto;
  }
  .cid-uhwOBZTUNq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhwOBZTUNq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhwOBZTUNq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhwOBZTUNq .navbar-brand {
    margin-right: auto;
  }
  .cid-uhwOBZTUNq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uhwOBZTUNq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhwOBZTUNq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhwOBZTUNq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhyl3kkS5X {
  background-color: #faae26;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uhyl3kkS5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyl3kkS5X .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-uhyl3kkS5X {
    padding-bottom: 0 !important;
  }
}
.cid-uhyl3kkS5X .container {
  position: static;
}
@media (max-width: 991px) {
  .cid-uhyl3kkS5X .container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uhyl3kkS5X .row {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
.cid-uhyl3kkS5X .text-wrapper {
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .cid-uhyl3kkS5X .text-wrapper {
    max-width: 560px;
    width: 100%;
    margin-bottom: 10rem;
    margin-right: auto;
  }
}
.cid-uhyl3kkS5X .mbr-section-title {
  color: #181817;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhyl3kkS5X .mbr-text {
  color: #181817;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-uhyl3kkS5X .mbr-section-btn {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-uhyl3kkS5X .col-img {
    margin-top: auto;
  }
}
@media (max-width: 575px) {
  .cid-uhyl3kkS5X .col-img {
    padding: 0 !important;
  }
}
.cid-uhyl3kkS5X .image-wrapper {
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 55%;
  height: 100%;
}
.cid-uhyl3kkS5X .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uhyl3kkS5X .image-wrapper {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: -2rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhyl3kkS5X .image-wrapper {
    margin-right: -1.5rem;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .cid-uhyl3kkS5X .image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-uhyl3kkS5X .img-bg {
  position: absolute;
  right: -15%;
  bottom: -35%;
  width: 65vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #b9faf8;
  z-index: 2;
}
@media (max-width: 991px) {
  .cid-uhyl3kkS5X .img-bg {
    width: 1000px;
    right: -400px;
  }
}
@media (max-width: 767px) {
  .cid-uhyl3kkS5X .img-bg {
    width: 800px;
    right: -300px;
  }
}
@media (max-width: 575px) {
  .cid-uhyl3kkS5X .img-bg {
    width: 170vw;
    right: -75vw;
  }
}
.cid-uhsh7hM0f7 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhsh7hM0f7 .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uhsh7hM0f7 .row {
    text-align: center;
  }
}
.cid-uhsh7hM0f7 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uhsh7hM0f7 .mbr-text {
  color: #000000;
}
.cid-uhsh7u5Fhx .google-map {
  height: 30rem;
  position: relative;
}
.cid-uhsh7u5Fhx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhsh7u5Fhx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhsh7u5Fhx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhsh7u5Fhx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhsh7v5cpn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
  overflow: hidden;
}
.cid-uhsh7v5cpn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhsh7v5cpn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhsh7v5cpn .container {
    padding: 0 30px;
  }
}
.cid-uhsh7v5cpn .row {
  justify-content: center;
}
.cid-uhsh7v5cpn .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhsh7v5cpn .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhsh7v5cpn .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhsh7v5cpn .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhsh7v5cpn .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uhsh7v5cpn .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhsh7v5cpn .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhsh7v5cpn .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhsh7v5cpn .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhsh7v5cpn .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uhsh7v5cpn .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhsh7v5cpn .nav-wrapper .list .item-wrap:hover,
.cid-uhsh7v5cpn .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhsh7v5cpn .nav-wrapper .list .item-wrap:hover::before,
.cid-uhsh7v5cpn .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uhsh7v5cpn .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhsh7v5cpn .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhsh7v5cpn .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhsh7v5cpn .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhsh7v5cpn .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhsh7v5cpn .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhsh7v5cpn .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uhsh7v5cpn .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhsh7v5cpn .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhsh7v5cpn .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uhsh7v5cpn .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uhsh7v5cpn .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uhsh7v5cpn .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhsh7v5cpn .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uhsh7v5cpn .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhsh7v5cpn .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhsh7v5cpn .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhsh7v5cpn .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhsh7v5cpn .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uhsh7v5cpn .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uhsh7v5cpn .mbr-section-title {
  color: #bee0d6;
}
.cid-uhsh7v5cpn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhsh7v5cpn .list {
  color: #bee0d6;
}
.cid-uhsh7v5cpn .mbr-address {
  color: #bee0d6;
}
.cid-uhsh7v5cpn .mbr-copy {
  color: #ffffff;
}
.cid-uhsh7v5cpn .list,
.cid-uhsh7v5cpn .item-wrap,
.cid-uhsh7v5cpn .nav-wrapper {
  color: #ffffff;
}
.cid-uhwOBZTUNq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhwOBZTUNq .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;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhwOBZTUNq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uhwOBZTUNq .navbar {
    padding: 0 128px !important;
  }
}
.cid-uhwOBZTUNq .navbar.opened {
  transition: all 0.3s;
}
.cid-uhwOBZTUNq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhwOBZTUNq .navbar .navbar-logo img {
  width: auto;
}
.cid-uhwOBZTUNq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uhwOBZTUNq .navbar.collapsed {
  justify-content: center;
}
.cid-uhwOBZTUNq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhwOBZTUNq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhwOBZTUNq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uhwOBZTUNq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhwOBZTUNq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhwOBZTUNq .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-uhwOBZTUNq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhwOBZTUNq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhwOBZTUNq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .navbar {
    min-height: 72px;
  }
  .cid-uhwOBZTUNq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhwOBZTUNq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhwOBZTUNq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhwOBZTUNq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhwOBZTUNq .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-uhwOBZTUNq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhwOBZTUNq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhwOBZTUNq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhwOBZTUNq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhwOBZTUNq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhwOBZTUNq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhwOBZTUNq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uhwOBZTUNq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhwOBZTUNq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhwOBZTUNq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhwOBZTUNq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhwOBZTUNq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhwOBZTUNq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhwOBZTUNq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhwOBZTUNq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhwOBZTUNq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhwOBZTUNq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhwOBZTUNq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhwOBZTUNq .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhwOBZTUNq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhwOBZTUNq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhwOBZTUNq .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uhwOBZTUNq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhwOBZTUNq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhwOBZTUNq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uhwOBZTUNq .nav-item:focus,
.cid-uhwOBZTUNq .nav-link:focus {
  outline: none;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhwOBZTUNq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhwOBZTUNq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhwOBZTUNq .dropdown-item.active,
.cid-uhwOBZTUNq .dropdown-item:active {
  background-color: transparent;
}
.cid-uhwOBZTUNq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhwOBZTUNq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhwOBZTUNq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhwOBZTUNq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhwOBZTUNq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhwOBZTUNq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhwOBZTUNq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhwOBZTUNq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhwOBZTUNq .navbar-buttons {
    text-align: left;
  }
}
.cid-uhwOBZTUNq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhwOBZTUNq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhwOBZTUNq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhwOBZTUNq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhwOBZTUNq .navbar {
    height: 70px;
  }
  .cid-uhwOBZTUNq .navbar.opened {
    height: auto;
  }
  .cid-uhwOBZTUNq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhwOBZTUNq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhwOBZTUNq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhwOBZTUNq .navbar-brand {
    margin-right: auto;
  }
  .cid-uhwOBZTUNq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uhwOBZTUNq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhwOBZTUNq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhwOBZTUNq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhylTjCzDS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhylTjCzDS .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;
}
@media (max-width: 767px) {
  .cid-uhylTjCzDS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhylTjCzDS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uhylTjCzDS .navbar {
    padding: 0 128px !important;
  }
}
.cid-uhylTjCzDS .navbar.opened {
  transition: all 0.3s;
}
.cid-uhylTjCzDS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhylTjCzDS .navbar .navbar-logo img {
  width: auto;
}
.cid-uhylTjCzDS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uhylTjCzDS .navbar.collapsed {
  justify-content: center;
}
.cid-uhylTjCzDS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhylTjCzDS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhylTjCzDS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uhylTjCzDS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhylTjCzDS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhylTjCzDS .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-uhylTjCzDS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhylTjCzDS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhylTjCzDS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhylTjCzDS .navbar {
    min-height: 72px;
  }
  .cid-uhylTjCzDS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhylTjCzDS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhylTjCzDS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhylTjCzDS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhylTjCzDS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhylTjCzDS .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-uhylTjCzDS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhylTjCzDS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhylTjCzDS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhylTjCzDS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhylTjCzDS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhylTjCzDS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhylTjCzDS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uhylTjCzDS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhylTjCzDS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhylTjCzDS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhylTjCzDS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhylTjCzDS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhylTjCzDS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhylTjCzDS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhylTjCzDS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhylTjCzDS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhylTjCzDS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhylTjCzDS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhylTjCzDS .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhylTjCzDS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhylTjCzDS .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uhylTjCzDS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhylTjCzDS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhylTjCzDS .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uhylTjCzDS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhylTjCzDS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhylTjCzDS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhylTjCzDS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uhylTjCzDS .nav-item:focus,
.cid-uhylTjCzDS .nav-link:focus {
  outline: none;
}
.cid-uhylTjCzDS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhylTjCzDS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhylTjCzDS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhylTjCzDS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhylTjCzDS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhylTjCzDS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhylTjCzDS .dropdown-item.active,
.cid-uhylTjCzDS .dropdown-item:active {
  background-color: transparent;
}
.cid-uhylTjCzDS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhylTjCzDS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhylTjCzDS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhylTjCzDS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhylTjCzDS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhylTjCzDS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhylTjCzDS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhylTjCzDS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhylTjCzDS .navbar-buttons {
    text-align: left;
  }
}
.cid-uhylTjCzDS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhylTjCzDS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uhylTjCzDS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhylTjCzDS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhylTjCzDS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhylTjCzDS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhylTjCzDS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhylTjCzDS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhylTjCzDS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhylTjCzDS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhylTjCzDS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhylTjCzDS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhylTjCzDS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhylTjCzDS .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhylTjCzDS .navbar {
    height: 70px;
  }
  .cid-uhylTjCzDS .navbar.opened {
    height: auto;
  }
  .cid-uhylTjCzDS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhylTjCzDS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uhylTjCzDS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhylTjCzDS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhylTjCzDS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uhylTjCzDS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhylTjCzDS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhylTjCzDS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhylTjCzDS .navbar-brand {
    margin-right: auto;
  }
  .cid-uhylTjCzDS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uhylTjCzDS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhylTjCzDS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhylTjCzDS .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhylTjCzDS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhylTjCzDS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhylTjCzDS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uhylTjCzDS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhylTjCzDS .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhylTjCzDS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhylTjCzDS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhylTlwA8V {
  background-color: #faae26;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uhylTlwA8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhylTlwA8V .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-uhylTlwA8V {
    padding-bottom: 0 !important;
  }
}
.cid-uhylTlwA8V .container {
  position: static;
}
@media (max-width: 991px) {
  .cid-uhylTlwA8V .container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uhylTlwA8V .row {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
.cid-uhylTlwA8V .text-wrapper {
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .cid-uhylTlwA8V .text-wrapper {
    max-width: 560px;
    width: 100%;
    margin-bottom: 10rem;
    margin-right: auto;
  }
}
.cid-uhylTlwA8V .mbr-section-title {
  color: #181817;
  margin-bottom: 1.5rem;
}
.cid-uhylTlwA8V .mbr-text {
  color: #181817;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-uhylTlwA8V .mbr-section-btn {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-uhylTlwA8V .col-img {
    margin-top: auto;
  }
}
@media (max-width: 575px) {
  .cid-uhylTlwA8V .col-img {
    padding: 0 !important;
  }
}
.cid-uhylTlwA8V .image-wrapper {
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 55%;
  height: 100%;
}
.cid-uhylTlwA8V .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uhylTlwA8V .image-wrapper {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: -2rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhylTlwA8V .image-wrapper {
    margin-right: -1.5rem;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .cid-uhylTlwA8V .image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-uhylTlwA8V .img-bg {
  position: absolute;
  right: -15%;
  bottom: -35%;
  width: 65vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #b9faf8;
  z-index: 2;
}
@media (max-width: 991px) {
  .cid-uhylTlwA8V .img-bg {
    width: 1000px;
    right: -400px;
  }
}
@media (max-width: 767px) {
  .cid-uhylTlwA8V .img-bg {
    width: 800px;
    right: -300px;
  }
}
@media (max-width: 575px) {
  .cid-uhylTlwA8V .img-bg {
    width: 170vw;
    right: -75vw;
  }
}
.cid-uhylTn7K7K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b9faf8;
}
.cid-uhylTn7K7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhylTn7K7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhylTn7K7K .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uhylTn7K7K .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uhylTn7K7K .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uhylTn7K7K .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uhylToTklW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faae26;
}
.cid-uhylToTklW .card_post {
  display: flex;
  background: #b9faf8;
  padding: 40px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uhylToTklW .card_post {
    padding: 20px;
  }
}
.cid-uhylToTklW .image_post {
  display: inline-block;
}
.cid-uhylToTklW .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uhylToTklW .content_wrapper {
  display: inline-block;
  margin-left: 15px;
}
.cid-uhylToTklW .social_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cid-uhylToTklW .icons-wrapper {
  margin-right: 10px;
  margin-bottom: 10px;
}
.cid-uhylToTklW .icons-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #e9e9e6;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uhylToTklW .icons-wrapper .mbr-iconfont:hover {
  background: #faae26;
  color: #000000;
  border-color: #faae26;
}
.cid-uhylToTklW .author_post {
  color: #232323;
}
.cid-uhylToTklW .mbr-section-subtitle {
  color: #0a0a0a;
}
.cid-uhylTqJo4b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b9faf8;
}
.cid-uhylTqJo4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhylTqJo4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhylTqJo4b .row {
  justify-content: flex-start;
}
.cid-uhylTqJo4b .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #faae26;
}
.cid-uhylTqJo4b .content-padding {
  display: flex;
  max-width: 1140px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 80px 100px 0 100px;
}
@media (max-width: 991px) {
  .cid-uhylTqJo4b .content-padding {
    padding: 80px 75px 0 75px;
  }
}
@media (max-width: 767px) {
  .cid-uhylTqJo4b .content-padding {
    padding: 60px 20px 0 20px;
  }
}
.cid-uhylTqJo4b .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-uhylTqJo4b .content-wrap {
    margin-bottom: 60px;
  }
}
.cid-uhylTqJo4b .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uhylTqJo4b .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uhylTqJo4b .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uhylTqJo4b .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.cid-uhylTqJo4b .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhylTseQrA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faae26;
}
.cid-uhylTseQrA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhylTseQrA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhylTseQrA .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-uhylTseQrA .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uhylTseQrA .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uhylTseQrA .mbr-section-title {
  color: #e3ebf3;
  text-align: center;
}
.cid-uhylTseQrA .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uhylTseQrA .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-uhylTseQrA .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uhylTseQrA .cards-wrap {
    gap: 12px;
  }
}
.cid-uhylTseQrA .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #b9faf8;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uhylTseQrA .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-uhylTseQrA .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-uhylTseQrA .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-uhylTseQrA .card {
    width: 100%;
  }
}
.cid-uhylTseQrA .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-uhylTseQrA .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uhylTseQrA .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-uhylTseQrA .img-wrapper img {
    height: 80px;
  }
}
.cid-uhylTseQrA .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-uhylTseQrA .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-uhylTseQrA .card-title {
  color: #1a1e21;
}
.cid-uhylTuhhkC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b9faf8;
}
.cid-uhylTuhhkC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhylTuhhkC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhylTuhhkC .row {
  justify-content: flex-start;
}
.cid-uhylTuhhkC .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhylTuhhkC .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uhylTuhhkC .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhylTuhhkC .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-uhylTuhhkC .title-container {
    padding: 12px;
  }
}
.cid-uhylTuhhkC .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uhylTuhhkC .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-uhylTuhhkC .content-container {
    padding: 24px 12px;
  }
}
.cid-uhylTuhhkC .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uhylTuhhkC .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uhylTuhhkC .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uhylTuhhkC .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-uhylTvYgFB {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #faae26;
}
.cid-uhylTvYgFB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhylTvYgFB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhylTvYgFB .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #b9faf8;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uhylTvYgFB .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uhylTvYgFB .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uhylTvYgFB .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uhylTvYgFB .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uhylTvYgFB .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uhylTvYgFB .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uhylTvYgFB .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uhylTvYgFB .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uhylTvYgFB .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uhylTvYgFB .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uhylTvYgFB .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uhylTvYgFB .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uhylTvYgFB .card-title {
  color: #000000;
  text-align: center;
}
.cid-uhylTvYgFB .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uhylTvYgFB .mbr-text {
    margin-top: 12px;
  }
}
.cid-uhylTvYgFB .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uhylTvYgFB .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uhylTvYgFB .mbr-text,
.cid-uhylTvYgFB .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uhylTxGOEz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b9faf8;
}
.cid-uhylTxGOEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhylTxGOEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhylTxGOEz .row {
  justify-content: flex-start;
}
.cid-uhylTxGOEz .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhylTxGOEz .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uhylTxGOEz .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhylTxGOEz .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-uhylTxGOEz .title-container {
    padding: 12px;
  }
}
.cid-uhylTxGOEz .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uhylTxGOEz .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-uhylTxGOEz .content-container {
    padding: 24px 12px;
  }
}
.cid-uhylTxGOEz .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uhylTxGOEz .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uhylTxGOEz .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uhylTxGOEz .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-uhylTzwC4o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #faae26;
}
.cid-uhylTzwC4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhylTzwC4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhylTzwC4o .first {
  border-top: 2px solid #b9faf8;
}
.cid-uhylTzwC4o .panel-body {
  padding: 2rem 6rem;
}
@media (max-width: 767px) {
  .cid-uhylTzwC4o .panel-body {
    padding: 2rem 0rem;
  }
}
.cid-uhylTzwC4o .card-header {
  border-bottom: 2px solid #b9faf8;
  border-radius: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
.cid-uhylTzwC4o .card-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #b9faf8;
  transition: all 0.3s;
}
.cid-uhylTzwC4o .card-header a,
.cid-uhylTzwC4o .card-header h6,
.cid-uhylTzwC4o .card-header span {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-uhylTzwC4o .card-header:hover a,
.cid-uhylTzwC4o .card-header:hover h6,
.cid-uhylTzwC4o .card-header:hover span {
  color: #000000 !important;
}
.cid-uhylTzwC4o .card-header:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhylTzwC4o .card-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uhylTzwC4o .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #b9faf8;
  margin-left: 1rem;
  z-index: 1;
}
.cid-uhylTzwC4o .panel-group {
  border: none;
}
.cid-uhylTzwC4o .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhylTzwC4o .panel-title-edit {
  color: #ffffff;
}
.cid-uhylTzwC4o .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhylTzwC4o H3 {
  color: #ffffff;
}
.cid-uhylTzwC4o .panel-text {
  color: #17003b;
}
.cid-uhylTBxfPr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b9faf8;
}
.cid-uhylTBxfPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhylTBxfPr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhylTBxfPr .row {
  justify-content: flex-start;
}
.cid-uhylTBxfPr .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhylTBxfPr .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uhylTBxfPr .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhylTBxfPr .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-uhylTBxfPr .title-container {
    padding: 12px;
  }
}
.cid-uhylTBxfPr .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uhylTBxfPr .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-uhylTBxfPr .content-container {
    padding: 24px 12px;
  }
}
.cid-uhylTBxfPr .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uhylTBxfPr .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uhylTBxfPr .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uhylTBxfPr .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-uhylTDb94Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faae26;
}
.cid-uhylTDb94Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhylTDb94Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhylTDb94Q .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #b9faf8;
  margin-bottom: 2rem;
}
.cid-uhylTDb94Q .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #b9faf8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uhylTDb94Q .card-wrapper {
    padding: 1rem;
  }
}
.cid-uhylTDb94Q .card-title,
.cid-uhylTDb94Q .card-wrapper {
  color: #19303d;
  text-align: center;
}
.cid-uhylTDb94Q .card-text {
  text-align: center;
}
.cid-uhylTEXotX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #faae26;
}
.cid-uhylTEXotX .text-wrapper {
  padding: 2rem 0;
  padding-right: 20%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-left: 20%;
}
.cid-uhylTEXotX .text-wrapper:hover .mbr-section-title a {
  color: #faae26 !important;
}
.cid-uhylTEXotX .image-wrapper,
.cid-uhylTEXotX img {
  width: 100%;
  object-fit: cover;
}
.cid-uhylTEXotX .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #000000;
}
.cid-uhylTEXotX .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uhylTEXotX .mbr-section-btn .btn-secondary-outline:hover,
.cid-uhylTEXotX .mbr-section-btn .btn-secondary-outline .active,
.cid-uhylTEXotX .mbr-section-btn .btn-secondary-outline:focus {
  color: #b9faf8 !important;
}
@media (max-width: 991px) {
  .cid-uhylTEXotX {
    flex-direction: column;
  }
  .cid-uhylTEXotX .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhylTEXotX .text-wrapper {
    padding: 30px 1rem;
  }
}
.cid-uhylTEXotX .mbr-section-title {
  color: #000000;
}
.cid-uhylTGOdgN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b9faf8;
}
.cid-uhylTGOdgN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhylTGOdgN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhylTGOdgN .container {
    padding: 0 20px;
  }
}
.cid-uhylTGOdgN .row {
  margin: 0;
}
.cid-uhylTGOdgN .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhylTGOdgN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhylTGOdgN .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uhylTGOdgN .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uhylTGOdgN .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uhylTGOdgN .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uhylTGOdgN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhylTIyksH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #faae26;
}
.cid-uhylTIyksH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhylTIyksH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhylTIyksH .row {
  justify-content: flex-start;
}
.cid-uhylTIyksH .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhylTIyksH .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uhylTIyksH .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhylTIyksH .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-uhylTIyksH .title-container {
    padding: 12px;
  }
}
.cid-uhylTIyksH .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uhylTIyksH .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-uhylTIyksH .content-container {
    padding: 24px 12px;
  }
}
.cid-uhylTIyksH .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uhylTIyksH .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uhylTIyksH .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uhylTIyksH .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-uhyn90eI9a {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #b9faf8;
}
.cid-uhyn90eI9a .row {
  position: relative;
}
.cid-uhyn90eI9a .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #b9faf8 50%, #ffffff);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uhyn90eI9a .row .blur-circle {
    display: none;
  }
}
.cid-uhyn90eI9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyn90eI9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyn90eI9a .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uhyn90eI9a .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uhyn90eI9a .row {
    padding: 0 24px;
  }
}
.cid-uhyn90eI9a .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.cid-uhyn90eI9a .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhyn90eI9a .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uhyn90eI9a .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #faae26;
  z-index: -1;
}
.cid-uhyn90eI9a .tab-content {
  position: relative;
  z-index: 2;
}
.cid-uhyn90eI9a .tab-content .card {
  border: none;
  padding: 38px 0 26px;
  border-bottom: 2px solid #faae26;
  border-radius: 0;
}
.cid-uhyn90eI9a .tab-content .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uhyn90eI9a .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uhyn90eI9a .tab-content .card .card-header .panel-title:focus .mbr-iconfont {
  opacity: .7;
}
.cid-uhyn90eI9a .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 10px;
}
.cid-uhyn90eI9a .tab-content .card .card-header .panel-title .mbr-iconfont {
  transition: all .3s ease;
}
.cid-uhyn90eI9a .tab-content .card .panel-collapse .panel-body .panel-text {
  margin: 0;
}
.cid-uhyn90eI9a .mbr-section-title {
  color: #111111;
}
.cid-uhyn90eI9a .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-uhyn90eI9a .panel-title-edit,
.cid-uhyn90eI9a .mbr-iconfont {
  color: #000000;
}
.cid-uhylTKcqyD .google-map {
  height: 30rem;
  position: relative;
}
.cid-uhylTKcqyD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhylTKcqyD .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhylTKcqyD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhylTKcqyD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhylTLV250 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faae26;
  overflow: hidden;
}
.cid-uhylTLV250 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhylTLV250 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhylTLV250 .container {
    padding: 0 30px;
  }
}
.cid-uhylTLV250 .row {
  justify-content: center;
}
.cid-uhylTLV250 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhylTLV250 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhylTLV250 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhylTLV250 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhylTLV250 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uhylTLV250 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhylTLV250 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhylTLV250 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhylTLV250 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhylTLV250 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uhylTLV250 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhylTLV250 .nav-wrapper .list .item-wrap:hover,
.cid-uhylTLV250 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhylTLV250 .nav-wrapper .list .item-wrap:hover::before,
.cid-uhylTLV250 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uhylTLV250 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhylTLV250 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhylTLV250 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhylTLV250 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhylTLV250 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhylTLV250 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhylTLV250 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uhylTLV250 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhylTLV250 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhylTLV250 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uhylTLV250 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uhylTLV250 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uhylTLV250 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhylTLV250 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uhylTLV250 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhylTLV250 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhylTLV250 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhylTLV250 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhylTLV250 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uhylTLV250 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uhylTLV250 .mbr-section-title {
  color: #bee0d6;
}
.cid-uhylTLV250 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhylTLV250 .list {
  color: #bee0d6;
}
.cid-uhylTLV250 .mbr-address {
  color: #bee0d6;
}
.cid-uhylTLV250 .mbr-copy {
  color: #ffffff;
}
.cid-uhylTLV250 .list,
.cid-uhylTLV250 .item-wrap,
.cid-uhylTLV250 .nav-wrapper {
  color: #ffffff;
}
.cid-uhyoM05mQu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhyoM05mQu .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;
}
@media (max-width: 767px) {
  .cid-uhyoM05mQu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhyoM05mQu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uhyoM05mQu .navbar {
    padding: 0 128px !important;
  }
}
.cid-uhyoM05mQu .navbar.opened {
  transition: all 0.3s;
}
.cid-uhyoM05mQu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhyoM05mQu .navbar .navbar-logo img {
  width: auto;
}
.cid-uhyoM05mQu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uhyoM05mQu .navbar.collapsed {
  justify-content: center;
}
.cid-uhyoM05mQu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhyoM05mQu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhyoM05mQu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uhyoM05mQu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhyoM05mQu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhyoM05mQu .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-uhyoM05mQu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhyoM05mQu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhyoM05mQu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhyoM05mQu .navbar {
    min-height: 72px;
  }
  .cid-uhyoM05mQu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhyoM05mQu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhyoM05mQu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhyoM05mQu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhyoM05mQu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhyoM05mQu .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-uhyoM05mQu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhyoM05mQu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhyoM05mQu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhyoM05mQu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhyoM05mQu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhyoM05mQu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhyoM05mQu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uhyoM05mQu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhyoM05mQu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhyoM05mQu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhyoM05mQu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhyoM05mQu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhyoM05mQu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhyoM05mQu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhyoM05mQu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhyoM05mQu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhyoM05mQu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhyoM05mQu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhyoM05mQu .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhyoM05mQu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhyoM05mQu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uhyoM05mQu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhyoM05mQu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhyoM05mQu .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uhyoM05mQu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhyoM05mQu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhyoM05mQu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhyoM05mQu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uhyoM05mQu .nav-item:focus,
.cid-uhyoM05mQu .nav-link:focus {
  outline: none;
}
.cid-uhyoM05mQu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhyoM05mQu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhyoM05mQu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhyoM05mQu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhyoM05mQu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhyoM05mQu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhyoM05mQu .dropdown-item.active,
.cid-uhyoM05mQu .dropdown-item:active {
  background-color: transparent;
}
.cid-uhyoM05mQu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhyoM05mQu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhyoM05mQu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhyoM05mQu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhyoM05mQu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhyoM05mQu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhyoM05mQu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhyoM05mQu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhyoM05mQu .navbar-buttons {
    text-align: left;
  }
}
.cid-uhyoM05mQu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhyoM05mQu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uhyoM05mQu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhyoM05mQu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhyoM05mQu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhyoM05mQu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhyoM05mQu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhyoM05mQu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhyoM05mQu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhyoM05mQu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhyoM05mQu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhyoM05mQu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhyoM05mQu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhyoM05mQu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhyoM05mQu .navbar {
    height: 70px;
  }
  .cid-uhyoM05mQu .navbar.opened {
    height: auto;
  }
  .cid-uhyoM05mQu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhyoM05mQu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uhyoM05mQu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhyoM05mQu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhyoM05mQu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uhyoM05mQu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhyoM05mQu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhyoM05mQu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhyoM05mQu .navbar-brand {
    margin-right: auto;
  }
  .cid-uhyoM05mQu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uhyoM05mQu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhyoM05mQu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhyoM05mQu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhyoM05mQu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhyoM05mQu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhyoM05mQu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uhyoM05mQu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhyoM05mQu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhyoM05mQu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhyoM05mQu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhyoM1G13C {
  background-color: #faae26;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uhyoM1G13C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyoM1G13C .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-uhyoM1G13C {
    padding-bottom: 0 !important;
  }
}
.cid-uhyoM1G13C .container {
  position: static;
}
@media (max-width: 991px) {
  .cid-uhyoM1G13C .container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uhyoM1G13C .row {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
.cid-uhyoM1G13C .text-wrapper {
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .cid-uhyoM1G13C .text-wrapper {
    max-width: 560px;
    width: 100%;
    margin-bottom: 10rem;
    margin-right: auto;
  }
}
.cid-uhyoM1G13C .mbr-section-title {
  color: #181817;
  margin-bottom: 1.5rem;
}
.cid-uhyoM1G13C .mbr-text {
  color: #181817;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-uhyoM1G13C .mbr-section-btn {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-uhyoM1G13C .col-img {
    margin-top: auto;
  }
}
@media (max-width: 575px) {
  .cid-uhyoM1G13C .col-img {
    padding: 0 !important;
  }
}
.cid-uhyoM1G13C .image-wrapper {
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 55%;
  height: 100%;
}
.cid-uhyoM1G13C .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uhyoM1G13C .image-wrapper {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: -2rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhyoM1G13C .image-wrapper {
    margin-right: -1.5rem;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .cid-uhyoM1G13C .image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-uhyoM1G13C .img-bg {
  position: absolute;
  right: -15%;
  bottom: -35%;
  width: 65vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #b9faf8;
  z-index: 2;
}
@media (max-width: 991px) {
  .cid-uhyoM1G13C .img-bg {
    width: 1000px;
    right: -400px;
  }
}
@media (max-width: 767px) {
  .cid-uhyoM1G13C .img-bg {
    width: 800px;
    right: -300px;
  }
}
@media (max-width: 575px) {
  .cid-uhyoM1G13C .img-bg {
    width: 170vw;
    right: -75vw;
  }
}
.cid-uhyoM1G13C .mbr-text,
.cid-uhyoM1G13C .mbr-section-btn {
  color: #000000;
}
.cid-uhyoM2Zg32 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b9faf8;
}
.cid-uhyoM2Zg32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyoM2Zg32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyoM2Zg32 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uhyoM2Zg32 .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uhyoM2Zg32 .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uhyoM2Zg32 .card-text {
  color: #000000;
  flex-grow: 1;
  text-align: left;
}
.cid-uhyoM40Ti5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faae26;
}
.cid-uhyoM40Ti5 .card_post {
  display: flex;
  background: #b9faf8;
  padding: 40px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uhyoM40Ti5 .card_post {
    padding: 20px;
  }
}
.cid-uhyoM40Ti5 .image_post {
  display: inline-block;
}
.cid-uhyoM40Ti5 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uhyoM40Ti5 .content_wrapper {
  display: inline-block;
  margin-left: 15px;
}
.cid-uhyoM40Ti5 .social_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cid-uhyoM40Ti5 .icons-wrapper {
  margin-right: 10px;
  margin-bottom: 10px;
}
.cid-uhyoM40Ti5 .icons-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #e9e9e6;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uhyoM40Ti5 .icons-wrapper .mbr-iconfont:hover {
  background: #faae26;
  color: #000000;
  border-color: #faae26;
}
.cid-uhyoM40Ti5 .author_post {
  color: #232323;
}
.cid-uhyoM40Ti5 .mbr-section-subtitle {
  color: #0a0a0a;
}
.cid-uhyoM5cQT6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b9faf8;
}
.cid-uhyoM5cQT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyoM5cQT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyoM5cQT6 .row {
  justify-content: flex-start;
}
.cid-uhyoM5cQT6 .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #faae26;
}
.cid-uhyoM5cQT6 .content-padding {
  display: flex;
  max-width: 1140px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 80px 100px 0 100px;
}
@media (max-width: 991px) {
  .cid-uhyoM5cQT6 .content-padding {
    padding: 80px 75px 0 75px;
  }
}
@media (max-width: 767px) {
  .cid-uhyoM5cQT6 .content-padding {
    padding: 60px 20px 0 20px;
  }
}
.cid-uhyoM5cQT6 .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-uhyoM5cQT6 .content-wrap {
    margin-bottom: 60px;
  }
}
.cid-uhyoM5cQT6 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uhyoM5cQT6 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uhyoM5cQT6 .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uhyoM5cQT6 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.cid-uhyoM5cQT6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhyoM6cRWV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faae26;
}
.cid-uhyoM6cRWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyoM6cRWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyoM6cRWV .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-uhyoM6cRWV .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uhyoM6cRWV .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uhyoM6cRWV .mbr-section-title {
  color: #e3ebf3;
  text-align: center;
}
.cid-uhyoM6cRWV .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uhyoM6cRWV .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-uhyoM6cRWV .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uhyoM6cRWV .cards-wrap {
    gap: 12px;
  }
}
.cid-uhyoM6cRWV .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #b9faf8;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uhyoM6cRWV .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-uhyoM6cRWV .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-uhyoM6cRWV .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-uhyoM6cRWV .card {
    width: 100%;
  }
}
.cid-uhyoM6cRWV .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-uhyoM6cRWV .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uhyoM6cRWV .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-uhyoM6cRWV .img-wrapper img {
    height: 80px;
  }
}
.cid-uhyoM6cRWV .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-uhyoM6cRWV .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-uhyoM6cRWV .card-title {
  color: #1a1e21;
}
.cid-uhyoM7Hanl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b9faf8;
}
.cid-uhyoM7Hanl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyoM7Hanl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyoM7Hanl .row {
  justify-content: flex-start;
}
.cid-uhyoM7Hanl .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyoM7Hanl .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uhyoM7Hanl .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyoM7Hanl .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-uhyoM7Hanl .title-container {
    padding: 12px;
  }
}
.cid-uhyoM7Hanl .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uhyoM7Hanl .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-uhyoM7Hanl .content-container {
    padding: 24px 12px;
  }
}
.cid-uhyoM7Hanl .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uhyoM7Hanl .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uhyoM7Hanl .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uhyoM7Hanl .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-uhyoM8NEue {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #faae26;
}
.cid-uhyoM8NEue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyoM8NEue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyoM8NEue .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #b9faf8;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uhyoM8NEue .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uhyoM8NEue .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uhyoM8NEue .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uhyoM8NEue .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uhyoM8NEue .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uhyoM8NEue .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uhyoM8NEue .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uhyoM8NEue .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uhyoM8NEue .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uhyoM8NEue .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uhyoM8NEue .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uhyoM8NEue .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uhyoM8NEue .card-title {
  color: #000000;
  text-align: center;
}
.cid-uhyoM8NEue .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uhyoM8NEue .mbr-text {
    margin-top: 12px;
  }
}
.cid-uhyoM8NEue .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uhyoM8NEue .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uhyoM8NEue .mbr-text,
.cid-uhyoM8NEue .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uhyoM9WcDo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b9faf8;
}
.cid-uhyoM9WcDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyoM9WcDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyoM9WcDo .row {
  justify-content: flex-start;
}
.cid-uhyoM9WcDo .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyoM9WcDo .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uhyoM9WcDo .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyoM9WcDo .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-uhyoM9WcDo .title-container {
    padding: 12px;
  }
}
.cid-uhyoM9WcDo .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uhyoM9WcDo .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-uhyoM9WcDo .content-container {
    padding: 24px 12px;
  }
}
.cid-uhyoM9WcDo .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uhyoM9WcDo .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uhyoM9WcDo .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uhyoM9WcDo .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-uhyoMb36xc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #faae26;
}
.cid-uhyoMb36xc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyoMb36xc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyoMb36xc .first {
  border-top: 2px solid #b9faf8;
}
.cid-uhyoMb36xc .panel-body {
  padding: 2rem 6rem;
}
@media (max-width: 767px) {
  .cid-uhyoMb36xc .panel-body {
    padding: 2rem 0rem;
  }
}
.cid-uhyoMb36xc .card-header {
  border-bottom: 2px solid #b9faf8;
  border-radius: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
.cid-uhyoMb36xc .card-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #b9faf8;
  transition: all 0.3s;
}
.cid-uhyoMb36xc .card-header a,
.cid-uhyoMb36xc .card-header h6,
.cid-uhyoMb36xc .card-header span {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-uhyoMb36xc .card-header:hover a,
.cid-uhyoMb36xc .card-header:hover h6,
.cid-uhyoMb36xc .card-header:hover span {
  color: #000000 !important;
}
.cid-uhyoMb36xc .card-header:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhyoMb36xc .card-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uhyoMb36xc .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #b9faf8;
  margin-left: 1rem;
  z-index: 1;
}
.cid-uhyoMb36xc .panel-group {
  border: none;
}
.cid-uhyoMb36xc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhyoMb36xc .panel-title-edit {
  color: #ffffff;
}
.cid-uhyoMb36xc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhyoMb36xc H3 {
  color: #ffffff;
}
.cid-uhyoMb36xc .panel-text {
  color: #17003b;
}
.cid-uhyoMcxGzC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b9faf8;
}
.cid-uhyoMcxGzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyoMcxGzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyoMcxGzC .row {
  justify-content: flex-start;
}
.cid-uhyoMcxGzC .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyoMcxGzC .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uhyoMcxGzC .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyoMcxGzC .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-uhyoMcxGzC .title-container {
    padding: 12px;
  }
}
.cid-uhyoMcxGzC .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uhyoMcxGzC .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-uhyoMcxGzC .content-container {
    padding: 24px 12px;
  }
}
.cid-uhyoMcxGzC .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uhyoMcxGzC .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uhyoMcxGzC .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uhyoMcxGzC .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-uhyoMed3NL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faae26;
}
.cid-uhyoMed3NL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyoMed3NL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyoMed3NL .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #b9faf8;
  margin-bottom: 2rem;
}
.cid-uhyoMed3NL .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #b9faf8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uhyoMed3NL .card-wrapper {
    padding: 1rem;
  }
}
.cid-uhyoMed3NL .card-title,
.cid-uhyoMed3NL .card-wrapper {
  color: #19303d;
  text-align: center;
}
.cid-uhyoMed3NL .card-text {
  text-align: center;
}
.cid-uhyoMgSRBd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #faae26;
}
.cid-uhyoMgSRBd .text-wrapper {
  padding: 2rem 0;
  padding-right: 20%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-left: 20%;
}
.cid-uhyoMgSRBd .text-wrapper:hover .mbr-section-title a {
  color: #faae26 !important;
}
.cid-uhyoMgSRBd .image-wrapper,
.cid-uhyoMgSRBd img {
  width: 100%;
  object-fit: cover;
}
.cid-uhyoMgSRBd .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #000000;
}
.cid-uhyoMgSRBd .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uhyoMgSRBd .mbr-section-btn .btn-secondary-outline:hover,
.cid-uhyoMgSRBd .mbr-section-btn .btn-secondary-outline .active,
.cid-uhyoMgSRBd .mbr-section-btn .btn-secondary-outline:focus {
  color: #b9faf8 !important;
}
@media (max-width: 991px) {
  .cid-uhyoMgSRBd {
    flex-direction: column;
  }
  .cid-uhyoMgSRBd .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhyoMgSRBd .text-wrapper {
    padding: 30px 1rem;
  }
}
.cid-uhyoMgSRBd .mbr-section-title {
  color: #000000;
}
.cid-uhyoMiYTJY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b9faf8;
}
.cid-uhyoMiYTJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyoMiYTJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhyoMiYTJY .container {
    padding: 0 20px;
  }
}
.cid-uhyoMiYTJY .row {
  margin: 0;
}
.cid-uhyoMiYTJY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhyoMiYTJY .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhyoMiYTJY .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uhyoMiYTJY .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uhyoMiYTJY .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uhyoMiYTJY .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uhyoMiYTJY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhyoMko8Oi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #faae26;
}
.cid-uhyoMko8Oi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyoMko8Oi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyoMko8Oi .row {
  justify-content: flex-start;
}
.cid-uhyoMko8Oi .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyoMko8Oi .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uhyoMko8Oi .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyoMko8Oi .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-uhyoMko8Oi .title-container {
    padding: 12px;
  }
}
.cid-uhyoMko8Oi .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uhyoMko8Oi .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-uhyoMko8Oi .content-container {
    padding: 24px 12px;
  }
}
.cid-uhyoMko8Oi .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uhyoMko8Oi .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uhyoMko8Oi .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uhyoMko8Oi .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-uhyoMlRvaT {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #b9faf8;
}
.cid-uhyoMlRvaT .row {
  position: relative;
}
.cid-uhyoMlRvaT .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #b9faf8 50%, #ffffff);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uhyoMlRvaT .row .blur-circle {
    display: none;
  }
}
.cid-uhyoMlRvaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyoMlRvaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyoMlRvaT .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uhyoMlRvaT .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uhyoMlRvaT .row {
    padding: 0 24px;
  }
}
.cid-uhyoMlRvaT .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.cid-uhyoMlRvaT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhyoMlRvaT .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uhyoMlRvaT .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #faae26;
  z-index: -1;
}
.cid-uhyoMlRvaT .tab-content {
  position: relative;
  z-index: 2;
}
.cid-uhyoMlRvaT .tab-content .card {
  border: none;
  padding: 38px 0 26px;
  border-bottom: 2px solid #faae26;
  border-radius: 0;
}
.cid-uhyoMlRvaT .tab-content .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uhyoMlRvaT .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uhyoMlRvaT .tab-content .card .card-header .panel-title:focus .mbr-iconfont {
  opacity: .7;
}
.cid-uhyoMlRvaT .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 10px;
}
.cid-uhyoMlRvaT .tab-content .card .card-header .panel-title .mbr-iconfont {
  transition: all .3s ease;
}
.cid-uhyoMlRvaT .tab-content .card .panel-collapse .panel-body .panel-text {
  margin: 0;
}
.cid-uhyoMlRvaT .mbr-section-title {
  color: #111111;
}
.cid-uhyoMlRvaT .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-uhyoMlRvaT .panel-title-edit,
.cid-uhyoMlRvaT .mbr-iconfont {
  color: #000000;
}
.cid-uhyoMoAEEl .google-map {
  height: 30rem;
  position: relative;
}
.cid-uhyoMoAEEl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhyoMoAEEl .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhyoMoAEEl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhyoMoAEEl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhyoMq8En5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faae26;
  overflow: hidden;
}
.cid-uhyoMq8En5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyoMq8En5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhyoMq8En5 .container {
    padding: 0 30px;
  }
}
.cid-uhyoMq8En5 .row {
  justify-content: center;
}
.cid-uhyoMq8En5 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhyoMq8En5 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhyoMq8En5 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhyoMq8En5 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhyoMq8En5 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uhyoMq8En5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhyoMq8En5 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhyoMq8En5 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhyoMq8En5 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhyoMq8En5 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uhyoMq8En5 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhyoMq8En5 .nav-wrapper .list .item-wrap:hover,
.cid-uhyoMq8En5 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhyoMq8En5 .nav-wrapper .list .item-wrap:hover::before,
.cid-uhyoMq8En5 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uhyoMq8En5 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhyoMq8En5 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhyoMq8En5 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhyoMq8En5 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhyoMq8En5 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhyoMq8En5 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhyoMq8En5 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uhyoMq8En5 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhyoMq8En5 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhyoMq8En5 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uhyoMq8En5 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uhyoMq8En5 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uhyoMq8En5 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhyoMq8En5 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uhyoMq8En5 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhyoMq8En5 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhyoMq8En5 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhyoMq8En5 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhyoMq8En5 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uhyoMq8En5 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uhyoMq8En5 .mbr-section-title {
  color: #bee0d6;
}
.cid-uhyoMq8En5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhyoMq8En5 .list {
  color: #bee0d6;
}
.cid-uhyoMq8En5 .mbr-address {
  color: #bee0d6;
}
.cid-uhyoMq8En5 .mbr-copy {
  color: #ffffff;
}
.cid-uhyoMq8En5 .list,
.cid-uhyoMq8En5 .item-wrap,
.cid-uhyoMq8En5 .nav-wrapper {
  color: #ffffff;
}
.cid-uhyxIkOS2f {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhyxIkOS2f .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;
}
@media (max-width: 767px) {
  .cid-uhyxIkOS2f .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhyxIkOS2f .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uhyxIkOS2f .navbar {
    padding: 0 128px !important;
  }
}
.cid-uhyxIkOS2f .navbar.opened {
  transition: all 0.3s;
}
.cid-uhyxIkOS2f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhyxIkOS2f .navbar .navbar-logo img {
  width: auto;
}
.cid-uhyxIkOS2f .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uhyxIkOS2f .navbar.collapsed {
  justify-content: center;
}
.cid-uhyxIkOS2f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhyxIkOS2f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhyxIkOS2f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uhyxIkOS2f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhyxIkOS2f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhyxIkOS2f .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-uhyxIkOS2f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhyxIkOS2f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhyxIkOS2f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhyxIkOS2f .navbar {
    min-height: 72px;
  }
  .cid-uhyxIkOS2f .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhyxIkOS2f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhyxIkOS2f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhyxIkOS2f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhyxIkOS2f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhyxIkOS2f .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-uhyxIkOS2f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhyxIkOS2f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhyxIkOS2f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhyxIkOS2f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhyxIkOS2f .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhyxIkOS2f .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhyxIkOS2f .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uhyxIkOS2f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhyxIkOS2f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhyxIkOS2f .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhyxIkOS2f .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhyxIkOS2f .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhyxIkOS2f .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhyxIkOS2f .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhyxIkOS2f .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhyxIkOS2f .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhyxIkOS2f .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhyxIkOS2f .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhyxIkOS2f .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhyxIkOS2f .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhyxIkOS2f .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uhyxIkOS2f .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhyxIkOS2f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhyxIkOS2f .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uhyxIkOS2f .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhyxIkOS2f .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhyxIkOS2f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhyxIkOS2f .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uhyxIkOS2f .nav-item:focus,
.cid-uhyxIkOS2f .nav-link:focus {
  outline: none;
}
.cid-uhyxIkOS2f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhyxIkOS2f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhyxIkOS2f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhyxIkOS2f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhyxIkOS2f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhyxIkOS2f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhyxIkOS2f .dropdown-item.active,
.cid-uhyxIkOS2f .dropdown-item:active {
  background-color: transparent;
}
.cid-uhyxIkOS2f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhyxIkOS2f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhyxIkOS2f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhyxIkOS2f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhyxIkOS2f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhyxIkOS2f .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhyxIkOS2f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhyxIkOS2f .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhyxIkOS2f .navbar-buttons {
    text-align: left;
  }
}
.cid-uhyxIkOS2f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhyxIkOS2f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uhyxIkOS2f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhyxIkOS2f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhyxIkOS2f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhyxIkOS2f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhyxIkOS2f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhyxIkOS2f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhyxIkOS2f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhyxIkOS2f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhyxIkOS2f .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhyxIkOS2f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhyxIkOS2f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhyxIkOS2f .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhyxIkOS2f .navbar {
    height: 70px;
  }
  .cid-uhyxIkOS2f .navbar.opened {
    height: auto;
  }
  .cid-uhyxIkOS2f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhyxIkOS2f .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uhyxIkOS2f .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhyxIkOS2f .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhyxIkOS2f .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uhyxIkOS2f .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhyxIkOS2f .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhyxIkOS2f .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhyxIkOS2f .navbar-brand {
    margin-right: auto;
  }
  .cid-uhyxIkOS2f .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uhyxIkOS2f .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhyxIkOS2f .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhyxIkOS2f .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhyxIkOS2f .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhyxIkOS2f .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhyxIkOS2f .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uhyxIkOS2f .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhyxIkOS2f .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhyxIkOS2f .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhyxIkOS2f .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhyxImAryC {
  background-color: #faae26;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uhyxImAryC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyxImAryC .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-uhyxImAryC {
    padding-bottom: 0 !important;
  }
}
.cid-uhyxImAryC .container {
  position: static;
}
@media (max-width: 991px) {
  .cid-uhyxImAryC .container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uhyxImAryC .row {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
.cid-uhyxImAryC .text-wrapper {
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .cid-uhyxImAryC .text-wrapper {
    max-width: 560px;
    width: 100%;
    margin-bottom: 10rem;
    margin-right: auto;
  }
}
.cid-uhyxImAryC .mbr-section-title {
  color: #181817;
  margin-bottom: 1.5rem;
}
.cid-uhyxImAryC .mbr-text {
  color: #181817;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-uhyxImAryC .mbr-section-btn {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-uhyxImAryC .col-img {
    margin-top: auto;
  }
}
@media (max-width: 575px) {
  .cid-uhyxImAryC .col-img {
    padding: 0 !important;
  }
}
.cid-uhyxImAryC .image-wrapper {
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 55%;
  height: 100%;
}
.cid-uhyxImAryC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uhyxImAryC .image-wrapper {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: -2rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhyxImAryC .image-wrapper {
    margin-right: -1.5rem;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .cid-uhyxImAryC .image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-uhyxImAryC .img-bg {
  position: absolute;
  right: -15%;
  bottom: -35%;
  width: 65vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #b9faf8;
  z-index: 2;
}
@media (max-width: 991px) {
  .cid-uhyxImAryC .img-bg {
    width: 1000px;
    right: -400px;
  }
}
@media (max-width: 767px) {
  .cid-uhyxImAryC .img-bg {
    width: 800px;
    right: -300px;
  }
}
@media (max-width: 575px) {
  .cid-uhyxImAryC .img-bg {
    width: 170vw;
    right: -75vw;
  }
}
.cid-uhyxImAryC .mbr-text,
.cid-uhyxImAryC .mbr-section-btn {
  color: #000000;
}
.cid-uhyxInTKEx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b9faf8;
}
.cid-uhyxInTKEx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyxInTKEx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyxInTKEx .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uhyxInTKEx .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uhyxInTKEx .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uhyxInTKEx .card-text {
  color: #000000;
  flex-grow: 1;
  text-align: left;
}
.cid-uhyxIoYvdB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faae26;
}
.cid-uhyxIoYvdB .card_post {
  display: flex;
  background: #b9faf8;
  padding: 40px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uhyxIoYvdB .card_post {
    padding: 20px;
  }
}
.cid-uhyxIoYvdB .image_post {
  display: inline-block;
}
.cid-uhyxIoYvdB .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uhyxIoYvdB .content_wrapper {
  display: inline-block;
  margin-left: 15px;
}
.cid-uhyxIoYvdB .social_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cid-uhyxIoYvdB .icons-wrapper {
  margin-right: 10px;
  margin-bottom: 10px;
}
.cid-uhyxIoYvdB .icons-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #e9e9e6;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uhyxIoYvdB .icons-wrapper .mbr-iconfont:hover {
  background: #faae26;
  color: #000000;
  border-color: #faae26;
}
.cid-uhyxIoYvdB .author_post {
  color: #232323;
}
.cid-uhyxIoYvdB .mbr-section-subtitle {
  color: #0a0a0a;
}
.cid-uhyxIq5NCd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b9faf8;
}
.cid-uhyxIq5NCd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyxIq5NCd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyxIq5NCd .row {
  justify-content: flex-start;
}
.cid-uhyxIq5NCd .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #faae26;
}
.cid-uhyxIq5NCd .content-padding {
  display: flex;
  max-width: 1140px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 80px 100px 0 100px;
}
@media (max-width: 991px) {
  .cid-uhyxIq5NCd .content-padding {
    padding: 80px 75px 0 75px;
  }
}
@media (max-width: 767px) {
  .cid-uhyxIq5NCd .content-padding {
    padding: 60px 20px 0 20px;
  }
}
.cid-uhyxIq5NCd .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-uhyxIq5NCd .content-wrap {
    margin-bottom: 60px;
  }
}
.cid-uhyxIq5NCd .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uhyxIq5NCd .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uhyxIq5NCd .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uhyxIq5NCd .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.cid-uhyxIq5NCd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhyxIr9lvK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faae26;
}
.cid-uhyxIr9lvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyxIr9lvK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyxIr9lvK .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-uhyxIr9lvK .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uhyxIr9lvK .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uhyxIr9lvK .mbr-section-title {
  color: #e3ebf3;
  text-align: center;
}
.cid-uhyxIr9lvK .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uhyxIr9lvK .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-uhyxIr9lvK .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uhyxIr9lvK .cards-wrap {
    gap: 12px;
  }
}
.cid-uhyxIr9lvK .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #b9faf8;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uhyxIr9lvK .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-uhyxIr9lvK .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-uhyxIr9lvK .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-uhyxIr9lvK .card {
    width: 100%;
  }
}
.cid-uhyxIr9lvK .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-uhyxIr9lvK .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uhyxIr9lvK .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-uhyxIr9lvK .img-wrapper img {
    height: 80px;
  }
}
.cid-uhyxIr9lvK .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-uhyxIr9lvK .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-uhyxIr9lvK .card-title {
  color: #1a1e21;
}
.cid-uhyxIsCft8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b9faf8;
}
.cid-uhyxIsCft8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyxIsCft8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyxIsCft8 .row {
  justify-content: flex-start;
}
.cid-uhyxIsCft8 .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyxIsCft8 .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uhyxIsCft8 .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyxIsCft8 .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-uhyxIsCft8 .title-container {
    padding: 12px;
  }
}
.cid-uhyxIsCft8 .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uhyxIsCft8 .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-uhyxIsCft8 .content-container {
    padding: 24px 12px;
  }
}
.cid-uhyxIsCft8 .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uhyxIsCft8 .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uhyxIsCft8 .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uhyxIsCft8 .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-uhyxItyPyG {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #faae26;
}
.cid-uhyxItyPyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyxItyPyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyxItyPyG .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #b9faf8;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uhyxItyPyG .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uhyxItyPyG .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uhyxItyPyG .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uhyxItyPyG .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uhyxItyPyG .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uhyxItyPyG .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uhyxItyPyG .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uhyxItyPyG .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uhyxItyPyG .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uhyxItyPyG .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uhyxItyPyG .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uhyxItyPyG .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uhyxItyPyG .card-title {
  color: #000000;
  text-align: center;
}
.cid-uhyxItyPyG .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uhyxItyPyG .mbr-text {
    margin-top: 12px;
  }
}
.cid-uhyxItyPyG .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uhyxItyPyG .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uhyxItyPyG .mbr-text,
.cid-uhyxItyPyG .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uhyxIuF1rb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b9faf8;
}
.cid-uhyxIuF1rb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyxIuF1rb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyxIuF1rb .row {
  justify-content: flex-start;
}
.cid-uhyxIuF1rb .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyxIuF1rb .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uhyxIuF1rb .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyxIuF1rb .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-uhyxIuF1rb .title-container {
    padding: 12px;
  }
}
.cid-uhyxIuF1rb .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uhyxIuF1rb .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-uhyxIuF1rb .content-container {
    padding: 24px 12px;
  }
}
.cid-uhyxIuF1rb .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uhyxIuF1rb .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uhyxIuF1rb .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uhyxIuF1rb .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-uhyxIvOfn9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #faae26;
}
.cid-uhyxIvOfn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyxIvOfn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyxIvOfn9 .first {
  border-top: 2px solid #b9faf8;
}
.cid-uhyxIvOfn9 .panel-body {
  padding: 2rem 6rem;
}
@media (max-width: 767px) {
  .cid-uhyxIvOfn9 .panel-body {
    padding: 2rem 0rem;
  }
}
.cid-uhyxIvOfn9 .card-header {
  border-bottom: 2px solid #b9faf8;
  border-radius: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
.cid-uhyxIvOfn9 .card-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #b9faf8;
  transition: all 0.3s;
}
.cid-uhyxIvOfn9 .card-header a,
.cid-uhyxIvOfn9 .card-header h6,
.cid-uhyxIvOfn9 .card-header span {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-uhyxIvOfn9 .card-header:hover a,
.cid-uhyxIvOfn9 .card-header:hover h6,
.cid-uhyxIvOfn9 .card-header:hover span {
  color: #000000 !important;
}
.cid-uhyxIvOfn9 .card-header:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhyxIvOfn9 .card-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uhyxIvOfn9 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #b9faf8;
  margin-left: 1rem;
  z-index: 1;
}
.cid-uhyxIvOfn9 .panel-group {
  border: none;
}
.cid-uhyxIvOfn9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhyxIvOfn9 .panel-title-edit {
  color: #ffffff;
}
.cid-uhyxIvOfn9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhyxIvOfn9 H3 {
  color: #ffffff;
}
.cid-uhyxIvOfn9 .panel-text {
  color: #17003b;
}
.cid-uhyxIxa1KY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b9faf8;
}
.cid-uhyxIxa1KY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyxIxa1KY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyxIxa1KY .row {
  justify-content: flex-start;
}
.cid-uhyxIxa1KY .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyxIxa1KY .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uhyxIxa1KY .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyxIxa1KY .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-uhyxIxa1KY .title-container {
    padding: 12px;
  }
}
.cid-uhyxIxa1KY .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uhyxIxa1KY .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-uhyxIxa1KY .content-container {
    padding: 24px 12px;
  }
}
.cid-uhyxIxa1KY .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uhyxIxa1KY .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uhyxIxa1KY .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uhyxIxa1KY .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-uhyxIye01U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faae26;
}
.cid-uhyxIye01U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyxIye01U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyxIye01U .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #b9faf8;
  margin-bottom: 2rem;
}
.cid-uhyxIye01U .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #b9faf8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uhyxIye01U .card-wrapper {
    padding: 1rem;
  }
}
.cid-uhyxIye01U .card-title,
.cid-uhyxIye01U .card-wrapper {
  color: #19303d;
  text-align: center;
}
.cid-uhyxIye01U .card-text {
  text-align: center;
}
.cid-uhyxIzwnVr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #faae26;
}
.cid-uhyxIzwnVr .text-wrapper {
  padding: 2rem 0;
  padding-right: 20%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-left: 20%;
}
.cid-uhyxIzwnVr .text-wrapper:hover .mbr-section-title a {
  color: #faae26 !important;
}
.cid-uhyxIzwnVr .image-wrapper,
.cid-uhyxIzwnVr img {
  width: 100%;
  object-fit: cover;
}
.cid-uhyxIzwnVr .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #000000;
}
.cid-uhyxIzwnVr .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uhyxIzwnVr .mbr-section-btn .btn-secondary-outline:hover,
.cid-uhyxIzwnVr .mbr-section-btn .btn-secondary-outline .active,
.cid-uhyxIzwnVr .mbr-section-btn .btn-secondary-outline:focus {
  color: #b9faf8 !important;
}
@media (max-width: 991px) {
  .cid-uhyxIzwnVr {
    flex-direction: column;
  }
  .cid-uhyxIzwnVr .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhyxIzwnVr .text-wrapper {
    padding: 30px 1rem;
  }
}
.cid-uhyxIzwnVr .mbr-section-title {
  color: #000000;
}
.cid-uhyxIADVDB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b9faf8;
}
.cid-uhyxIADVDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyxIADVDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhyxIADVDB .container {
    padding: 0 20px;
  }
}
.cid-uhyxIADVDB .row {
  margin: 0;
}
.cid-uhyxIADVDB .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhyxIADVDB .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhyxIADVDB .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uhyxIADVDB .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uhyxIADVDB .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uhyxIADVDB .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uhyxIADVDB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhyxIBPw2h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #faae26;
}
.cid-uhyxIBPw2h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyxIBPw2h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyxIBPw2h .row {
  justify-content: flex-start;
}
.cid-uhyxIBPw2h .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyxIBPw2h .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uhyxIBPw2h .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-uhyxIBPw2h .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-uhyxIBPw2h .title-container {
    padding: 12px;
  }
}
.cid-uhyxIBPw2h .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uhyxIBPw2h .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-uhyxIBPw2h .content-container {
    padding: 24px 12px;
  }
}
.cid-uhyxIBPw2h .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uhyxIBPw2h .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uhyxIBPw2h .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uhyxIBPw2h .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-uhyxID3nvG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b9faf8;
}
.cid-uhyxID3nvG .row {
  position: relative;
}
.cid-uhyxID3nvG .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #b9faf8 50%, #ffffff);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uhyxID3nvG .row .blur-circle {
    display: none;
  }
}
.cid-uhyxID3nvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyxID3nvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyxID3nvG .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uhyxID3nvG .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uhyxID3nvG .row {
    padding: 0 24px;
  }
}
.cid-uhyxID3nvG .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.cid-uhyxID3nvG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhyxID3nvG .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uhyxID3nvG .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #faae26;
  z-index: -1;
}
.cid-uhyxID3nvG .tab-content {
  position: relative;
  z-index: 2;
}
.cid-uhyxID3nvG .tab-content .card {
  border: none;
  padding: 38px 0 26px;
  border-bottom: 2px solid #faae26;
  border-radius: 0;
}
.cid-uhyxID3nvG .tab-content .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uhyxID3nvG .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uhyxID3nvG .tab-content .card .card-header .panel-title:focus .mbr-iconfont {
  opacity: .7;
}
.cid-uhyxID3nvG .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 10px;
}
.cid-uhyxID3nvG .tab-content .card .card-header .panel-title .mbr-iconfont {
  transition: all .3s ease;
}
.cid-uhyxID3nvG .tab-content .card .panel-collapse .panel-body .panel-text {
  margin: 0;
}
.cid-uhyxID3nvG .mbr-section-title {
  color: #111111;
}
.cid-uhyxID3nvG .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-uhyxID3nvG .panel-title-edit,
.cid-uhyxID3nvG .mbr-iconfont {
  color: #000000;
}
.cid-uhyxIEjTUU .google-map {
  height: 30rem;
  position: relative;
}
.cid-uhyxIEjTUU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhyxIEjTUU .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhyxIEjTUU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhyxIEjTUU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhyxIFCOuo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faae26;
  overflow: hidden;
}
.cid-uhyxIFCOuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyxIFCOuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhyxIFCOuo .container {
    padding: 0 30px;
  }
}
.cid-uhyxIFCOuo .row {
  justify-content: center;
}
.cid-uhyxIFCOuo .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhyxIFCOuo .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhyxIFCOuo .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhyxIFCOuo .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhyxIFCOuo .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uhyxIFCOuo .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhyxIFCOuo .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhyxIFCOuo .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhyxIFCOuo .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhyxIFCOuo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uhyxIFCOuo .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhyxIFCOuo .nav-wrapper .list .item-wrap:hover,
.cid-uhyxIFCOuo .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhyxIFCOuo .nav-wrapper .list .item-wrap:hover::before,
.cid-uhyxIFCOuo .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uhyxIFCOuo .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhyxIFCOuo .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhyxIFCOuo .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhyxIFCOuo .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhyxIFCOuo .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhyxIFCOuo .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhyxIFCOuo .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uhyxIFCOuo .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhyxIFCOuo .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhyxIFCOuo .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uhyxIFCOuo .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uhyxIFCOuo .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uhyxIFCOuo .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhyxIFCOuo .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uhyxIFCOuo .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhyxIFCOuo .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhyxIFCOuo .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhyxIFCOuo .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhyxIFCOuo .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uhyxIFCOuo .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uhyxIFCOuo .mbr-section-title {
  color: #bee0d6;
}
.cid-uhyxIFCOuo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhyxIFCOuo .list {
  color: #bee0d6;
}
.cid-uhyxIFCOuo .mbr-address {
  color: #bee0d6;
}
.cid-uhyxIFCOuo .mbr-copy {
  color: #ffffff;
}
.cid-uhyxIFCOuo .list,
.cid-uhyxIFCOuo .item-wrap,
.cid-uhyxIFCOuo .nav-wrapper {
  color: #ffffff;
}
