.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 6.1rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.625rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.27rem;
    font-size: calc( 2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.27rem;
    font-size: calc( 2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn-secondary {
  color: #291f1e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #45592e;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #dde7d2 !important;
  border-color: #dde7d2 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #45592e !important;
  background-color: #dde7d2 !important;
  border-color: #dde7d2 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-secondary:hover span,
.btn-secondary:focus span,
.btn-secondary.focus span,
.btn-secondary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-secondary div {
  overflow: hidden;
}
.btn-secondary span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #291f1e !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #291f1e !important;
  border-color: #291f1e !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #463534 !important;
  border-color: #463534 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #463534 !important;
  border-color: #463534 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-primary:hover span,
.btn-primary:focus span,
.btn-primary.focus span,
.btn-primary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-primary div {
  overflow: hidden;
}
.btn-primary span {
  display: block;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-info:hover span,
.btn-info:focus span,
.btn-info.focus span,
.btn-info.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-info div {
  overflow: hidden;
}
.btn-info span {
  display: block;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-success:hover span,
.btn-success:focus span,
.btn-success.focus span,
.btn-success.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-success div {
  overflow: hidden;
}
.btn-success span {
  display: block;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-warning:hover span,
.btn-warning:focus span,
.btn-warning.focus span,
.btn-warning.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-warning div {
  overflow: hidden;
}
.btn-warning span {
  display: block;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-danger:hover span,
.btn-danger:focus span,
.btn-danger.focus span,
.btn-danger.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-danger div {
  overflow: hidden;
}
.btn-danger span {
  display: block;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-white:hover span,
.btn-white:focus span,
.btn-white.focus span,
.btn-white.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-white div {
  overflow: hidden;
}
.btn-white span {
  display: block;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-black:hover span,
.btn-black:focus span,
.btn-black.focus span,
.btn-black.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-black div {
  overflow: hidden;
}
.btn-black span {
  display: block;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #291f1e;
  color: #291f1e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #291f1e !important;
  border-color: #291f1e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c4d6b0;
  color: #c4d6b0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #99b877 !important;
  background-color: transparent !important;
  border-color: #99b877 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #45592e !important;
  background-color: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #291f1e !important;
}
.text-secondary {
  color: #c4d6b0 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #92b36d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #291f1e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #291f1e;
  border-color: #291f1e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #291f1e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dcd1d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #291f1e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #291f1e;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #291f1e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #291f1e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #291f1e;
  border-bottom-color: #291f1e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #291f1e !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: #c4d6b0 !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='%23291f1e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tZs5WZkOu5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZs5WZkOu5 .btn {
  font-weight: 400;
}
.cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZs5WZkOu5 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tZs5WZkOu5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZs5WZkOu5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZs5WZkOu5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-tZs5WZkOu5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tZs5WZkOu5 .iconfont-wrapper {
  color: #7787a5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
}
.cid-tZs5WZkOu5 .nav-item:focus,
.cid-tZs5WZkOu5 .nav-link:focus {
  outline: none;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZs5WZkOu5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZs5WZkOu5 .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;
}
.cid-tZs5WZkOu5 .navbar.opened {
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZs5WZkOu5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tZs5WZkOu5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tZs5WZkOu5 .navbar.collapsed {
  justify-content: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZs5WZkOu5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar {
    min-height: 72px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZs5WZkOu5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZs5WZkOu5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZs5WZkOu5 .dropdown-item.active,
.cid-tZs5WZkOu5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tZs5WZkOu5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZs5WZkOu5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZs5WZkOu5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-buttons {
    text-align: left;
  }
}
.cid-tZs5WZkOu5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-tZs5WZkOu5 .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-tZs5WZkOu5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZs5WZkOu5 .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-tZs5WZkOu5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZs5WZkOu5 .navbar {
    height: 70px;
  }
  .cid-tZs5WZkOu5 .navbar.opened {
    height: auto;
  }
  .cid-tZs5WZkOu5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZs5WZkOu5 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZs5WZkOu5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZs5WZkOu5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-brand {
    margin-right: auto;
  }
  .cid-tZs5WZkOu5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZs5WZkOu5 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tZs5WPRvK6 {
  display: flex;
  background-image: url("../../../assets/images/330465682-575990381237591-4539786201789404984-n-2000x1280.jpg");
}
.cid-tZs5WPRvK6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-tZs5WPRvK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZs5WPRvK6 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-tZs5WPRvK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZs5WPRvK6 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tZs5WPRvK6 {
    align-items: center;
  }
  .cid-tZs5WPRvK6 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZs5WPRvK6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZs5WPRvK6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZs5WPRvK6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZs5WPRvK6 .content-wrap {
    width: 100%;
  }
}
.cid-tZs5WPRvK6 .mbr-section-subtitle,
.cid-tZs5WPRvK6 .line {
  color: #ffffff;
}
.cid-tZs5WPRvK6 .mbr-text,
.cid-tZs5WPRvK6 .mbr-section-btn {
  text-align: right;
}
.cid-tZs9RoHwNm {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-tZs9RoHwNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZs9RoHwNm .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-tZs9RoHwNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZs9RoHwNm .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.cid-tZs9RoHwNm .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-tZs9RoHwNm .btn div {
  overflow: hidden;
}
.cid-tZs9RoHwNm .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-tZs9RoHwNm {
    align-items: center;
  }
  .cid-tZs9RoHwNm .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZs9RoHwNm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZs9RoHwNm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZs9RoHwNm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZs9RoHwNm .content-wrap {
    width: 100%;
  }
}
.cid-tZs9RoHwNm .mbr-section-subtitle,
.cid-tZs9RoHwNm .line {
  color: #291f1e;
}
.cid-tZs9RoHwNm .mbr-text,
.cid-tZs9RoHwNm .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-tZs9RoHwNm .mbr-section-title {
  color: #291f1e;
}
.cid-uxwawwOEhk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uxwawwOEhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxwawwOEhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxwawwOEhk .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxwawwOEhk .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uxwawwOEhk .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uxwawwOEhk .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uxwawwOEhk .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uxwawwOEhk .item {
    margin-bottom: 28px;
  }
}
.cid-uxwawwOEhk .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uxwawwOEhk .item .item-wrapper:hover,
.cid-uxwawwOEhk .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uxwawwOEhk .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #7787a5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uxwawwOEhk .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uxwawwOEhk .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uxwawwOEhk .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uxwawwOEhk .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uxwawwOEhk .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uxwawwOEhk .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uxwawwOEhk .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uxwawwOEhk .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uxwawwOEhk .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uxwawwOEhk .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uxwawwOEhk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxwawwOEhk .item-title {
  color: #9aa0a6;
}
.cid-uxwawwOEhk .item-text {
  color: #ffffff;
}
.cid-uxwawwOEhk .item-date {
  color: #9aa0a6;
}
.cid-uxwawwOEhk .mbr-section-title,
.cid-uxwawwOEhk .mbr-section-btn {
  text-align: center;
}
.cid-uxwawwOEhk .item-title,
.cid-uxwawwOEhk .icon-wrapper {
  color: #232323;
}
.cid-uxy6YTD0Ef {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uxy6YTD0Ef .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxy6YTD0Ef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-uxy6YTD0Ef .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-uxy6YTD0Ef .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxy6YTD0Ef .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uxy6YTD0Ef .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uxy6YTD0Ef .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uxy6YTD0Ef .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxy6YTD0Ef .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uxy6YTD0Ef .mbr-section-title {
  color: #ffffff;
}
.cid-uxy6YTD0Ef .mbr-text,
.cid-uxy6YTD0Ef .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uxy6YTD0Ef .mbr-section-title,
.cid-uxy6YTD0Ef .mbr-section-btn {
  text-align: center;
}
.cid-uxwsb7Xmgz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f6463;
}
.cid-uxwsb7Xmgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxwsb7Xmgz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxwsb7Xmgz .content-wrapper .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxwsb7Xmgz .content-wrapper .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uxwsb7Xmgz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uxwsb7Xmgz .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-uxwsb7Xmgz .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxwsb7Xmgz .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxwsb7Xmgz .box {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uxwsb7Xmgz .box {
    width: 100%;
  }
}
.cid-uxwsb7Xmgz .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uxwsb7Xmgz .box .mbr-media {
    height: 350px;
  }
}
.cid-uxwsb7Xmgz .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uxwsb7Xmgz .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-uxwsb7Xmgz .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #d0e59f;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uxwsb7Xmgz .mbr-media {
  position: relative;
}
.cid-uxwsb7Xmgz .mbr-media img {
  object-fit: cover;
}
.cid-uxwsb7Xmgz a:hover {
  background-image: none !important;
}
.cid-uxwsb7Xmgz .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 95px;
  width: 95px;
  border-radius: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uxwsb7Xmgz .icon-wrap:hover,
.cid-uxwsb7Xmgz .icon-wrap:focus {
  background-color: #d0e59f;
}
.cid-uxwsb7Xmgz .icon-wrap:hover .mbr-iconfont,
.cid-uxwsb7Xmgz .icon-wrap:focus .mbr-iconfont {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uxwsb7Xmgz .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-uxwsb7Xmgz .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uxwsb7Xmgz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxwsb7Xmgz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxwsb7Xmgz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxwsb7Xmgz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxwsb7Xmgz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxwsb7Xmgz .mbr-section-title {
  color: #000000;
}
.cid-uxwsb7Xmgz .mbr-text {
  color: #000000;
}
.cid-uxwsb7Xmgz .mbr-section-title,
.cid-uxwsb7Xmgz .mbr-section-btn {
  color: #ffffff;
}
.cid-uxwsb7Xmgz .mbr-text,
.cid-uxwsb7Xmgz .text-wrapper {
  color: #a0e1e1;
}
.cid-uxy39b5HDm {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #1f6463;
}
.cid-uxy39b5HDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxy39b5HDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxy39b5HDm .content-wrapper .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxy39b5HDm .content-wrapper .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uxy39b5HDm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uxy39b5HDm .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-uxy39b5HDm .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxy39b5HDm .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxy39b5HDm .box {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uxy39b5HDm .box {
    width: 100%;
  }
}
.cid-uxy39b5HDm .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uxy39b5HDm .box .mbr-media {
    height: 350px;
  }
}
.cid-uxy39b5HDm .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uxy39b5HDm .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-uxy39b5HDm .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #bcef9b;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uxy39b5HDm .mbr-media {
  position: relative;
}
.cid-uxy39b5HDm .mbr-media img {
  object-fit: cover;
}
.cid-uxy39b5HDm a:hover {
  background-image: none !important;
}
.cid-uxy39b5HDm .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 95px;
  width: 95px;
  border-radius: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uxy39b5HDm .icon-wrap:hover,
.cid-uxy39b5HDm .icon-wrap:focus {
  background-color: #bcef9b;
}
.cid-uxy39b5HDm .icon-wrap:hover .mbr-iconfont,
.cid-uxy39b5HDm .icon-wrap:focus .mbr-iconfont {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uxy39b5HDm .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-uxy39b5HDm .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uxy39b5HDm .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxy39b5HDm .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxy39b5HDm .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxy39b5HDm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxy39b5HDm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxy39b5HDm .mbr-section-title {
  color: #000000;
}
.cid-uxy39b5HDm .mbr-text {
  color: #000000;
}
.cid-uDJWitKLVm {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uDJWitKLVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJWitKLVm .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uDJWitKLVm .image-wrapper,
.cid-uDJWitKLVm img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDJWitKLVm .image-wrapper,
  .cid-uDJWitKLVm img {
    padding-bottom: 0.5rem;
  }
}
.cid-uDJWitKLVm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJWitKLVm h1 {
  max-width: 800px;
}
.cid-uDJWitKLVm p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDJWitKLVm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDJWitKLVm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDJWitKLVm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDJWitKLVm .content-wrap {
    width: 100%;
  }
}
.cid-uDJWitKLVm .mbr-section-subtitle,
.cid-uDJWitKLVm .line {
  color: #291f1e;
}
.cid-uDJWitKLVm .mbr-text,
.cid-uDJWitKLVm .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uDJWitKLVm .mbr-section-title {
  color: #291f1e;
}
.cid-uDJWitKLVm .mbr-section-title,
.cid-uDJWitKLVm .mbr-section-btn,
.cid-uDJWitKLVm .line {
  text-align: left;
  color: #291f1e;
}
.cid-uDJWitKLVm .mbr-text {
  text-align: right;
}
.cid-uxyatb0CAw {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uxyatb0CAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxyatb0CAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxyatb0CAw .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxyatb0CAw .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uxyatb0CAw .items-wrapper {
  margin: 0 -5px;
}
.cid-uxyatb0CAw .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uxyatb0CAw .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-uxyatb0CAw .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-uxyatb0CAw .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uxyatb0CAw .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-uxyatb0CAw .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .cid-uxyatb0CAw .content-wrapper .mbr-section-subtitle {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uxyatb0CAw .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-uxyatb0CAw .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-uxyatb0CAw .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-uxyatb0CAw .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uxyatb0CAw .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uxyatb0CAw .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-desc {
  width: 50%;
  padding-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxyatb0CAw .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-desc {
    width: 100%;
    margin-bottom: 6px;
    padding-right: 0;
  }
}
.cid-uxyatb0CAw .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxyatb0CAw .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-text {
    width: 100%;
  }
}
.cid-uxyatb0CAw .map-wrapper {
  height: 100%;
}
.cid-uxyatb0CAw .map-wrapper .google-map {
  height: 100%;
}
.cid-uxyatb0CAw .map-wrapper .google-map iframe {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uxyatb0CAw .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uxyatb0CAw .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-uxyatb0CAw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxyatb0CAw .mbr-section-subtitle {
  color: #291f1e;
}
.cid-uxyatb0CAw .card-desc {
  color: #291f1e;
}
.cid-uxyatb0CAw .card-text {
  color: #1f6463;
}
.cid-uOqsDiWb6J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #291f1e;
}
.cid-uOqsDiWb6J input {
  padding: 1.5rem 2rem;
  border: 0px !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uOqsDiWb6J input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uOqsDiWb6J .btn,
.cid-uOqsDiWb6J .wrapper {
  border-radius: 2rem !important;
}
.cid-uOqsDiWb6J .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uOqsDiWb6J .btn {
    width: 100%;
  }
}
.cid-uOqsDiWb6J .btn:hover,
.cid-uOqsDiWb6J .btn:focus {
  transform: none !important;
}
.cid-uOqsDiWb6J .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uOqsDiWb6J .social-row {
    justify-content: center;
  }
}
.cid-uOqsDiWb6J .soc-item {
  margin: 8px;
}
.cid-uOqsDiWb6J .soc-item a:hover .mbr-iconfont,
.cid-uOqsDiWb6J .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
  transform: scale(1.1);
}
.cid-uOqsDiWb6J .soc-item a .mbr-iconfont {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 26px;
  background-color: #9c98cf;
  color: #291f1e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOqsDiWb6J .soc-item a .mbr-iconfont {
    width: 54px;
    height: 54px;
  }
}
.cid-uOqsDiWb6J .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uOqsDiWb6J .mbr-section-btn {
    width: 100%;
  }
}
.cid-uOqsDiWb6J .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uOqsDiWb6J .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uOqsDiWb6J .form-group {
  margin: 0;
}
.cid-uOqsDiWb6J .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uOqsDiWb6J .wrapper {
    border-radius: 1rem !important;
    width: 100%;
    margin: 0;
  }
  .cid-uOqsDiWb6J .wrapper .btn {
    border-radius: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOqsDiWb6J .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOqsDiWb6J .justify-content-center {
  align-items: center;
}
.cid-uOqsDiWb6J .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uOqsDiWb6J .mbr-section-title,
.cid-uOqsDiWb6J .mbr-section-title2 {
  color: #fffcee;
}
@media (max-width: 767px) {
  .cid-uOqsDiWb6J .mbr-section-title,
  .cid-uOqsDiWb6J .mbr-section-title2 {
    text-align: center;
  }
}
.cid-uCBFl7F3A1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1f6463;
  overflow: hidden;
}
.cid-uCBFl7F3A1 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-tZs5WZkOu5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZs5WZkOu5 .btn {
  font-weight: 400;
}
.cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZs5WZkOu5 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tZs5WZkOu5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZs5WZkOu5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZs5WZkOu5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-tZs5WZkOu5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tZs5WZkOu5 .iconfont-wrapper {
  color: #7787a5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
}
.cid-tZs5WZkOu5 .nav-item:focus,
.cid-tZs5WZkOu5 .nav-link:focus {
  outline: none;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZs5WZkOu5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZs5WZkOu5 .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;
}
.cid-tZs5WZkOu5 .navbar.opened {
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZs5WZkOu5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tZs5WZkOu5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tZs5WZkOu5 .navbar.collapsed {
  justify-content: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZs5WZkOu5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar {
    min-height: 72px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZs5WZkOu5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZs5WZkOu5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZs5WZkOu5 .dropdown-item.active,
.cid-tZs5WZkOu5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tZs5WZkOu5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZs5WZkOu5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZs5WZkOu5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-buttons {
    text-align: left;
  }
}
.cid-tZs5WZkOu5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-tZs5WZkOu5 .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-tZs5WZkOu5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZs5WZkOu5 .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-tZs5WZkOu5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZs5WZkOu5 .navbar {
    height: 70px;
  }
  .cid-tZs5WZkOu5 .navbar.opened {
    height: auto;
  }
  .cid-tZs5WZkOu5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZs5WZkOu5 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZs5WZkOu5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZs5WZkOu5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-brand {
    margin-right: auto;
  }
  .cid-tZs5WZkOu5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZs5WZkOu5 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uB96U6oBed {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uB96U6oBed .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB96U6oBed .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #291f1e;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-uB96U6oBed h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-uB96U6oBed h1 {
    margin-bottom: 1rem;
  }
}
.cid-uB96U6oBed p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-uB96U6oBed p {
    margin-bottom: 2rem;
  }
}
.cid-uB96U6oBed .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-uB96U6oBed .image-wrapper,
.cid-uB96U6oBed img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uB96U6oBed .image-wrapper,
  .cid-uB96U6oBed img {
    padding-bottom: 0.5rem;
  }
}
.cid-uB96U6oBed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uB96U6oBed .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uB96U6oBed {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uB96U6oBed .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uB96U6oBed .content-wrap {
    width: 100%;
  }
}
.cid-uB96U6oBed .mbr-section-subtitle,
.cid-uB96U6oBed .line {
  color: #291f1e;
}
.cid-uB96U6oBed .mbr-text,
.cid-uB96U6oBed .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uB96U6oBed .mbr-section-title {
  color: #291f1e;
}
.cid-uB96U6oBed .mbr-section-title,
.cid-uB96U6oBed .mbr-section-btn,
.cid-uB96U6oBed .line {
  text-align: left;
  color: #291f1e;
}
.cid-uB96U6oBed .mbr-text {
  text-align: left;
}
.cid-uBdsKw0EEB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f6463;
}
.cid-uBdsKw0EEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBdsKw0EEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBdsKw0EEB .content-wrapper .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uBdsKw0EEB .content-wrapper .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uBdsKw0EEB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uBdsKw0EEB .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-uBdsKw0EEB .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBdsKw0EEB .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBdsKw0EEB .box {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uBdsKw0EEB .box {
    width: 100%;
  }
}
.cid-uBdsKw0EEB .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uBdsKw0EEB .box .mbr-media {
    height: 350px;
  }
}
.cid-uBdsKw0EEB .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uBdsKw0EEB .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-uBdsKw0EEB .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #d0e59f;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uBdsKw0EEB .mbr-media {
  position: relative;
}
.cid-uBdsKw0EEB .mbr-media img {
  object-fit: cover;
}
.cid-uBdsKw0EEB a:hover {
  background-image: none !important;
}
.cid-uBdsKw0EEB .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 95px;
  width: 95px;
  border-radius: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uBdsKw0EEB .icon-wrap:hover,
.cid-uBdsKw0EEB .icon-wrap:focus {
  background-color: #d0e59f;
}
.cid-uBdsKw0EEB .icon-wrap:hover .mbr-iconfont,
.cid-uBdsKw0EEB .icon-wrap:focus .mbr-iconfont {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uBdsKw0EEB .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-uBdsKw0EEB .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uBdsKw0EEB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uBdsKw0EEB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uBdsKw0EEB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uBdsKw0EEB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uBdsKw0EEB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uBdsKw0EEB .mbr-section-title {
  color: #000000;
}
.cid-uBdsKw0EEB .mbr-text {
  color: #000000;
}
.cid-uBdsKw0EEB .mbr-section-title,
.cid-uBdsKw0EEB .mbr-section-btn {
  color: #ffffff;
}
.cid-uBdsKw0EEB .mbr-text,
.cid-uBdsKw0EEB .text-wrapper {
  color: #a0e1e1;
}
.cid-uBdtH2Ns8S {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffcee;
}
.cid-uBdtH2Ns8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBdtH2Ns8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBdtH2Ns8S .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-uBdtH2Ns8S .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uBdtH2Ns8S .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uBdtH2Ns8S {
    align-items: center;
  }
  .cid-uBdtH2Ns8S .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBdtH2Ns8S .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBdtH2Ns8S {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBdtH2Ns8S .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBdtH2Ns8S .content-wrap {
    width: 100%;
  }
}
.cid-uBdtH2Ns8S .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uBdtH2Ns8S .mbr-text,
.cid-uBdtH2Ns8S .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-uBdtH2Ns8S .mbr-section-title,
.cid-uBdtH2Ns8S .line {
  color: #0c2c68;
}
.cid-uBdtXj1pbs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uBdtXj1pbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBdtXj1pbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBdtXj1pbs .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uBdtXj1pbs .container {
    padding: 10px 8px;
  }
}
.cid-uBdtXj1pbs .row {
  margin: 0;
}
.cid-uBdtXj1pbs .row .card {
  padding: 0;
}
.cid-uBdtXj1pbs .box {
  margin-left: 8px;
}
@media (max-width: 992px) {
  .cid-uBdtXj1pbs .box {
    margin: 0;
  }
}
.cid-uBdtXj1pbs .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 570px;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uBdtXj1pbs .box .mbr-media {
    height: 350px;
  }
}
.cid-uBdtXj1pbs .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-uBdtXj1pbs .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uBdtXj1pbs .mbr-media {
  position: relative;
}
.cid-uBdtXj1pbs .mbr-media img {
  object-fit: cover;
}
.cid-uBdtXj1pbs a:hover {
  background-image: none !important;
}
.cid-uBdtXj1pbs .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  background-color: #3283fb;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-uBdtXj1pbs .icon-wrap:hover,
.cid-uBdtXj1pbs .icon-wrap:focus {
  cursor: pointer;
  background-color: #ffffff;
}
.cid-uBdtXj1pbs .icon-wrap:hover .mbr-iconfont,
.cid-uBdtXj1pbs .icon-wrap:focus .mbr-iconfont {
  color: #3283fb;
}
.cid-uBdtXj1pbs .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uBdtXj1pbs .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uBdtXj1pbs .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uBdtXj1pbs .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uBdtXj1pbs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uBdtXj1pbs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uBdtXj1pbs .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uBdtXj1pbs .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uBdtXj1pbs .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-uBdtXj1pbs .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uBdtXj1pbs .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uBdtXj1pbs .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-uBdtXj1pbs .mbr-section-title {
  color: #222222;
}
.cid-uBdtXj1pbs .mbr-section-title,
.cid-uBdtXj1pbs .mbr-section-btn {
  text-align: center;
}
.cid-uBduy3m5p9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uBduy3m5p9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBduy3m5p9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBduy3m5p9 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uBduy3m5p9 .container {
    padding: 10px 8px;
  }
}
.cid-uBduy3m5p9 .row {
  margin: 0;
}
.cid-uBduy3m5p9 .row .card {
  padding: 0;
}
.cid-uBduy3m5p9 .box {
  margin-left: 8px;
  margin-left: 0;
  margin-right: 8px;
}
@media (max-width: 992px) {
  .cid-uBduy3m5p9 .box {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uBduy3m5p9 .box {
    margin: 0;
  }
}
.cid-uBduy3m5p9 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 570px;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uBduy3m5p9 .box .mbr-media {
    height: 350px;
  }
}
.cid-uBduy3m5p9 .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-uBduy3m5p9 .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uBduy3m5p9 .mbr-media {
  position: relative;
}
.cid-uBduy3m5p9 .mbr-media img {
  object-fit: cover;
}
.cid-uBduy3m5p9 a:hover {
  background-image: none !important;
}
.cid-uBduy3m5p9 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  background-color: #3283fb;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-uBduy3m5p9 .icon-wrap:hover,
.cid-uBduy3m5p9 .icon-wrap:focus {
  cursor: pointer;
  background-color: #ffffff;
}
.cid-uBduy3m5p9 .icon-wrap:hover .mbr-iconfont,
.cid-uBduy3m5p9 .icon-wrap:focus .mbr-iconfont {
  color: #3283fb;
}
.cid-uBduy3m5p9 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uBduy3m5p9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uBduy3m5p9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uBduy3m5p9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uBduy3m5p9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uBduy3m5p9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uBduy3m5p9 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
  margin-right: 0;
  margin-left: 8px;
}
@media (max-width: 992px) {
  .cid-uBduy3m5p9 .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 992px) {
  .cid-uBduy3m5p9 .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uBduy3m5p9 .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-uBduy3m5p9 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uBduy3m5p9 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uBduy3m5p9 .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-uBduy3m5p9 .mbr-section-title {
  color: #222222;
}
.cid-uBduy3m5p9 .mbr-section-title,
.cid-uBduy3m5p9 .mbr-section-btn {
  text-align: center;
}
.cid-uBdvIY1Joa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cecdc7;
}
.cid-uBdvIY1Joa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBdvIY1Joa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBdvIY1Joa .row {
  justify-content: space-between;
}
.cid-uBdvIY1Joa .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uBdvIY1Joa .content-wrapper {
    padding: 0;
  }
}
.cid-uBdvIY1Joa .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBdvIY1Joa .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBdvIY1Joa .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBdvIY1Joa .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBdvIY1Joa .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBdvIY1Joa .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uBdvIY1Joa .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uBdvIY1Joa .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uBdvIY1Joa .mbr-section-title {
  color: #000000;
}
.cid-uBdvIY1Joa .mbr-desc {
  color: #000000;
}
.cid-uBdvIY1Joa .mbr-text {
  color: #000000;
}
.cid-uCBFl7F3A1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1f6463;
  overflow: hidden;
}
.cid-uCBFl7F3A1 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uOwcWmsHSx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #291f1e;
}
.cid-uOwcWmsHSx input {
  padding: 1.5rem 2rem;
  border: 0px !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uOwcWmsHSx input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uOwcWmsHSx .btn,
.cid-uOwcWmsHSx .wrapper {
  border-radius: 2rem !important;
}
.cid-uOwcWmsHSx .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uOwcWmsHSx .btn {
    width: 100%;
  }
}
.cid-uOwcWmsHSx .btn:hover,
.cid-uOwcWmsHSx .btn:focus {
  transform: none !important;
}
.cid-uOwcWmsHSx .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uOwcWmsHSx .social-row {
    justify-content: center;
  }
}
.cid-uOwcWmsHSx .soc-item {
  margin: 8px;
}
.cid-uOwcWmsHSx .soc-item a:hover .mbr-iconfont,
.cid-uOwcWmsHSx .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
  transform: scale(1.1);
}
.cid-uOwcWmsHSx .soc-item a .mbr-iconfont {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 26px;
  background-color: #9c98cf;
  color: #291f1e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOwcWmsHSx .soc-item a .mbr-iconfont {
    width: 54px;
    height: 54px;
  }
}
.cid-uOwcWmsHSx .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uOwcWmsHSx .mbr-section-btn {
    width: 100%;
  }
}
.cid-uOwcWmsHSx .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uOwcWmsHSx .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uOwcWmsHSx .form-group {
  margin: 0;
}
.cid-uOwcWmsHSx .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uOwcWmsHSx .wrapper {
    border-radius: 1rem !important;
    width: 100%;
    margin: 0;
  }
  .cid-uOwcWmsHSx .wrapper .btn {
    border-radius: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOwcWmsHSx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOwcWmsHSx .justify-content-center {
  align-items: center;
}
.cid-uOwcWmsHSx .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uOwcWmsHSx .mbr-section-title,
.cid-uOwcWmsHSx .mbr-section-title2 {
  color: #fffcee;
}
@media (max-width: 767px) {
  .cid-uOwcWmsHSx .mbr-section-title,
  .cid-uOwcWmsHSx .mbr-section-title2 {
    text-align: center;
  }
}
.cid-uxyIxHMqVG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxyIxHMqVG .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-uxyIxHMqVG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxyIxHMqVG .btn {
  font-weight: 400;
}
.cid-uxyIxHMqVG .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-uxyIxHMqVG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxyIxHMqVG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxyIxHMqVG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxyIxHMqVG .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uxyIxHMqVG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxyIxHMqVG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uxyIxHMqVG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxyIxHMqVG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxyIxHMqVG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxyIxHMqVG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uxyIxHMqVG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxyIxHMqVG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxyIxHMqVG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxyIxHMqVG .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxyIxHMqVG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxyIxHMqVG .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxyIxHMqVG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxyIxHMqVG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxyIxHMqVG .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uxyIxHMqVG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxyIxHMqVG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxyIxHMqVG .iconfont-wrapper {
  color: #7787a5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxyIxHMqVG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
}
.cid-uxyIxHMqVG .nav-item:focus,
.cid-uxyIxHMqVG .nav-link:focus {
  outline: none;
}
.cid-uxyIxHMqVG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxyIxHMqVG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxyIxHMqVG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxyIxHMqVG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxyIxHMqVG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxyIxHMqVG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxyIxHMqVG .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;
}
.cid-uxyIxHMqVG .navbar.opened {
  transition: all 0.25s;
}
.cid-uxyIxHMqVG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxyIxHMqVG .navbar .navbar-logo img {
  width: auto;
}
.cid-uxyIxHMqVG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxyIxHMqVG .navbar.collapsed {
  justify-content: center;
}
.cid-uxyIxHMqVG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxyIxHMqVG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxyIxHMqVG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-uxyIxHMqVG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxyIxHMqVG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxyIxHMqVG .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-uxyIxHMqVG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxyIxHMqVG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxyIxHMqVG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxyIxHMqVG .navbar {
    min-height: 72px;
  }
  .cid-uxyIxHMqVG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxyIxHMqVG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxyIxHMqVG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxyIxHMqVG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxyIxHMqVG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxyIxHMqVG .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-uxyIxHMqVG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxyIxHMqVG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxyIxHMqVG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxyIxHMqVG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxyIxHMqVG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxyIxHMqVG .dropdown-item.active,
.cid-uxyIxHMqVG .dropdown-item:active {
  background-color: transparent;
}
.cid-uxyIxHMqVG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxyIxHMqVG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxyIxHMqVG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxyIxHMqVG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uxyIxHMqVG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxyIxHMqVG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxyIxHMqVG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxyIxHMqVG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxyIxHMqVG .navbar-buttons {
    text-align: left;
  }
}
.cid-uxyIxHMqVG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxyIxHMqVG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxyIxHMqVG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxyIxHMqVG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxyIxHMqVG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxyIxHMqVG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxyIxHMqVG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxyIxHMqVG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxyIxHMqVG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxyIxHMqVG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxyIxHMqVG .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-uxyIxHMqVG .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-uxyIxHMqVG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxyIxHMqVG .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-uxyIxHMqVG .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxyIxHMqVG .navbar {
    height: 70px;
  }
  .cid-uxyIxHMqVG .navbar.opened {
    height: auto;
  }
  .cid-uxyIxHMqVG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxyIxHMqVG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxyIxHMqVG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxyIxHMqVG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxyIxHMqVG .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxyIxHMqVG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxyIxHMqVG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxyIxHMqVG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxyIxHMqVG .navbar-brand {
    margin-right: auto;
  }
  .cid-uxyIxHMqVG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-uxyIxHMqVG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxyIxHMqVG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxyIxHMqVG .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-uxyIxHMqVG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxyIxHMqVG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxyIxHMqVG .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxyIxHMqVG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxyIxHMqVG .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-uxyIxHMqVG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxyIxHMqVG .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxyIxHMqVG .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxyIxHMqVG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC56vifsdX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC56vifsdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC56vifsdX .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-uC56vifsdX .container {
    padding: 0 30px;
  }
}
.cid-uC56vifsdX .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uC56vifsdX .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uC56vifsdX .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uC56vifsdX .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uC56vifsdX .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uC56vifsdX .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uC56vifsdX .items-wrapper {
    display: block;
  }
}
.cid-uC56vifsdX .items-wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #dbf5d1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.cid-uC56vifsdX .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uC56vifsdX .items-wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #dbf5d1;
  }
}
.cid-uC56vifsdX .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uC56vifsdX .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uC56vifsdX .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uC56vifsdX .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uC56vifsdX .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 30px;
}
.cid-uC56vifsdX .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uC56vifsdX .items-wrapper .item .mbr-section-btn {
  margin-top: 30px;
}
.cid-uC56vifsdX .item-date {
  color: #22654E;
}
.cid-uC56vifsdX .item-title {
  color: #22654E;
}
.cid-uC56vifsdX .item-text {
  color: #0c2c68;
}
.cid-uC56vifsdX .item-title,
.cid-uC56vifsdX .mbr-section-btn {
  color: #0c2c68;
}
.cid-uCBFl7F3A1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1f6463;
  overflow: hidden;
}
.cid-uCBFl7F3A1 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uxyIztnMfl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxyIztnMfl .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-uxyIztnMfl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxyIztnMfl .btn {
  font-weight: 400;
}
.cid-uxyIztnMfl .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-uxyIztnMfl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxyIztnMfl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxyIztnMfl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxyIztnMfl .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uxyIztnMfl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxyIztnMfl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uxyIztnMfl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxyIztnMfl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxyIztnMfl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxyIztnMfl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uxyIztnMfl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxyIztnMfl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxyIztnMfl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxyIztnMfl .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxyIztnMfl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxyIztnMfl .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxyIztnMfl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxyIztnMfl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxyIztnMfl .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uxyIztnMfl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxyIztnMfl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxyIztnMfl .iconfont-wrapper {
  color: #7787a5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxyIztnMfl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
}
.cid-uxyIztnMfl .nav-item:focus,
.cid-uxyIztnMfl .nav-link:focus {
  outline: none;
}
.cid-uxyIztnMfl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxyIztnMfl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxyIztnMfl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxyIztnMfl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxyIztnMfl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxyIztnMfl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxyIztnMfl .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;
}
.cid-uxyIztnMfl .navbar.opened {
  transition: all 0.25s;
}
.cid-uxyIztnMfl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxyIztnMfl .navbar .navbar-logo img {
  width: auto;
}
.cid-uxyIztnMfl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxyIztnMfl .navbar.collapsed {
  justify-content: center;
}
.cid-uxyIztnMfl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxyIztnMfl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxyIztnMfl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-uxyIztnMfl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxyIztnMfl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxyIztnMfl .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-uxyIztnMfl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxyIztnMfl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxyIztnMfl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxyIztnMfl .navbar {
    min-height: 72px;
  }
  .cid-uxyIztnMfl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxyIztnMfl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxyIztnMfl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxyIztnMfl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxyIztnMfl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxyIztnMfl .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-uxyIztnMfl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxyIztnMfl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxyIztnMfl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxyIztnMfl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxyIztnMfl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxyIztnMfl .dropdown-item.active,
.cid-uxyIztnMfl .dropdown-item:active {
  background-color: transparent;
}
.cid-uxyIztnMfl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxyIztnMfl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxyIztnMfl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxyIztnMfl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uxyIztnMfl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxyIztnMfl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxyIztnMfl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxyIztnMfl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxyIztnMfl .navbar-buttons {
    text-align: left;
  }
}
.cid-uxyIztnMfl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxyIztnMfl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxyIztnMfl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxyIztnMfl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxyIztnMfl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxyIztnMfl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxyIztnMfl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxyIztnMfl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxyIztnMfl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxyIztnMfl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxyIztnMfl .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-uxyIztnMfl .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-uxyIztnMfl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxyIztnMfl .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-uxyIztnMfl .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxyIztnMfl .navbar {
    height: 70px;
  }
  .cid-uxyIztnMfl .navbar.opened {
    height: auto;
  }
  .cid-uxyIztnMfl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxyIztnMfl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxyIztnMfl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxyIztnMfl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxyIztnMfl .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxyIztnMfl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxyIztnMfl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxyIztnMfl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxyIztnMfl .navbar-brand {
    margin-right: auto;
  }
  .cid-uxyIztnMfl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-uxyIztnMfl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxyIztnMfl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxyIztnMfl .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-uxyIztnMfl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxyIztnMfl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxyIztnMfl .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxyIztnMfl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxyIztnMfl .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-uxyIztnMfl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxyIztnMfl .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxyIztnMfl .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxyIztnMfl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBeHFA0MHz {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBeHFA0MHz .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uBeHFA0MHz .card-wrapper {
  background-color: #fcf5e6;
  border-radius: 16px;
}
.cid-uBeHFA0MHz .image-wrapper {
  height: 100%;
}
.cid-uBeHFA0MHz .image-wrapper img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uBeHFA0MHz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #0b2b5c;
  transition: all 0.3s;
}
.cid-uBeHFA0MHz .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #0b2b5c;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uBeHFA0MHz .social-row .soc-item:hover {
  background-color: #0b2b5c;
}
.cid-uBeHFA0MHz .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uBeHFA0MHz .img-order {
    order: 2;
  }
}
@media (min-width: 768px) {
  .cid-uBeHFA0MHz .card-box_left {
    padding: 2rem 2rem 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBeHFA0MHz .card-box_left {
    padding: 2rem 2rem 2rem 3rem;
  }
}
.cid-uBeJqhcesX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBeJqhcesX .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uBeJqhcesX .card-wrapper {
  background-color: #fcf5e6;
  border-radius: 16px;
}
.cid-uBeJqhcesX .image-wrapper {
  height: 100%;
}
.cid-uBeJqhcesX .image-wrapper img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uBeJqhcesX .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #0b2b5c;
  transition: all 0.3s;
}
.cid-uBeJqhcesX .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #0b2b5c;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uBeJqhcesX .social-row .soc-item:hover {
  background-color: #0b2b5c;
}
.cid-uBeJqhcesX .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uBeJqhcesX .img-order {
    order: 2;
  }
}
@media (min-width: 768px) {
  .cid-uBeJqhcesX .card-box_left {
    padding: 2rem 2rem 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBeJqhcesX .card-box_left {
    padding: 2rem 2rem 2rem 3rem;
  }
}
.cid-uBeLHXFItl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBeLHXFItl .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uBeLHXFItl .card-wrapper {
  background-color: #fcf5e6;
  border-radius: 16px;
}
.cid-uBeLHXFItl .image-wrapper {
  height: 100%;
}
.cid-uBeLHXFItl .image-wrapper img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uBeLHXFItl .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #0b2b5c;
  transition: all 0.3s;
}
.cid-uBeLHXFItl .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #0b2b5c;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uBeLHXFItl .social-row .soc-item:hover {
  background-color: #0b2b5c;
}
.cid-uBeLHXFItl .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uBeLHXFItl .img-order {
    order: 2;
  }
}
@media (min-width: 768px) {
  .cid-uBeLHXFItl .card-box_left {
    padding: 2rem 2rem 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBeLHXFItl .card-box_left {
    padding: 2rem 2rem 2rem 3rem;
  }
}
.cid-uJwSSErvYq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJwSSErvYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJwSSErvYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJwSSErvYq .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJwSSErvYq .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uJwSSErvYq .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJwSSErvYq .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uJwSSErvYq .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJwSSErvYq .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uJwSSErvYq .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJwSSErvYq .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uJwSSErvYq .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uJwSSErvYq .image-wrapper {
    padding-left: 0;
  }
}
.cid-uJwSSErvYq .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uJwSSErvYq .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uJwSSErvYq .mbr-section-title {
  color: #000000;
}
.cid-uJwSSErvYq .mbr-desc {
  color: #000000;
}
.cid-uJwSSErvYq .mbr-text {
  color: #000000;
}
.cid-uBeOcwz0RL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uBeOcwz0RL .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBeOcwz0RL .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBeOcwz0RL .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uBeOcwz0RL .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uBeOcwz0RL .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBeOcwz0RL .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBeOcwz0RL .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBeOcwz0RL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uBeOcwz0RL .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uBeOcwz0RL .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uBeOcwz0RL .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uBeOcwz0RL .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #078efb;
}
.cid-uBeOcwz0RL .embla__slide .slide-content {
  width: 100%;
}
.cid-uBeOcwz0RL .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uBeOcwz0RL .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uBeOcwz0RL .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uBeOcwz0RL .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uBeOcwz0RL .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uBeOcwz0RL .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uBeOcwz0RL .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBeOcwz0RL .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uBeOcwz0RL .embla__button--next,
.cid-uBeOcwz0RL .embla__button--prev {
  display: flex;
}
.cid-uBeOcwz0RL .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uBeOcwz0RL .embla__button:hover {
  transform: scale(1.05);
}
.cid-uBeOcwz0RL .embla__button.embla__button--prev {
  left: 0;
}
.cid-uBeOcwz0RL .embla__button.embla__button--next {
  right: 0;
}
.cid-uBeOcwz0RL .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uBeOcwz0RL .embla {
    margin-bottom: 38px;
  }
}
.cid-uBeOcwz0RL .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uBeOcwz0RL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBeOcwz0RL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBeOcwz0RL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBeOcwz0RL .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBeOcwz0RL .mbr-section-title {
  color: #ffffff;
}
.cid-uBeOcwz0RL .mbr-text,
.cid-uBeOcwz0RL .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uBeOcwz0RL .mbr-desc,
.cid-uBeOcwz0RL .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uBeOcwz0RL .item-title,
.cid-uBeOcwz0RL .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uBeOcwz0RL .item-text,
.cid-uBeOcwz0RL .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-uBeOcwz0RL .mbr-section-title,
.cid-uBeOcwz0RL .mbr-section-btn {
  text-align: center;
}
.cid-uCBFl7F3A1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1f6463;
  overflow: hidden;
}
.cid-uCBFl7F3A1 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uxyIEA7ttN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxyIEA7ttN .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-uxyIEA7ttN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxyIEA7ttN .btn {
  font-weight: 400;
}
.cid-uxyIEA7ttN .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-uxyIEA7ttN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxyIEA7ttN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxyIEA7ttN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxyIEA7ttN .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uxyIEA7ttN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxyIEA7ttN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uxyIEA7ttN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxyIEA7ttN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxyIEA7ttN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxyIEA7ttN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uxyIEA7ttN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxyIEA7ttN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxyIEA7ttN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxyIEA7ttN .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxyIEA7ttN .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxyIEA7ttN .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxyIEA7ttN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxyIEA7ttN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxyIEA7ttN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uxyIEA7ttN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxyIEA7ttN .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxyIEA7ttN .iconfont-wrapper {
  color: #7787a5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxyIEA7ttN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
}
.cid-uxyIEA7ttN .nav-item:focus,
.cid-uxyIEA7ttN .nav-link:focus {
  outline: none;
}
.cid-uxyIEA7ttN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxyIEA7ttN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxyIEA7ttN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxyIEA7ttN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxyIEA7ttN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxyIEA7ttN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxyIEA7ttN .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;
}
.cid-uxyIEA7ttN .navbar.opened {
  transition: all 0.25s;
}
.cid-uxyIEA7ttN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxyIEA7ttN .navbar .navbar-logo img {
  width: auto;
}
.cid-uxyIEA7ttN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxyIEA7ttN .navbar.collapsed {
  justify-content: center;
}
.cid-uxyIEA7ttN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxyIEA7ttN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxyIEA7ttN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-uxyIEA7ttN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxyIEA7ttN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxyIEA7ttN .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-uxyIEA7ttN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxyIEA7ttN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxyIEA7ttN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxyIEA7ttN .navbar {
    min-height: 72px;
  }
  .cid-uxyIEA7ttN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxyIEA7ttN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxyIEA7ttN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxyIEA7ttN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxyIEA7ttN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxyIEA7ttN .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-uxyIEA7ttN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxyIEA7ttN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxyIEA7ttN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxyIEA7ttN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxyIEA7ttN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxyIEA7ttN .dropdown-item.active,
.cid-uxyIEA7ttN .dropdown-item:active {
  background-color: transparent;
}
.cid-uxyIEA7ttN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxyIEA7ttN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxyIEA7ttN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxyIEA7ttN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uxyIEA7ttN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxyIEA7ttN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxyIEA7ttN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxyIEA7ttN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxyIEA7ttN .navbar-buttons {
    text-align: left;
  }
}
.cid-uxyIEA7ttN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxyIEA7ttN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxyIEA7ttN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxyIEA7ttN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxyIEA7ttN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxyIEA7ttN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxyIEA7ttN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxyIEA7ttN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxyIEA7ttN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxyIEA7ttN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxyIEA7ttN .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-uxyIEA7ttN .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-uxyIEA7ttN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxyIEA7ttN .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-uxyIEA7ttN .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxyIEA7ttN .navbar {
    height: 70px;
  }
  .cid-uxyIEA7ttN .navbar.opened {
    height: auto;
  }
  .cid-uxyIEA7ttN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxyIEA7ttN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxyIEA7ttN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxyIEA7ttN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxyIEA7ttN .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxyIEA7ttN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxyIEA7ttN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxyIEA7ttN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxyIEA7ttN .navbar-brand {
    margin-right: auto;
  }
  .cid-uxyIEA7ttN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-uxyIEA7ttN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxyIEA7ttN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxyIEA7ttN .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-uxyIEA7ttN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxyIEA7ttN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxyIEA7ttN .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxyIEA7ttN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxyIEA7ttN .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-uxyIEA7ttN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxyIEA7ttN .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxyIEA7ttN .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxyIEA7ttN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC5oBfEdIR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uC5oBfEdIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC5oBfEdIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC5oBfEdIR .content-wrapper {
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uC5oBfEdIR .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uC5oBfEdIR .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .cid-uC5oBfEdIR .content-wrapper .content-wrap {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uC5oBfEdIR .content-wrapper .content-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uC5oBfEdIR .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uC5oBfEdIR .content-wrapper .content-wrap .text-wrapper {
    position: static;
  }
}
.cid-uC5oBfEdIR .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uC5oBfEdIR .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uC5oBfEdIR .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uC5oBfEdIR .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uC5oBfEdIR .content-wrapper .items-wrapper {
  padding-left: 80px;
  border-left: 3px solid #050f0f;
  width: 50%;
}
@media (max-width: 1199px) {
  .cid-uC5oBfEdIR .content-wrapper .items-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uC5oBfEdIR .content-wrapper .items-wrapper {
    border-left: none;
    border-top: 3px solid #050f0f;
    padding-left: 0;
    width: 100%;
  }
}
.cid-uC5oBfEdIR .content-wrapper .items-wrapper .item {
  padding: 32px 0;
}
@media (max-width: 992px) {
  .cid-uC5oBfEdIR .content-wrapper .items-wrapper .item {
    padding: 32px 0 0;
  }
}
.cid-uC5oBfEdIR .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uC5oBfEdIR .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uC5oBfEdIR .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
}
.cid-uC5oBfEdIR .mbr-section-title {
  color: #050f0f;
}
.cid-uC5oBfEdIR .mbr-text {
  color: #050f0f;
}
.cid-uC5oBfEdIR .item-title {
  color: #050f0f;
}
.cid-uC5oBfEdIR .item-text {
  color: #050f0f;
}
.cid-uGQMi7sYdI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-uGQMi7sYdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGQMi7sYdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGQMi7sYdI .content-head {
  max-width: 800px;
}
.cid-uGQMi7sYdI .mbr-section-title {
  color: #291f1e;
}
.cid-uC5qnrIjlW {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0c2c68;
}
.cid-uC5qnrIjlW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC5qnrIjlW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC5qnrIjlW .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-uC5qnrIjlW .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uC5qnrIjlW .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uC5qnrIjlW {
    align-items: center;
  }
  .cid-uC5qnrIjlW .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC5qnrIjlW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC5qnrIjlW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uC5qnrIjlW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC5qnrIjlW .content-wrap {
    width: 100%;
  }
}
.cid-uC5qnrIjlW .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uC5qnrIjlW .mbr-text,
.cid-uC5qnrIjlW .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-uC5qnrIjlW .mbr-section-title,
.cid-uC5qnrIjlW .line {
  color: #fffcee;
}
.cid-uCBFl7F3A1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1f6463;
  overflow: hidden;
}
.cid-uCBFl7F3A1 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uxyIGs2inC {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxyIGs2inC .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-uxyIGs2inC .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxyIGs2inC .btn {
  font-weight: 400;
}
.cid-uxyIGs2inC .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-uxyIGs2inC .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxyIGs2inC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxyIGs2inC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxyIGs2inC .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uxyIGs2inC .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxyIGs2inC .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uxyIGs2inC .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxyIGs2inC .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxyIGs2inC .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxyIGs2inC .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uxyIGs2inC .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxyIGs2inC .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxyIGs2inC .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxyIGs2inC .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxyIGs2inC .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxyIGs2inC .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxyIGs2inC .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxyIGs2inC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxyIGs2inC .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uxyIGs2inC .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxyIGs2inC .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxyIGs2inC .iconfont-wrapper {
  color: #7787a5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxyIGs2inC .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
}
.cid-uxyIGs2inC .nav-item:focus,
.cid-uxyIGs2inC .nav-link:focus {
  outline: none;
}
.cid-uxyIGs2inC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxyIGs2inC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxyIGs2inC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxyIGs2inC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxyIGs2inC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxyIGs2inC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxyIGs2inC .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;
}
.cid-uxyIGs2inC .navbar.opened {
  transition: all 0.25s;
}
.cid-uxyIGs2inC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxyIGs2inC .navbar .navbar-logo img {
  width: auto;
}
.cid-uxyIGs2inC .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxyIGs2inC .navbar.collapsed {
  justify-content: center;
}
.cid-uxyIGs2inC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxyIGs2inC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxyIGs2inC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-uxyIGs2inC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxyIGs2inC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxyIGs2inC .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-uxyIGs2inC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxyIGs2inC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxyIGs2inC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxyIGs2inC .navbar {
    min-height: 72px;
  }
  .cid-uxyIGs2inC .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxyIGs2inC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxyIGs2inC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxyIGs2inC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxyIGs2inC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxyIGs2inC .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-uxyIGs2inC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxyIGs2inC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxyIGs2inC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxyIGs2inC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxyIGs2inC .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxyIGs2inC .dropdown-item.active,
.cid-uxyIGs2inC .dropdown-item:active {
  background-color: transparent;
}
.cid-uxyIGs2inC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxyIGs2inC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxyIGs2inC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxyIGs2inC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uxyIGs2inC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxyIGs2inC .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxyIGs2inC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxyIGs2inC .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxyIGs2inC .navbar-buttons {
    text-align: left;
  }
}
.cid-uxyIGs2inC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxyIGs2inC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxyIGs2inC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxyIGs2inC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxyIGs2inC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxyIGs2inC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxyIGs2inC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxyIGs2inC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxyIGs2inC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxyIGs2inC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxyIGs2inC .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-uxyIGs2inC .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-uxyIGs2inC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxyIGs2inC .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-uxyIGs2inC .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxyIGs2inC .navbar {
    height: 70px;
  }
  .cid-uxyIGs2inC .navbar.opened {
    height: auto;
  }
  .cid-uxyIGs2inC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxyIGs2inC .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxyIGs2inC .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxyIGs2inC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxyIGs2inC .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxyIGs2inC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxyIGs2inC .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxyIGs2inC .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxyIGs2inC .navbar-brand {
    margin-right: auto;
  }
  .cid-uxyIGs2inC .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-uxyIGs2inC .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxyIGs2inC .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxyIGs2inC .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-uxyIGs2inC .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxyIGs2inC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxyIGs2inC .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxyIGs2inC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxyIGs2inC .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-uxyIGs2inC .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxyIGs2inC .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxyIGs2inC .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxyIGs2inC .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBeTs4Ac3X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uBeTs4Ac3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBeTs4Ac3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBeTs4Ac3X .title-wrapper {
  margin-bottom: 660px;
}
@media (max-width: 992px) {
  .cid-uBeTs4Ac3X .title-wrapper {
    margin-bottom: 200px;
  }
}
.cid-uBeTs4Ac3X .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBeTs4Ac3X .mbr-section-title {
  color: #000000;
}
.cid-uJwRBfJ4PX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJwRBfJ4PX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJwRBfJ4PX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJwRBfJ4PX .row {
  justify-content: space-between;
}
.cid-uJwRBfJ4PX .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uJwRBfJ4PX .content-wrapper {
    padding: 0;
  }
}
.cid-uJwRBfJ4PX .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJwRBfJ4PX .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uJwRBfJ4PX .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJwRBfJ4PX .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uJwRBfJ4PX .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJwRBfJ4PX .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uJwRBfJ4PX .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uJwRBfJ4PX .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uJwRBfJ4PX .mbr-section-title {
  color: #000000;
}
.cid-uJwRBfJ4PX .mbr-desc {
  color: #000000;
}
.cid-uJwRBfJ4PX .mbr-text {
  color: #000000;
}
.cid-uJwPOGCxC1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uJwPOGCxC1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uJwPOGCxC1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJwPOGCxC1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uJwPOGCxC1 .mbr-gallery-item {
  width: 33.3%;
}
.cid-uJwPOGCxC1 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uJwPOGCxC1 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uJwPOGCxC1 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uJwPOGCxC1 .mbr-gallery-row {
  justify-content: center;
}
.cid-uJwPOGCxC1 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uJwPOGCxC1 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-uJwPOGCxC1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uJwPOGCxC1 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uJwPOGCxC1 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uJwPOGCxC1 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-uJwPOGCxC1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uJwPOGCxC1 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uJwPOGCxC1 img {
  transition: all 2s !important;
}
.cid-uJwPOGCxC1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uJwPOGCxC1 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uJwPOGCxC1 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uCBFl7F3A1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1f6463;
  overflow: hidden;
}
.cid-uCBFl7F3A1 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uOwdadTrck {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #291f1e;
}
.cid-uOwdadTrck input {
  padding: 1.5rem 2rem;
  border: 0px !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uOwdadTrck input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uOwdadTrck .btn,
.cid-uOwdadTrck .wrapper {
  border-radius: 2rem !important;
}
.cid-uOwdadTrck .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uOwdadTrck .btn {
    width: 100%;
  }
}
.cid-uOwdadTrck .btn:hover,
.cid-uOwdadTrck .btn:focus {
  transform: none !important;
}
.cid-uOwdadTrck .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uOwdadTrck .social-row {
    justify-content: center;
  }
}
.cid-uOwdadTrck .soc-item {
  margin: 8px;
}
.cid-uOwdadTrck .soc-item a:hover .mbr-iconfont,
.cid-uOwdadTrck .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
  transform: scale(1.1);
}
.cid-uOwdadTrck .soc-item a .mbr-iconfont {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 26px;
  background-color: #9c98cf;
  color: #291f1e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOwdadTrck .soc-item a .mbr-iconfont {
    width: 54px;
    height: 54px;
  }
}
.cid-uOwdadTrck .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uOwdadTrck .mbr-section-btn {
    width: 100%;
  }
}
.cid-uOwdadTrck .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uOwdadTrck .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uOwdadTrck .form-group {
  margin: 0;
}
.cid-uOwdadTrck .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uOwdadTrck .wrapper {
    border-radius: 1rem !important;
    width: 100%;
    margin: 0;
  }
  .cid-uOwdadTrck .wrapper .btn {
    border-radius: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOwdadTrck .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOwdadTrck .justify-content-center {
  align-items: center;
}
.cid-uOwdadTrck .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uOwdadTrck .mbr-section-title,
.cid-uOwdadTrck .mbr-section-title2 {
  color: #fffcee;
}
@media (max-width: 767px) {
  .cid-uOwdadTrck .mbr-section-title,
  .cid-uOwdadTrck .mbr-section-title2 {
    text-align: center;
  }
}
.cid-uOrNtUFtyZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOrNtUFtyZ .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-uOrNtUFtyZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOrNtUFtyZ .btn {
  font-weight: 400;
}
.cid-uOrNtUFtyZ .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-uOrNtUFtyZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uOrNtUFtyZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOrNtUFtyZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOrNtUFtyZ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uOrNtUFtyZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uOrNtUFtyZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uOrNtUFtyZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uOrNtUFtyZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOrNtUFtyZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOrNtUFtyZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uOrNtUFtyZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uOrNtUFtyZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOrNtUFtyZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOrNtUFtyZ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOrNtUFtyZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOrNtUFtyZ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOrNtUFtyZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOrNtUFtyZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uOrNtUFtyZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uOrNtUFtyZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOrNtUFtyZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOrNtUFtyZ .iconfont-wrapper {
  color: #7787a5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOrNtUFtyZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
}
.cid-uOrNtUFtyZ .nav-item:focus,
.cid-uOrNtUFtyZ .nav-link:focus {
  outline: none;
}
.cid-uOrNtUFtyZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOrNtUFtyZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOrNtUFtyZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOrNtUFtyZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOrNtUFtyZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOrNtUFtyZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOrNtUFtyZ .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;
}
.cid-uOrNtUFtyZ .navbar.opened {
  transition: all 0.25s;
}
.cid-uOrNtUFtyZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOrNtUFtyZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uOrNtUFtyZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOrNtUFtyZ .navbar.collapsed {
  justify-content: center;
}
.cid-uOrNtUFtyZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOrNtUFtyZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOrNtUFtyZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-uOrNtUFtyZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOrNtUFtyZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOrNtUFtyZ .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-uOrNtUFtyZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOrNtUFtyZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOrNtUFtyZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOrNtUFtyZ .navbar {
    min-height: 72px;
  }
  .cid-uOrNtUFtyZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOrNtUFtyZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOrNtUFtyZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOrNtUFtyZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOrNtUFtyZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOrNtUFtyZ .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-uOrNtUFtyZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOrNtUFtyZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOrNtUFtyZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOrNtUFtyZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOrNtUFtyZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOrNtUFtyZ .dropdown-item.active,
.cid-uOrNtUFtyZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uOrNtUFtyZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOrNtUFtyZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOrNtUFtyZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOrNtUFtyZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uOrNtUFtyZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uOrNtUFtyZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOrNtUFtyZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOrNtUFtyZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOrNtUFtyZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uOrNtUFtyZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOrNtUFtyZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOrNtUFtyZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOrNtUFtyZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOrNtUFtyZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOrNtUFtyZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOrNtUFtyZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOrNtUFtyZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOrNtUFtyZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOrNtUFtyZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOrNtUFtyZ .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-uOrNtUFtyZ .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-uOrNtUFtyZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOrNtUFtyZ .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-uOrNtUFtyZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOrNtUFtyZ .navbar {
    height: 70px;
  }
  .cid-uOrNtUFtyZ .navbar.opened {
    height: auto;
  }
  .cid-uOrNtUFtyZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOrNtUFtyZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOrNtUFtyZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uOrNtUFtyZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOrNtUFtyZ .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uOrNtUFtyZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOrNtUFtyZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uOrNtUFtyZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOrNtUFtyZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uOrNtUFtyZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-uOrNtUFtyZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOrNtUFtyZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uOrNtUFtyZ .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-uOrNtUFtyZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOrNtUFtyZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOrNtUFtyZ .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uOrNtUFtyZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOrNtUFtyZ .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-uOrNtUFtyZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uOrNtUFtyZ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uOrNtUFtyZ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uOrNtUFtyZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOrNtV3cQa {
  display: flex;
  background-image: url("../../../assets/images/330465682-575990381237591-4539786201789404984-n-2000x1280.jpg");
}
.cid-uOrNtV3cQa .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uOrNtV3cQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOrNtV3cQa .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uOrNtV3cQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOrNtV3cQa p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uOrNtV3cQa {
    align-items: center;
  }
  .cid-uOrNtV3cQa .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOrNtV3cQa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOrNtV3cQa {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOrNtV3cQa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOrNtV3cQa .content-wrap {
    width: 100%;
  }
}
.cid-uOrNtV3cQa .mbr-section-subtitle,
.cid-uOrNtV3cQa .line {
  color: #ffffff;
}
.cid-uOrNtV3cQa .mbr-text,
.cid-uOrNtV3cQa .mbr-section-btn {
  text-align: right;
}
.cid-uOrNtVlAOX {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-uOrNtVlAOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOrNtVlAOX .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uOrNtVlAOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOrNtVlAOX .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.cid-uOrNtVlAOX .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uOrNtVlAOX .btn div {
  overflow: hidden;
}
.cid-uOrNtVlAOX .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uOrNtVlAOX {
    align-items: center;
  }
  .cid-uOrNtVlAOX .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOrNtVlAOX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOrNtVlAOX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOrNtVlAOX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOrNtVlAOX .content-wrap {
    width: 100%;
  }
}
.cid-uOrNtVlAOX .mbr-section-subtitle,
.cid-uOrNtVlAOX .line {
  color: #291f1e;
}
.cid-uOrNtVlAOX .mbr-text,
.cid-uOrNtVlAOX .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uOrNtVlAOX .mbr-section-title {
  color: #291f1e;
}
.cid-uOrNtVCTrq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uOrNtVCTrq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOrNtVCTrq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOrNtVCTrq .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOrNtVCTrq .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOrNtVCTrq .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOrNtVCTrq .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOrNtVCTrq .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOrNtVCTrq .item {
    margin-bottom: 28px;
  }
}
.cid-uOrNtVCTrq .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uOrNtVCTrq .item .item-wrapper:hover,
.cid-uOrNtVCTrq .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uOrNtVCTrq .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #7787a5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uOrNtVCTrq .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uOrNtVCTrq .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOrNtVCTrq .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uOrNtVCTrq .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uOrNtVCTrq .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uOrNtVCTrq .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOrNtVCTrq .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uOrNtVCTrq .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uOrNtVCTrq .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uOrNtVCTrq .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uOrNtVCTrq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOrNtVCTrq .item-title {
  color: #9aa0a6;
}
.cid-uOrNtVCTrq .item-text {
  color: #ffffff;
}
.cid-uOrNtVCTrq .item-date {
  color: #9aa0a6;
}
.cid-uOrNtVCTrq .mbr-section-title,
.cid-uOrNtVCTrq .mbr-section-btn {
  text-align: center;
}
.cid-uOrNtVCTrq .item-title,
.cid-uOrNtVCTrq .icon-wrapper {
  color: #232323;
}
.cid-uOrNtW0twQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uOrNtW0twQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOrNtW0twQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-uOrNtW0twQ .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-uOrNtW0twQ .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOrNtW0twQ .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uOrNtW0twQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uOrNtW0twQ .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uOrNtW0twQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOrNtW0twQ .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uOrNtW0twQ .mbr-section-title {
  color: #ffffff;
}
.cid-uOrNtW0twQ .mbr-text,
.cid-uOrNtW0twQ .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uOrNtW0twQ .mbr-section-title,
.cid-uOrNtW0twQ .mbr-section-btn {
  text-align: center;
}
.cid-uOrNtWlPHC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f6463;
}
.cid-uOrNtWlPHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOrNtWlPHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOrNtWlPHC .content-wrapper .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOrNtWlPHC .content-wrapper .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uOrNtWlPHC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOrNtWlPHC .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-uOrNtWlPHC .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOrNtWlPHC .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOrNtWlPHC .box {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uOrNtWlPHC .box {
    width: 100%;
  }
}
.cid-uOrNtWlPHC .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uOrNtWlPHC .box .mbr-media {
    height: 350px;
  }
}
.cid-uOrNtWlPHC .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uOrNtWlPHC .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-uOrNtWlPHC .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #d0e59f;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uOrNtWlPHC .mbr-media {
  position: relative;
}
.cid-uOrNtWlPHC .mbr-media img {
  object-fit: cover;
}
.cid-uOrNtWlPHC a:hover {
  background-image: none !important;
}
.cid-uOrNtWlPHC .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 95px;
  width: 95px;
  border-radius: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uOrNtWlPHC .icon-wrap:hover,
.cid-uOrNtWlPHC .icon-wrap:focus {
  background-color: #d0e59f;
}
.cid-uOrNtWlPHC .icon-wrap:hover .mbr-iconfont,
.cid-uOrNtWlPHC .icon-wrap:focus .mbr-iconfont {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uOrNtWlPHC .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-uOrNtWlPHC .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uOrNtWlPHC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uOrNtWlPHC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uOrNtWlPHC .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uOrNtWlPHC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uOrNtWlPHC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOrNtWlPHC .mbr-section-title {
  color: #000000;
}
.cid-uOrNtWlPHC .mbr-text {
  color: #000000;
}
.cid-uOrNtWlPHC .mbr-section-title,
.cid-uOrNtWlPHC .mbr-section-btn {
  color: #ffffff;
}
.cid-uOrNtWlPHC .mbr-text,
.cid-uOrNtWlPHC .text-wrapper {
  color: #a0e1e1;
}
.cid-uOrNtWTNBm {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #1f6463;
}
.cid-uOrNtWTNBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOrNtWTNBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOrNtWTNBm .content-wrapper .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOrNtWTNBm .content-wrapper .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uOrNtWTNBm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOrNtWTNBm .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-uOrNtWTNBm .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOrNtWTNBm .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOrNtWTNBm .box {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uOrNtWTNBm .box {
    width: 100%;
  }
}
.cid-uOrNtWTNBm .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uOrNtWTNBm .box .mbr-media {
    height: 350px;
  }
}
.cid-uOrNtWTNBm .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uOrNtWTNBm .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-uOrNtWTNBm .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #bcef9b;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uOrNtWTNBm .mbr-media {
  position: relative;
}
.cid-uOrNtWTNBm .mbr-media img {
  object-fit: cover;
}
.cid-uOrNtWTNBm a:hover {
  background-image: none !important;
}
.cid-uOrNtWTNBm .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 95px;
  width: 95px;
  border-radius: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uOrNtWTNBm .icon-wrap:hover,
.cid-uOrNtWTNBm .icon-wrap:focus {
  background-color: #bcef9b;
}
.cid-uOrNtWTNBm .icon-wrap:hover .mbr-iconfont,
.cid-uOrNtWTNBm .icon-wrap:focus .mbr-iconfont {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uOrNtWTNBm .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-uOrNtWTNBm .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uOrNtWTNBm .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uOrNtWTNBm .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uOrNtWTNBm .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uOrNtWTNBm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uOrNtWTNBm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOrNtWTNBm .mbr-section-title {
  color: #000000;
}
.cid-uOrNtWTNBm .mbr-text {
  color: #000000;
}
.cid-uOrNtXoxOn {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uOrNtXoxOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOrNtXoxOn .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uOrNtXoxOn .image-wrapper,
.cid-uOrNtXoxOn img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOrNtXoxOn .image-wrapper,
  .cid-uOrNtXoxOn img {
    padding-bottom: 0.5rem;
  }
}
.cid-uOrNtXoxOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOrNtXoxOn h1 {
  max-width: 800px;
}
.cid-uOrNtXoxOn p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOrNtXoxOn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOrNtXoxOn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOrNtXoxOn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOrNtXoxOn .content-wrap {
    width: 100%;
  }
}
.cid-uOrNtXoxOn .mbr-section-subtitle,
.cid-uOrNtXoxOn .line {
  color: #291f1e;
}
.cid-uOrNtXoxOn .mbr-text,
.cid-uOrNtXoxOn .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uOrNtXoxOn .mbr-section-title {
  color: #291f1e;
}
.cid-uOrNtXoxOn .mbr-section-title,
.cid-uOrNtXoxOn .mbr-section-btn,
.cid-uOrNtXoxOn .line {
  text-align: left;
  color: #291f1e;
}
.cid-uOrNtXoxOn .mbr-text {
  text-align: right;
}
.cid-uOrNtXHPJa {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uOrNtXHPJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOrNtXHPJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOrNtXHPJa .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOrNtXHPJa .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOrNtXHPJa .items-wrapper {
  margin: 0 -5px;
}
.cid-uOrNtXHPJa .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uOrNtXHPJa .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-uOrNtXHPJa .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-uOrNtXHPJa .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOrNtXHPJa .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-uOrNtXHPJa .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .cid-uOrNtXHPJa .content-wrapper .mbr-section-subtitle {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uOrNtXHPJa .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-uOrNtXHPJa .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-uOrNtXHPJa .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-uOrNtXHPJa .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uOrNtXHPJa .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uOrNtXHPJa .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-desc {
  width: 50%;
  padding-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOrNtXHPJa .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-desc {
    width: 100%;
    margin-bottom: 6px;
    padding-right: 0;
  }
}
.cid-uOrNtXHPJa .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOrNtXHPJa .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-text {
    width: 100%;
  }
}
.cid-uOrNtXHPJa .map-wrapper {
  height: 100%;
}
.cid-uOrNtXHPJa .map-wrapper .google-map {
  height: 100%;
}
.cid-uOrNtXHPJa .map-wrapper .google-map iframe {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOrNtXHPJa .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uOrNtXHPJa .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-uOrNtXHPJa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOrNtXHPJa .mbr-section-subtitle {
  color: #291f1e;
}
.cid-uOrNtXHPJa .card-desc {
  color: #291f1e;
}
.cid-uOrNtXHPJa .card-text {
  color: #1f6463;
}
.cid-uOrNtY3VF1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #291f1e;
}
.cid-uOrNtY3VF1 input {
  padding: 1.5rem 2rem;
  border: 0px !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uOrNtY3VF1 input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uOrNtY3VF1 .btn,
.cid-uOrNtY3VF1 .wrapper {
  border-radius: 2rem !important;
}
.cid-uOrNtY3VF1 .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uOrNtY3VF1 .btn {
    width: 100%;
  }
}
.cid-uOrNtY3VF1 .btn:hover,
.cid-uOrNtY3VF1 .btn:focus {
  transform: none !important;
}
.cid-uOrNtY3VF1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uOrNtY3VF1 .social-row {
    justify-content: center;
  }
}
.cid-uOrNtY3VF1 .soc-item {
  margin: 8px;
}
.cid-uOrNtY3VF1 .soc-item a:hover .mbr-iconfont,
.cid-uOrNtY3VF1 .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
  transform: scale(1.1);
}
.cid-uOrNtY3VF1 .soc-item a .mbr-iconfont {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 26px;
  background-color: #9c98cf;
  color: #291f1e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOrNtY3VF1 .soc-item a .mbr-iconfont {
    width: 54px;
    height: 54px;
  }
}
.cid-uOrNtY3VF1 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uOrNtY3VF1 .mbr-section-btn {
    width: 100%;
  }
}
.cid-uOrNtY3VF1 .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uOrNtY3VF1 .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uOrNtY3VF1 .form-group {
  margin: 0;
}
.cid-uOrNtY3VF1 .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uOrNtY3VF1 .wrapper {
    border-radius: 1rem !important;
    width: 100%;
    margin: 0;
  }
  .cid-uOrNtY3VF1 .wrapper .btn {
    border-radius: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOrNtY3VF1 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOrNtY3VF1 .justify-content-center {
  align-items: center;
}
.cid-uOrNtY3VF1 .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uOrNtY3VF1 .mbr-section-title,
.cid-uOrNtY3VF1 .mbr-section-title2 {
  color: #fffcee;
}
@media (max-width: 767px) {
  .cid-uOrNtY3VF1 .mbr-section-title,
  .cid-uOrNtY3VF1 .mbr-section-title2 {
    text-align: center;
  }
}
.cid-uOrNtYkGwE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1f6463;
  overflow: hidden;
}
.cid-uOrNtYkGwE .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uOqofLla9x {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOqofLla9x .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-uOqofLla9x .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOqofLla9x .btn {
  font-weight: 400;
}
.cid-uOqofLla9x .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-uOqofLla9x .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uOqofLla9x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOqofLla9x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOqofLla9x .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uOqofLla9x .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uOqofLla9x .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uOqofLla9x .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uOqofLla9x .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOqofLla9x .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOqofLla9x .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uOqofLla9x .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uOqofLla9x .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOqofLla9x .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOqofLla9x .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOqofLla9x .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOqofLla9x .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOqofLla9x .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOqofLla9x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uOqofLla9x .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uOqofLla9x .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOqofLla9x .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOqofLla9x .iconfont-wrapper {
  color: #7787a5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOqofLla9x .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
}
.cid-uOqofLla9x .nav-item:focus,
.cid-uOqofLla9x .nav-link:focus {
  outline: none;
}
.cid-uOqofLla9x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOqofLla9x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOqofLla9x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOqofLla9x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOqofLla9x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOqofLla9x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOqofLla9x .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;
}
.cid-uOqofLla9x .navbar.opened {
  transition: all 0.25s;
}
.cid-uOqofLla9x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOqofLla9x .navbar .navbar-logo img {
  width: auto;
}
.cid-uOqofLla9x .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOqofLla9x .navbar.collapsed {
  justify-content: center;
}
.cid-uOqofLla9x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOqofLla9x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOqofLla9x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-uOqofLla9x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOqofLla9x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOqofLla9x .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-uOqofLla9x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOqofLla9x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOqofLla9x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOqofLla9x .navbar {
    min-height: 72px;
  }
  .cid-uOqofLla9x .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOqofLla9x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOqofLla9x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOqofLla9x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOqofLla9x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOqofLla9x .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-uOqofLla9x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOqofLla9x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOqofLla9x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOqofLla9x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOqofLla9x .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOqofLla9x .dropdown-item.active,
.cid-uOqofLla9x .dropdown-item:active {
  background-color: transparent;
}
.cid-uOqofLla9x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOqofLla9x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOqofLla9x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOqofLla9x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uOqofLla9x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uOqofLla9x .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOqofLla9x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOqofLla9x .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOqofLla9x .navbar-buttons {
    text-align: left;
  }
}
.cid-uOqofLla9x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOqofLla9x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOqofLla9x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOqofLla9x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOqofLla9x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOqofLla9x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOqofLla9x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOqofLla9x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOqofLla9x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOqofLla9x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOqofLla9x .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-uOqofLla9x .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-uOqofLla9x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOqofLla9x .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-uOqofLla9x .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOqofLla9x .navbar {
    height: 70px;
  }
  .cid-uOqofLla9x .navbar.opened {
    height: auto;
  }
  .cid-uOqofLla9x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOqofLla9x .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOqofLla9x .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uOqofLla9x .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOqofLla9x .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uOqofLla9x .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOqofLla9x .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uOqofLla9x .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOqofLla9x .navbar-brand {
    margin-right: auto;
  }
  .cid-uOqofLla9x .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-uOqofLla9x .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOqofLla9x .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uOqofLla9x .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-uOqofLla9x .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOqofLla9x .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOqofLla9x .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uOqofLla9x .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOqofLla9x .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-uOqofLla9x .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uOqofLla9x .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uOqofLla9x .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uOqofLla9x .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOqofLFJVi {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uOqofLFJVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOqofLFJVi .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #291f1e;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-uOqofLFJVi h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-uOqofLFJVi h1 {
    margin-bottom: 1rem;
  }
}
.cid-uOqofLFJVi p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-uOqofLFJVi p {
    margin-bottom: 2rem;
  }
}
.cid-uOqofLFJVi .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-uOqofLFJVi .image-wrapper,
.cid-uOqofLFJVi img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOqofLFJVi .image-wrapper,
  .cid-uOqofLFJVi img {
    padding-bottom: 0.5rem;
  }
}
.cid-uOqofLFJVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOqofLFJVi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOqofLFJVi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOqofLFJVi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOqofLFJVi .content-wrap {
    width: 100%;
  }
}
.cid-uOqofLFJVi .mbr-section-subtitle,
.cid-uOqofLFJVi .line {
  color: #291f1e;
}
.cid-uOqofLFJVi .mbr-text,
.cid-uOqofLFJVi .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uOqofLFJVi .mbr-section-title {
  color: #291f1e;
}
.cid-uOqofLFJVi .mbr-section-title,
.cid-uOqofLFJVi .mbr-section-btn,
.cid-uOqofLFJVi .line {
  text-align: left;
  color: #291f1e;
}
.cid-uOqofLFJVi .mbr-text {
  text-align: left;
}
.cid-uOqofLStn1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f6463;
}
.cid-uOqofLStn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOqofLStn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOqofLStn1 .content-wrapper .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOqofLStn1 .content-wrapper .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uOqofLStn1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOqofLStn1 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-uOqofLStn1 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOqofLStn1 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOqofLStn1 .box {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uOqofLStn1 .box {
    width: 100%;
  }
}
.cid-uOqofLStn1 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uOqofLStn1 .box .mbr-media {
    height: 350px;
  }
}
.cid-uOqofLStn1 .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uOqofLStn1 .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-uOqofLStn1 .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #d0e59f;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uOqofLStn1 .mbr-media {
  position: relative;
}
.cid-uOqofLStn1 .mbr-media img {
  object-fit: cover;
}
.cid-uOqofLStn1 a:hover {
  background-image: none !important;
}
.cid-uOqofLStn1 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 95px;
  width: 95px;
  border-radius: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uOqofLStn1 .icon-wrap:hover,
.cid-uOqofLStn1 .icon-wrap:focus {
  background-color: #d0e59f;
}
.cid-uOqofLStn1 .icon-wrap:hover .mbr-iconfont,
.cid-uOqofLStn1 .icon-wrap:focus .mbr-iconfont {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uOqofLStn1 .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-uOqofLStn1 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uOqofLStn1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uOqofLStn1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uOqofLStn1 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uOqofLStn1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uOqofLStn1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOqofLStn1 .mbr-section-title {
  color: #000000;
}
.cid-uOqofLStn1 .mbr-text {
  color: #000000;
}
.cid-uOqofLStn1 .mbr-section-title,
.cid-uOqofLStn1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uOqofLStn1 .mbr-text,
.cid-uOqofLStn1 .text-wrapper {
  color: #a0e1e1;
}
.cid-uOqofMedOB {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffcee;
}
.cid-uOqofMedOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOqofMedOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOqofMedOB .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-uOqofMedOB .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uOqofMedOB .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uOqofMedOB {
    align-items: center;
  }
  .cid-uOqofMedOB .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOqofMedOB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOqofMedOB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOqofMedOB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOqofMedOB .content-wrap {
    width: 100%;
  }
}
.cid-uOqofMedOB .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uOqofMedOB .mbr-text,
.cid-uOqofMedOB .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-uOqofMedOB .mbr-section-title,
.cid-uOqofMedOB .line {
  color: #0c2c68;
}
.cid-uOqofMqEeW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uOqofMqEeW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOqofMqEeW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOqofMqEeW .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uOqofMqEeW .container {
    padding: 10px 8px;
  }
}
.cid-uOqofMqEeW .row {
  margin: 0;
}
.cid-uOqofMqEeW .row .card {
  padding: 0;
}
.cid-uOqofMqEeW .box {
  margin-left: 8px;
}
@media (max-width: 992px) {
  .cid-uOqofMqEeW .box {
    margin: 0;
  }
}
.cid-uOqofMqEeW .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 570px;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uOqofMqEeW .box .mbr-media {
    height: 350px;
  }
}
.cid-uOqofMqEeW .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-uOqofMqEeW .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uOqofMqEeW .mbr-media {
  position: relative;
}
.cid-uOqofMqEeW .mbr-media img {
  object-fit: cover;
}
.cid-uOqofMqEeW a:hover {
  background-image: none !important;
}
.cid-uOqofMqEeW .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  background-color: #3283fb;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-uOqofMqEeW .icon-wrap:hover,
.cid-uOqofMqEeW .icon-wrap:focus {
  cursor: pointer;
  background-color: #ffffff;
}
.cid-uOqofMqEeW .icon-wrap:hover .mbr-iconfont,
.cid-uOqofMqEeW .icon-wrap:focus .mbr-iconfont {
  color: #3283fb;
}
.cid-uOqofMqEeW .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uOqofMqEeW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uOqofMqEeW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uOqofMqEeW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uOqofMqEeW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uOqofMqEeW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOqofMqEeW .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOqofMqEeW .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uOqofMqEeW .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-uOqofMqEeW .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uOqofMqEeW .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOqofMqEeW .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-uOqofMqEeW .mbr-section-title {
  color: #222222;
}
.cid-uOqofMqEeW .mbr-section-title,
.cid-uOqofMqEeW .mbr-section-btn {
  text-align: center;
}
.cid-uOqofMLXNY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uOqofMLXNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOqofMLXNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOqofMLXNY .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uOqofMLXNY .container {
    padding: 10px 8px;
  }
}
.cid-uOqofMLXNY .row {
  margin: 0;
}
.cid-uOqofMLXNY .row .card {
  padding: 0;
}
.cid-uOqofMLXNY .box {
  margin-left: 8px;
  margin-left: 0;
  margin-right: 8px;
}
@media (max-width: 992px) {
  .cid-uOqofMLXNY .box {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOqofMLXNY .box {
    margin: 0;
  }
}
.cid-uOqofMLXNY .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 570px;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uOqofMLXNY .box .mbr-media {
    height: 350px;
  }
}
.cid-uOqofMLXNY .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-uOqofMLXNY .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uOqofMLXNY .mbr-media {
  position: relative;
}
.cid-uOqofMLXNY .mbr-media img {
  object-fit: cover;
}
.cid-uOqofMLXNY a:hover {
  background-image: none !important;
}
.cid-uOqofMLXNY .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  background-color: #3283fb;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-uOqofMLXNY .icon-wrap:hover,
.cid-uOqofMLXNY .icon-wrap:focus {
  cursor: pointer;
  background-color: #ffffff;
}
.cid-uOqofMLXNY .icon-wrap:hover .mbr-iconfont,
.cid-uOqofMLXNY .icon-wrap:focus .mbr-iconfont {
  color: #3283fb;
}
.cid-uOqofMLXNY .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uOqofMLXNY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uOqofMLXNY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uOqofMLXNY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uOqofMLXNY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uOqofMLXNY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOqofMLXNY .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
  margin-right: 0;
  margin-left: 8px;
}
@media (max-width: 992px) {
  .cid-uOqofMLXNY .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 992px) {
  .cid-uOqofMLXNY .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uOqofMLXNY .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-uOqofMLXNY .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uOqofMLXNY .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uOqofMLXNY .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-uOqofMLXNY .mbr-section-title {
  color: #222222;
}
.cid-uOqofMLXNY .mbr-section-title,
.cid-uOqofMLXNY .mbr-section-btn {
  text-align: center;
}
.cid-uOqofN93ce {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cecdc7;
}
.cid-uOqofN93ce .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOqofN93ce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOqofN93ce .row {
  justify-content: space-between;
}
.cid-uOqofN93ce .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uOqofN93ce .content-wrapper {
    padding: 0;
  }
}
.cid-uOqofN93ce .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOqofN93ce .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOqofN93ce .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOqofN93ce .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uOqofN93ce .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOqofN93ce .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uOqofN93ce .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uOqofN93ce .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uOqofN93ce .mbr-section-title {
  color: #000000;
}
.cid-uOqofN93ce .mbr-desc {
  color: #000000;
}
.cid-uOqofN93ce .mbr-text {
  color: #000000;
}
.cid-uOvROizDzw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #291f1e;
}
.cid-uOvROizDzw input {
  padding: 1.5rem 2rem;
  border: 0px !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uOvROizDzw input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uOvROizDzw .btn,
.cid-uOvROizDzw .wrapper {
  border-radius: 2rem !important;
}
.cid-uOvROizDzw .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uOvROizDzw .btn {
    width: 100%;
  }
}
.cid-uOvROizDzw .btn:hover,
.cid-uOvROizDzw .btn:focus {
  transform: none !important;
}
.cid-uOvROizDzw .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uOvROizDzw .social-row {
    justify-content: center;
  }
}
.cid-uOvROizDzw .soc-item {
  margin: 8px;
}
.cid-uOvROizDzw .soc-item a:hover .mbr-iconfont,
.cid-uOvROizDzw .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
  transform: scale(1.1);
}
.cid-uOvROizDzw .soc-item a .mbr-iconfont {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 26px;
  background-color: #9c98cf;
  color: #291f1e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOvROizDzw .soc-item a .mbr-iconfont {
    width: 54px;
    height: 54px;
  }
}
.cid-uOvROizDzw .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uOvROizDzw .mbr-section-btn {
    width: 100%;
  }
}
.cid-uOvROizDzw .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uOvROizDzw .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uOvROizDzw .form-group {
  margin: 0;
}
.cid-uOvROizDzw .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uOvROizDzw .wrapper {
    border-radius: 1rem !important;
    width: 100%;
    margin: 0;
  }
  .cid-uOvROizDzw .wrapper .btn {
    border-radius: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOvROizDzw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOvROizDzw .justify-content-center {
  align-items: center;
}
.cid-uOvROizDzw .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uOvROizDzw .mbr-section-title,
.cid-uOvROizDzw .mbr-section-title2 {
  color: #fffcee;
}
@media (max-width: 767px) {
  .cid-uOvROizDzw .mbr-section-title,
  .cid-uOvROizDzw .mbr-section-title2 {
    text-align: center;
  }
}
.cid-uOqofNp2qv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1f6463;
  overflow: hidden;
}
.cid-uOqofNp2qv .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uOqojCFMDI {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOqojCFMDI .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-uOqojCFMDI .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOqojCFMDI .btn {
  font-weight: 400;
}
.cid-uOqojCFMDI .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-uOqojCFMDI .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uOqojCFMDI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOqojCFMDI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOqojCFMDI .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uOqojCFMDI .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uOqojCFMDI .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uOqojCFMDI .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uOqojCFMDI .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOqojCFMDI .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOqojCFMDI .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uOqojCFMDI .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uOqojCFMDI .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOqojCFMDI .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOqojCFMDI .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOqojCFMDI .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOqojCFMDI .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOqojCFMDI .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOqojCFMDI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uOqojCFMDI .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uOqojCFMDI .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOqojCFMDI .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOqojCFMDI .iconfont-wrapper {
  color: #7787a5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOqojCFMDI .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
}
.cid-uOqojCFMDI .nav-item:focus,
.cid-uOqojCFMDI .nav-link:focus {
  outline: none;
}
.cid-uOqojCFMDI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOqojCFMDI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOqojCFMDI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOqojCFMDI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOqojCFMDI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOqojCFMDI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOqojCFMDI .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;
}
.cid-uOqojCFMDI .navbar.opened {
  transition: all 0.25s;
}
.cid-uOqojCFMDI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOqojCFMDI .navbar .navbar-logo img {
  width: auto;
}
.cid-uOqojCFMDI .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOqojCFMDI .navbar.collapsed {
  justify-content: center;
}
.cid-uOqojCFMDI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOqojCFMDI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOqojCFMDI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-uOqojCFMDI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOqojCFMDI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOqojCFMDI .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-uOqojCFMDI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOqojCFMDI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOqojCFMDI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOqojCFMDI .navbar {
    min-height: 72px;
  }
  .cid-uOqojCFMDI .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOqojCFMDI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOqojCFMDI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOqojCFMDI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOqojCFMDI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOqojCFMDI .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-uOqojCFMDI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOqojCFMDI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOqojCFMDI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOqojCFMDI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOqojCFMDI .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOqojCFMDI .dropdown-item.active,
.cid-uOqojCFMDI .dropdown-item:active {
  background-color: transparent;
}
.cid-uOqojCFMDI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOqojCFMDI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOqojCFMDI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOqojCFMDI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uOqojCFMDI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uOqojCFMDI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOqojCFMDI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOqojCFMDI .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOqojCFMDI .navbar-buttons {
    text-align: left;
  }
}
.cid-uOqojCFMDI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOqojCFMDI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOqojCFMDI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOqojCFMDI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOqojCFMDI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOqojCFMDI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOqojCFMDI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOqojCFMDI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOqojCFMDI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOqojCFMDI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOqojCFMDI .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-uOqojCFMDI .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-uOqojCFMDI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOqojCFMDI .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-uOqojCFMDI .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOqojCFMDI .navbar {
    height: 70px;
  }
  .cid-uOqojCFMDI .navbar.opened {
    height: auto;
  }
  .cid-uOqojCFMDI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOqojCFMDI .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOqojCFMDI .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uOqojCFMDI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOqojCFMDI .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uOqojCFMDI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOqojCFMDI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uOqojCFMDI .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOqojCFMDI .navbar-brand {
    margin-right: auto;
  }
  .cid-uOqojCFMDI .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-uOqojCFMDI .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOqojCFMDI .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uOqojCFMDI .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-uOqojCFMDI .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOqojCFMDI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOqojCFMDI .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uOqojCFMDI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOqojCFMDI .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-uOqojCFMDI .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uOqojCFMDI .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uOqojCFMDI .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uOqojCFMDI .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOqojD0Cjc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOqojD0Cjc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOqojD0Cjc .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-uOqojD0Cjc .container {
    padding: 0 30px;
  }
}
.cid-uOqojD0Cjc .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uOqojD0Cjc .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOqojD0Cjc .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uOqojD0Cjc .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOqojD0Cjc .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uOqojD0Cjc .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uOqojD0Cjc .items-wrapper {
    display: block;
  }
}
.cid-uOqojD0Cjc .items-wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #dbf5d1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.cid-uOqojD0Cjc .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uOqojD0Cjc .items-wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #dbf5d1;
  }
}
.cid-uOqojD0Cjc .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uOqojD0Cjc .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uOqojD0Cjc .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uOqojD0Cjc .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uOqojD0Cjc .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 30px;
}
.cid-uOqojD0Cjc .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uOqojD0Cjc .items-wrapper .item .mbr-section-btn {
  margin-top: 30px;
}
.cid-uOqojD0Cjc .item-date {
  color: #22654E;
}
.cid-uOqojD0Cjc .item-title {
  color: #22654E;
}
.cid-uOqojD0Cjc .item-text {
  color: #0c2c68;
}
.cid-uOqojD0Cjc .item-title,
.cid-uOqojD0Cjc .mbr-section-btn {
  color: #0c2c68;
}
.cid-uOvS11s3kU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #291f1e;
}
.cid-uOvS11s3kU input {
  padding: 1.5rem 2rem;
  border: 0px !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uOvS11s3kU input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uOvS11s3kU .btn,
.cid-uOvS11s3kU .wrapper {
  border-radius: 2rem !important;
}
.cid-uOvS11s3kU .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uOvS11s3kU .btn {
    width: 100%;
  }
}
.cid-uOvS11s3kU .btn:hover,
.cid-uOvS11s3kU .btn:focus {
  transform: none !important;
}
.cid-uOvS11s3kU .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uOvS11s3kU .social-row {
    justify-content: center;
  }
}
.cid-uOvS11s3kU .soc-item {
  margin: 8px;
}
.cid-uOvS11s3kU .soc-item a:hover .mbr-iconfont,
.cid-uOvS11s3kU .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
  transform: scale(1.1);
}
.cid-uOvS11s3kU .soc-item a .mbr-iconfont {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 26px;
  background-color: #9c98cf;
  color: #291f1e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOvS11s3kU .soc-item a .mbr-iconfont {
    width: 54px;
    height: 54px;
  }
}
.cid-uOvS11s3kU .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uOvS11s3kU .mbr-section-btn {
    width: 100%;
  }
}
.cid-uOvS11s3kU .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uOvS11s3kU .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uOvS11s3kU .form-group {
  margin: 0;
}
.cid-uOvS11s3kU .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uOvS11s3kU .wrapper {
    border-radius: 1rem !important;
    width: 100%;
    margin: 0;
  }
  .cid-uOvS11s3kU .wrapper .btn {
    border-radius: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOvS11s3kU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOvS11s3kU .justify-content-center {
  align-items: center;
}
.cid-uOvS11s3kU .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uOvS11s3kU .mbr-section-title,
.cid-uOvS11s3kU .mbr-section-title2 {
  color: #fffcee;
}
@media (max-width: 767px) {
  .cid-uOvS11s3kU .mbr-section-title,
  .cid-uOvS11s3kU .mbr-section-title2 {
    text-align: center;
  }
}
.cid-uOqojDj5RR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1f6463;
  overflow: hidden;
}
.cid-uOqojDj5RR .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uOqolaD5MS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOqolaD5MS .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-uOqolaD5MS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOqolaD5MS .btn {
  font-weight: 400;
}
.cid-uOqolaD5MS .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-uOqolaD5MS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uOqolaD5MS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOqolaD5MS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOqolaD5MS .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uOqolaD5MS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uOqolaD5MS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uOqolaD5MS .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uOqolaD5MS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOqolaD5MS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOqolaD5MS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uOqolaD5MS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uOqolaD5MS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOqolaD5MS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOqolaD5MS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOqolaD5MS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOqolaD5MS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOqolaD5MS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOqolaD5MS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uOqolaD5MS .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uOqolaD5MS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOqolaD5MS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOqolaD5MS .iconfont-wrapper {
  color: #7787a5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOqolaD5MS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
}
.cid-uOqolaD5MS .nav-item:focus,
.cid-uOqolaD5MS .nav-link:focus {
  outline: none;
}
.cid-uOqolaD5MS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOqolaD5MS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOqolaD5MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOqolaD5MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOqolaD5MS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOqolaD5MS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOqolaD5MS .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;
}
.cid-uOqolaD5MS .navbar.opened {
  transition: all 0.25s;
}
.cid-uOqolaD5MS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOqolaD5MS .navbar .navbar-logo img {
  width: auto;
}
.cid-uOqolaD5MS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOqolaD5MS .navbar.collapsed {
  justify-content: center;
}
.cid-uOqolaD5MS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOqolaD5MS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOqolaD5MS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-uOqolaD5MS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOqolaD5MS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOqolaD5MS .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-uOqolaD5MS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOqolaD5MS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOqolaD5MS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOqolaD5MS .navbar {
    min-height: 72px;
  }
  .cid-uOqolaD5MS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOqolaD5MS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOqolaD5MS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOqolaD5MS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOqolaD5MS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOqolaD5MS .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-uOqolaD5MS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOqolaD5MS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOqolaD5MS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOqolaD5MS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOqolaD5MS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOqolaD5MS .dropdown-item.active,
.cid-uOqolaD5MS .dropdown-item:active {
  background-color: transparent;
}
.cid-uOqolaD5MS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOqolaD5MS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOqolaD5MS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOqolaD5MS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uOqolaD5MS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uOqolaD5MS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOqolaD5MS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOqolaD5MS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOqolaD5MS .navbar-buttons {
    text-align: left;
  }
}
.cid-uOqolaD5MS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOqolaD5MS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOqolaD5MS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOqolaD5MS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOqolaD5MS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOqolaD5MS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOqolaD5MS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOqolaD5MS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOqolaD5MS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOqolaD5MS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOqolaD5MS .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-uOqolaD5MS .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-uOqolaD5MS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOqolaD5MS .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-uOqolaD5MS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOqolaD5MS .navbar {
    height: 70px;
  }
  .cid-uOqolaD5MS .navbar.opened {
    height: auto;
  }
  .cid-uOqolaD5MS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOqolaD5MS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOqolaD5MS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uOqolaD5MS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOqolaD5MS .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uOqolaD5MS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOqolaD5MS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uOqolaD5MS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOqolaD5MS .navbar-brand {
    margin-right: auto;
  }
  .cid-uOqolaD5MS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-uOqolaD5MS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOqolaD5MS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uOqolaD5MS .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-uOqolaD5MS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOqolaD5MS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOqolaD5MS .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uOqolaD5MS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOqolaD5MS .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-uOqolaD5MS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uOqolaD5MS .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uOqolaD5MS .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uOqolaD5MS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOqolaUD2k {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOqolaUD2k .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uOqolaUD2k .card-wrapper {
  background-color: #fcf5e6;
  border-radius: 16px;
}
.cid-uOqolaUD2k .image-wrapper {
  height: 100%;
}
.cid-uOqolaUD2k .image-wrapper img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uOqolaUD2k .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #0b2b5c;
  transition: all 0.3s;
}
.cid-uOqolaUD2k .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #0b2b5c;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uOqolaUD2k .social-row .soc-item:hover {
  background-color: #0b2b5c;
}
.cid-uOqolaUD2k .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uOqolaUD2k .img-order {
    order: 2;
  }
}
@media (min-width: 768px) {
  .cid-uOqolaUD2k .card-box_left {
    padding: 2rem 2rem 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOqolaUD2k .card-box_left {
    padding: 2rem 2rem 2rem 3rem;
  }
}
.cid-uOqolbelIs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOqolbelIs .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uOqolbelIs .card-wrapper {
  background-color: #fcf5e6;
  border-radius: 16px;
}
.cid-uOqolbelIs .image-wrapper {
  height: 100%;
}
.cid-uOqolbelIs .image-wrapper img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uOqolbelIs .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #0b2b5c;
  transition: all 0.3s;
}
.cid-uOqolbelIs .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #0b2b5c;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uOqolbelIs .social-row .soc-item:hover {
  background-color: #0b2b5c;
}
.cid-uOqolbelIs .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uOqolbelIs .img-order {
    order: 2;
  }
}
@media (min-width: 768px) {
  .cid-uOqolbelIs .card-box_left {
    padding: 2rem 2rem 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOqolbelIs .card-box_left {
    padding: 2rem 2rem 2rem 3rem;
  }
}
.cid-uOqolbz442 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOqolbz442 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uOqolbz442 .card-wrapper {
  background-color: #fcf5e6;
  border-radius: 16px;
}
.cid-uOqolbz442 .image-wrapper {
  height: 100%;
}
.cid-uOqolbz442 .image-wrapper img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uOqolbz442 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #0b2b5c;
  transition: all 0.3s;
}
.cid-uOqolbz442 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #0b2b5c;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uOqolbz442 .social-row .soc-item:hover {
  background-color: #0b2b5c;
}
.cid-uOqolbz442 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uOqolbz442 .img-order {
    order: 2;
  }
}
@media (min-width: 768px) {
  .cid-uOqolbz442 .card-box_left {
    padding: 2rem 2rem 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOqolbz442 .card-box_left {
    padding: 2rem 2rem 2rem 3rem;
  }
}
.cid-uOqolbSDea {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOqolbSDea .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOqolbSDea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOqolbSDea .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOqolbSDea .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uOqolbSDea .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOqolbSDea .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uOqolbSDea .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOqolbSDea .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOqolbSDea .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOqolbSDea .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uOqolbSDea .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uOqolbSDea .image-wrapper {
    padding-left: 0;
  }
}
.cid-uOqolbSDea .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uOqolbSDea .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uOqolbSDea .mbr-section-title {
  color: #000000;
}
.cid-uOqolbSDea .mbr-desc {
  color: #000000;
}
.cid-uOqolbSDea .mbr-text {
  color: #000000;
}
.cid-uOqolc8LrB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOqolc8LrB .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOqolc8LrB .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOqolc8LrB .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uOqolc8LrB .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uOqolc8LrB .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOqolc8LrB .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOqolc8LrB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOqolc8LrB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uOqolc8LrB .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uOqolc8LrB .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOqolc8LrB .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uOqolc8LrB .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #078efb;
}
.cid-uOqolc8LrB .embla__slide .slide-content {
  width: 100%;
}
.cid-uOqolc8LrB .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uOqolc8LrB .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uOqolc8LrB .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOqolc8LrB .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uOqolc8LrB .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uOqolc8LrB .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uOqolc8LrB .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOqolc8LrB .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uOqolc8LrB .embla__button--next,
.cid-uOqolc8LrB .embla__button--prev {
  display: flex;
}
.cid-uOqolc8LrB .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uOqolc8LrB .embla__button:hover {
  transform: scale(1.05);
}
.cid-uOqolc8LrB .embla__button.embla__button--prev {
  left: 0;
}
.cid-uOqolc8LrB .embla__button.embla__button--next {
  right: 0;
}
.cid-uOqolc8LrB .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uOqolc8LrB .embla {
    margin-bottom: 38px;
  }
}
.cid-uOqolc8LrB .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uOqolc8LrB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOqolc8LrB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOqolc8LrB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOqolc8LrB .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOqolc8LrB .mbr-section-title {
  color: #ffffff;
}
.cid-uOqolc8LrB .mbr-text,
.cid-uOqolc8LrB .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uOqolc8LrB .mbr-desc,
.cid-uOqolc8LrB .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uOqolc8LrB .item-title,
.cid-uOqolc8LrB .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uOqolc8LrB .item-text,
.cid-uOqolc8LrB .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-uOqolc8LrB .mbr-section-title,
.cid-uOqolc8LrB .mbr-section-btn {
  text-align: center;
}
.cid-uOvSgJtJT2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #291f1e;
}
.cid-uOvSgJtJT2 input {
  padding: 1.5rem 2rem;
  border: 0px !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uOvSgJtJT2 input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uOvSgJtJT2 .btn,
.cid-uOvSgJtJT2 .wrapper {
  border-radius: 2rem !important;
}
.cid-uOvSgJtJT2 .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uOvSgJtJT2 .btn {
    width: 100%;
  }
}
.cid-uOvSgJtJT2 .btn:hover,
.cid-uOvSgJtJT2 .btn:focus {
  transform: none !important;
}
.cid-uOvSgJtJT2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uOvSgJtJT2 .social-row {
    justify-content: center;
  }
}
.cid-uOvSgJtJT2 .soc-item {
  margin: 8px;
}
.cid-uOvSgJtJT2 .soc-item a:hover .mbr-iconfont,
.cid-uOvSgJtJT2 .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
  transform: scale(1.1);
}
.cid-uOvSgJtJT2 .soc-item a .mbr-iconfont {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 26px;
  background-color: #9c98cf;
  color: #291f1e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOvSgJtJT2 .soc-item a .mbr-iconfont {
    width: 54px;
    height: 54px;
  }
}
.cid-uOvSgJtJT2 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uOvSgJtJT2 .mbr-section-btn {
    width: 100%;
  }
}
.cid-uOvSgJtJT2 .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uOvSgJtJT2 .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uOvSgJtJT2 .form-group {
  margin: 0;
}
.cid-uOvSgJtJT2 .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uOvSgJtJT2 .wrapper {
    border-radius: 1rem !important;
    width: 100%;
    margin: 0;
  }
  .cid-uOvSgJtJT2 .wrapper .btn {
    border-radius: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOvSgJtJT2 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOvSgJtJT2 .justify-content-center {
  align-items: center;
}
.cid-uOvSgJtJT2 .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uOvSgJtJT2 .mbr-section-title,
.cid-uOvSgJtJT2 .mbr-section-title2 {
  color: #fffcee;
}
@media (max-width: 767px) {
  .cid-uOvSgJtJT2 .mbr-section-title,
  .cid-uOvSgJtJT2 .mbr-section-title2 {
    text-align: center;
  }
}
.cid-uOqolcDl4f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1f6463;
  overflow: hidden;
}
.cid-uOqolcDl4f .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uxyID2mc73 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uxyID2mc73 .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-uxyID2mc73 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uxyID2mc73 .btn {
  font-weight: 400;
}
.cid-uxyID2mc73 .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-uxyID2mc73 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uxyID2mc73 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxyID2mc73 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxyID2mc73 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uxyID2mc73 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uxyID2mc73 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uxyID2mc73 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uxyID2mc73 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uxyID2mc73 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uxyID2mc73 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uxyID2mc73 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uxyID2mc73 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uxyID2mc73 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uxyID2mc73 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uxyID2mc73 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uxyID2mc73 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxyID2mc73 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uxyID2mc73 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uxyID2mc73 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uxyID2mc73 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxyID2mc73 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uxyID2mc73 .iconfont-wrapper {
  color: #7787a5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxyID2mc73 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
}
.cid-uxyID2mc73 .nav-item:focus,
.cid-uxyID2mc73 .nav-link:focus {
  outline: none;
}
.cid-uxyID2mc73 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxyID2mc73 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxyID2mc73 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxyID2mc73 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxyID2mc73 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxyID2mc73 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxyID2mc73 .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;
}
.cid-uxyID2mc73 .navbar.opened {
  transition: all 0.25s;
}
.cid-uxyID2mc73 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxyID2mc73 .navbar .navbar-logo img {
  width: auto;
}
.cid-uxyID2mc73 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uxyID2mc73 .navbar.collapsed {
  justify-content: center;
}
.cid-uxyID2mc73 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxyID2mc73 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxyID2mc73 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-uxyID2mc73 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxyID2mc73 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxyID2mc73 .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-uxyID2mc73 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxyID2mc73 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxyID2mc73 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxyID2mc73 .navbar {
    min-height: 72px;
  }
  .cid-uxyID2mc73 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uxyID2mc73 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxyID2mc73 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxyID2mc73 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxyID2mc73 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxyID2mc73 .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-uxyID2mc73 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxyID2mc73 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uxyID2mc73 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxyID2mc73 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxyID2mc73 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uxyID2mc73 .dropdown-item.active,
.cid-uxyID2mc73 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxyID2mc73 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxyID2mc73 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxyID2mc73 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxyID2mc73 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uxyID2mc73 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uxyID2mc73 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uxyID2mc73 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxyID2mc73 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uxyID2mc73 .navbar-buttons {
    text-align: left;
  }
}
.cid-uxyID2mc73 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxyID2mc73 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxyID2mc73 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxyID2mc73 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxyID2mc73 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxyID2mc73 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxyID2mc73 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxyID2mc73 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxyID2mc73 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxyID2mc73 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxyID2mc73 .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-uxyID2mc73 .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-uxyID2mc73 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxyID2mc73 .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-uxyID2mc73 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxyID2mc73 .navbar {
    height: 70px;
  }
  .cid-uxyID2mc73 .navbar.opened {
    height: auto;
  }
  .cid-uxyID2mc73 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxyID2mc73 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uxyID2mc73 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uxyID2mc73 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uxyID2mc73 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uxyID2mc73 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uxyID2mc73 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uxyID2mc73 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uxyID2mc73 .navbar-brand {
    margin-right: auto;
  }
  .cid-uxyID2mc73 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-uxyID2mc73 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uxyID2mc73 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uxyID2mc73 .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-uxyID2mc73 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uxyID2mc73 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uxyID2mc73 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uxyID2mc73 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uxyID2mc73 .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-uxyID2mc73 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxyID2mc73 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uxyID2mc73 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uxyID2mc73 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC5bcWadYA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uC5bcWadYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC5bcWadYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC5bcWadYA .content-wrapper {
  padding: 115px 80px;
  background-color: #f6f6f6;
  border-radius: 6rem;
  justify-content: center;
  overflow: hidden;
  border-radius: 0 !important;
}
@media (max-width: 1200px) {
  .cid-uC5bcWadYA .content-wrapper {
    padding: 115px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uC5bcWadYA .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uC5bcWadYA .content-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uC5bcWadYA .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uC5bcWadYA .content-wrap .mbr-desc {
  margin-bottom: 95px;
}
@media (max-width: 992px) {
  .cid-uC5bcWadYA .content-wrap .mbr-desc {
    margin-bottom: 35px;
  }
}
.cid-uC5bcWadYA .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uC5bcWadYA .content-wrap .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-uC5bcWadYA .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uC5bcWadYA .image-wrapper {
  margin-bottom: 70px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uC5bcWadYA .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uC5bcWadYA .image-wrapper img {
  height: 464px;
  width: 150%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uC5bcWadYA .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
.cid-uC5bcWadYA .item {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uC5bcWadYA .item {
    margin-bottom: 35px;
  }
  .cid-uC5bcWadYA .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uC5bcWadYA .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uC5bcWadYA .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uC5bcWadYA .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-uC5bcWadYA .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uC5bcWadYA .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uC5bcWadYA .item .item-wrapper .card-box .item-text {
  margin: 30px 0 0 0;
}
.cid-uC5bcWadYA .mbr-section-title {
  color: #0c2c68;
}
.cid-uC5bcWadYA .mbr-desc {
  color: #000000;
}
.cid-uC5bcWadYA .mbr-text {
  color: #000000;
}
.cid-uC5bcWadYA .item-title {
  color: #000000;
}
.cid-uC5bcWadYA .item-desc {
  color: #000000;
}
.cid-uC5bcWadYA .item-text {
  color: #000000;
}
.cid-uC5bcWadYA .item-title,
.cid-uC5bcWadYA .icon-wrapper {
  color: #0c2c68;
}
.cid-uCBFl7F3A1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1f6463;
  overflow: hidden;
}
.cid-uCBFl7F3A1 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uOwd5rBZv6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #291f1e;
}
.cid-uOwd5rBZv6 input {
  padding: 1.5rem 2rem;
  border: 0px !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uOwd5rBZv6 input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uOwd5rBZv6 .btn,
.cid-uOwd5rBZv6 .wrapper {
  border-radius: 2rem !important;
}
.cid-uOwd5rBZv6 .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uOwd5rBZv6 .btn {
    width: 100%;
  }
}
.cid-uOwd5rBZv6 .btn:hover,
.cid-uOwd5rBZv6 .btn:focus {
  transform: none !important;
}
.cid-uOwd5rBZv6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uOwd5rBZv6 .social-row {
    justify-content: center;
  }
}
.cid-uOwd5rBZv6 .soc-item {
  margin: 8px;
}
.cid-uOwd5rBZv6 .soc-item a:hover .mbr-iconfont,
.cid-uOwd5rBZv6 .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
  transform: scale(1.1);
}
.cid-uOwd5rBZv6 .soc-item a .mbr-iconfont {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 26px;
  background-color: #9c98cf;
  color: #291f1e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOwd5rBZv6 .soc-item a .mbr-iconfont {
    width: 54px;
    height: 54px;
  }
}
.cid-uOwd5rBZv6 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uOwd5rBZv6 .mbr-section-btn {
    width: 100%;
  }
}
.cid-uOwd5rBZv6 .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uOwd5rBZv6 .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uOwd5rBZv6 .form-group {
  margin: 0;
}
.cid-uOwd5rBZv6 .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uOwd5rBZv6 .wrapper {
    border-radius: 1rem !important;
    width: 100%;
    margin: 0;
  }
  .cid-uOwd5rBZv6 .wrapper .btn {
    border-radius: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOwd5rBZv6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOwd5rBZv6 .justify-content-center {
  align-items: center;
}
.cid-uOwd5rBZv6 .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uOwd5rBZv6 .mbr-section-title,
.cid-uOwd5rBZv6 .mbr-section-title2 {
  color: #fffcee;
}
@media (max-width: 767px) {
  .cid-uOwd5rBZv6 .mbr-section-title,
  .cid-uOwd5rBZv6 .mbr-section-title2 {
    text-align: center;
  }
}
.cid-uOqoraTe1b {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOqoraTe1b .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-uOqoraTe1b .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOqoraTe1b .btn {
  font-weight: 400;
}
.cid-uOqoraTe1b .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-uOqoraTe1b .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uOqoraTe1b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOqoraTe1b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOqoraTe1b .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uOqoraTe1b .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uOqoraTe1b .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uOqoraTe1b .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uOqoraTe1b .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOqoraTe1b .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOqoraTe1b .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uOqoraTe1b .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uOqoraTe1b .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOqoraTe1b .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOqoraTe1b .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOqoraTe1b .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOqoraTe1b .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOqoraTe1b .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOqoraTe1b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uOqoraTe1b .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uOqoraTe1b .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOqoraTe1b .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOqoraTe1b .iconfont-wrapper {
  color: #7787a5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOqoraTe1b .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
}
.cid-uOqoraTe1b .nav-item:focus,
.cid-uOqoraTe1b .nav-link:focus {
  outline: none;
}
.cid-uOqoraTe1b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOqoraTe1b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOqoraTe1b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOqoraTe1b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOqoraTe1b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOqoraTe1b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOqoraTe1b .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;
}
.cid-uOqoraTe1b .navbar.opened {
  transition: all 0.25s;
}
.cid-uOqoraTe1b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOqoraTe1b .navbar .navbar-logo img {
  width: auto;
}
.cid-uOqoraTe1b .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOqoraTe1b .navbar.collapsed {
  justify-content: center;
}
.cid-uOqoraTe1b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOqoraTe1b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOqoraTe1b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-uOqoraTe1b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOqoraTe1b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOqoraTe1b .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-uOqoraTe1b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOqoraTe1b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOqoraTe1b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOqoraTe1b .navbar {
    min-height: 72px;
  }
  .cid-uOqoraTe1b .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOqoraTe1b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOqoraTe1b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOqoraTe1b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOqoraTe1b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOqoraTe1b .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-uOqoraTe1b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOqoraTe1b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOqoraTe1b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOqoraTe1b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOqoraTe1b .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOqoraTe1b .dropdown-item.active,
.cid-uOqoraTe1b .dropdown-item:active {
  background-color: transparent;
}
.cid-uOqoraTe1b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOqoraTe1b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOqoraTe1b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOqoraTe1b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uOqoraTe1b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uOqoraTe1b .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOqoraTe1b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOqoraTe1b .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOqoraTe1b .navbar-buttons {
    text-align: left;
  }
}
.cid-uOqoraTe1b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOqoraTe1b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOqoraTe1b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOqoraTe1b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOqoraTe1b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOqoraTe1b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOqoraTe1b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOqoraTe1b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOqoraTe1b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOqoraTe1b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOqoraTe1b .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-uOqoraTe1b .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-uOqoraTe1b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOqoraTe1b .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-uOqoraTe1b .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOqoraTe1b .navbar {
    height: 70px;
  }
  .cid-uOqoraTe1b .navbar.opened {
    height: auto;
  }
  .cid-uOqoraTe1b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOqoraTe1b .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOqoraTe1b .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uOqoraTe1b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOqoraTe1b .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uOqoraTe1b .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOqoraTe1b .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uOqoraTe1b .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOqoraTe1b .navbar-brand {
    margin-right: auto;
  }
  .cid-uOqoraTe1b .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-uOqoraTe1b .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOqoraTe1b .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uOqoraTe1b .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-uOqoraTe1b .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOqoraTe1b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOqoraTe1b .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uOqoraTe1b .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOqoraTe1b .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-uOqoraTe1b .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uOqoraTe1b .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uOqoraTe1b .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uOqoraTe1b .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOqorb9Tx4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uOqorb9Tx4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOqorb9Tx4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOqorb9Tx4 .content-wrapper {
  padding: 115px 80px;
  background-color: #f6f6f6;
  border-radius: 6rem;
  justify-content: center;
  overflow: hidden;
  border-radius: 0 !important;
}
@media (max-width: 1200px) {
  .cid-uOqorb9Tx4 .content-wrapper {
    padding: 115px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOqorb9Tx4 .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uOqorb9Tx4 .content-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uOqorb9Tx4 .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uOqorb9Tx4 .content-wrap .mbr-desc {
  margin-bottom: 95px;
}
@media (max-width: 992px) {
  .cid-uOqorb9Tx4 .content-wrap .mbr-desc {
    margin-bottom: 35px;
  }
}
.cid-uOqorb9Tx4 .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOqorb9Tx4 .content-wrap .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-uOqorb9Tx4 .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uOqorb9Tx4 .image-wrapper {
  margin-bottom: 70px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uOqorb9Tx4 .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uOqorb9Tx4 .image-wrapper img {
  height: 464px;
  width: 150%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOqorb9Tx4 .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
.cid-uOqorb9Tx4 .item {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uOqorb9Tx4 .item {
    margin-bottom: 35px;
  }
  .cid-uOqorb9Tx4 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uOqorb9Tx4 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOqorb9Tx4 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uOqorb9Tx4 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-uOqorb9Tx4 .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uOqorb9Tx4 .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uOqorb9Tx4 .item .item-wrapper .card-box .item-text {
  margin: 30px 0 0 0;
}
.cid-uOqorb9Tx4 .mbr-section-title {
  color: #0c2c68;
}
.cid-uOqorb9Tx4 .mbr-desc {
  color: #000000;
}
.cid-uOqorb9Tx4 .mbr-text {
  color: #000000;
}
.cid-uOqorb9Tx4 .item-title {
  color: #000000;
}
.cid-uOqorb9Tx4 .item-desc {
  color: #000000;
}
.cid-uOqorb9Tx4 .item-text {
  color: #000000;
}
.cid-uOqorb9Tx4 .item-title,
.cid-uOqorb9Tx4 .icon-wrapper {
  color: #0c2c68;
}
.cid-uOvSs7PJhA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #291f1e;
}
.cid-uOvSs7PJhA input {
  padding: 1.5rem 2rem;
  border: 0px !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uOvSs7PJhA input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uOvSs7PJhA .btn,
.cid-uOvSs7PJhA .wrapper {
  border-radius: 2rem !important;
}
.cid-uOvSs7PJhA .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uOvSs7PJhA .btn {
    width: 100%;
  }
}
.cid-uOvSs7PJhA .btn:hover,
.cid-uOvSs7PJhA .btn:focus {
  transform: none !important;
}
.cid-uOvSs7PJhA .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uOvSs7PJhA .social-row {
    justify-content: center;
  }
}
.cid-uOvSs7PJhA .soc-item {
  margin: 8px;
}
.cid-uOvSs7PJhA .soc-item a:hover .mbr-iconfont,
.cid-uOvSs7PJhA .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
  transform: scale(1.1);
}
.cid-uOvSs7PJhA .soc-item a .mbr-iconfont {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 26px;
  background-color: #9c98cf;
  color: #291f1e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOvSs7PJhA .soc-item a .mbr-iconfont {
    width: 54px;
    height: 54px;
  }
}
.cid-uOvSs7PJhA .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uOvSs7PJhA .mbr-section-btn {
    width: 100%;
  }
}
.cid-uOvSs7PJhA .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uOvSs7PJhA .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uOvSs7PJhA .form-group {
  margin: 0;
}
.cid-uOvSs7PJhA .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uOvSs7PJhA .wrapper {
    border-radius: 1rem !important;
    width: 100%;
    margin: 0;
  }
  .cid-uOvSs7PJhA .wrapper .btn {
    border-radius: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOvSs7PJhA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOvSs7PJhA .justify-content-center {
  align-items: center;
}
.cid-uOvSs7PJhA .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uOvSs7PJhA .mbr-section-title,
.cid-uOvSs7PJhA .mbr-section-title2 {
  color: #fffcee;
}
@media (max-width: 767px) {
  .cid-uOvSs7PJhA .mbr-section-title,
  .cid-uOvSs7PJhA .mbr-section-title2 {
    text-align: center;
  }
}
.cid-uOqorbsU3u {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1f6463;
  overflow: hidden;
}
.cid-uOqorbsU3u .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uOqosyg1lM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOqosyg1lM .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-uOqosyg1lM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOqosyg1lM .btn {
  font-weight: 400;
}
.cid-uOqosyg1lM .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-uOqosyg1lM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uOqosyg1lM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOqosyg1lM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOqosyg1lM .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uOqosyg1lM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uOqosyg1lM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uOqosyg1lM .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uOqosyg1lM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOqosyg1lM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOqosyg1lM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uOqosyg1lM .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uOqosyg1lM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOqosyg1lM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOqosyg1lM .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOqosyg1lM .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOqosyg1lM .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOqosyg1lM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOqosyg1lM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uOqosyg1lM .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uOqosyg1lM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOqosyg1lM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOqosyg1lM .iconfont-wrapper {
  color: #7787a5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOqosyg1lM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
}
.cid-uOqosyg1lM .nav-item:focus,
.cid-uOqosyg1lM .nav-link:focus {
  outline: none;
}
.cid-uOqosyg1lM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOqosyg1lM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOqosyg1lM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOqosyg1lM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOqosyg1lM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOqosyg1lM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOqosyg1lM .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;
}
.cid-uOqosyg1lM .navbar.opened {
  transition: all 0.25s;
}
.cid-uOqosyg1lM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOqosyg1lM .navbar .navbar-logo img {
  width: auto;
}
.cid-uOqosyg1lM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOqosyg1lM .navbar.collapsed {
  justify-content: center;
}
.cid-uOqosyg1lM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOqosyg1lM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOqosyg1lM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-uOqosyg1lM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOqosyg1lM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOqosyg1lM .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-uOqosyg1lM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOqosyg1lM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOqosyg1lM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOqosyg1lM .navbar {
    min-height: 72px;
  }
  .cid-uOqosyg1lM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOqosyg1lM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOqosyg1lM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOqosyg1lM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOqosyg1lM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOqosyg1lM .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-uOqosyg1lM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOqosyg1lM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOqosyg1lM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOqosyg1lM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOqosyg1lM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOqosyg1lM .dropdown-item.active,
.cid-uOqosyg1lM .dropdown-item:active {
  background-color: transparent;
}
.cid-uOqosyg1lM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOqosyg1lM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOqosyg1lM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOqosyg1lM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uOqosyg1lM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uOqosyg1lM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOqosyg1lM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOqosyg1lM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOqosyg1lM .navbar-buttons {
    text-align: left;
  }
}
.cid-uOqosyg1lM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOqosyg1lM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOqosyg1lM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOqosyg1lM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOqosyg1lM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOqosyg1lM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOqosyg1lM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOqosyg1lM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOqosyg1lM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOqosyg1lM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOqosyg1lM .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-uOqosyg1lM .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-uOqosyg1lM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOqosyg1lM .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-uOqosyg1lM .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOqosyg1lM .navbar {
    height: 70px;
  }
  .cid-uOqosyg1lM .navbar.opened {
    height: auto;
  }
  .cid-uOqosyg1lM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOqosyg1lM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOqosyg1lM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uOqosyg1lM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOqosyg1lM .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uOqosyg1lM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOqosyg1lM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uOqosyg1lM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOqosyg1lM .navbar-brand {
    margin-right: auto;
  }
  .cid-uOqosyg1lM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-uOqosyg1lM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOqosyg1lM .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uOqosyg1lM .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-uOqosyg1lM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOqosyg1lM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOqosyg1lM .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uOqosyg1lM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOqosyg1lM .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-uOqosyg1lM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uOqosyg1lM .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uOqosyg1lM .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uOqosyg1lM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOqosyxayV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uOqosyxayV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOqosyxayV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOqosyxayV .content-wrapper {
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uOqosyxayV .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uOqosyxayV .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .cid-uOqosyxayV .content-wrapper .content-wrap {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOqosyxayV .content-wrapper .content-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uOqosyxayV .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uOqosyxayV .content-wrapper .content-wrap .text-wrapper {
    position: static;
  }
}
.cid-uOqosyxayV .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uOqosyxayV .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uOqosyxayV .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uOqosyxayV .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uOqosyxayV .content-wrapper .items-wrapper {
  padding-left: 80px;
  border-left: 3px solid #050f0f;
  width: 50%;
}
@media (max-width: 1199px) {
  .cid-uOqosyxayV .content-wrapper .items-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOqosyxayV .content-wrapper .items-wrapper {
    border-left: none;
    border-top: 3px solid #050f0f;
    padding-left: 0;
    width: 100%;
  }
}
.cid-uOqosyxayV .content-wrapper .items-wrapper .item {
  padding: 32px 0;
}
@media (max-width: 992px) {
  .cid-uOqosyxayV .content-wrapper .items-wrapper .item {
    padding: 32px 0 0;
  }
}
.cid-uOqosyxayV .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uOqosyxayV .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOqosyxayV .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
}
.cid-uOqosyxayV .mbr-section-title {
  color: #050f0f;
}
.cid-uOqosyxayV .mbr-text {
  color: #050f0f;
}
.cid-uOqosyxayV .item-title {
  color: #050f0f;
}
.cid-uOqosyxayV .item-text {
  color: #050f0f;
}
.cid-uOqosyMqbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-uOqosyMqbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOqosyMqbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOqosyMqbD .content-head {
  max-width: 800px;
}
.cid-uOqosyMqbD .mbr-section-title {
  color: #291f1e;
}
.cid-uOqosz4A05 {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0c2c68;
}
.cid-uOqosz4A05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOqosz4A05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOqosz4A05 .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-uOqosz4A05 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uOqosz4A05 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uOqosz4A05 {
    align-items: center;
  }
  .cid-uOqosz4A05 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOqosz4A05 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOqosz4A05 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOqosz4A05 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOqosz4A05 .content-wrap {
    width: 100%;
  }
}
.cid-uOqosz4A05 .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uOqosz4A05 .mbr-text,
.cid-uOqosz4A05 .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-uOqosz4A05 .mbr-section-title,
.cid-uOqosz4A05 .line {
  color: #fffcee;
}
.cid-uOvSEgB1vW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #291f1e;
}
.cid-uOvSEgB1vW input {
  padding: 1.5rem 2rem;
  border: 0px !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uOvSEgB1vW input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uOvSEgB1vW .btn,
.cid-uOvSEgB1vW .wrapper {
  border-radius: 2rem !important;
}
.cid-uOvSEgB1vW .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uOvSEgB1vW .btn {
    width: 100%;
  }
}
.cid-uOvSEgB1vW .btn:hover,
.cid-uOvSEgB1vW .btn:focus {
  transform: none !important;
}
.cid-uOvSEgB1vW .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uOvSEgB1vW .social-row {
    justify-content: center;
  }
}
.cid-uOvSEgB1vW .soc-item {
  margin: 8px;
}
.cid-uOvSEgB1vW .soc-item a:hover .mbr-iconfont,
.cid-uOvSEgB1vW .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
  transform: scale(1.1);
}
.cid-uOvSEgB1vW .soc-item a .mbr-iconfont {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 26px;
  background-color: #9c98cf;
  color: #291f1e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOvSEgB1vW .soc-item a .mbr-iconfont {
    width: 54px;
    height: 54px;
  }
}
.cid-uOvSEgB1vW .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uOvSEgB1vW .mbr-section-btn {
    width: 100%;
  }
}
.cid-uOvSEgB1vW .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uOvSEgB1vW .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uOvSEgB1vW .form-group {
  margin: 0;
}
.cid-uOvSEgB1vW .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uOvSEgB1vW .wrapper {
    border-radius: 1rem !important;
    width: 100%;
    margin: 0;
  }
  .cid-uOvSEgB1vW .wrapper .btn {
    border-radius: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOvSEgB1vW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOvSEgB1vW .justify-content-center {
  align-items: center;
}
.cid-uOvSEgB1vW .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uOvSEgB1vW .mbr-section-title,
.cid-uOvSEgB1vW .mbr-section-title2 {
  color: #fffcee;
}
@media (max-width: 767px) {
  .cid-uOvSEgB1vW .mbr-section-title,
  .cid-uOvSEgB1vW .mbr-section-title2 {
    text-align: center;
  }
}
.cid-uOqoszhPbl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1f6463;
  overflow: hidden;
}
.cid-uOqoszhPbl .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uOqou8pyu9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOqou8pyu9 .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-uOqou8pyu9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOqou8pyu9 .btn {
  font-weight: 400;
}
.cid-uOqou8pyu9 .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-uOqou8pyu9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uOqou8pyu9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOqou8pyu9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOqou8pyu9 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uOqou8pyu9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uOqou8pyu9 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uOqou8pyu9 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uOqou8pyu9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOqou8pyu9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOqou8pyu9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uOqou8pyu9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uOqou8pyu9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOqou8pyu9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOqou8pyu9 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOqou8pyu9 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOqou8pyu9 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOqou8pyu9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOqou8pyu9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uOqou8pyu9 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uOqou8pyu9 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOqou8pyu9 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOqou8pyu9 .iconfont-wrapper {
  color: #7787a5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOqou8pyu9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
}
.cid-uOqou8pyu9 .nav-item:focus,
.cid-uOqou8pyu9 .nav-link:focus {
  outline: none;
}
.cid-uOqou8pyu9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOqou8pyu9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOqou8pyu9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOqou8pyu9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOqou8pyu9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOqou8pyu9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOqou8pyu9 .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;
}
.cid-uOqou8pyu9 .navbar.opened {
  transition: all 0.25s;
}
.cid-uOqou8pyu9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOqou8pyu9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uOqou8pyu9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOqou8pyu9 .navbar.collapsed {
  justify-content: center;
}
.cid-uOqou8pyu9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOqou8pyu9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOqou8pyu9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-uOqou8pyu9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOqou8pyu9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOqou8pyu9 .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-uOqou8pyu9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOqou8pyu9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOqou8pyu9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOqou8pyu9 .navbar {
    min-height: 72px;
  }
  .cid-uOqou8pyu9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOqou8pyu9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOqou8pyu9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOqou8pyu9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOqou8pyu9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOqou8pyu9 .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-uOqou8pyu9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOqou8pyu9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOqou8pyu9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOqou8pyu9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOqou8pyu9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOqou8pyu9 .dropdown-item.active,
.cid-uOqou8pyu9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOqou8pyu9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOqou8pyu9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOqou8pyu9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOqou8pyu9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uOqou8pyu9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uOqou8pyu9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOqou8pyu9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOqou8pyu9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOqou8pyu9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uOqou8pyu9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOqou8pyu9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOqou8pyu9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOqou8pyu9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOqou8pyu9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOqou8pyu9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOqou8pyu9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOqou8pyu9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOqou8pyu9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOqou8pyu9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOqou8pyu9 .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-uOqou8pyu9 .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-uOqou8pyu9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOqou8pyu9 .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-uOqou8pyu9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOqou8pyu9 .navbar {
    height: 70px;
  }
  .cid-uOqou8pyu9 .navbar.opened {
    height: auto;
  }
  .cid-uOqou8pyu9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOqou8pyu9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOqou8pyu9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uOqou8pyu9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOqou8pyu9 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uOqou8pyu9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOqou8pyu9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uOqou8pyu9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOqou8pyu9 .navbar-brand {
    margin-right: auto;
  }
  .cid-uOqou8pyu9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-uOqou8pyu9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOqou8pyu9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uOqou8pyu9 .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-uOqou8pyu9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOqou8pyu9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOqou8pyu9 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uOqou8pyu9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOqou8pyu9 .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-uOqou8pyu9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uOqou8pyu9 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uOqou8pyu9 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uOqou8pyu9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOqou8FpkO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uOqou8FpkO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOqou8FpkO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOqou8FpkO .title-wrapper {
  margin-bottom: 660px;
}
@media (max-width: 992px) {
  .cid-uOqou8FpkO .title-wrapper {
    margin-bottom: 200px;
  }
}
.cid-uOqou8FpkO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOqou8FpkO .mbr-section-title {
  color: #000000;
}
.cid-uOqou8RTqU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOqou8RTqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOqou8RTqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOqou8RTqU .row {
  justify-content: space-between;
}
.cid-uOqou8RTqU .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uOqou8RTqU .content-wrapper {
    padding: 0;
  }
}
.cid-uOqou8RTqU .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOqou8RTqU .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOqou8RTqU .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOqou8RTqU .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uOqou8RTqU .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOqou8RTqU .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uOqou8RTqU .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uOqou8RTqU .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uOqou8RTqU .mbr-section-title {
  color: #000000;
}
.cid-uOqou8RTqU .mbr-desc {
  color: #000000;
}
.cid-uOqou8RTqU .mbr-text {
  color: #000000;
}
.cid-uOqou950cT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uOqou950cT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uOqou950cT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOqou950cT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOqou950cT .mbr-gallery-item {
  width: 33.3%;
}
.cid-uOqou950cT .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uOqou950cT .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uOqou950cT .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uOqou950cT .mbr-gallery-row {
  justify-content: center;
}
.cid-uOqou950cT .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uOqou950cT .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-uOqou950cT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uOqou950cT .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uOqou950cT .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uOqou950cT .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-uOqou950cT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uOqou950cT .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uOqou950cT img {
  transition: all 2s !important;
}
.cid-uOqou950cT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uOqou950cT .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uOqou950cT .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uOvSSN6mCB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #291f1e;
}
.cid-uOvSSN6mCB input {
  padding: 1.5rem 2rem;
  border: 0px !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uOvSSN6mCB input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uOvSSN6mCB .btn,
.cid-uOvSSN6mCB .wrapper {
  border-radius: 2rem !important;
}
.cid-uOvSSN6mCB .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uOvSSN6mCB .btn {
    width: 100%;
  }
}
.cid-uOvSSN6mCB .btn:hover,
.cid-uOvSSN6mCB .btn:focus {
  transform: none !important;
}
.cid-uOvSSN6mCB .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uOvSSN6mCB .social-row {
    justify-content: center;
  }
}
.cid-uOvSSN6mCB .soc-item {
  margin: 8px;
}
.cid-uOvSSN6mCB .soc-item a:hover .mbr-iconfont,
.cid-uOvSSN6mCB .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
  transform: scale(1.1);
}
.cid-uOvSSN6mCB .soc-item a .mbr-iconfont {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 26px;
  background-color: #9c98cf;
  color: #291f1e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOvSSN6mCB .soc-item a .mbr-iconfont {
    width: 54px;
    height: 54px;
  }
}
.cid-uOvSSN6mCB .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uOvSSN6mCB .mbr-section-btn {
    width: 100%;
  }
}
.cid-uOvSSN6mCB .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uOvSSN6mCB .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uOvSSN6mCB .form-group {
  margin: 0;
}
.cid-uOvSSN6mCB .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uOvSSN6mCB .wrapper {
    border-radius: 1rem !important;
    width: 100%;
    margin: 0;
  }
  .cid-uOvSSN6mCB .wrapper .btn {
    border-radius: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOvSSN6mCB .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOvSSN6mCB .justify-content-center {
  align-items: center;
}
.cid-uOvSSN6mCB .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uOvSSN6mCB .mbr-section-title,
.cid-uOvSSN6mCB .mbr-section-title2 {
  color: #fffcee;
}
@media (max-width: 767px) {
  .cid-uOvSSN6mCB .mbr-section-title,
  .cid-uOvSSN6mCB .mbr-section-title2 {
    text-align: center;
  }
}
.cid-uOqou9pLTP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1f6463;
  overflow: hidden;
}
.cid-uOqou9pLTP .media-container-row .mbr-text {
  color: #fffcee;
}
