body {
  font-family: Cormorant Upright;
}
.display-1 {
  font-family: 'Lemonada', display;
  font-size: 7rem;
  line-height: .7em;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Lemonada', display;
  font-size: 4.5rem;
  line-height: 71px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Lemonada', display;
  font-size: 1.06rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.325rem;
}
.display-5 {
  font-family: 'Lemonada', display;
  font-size: 2rem;
  line-height: 25px;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Lemonada', display;
  font-size: 1rem;
  line-height: 1.59em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.848rem;
    font-size: calc( 1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #db9eed !important;
}
.bg-success {
  background-color: #747474 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #b492a5 !important;
}
.bg-danger {
  background-color: #4f3e59 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #db9eed !important;
  border-color: #db9eed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c055df !important;
  border-color: #c055df !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c055df !important;
  border-color: #c055df !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #474747 !important;
  border-color: #474747 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #747474 !important;
  border-color: #747474 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #494949 !important;
  border-color: #494949 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #494949 !important;
  border-color: #494949 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b492a5 !important;
  border-color: #b492a5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #8e627a !important;
  border-color: #8e627a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8e627a !important;
  border-color: #8e627a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4f3e59 !important;
  border-color: #4f3e59 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #221a26 !important;
  border-color: #221a26 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #221a26 !important;
  border-color: #221a26 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #db9eed;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c055df !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #db9eed !important;
  border-color: #db9eed !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #474747;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1c1c1c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #474747 !important;
  border-color: #474747 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #747474;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #494949 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #747474 !important;
  border-color: #747474 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b492a5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8e627a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b492a5 !important;
  border-color: #b492a5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4f3e59;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #221a26 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4f3e59 !important;
  border-color: #4f3e59 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !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: transparent;
  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: transparent !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: #db9eed !important;
}
.text-secondary {
  color: #474747 !important;
}
.text-success {
  color: #747474 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #b492a5 !important;
}
.text-danger {
  color: #4f3e59 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #bb48dd !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #141414 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #414141 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #855b72 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1a141d !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: #db9eed;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #b492a5;
}
.alert-danger {
  background-color: #4f3e59;
}
.mbr-gallery-filter li.active .btn {
  background-color: #db9eed;
  border-color: #db9eed;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #db9eed;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4b4b4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e8dee3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9177a0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lemonada', display;
  font-size: 1rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #db9eed !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lemonada', display;
  font-size: 1rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #db9eed;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #db9eed;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #db9eed;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #db9eed;
  border-bottom-color: #db9eed;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #db9eed !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #474747 !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='%23db9eed' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  padding: 0 14px 0 0;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 83%;
  height: 1px;
  background-color: #db9eed;
}
.mbr-section-btn .btn::after,
.mbr-section-btn-main .btn::after {
  content: '';
  position: absolute;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #db9eed;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  padding: 14px;
}
.mbr-section-btn .btn-primary::after,
.mbr-section-btn-main .btn-primary::after,
.mbr-section-btn .btn-secondary::after,
.mbr-section-btn-main .btn-secondary::after,
.mbr-section-btn .btn-success::after,
.mbr-section-btn-main .btn-success::after,
.mbr-section-btn .btn-info::after,
.mbr-section-btn-main .btn-info::after,
.mbr-section-btn .btn-danger::after,
.mbr-section-btn-main .btn-danger::after,
.mbr-section-btn .btn-warning::after,
.mbr-section-btn-main .btn-warning::after,
.mbr-section-btn .btn-black::after,
.mbr-section-btn-main .btn-black::after,
.mbr-section-btn .btn-white::after,
.mbr-section-btn-main .btn-white::after {
  display: none;
}
.mbr-section-btn .btn-primary::before,
.mbr-section-btn-main .btn-primary::before,
.mbr-section-btn .btn-secondary::before,
.mbr-section-btn-main .btn-secondary::before,
.mbr-section-btn .btn-success::before,
.mbr-section-btn-main .btn-success::before,
.mbr-section-btn .btn-info::before,
.mbr-section-btn-main .btn-info::before,
.mbr-section-btn .btn-danger::before,
.mbr-section-btn-main .btn-danger::before,
.mbr-section-btn .btn-warning::before,
.mbr-section-btn-main .btn-warning::before,
.mbr-section-btn .btn-black::before,
.mbr-section-btn-main .btn-black::before,
.mbr-section-btn .btn-white::before,
.mbr-section-btn-main .btn-white::before {
  display: none;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before {
  animation: ani-button 0.8s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn-main .btn-info-outline::after {
  background-color: #ffffff;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #db9eed;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #db9eed !important;
}
.mbr-section-btn .btn-secondary-outline:before,
.mbr-section-btn-main .btn-secondary-outline:before {
  background-color: #474747;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #474747 !important;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #747474;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  color: #747474 !important;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #4f3e59;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #4f3e59 !important;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #b492a5;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #b492a5 !important;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #232323;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  color: #232323 !important;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #fff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
@keyframes ani-button {
  from {
    transform: scale(0);
    transform-origin: center;
  }
  to {
    transform: scale(1);
    transform-origin: center;
  }
}
.cid-uA9b9vw2ZE .navbar-dropdown {
  position: relative !important;
}
.cid-uA9b9vw2ZE .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uA9b9vw2ZE .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uA9b9vw2ZE .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uA9b9vw2ZE .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uA9b9vw2ZE .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #db9eed;
  z-index: -1;
}
.cid-uA9b9vw2ZE .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uA9b9vw2ZE .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uA9b9vw2ZE .nav-item {
    border: 0;
  }
}
.cid-uA9b9vw2ZE .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-uA9b9vw2ZE .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uA9b9vw2ZE .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uA9b9vw2ZE .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uA9b9vw2ZE .title-wrap:hover span {
  color: white;
}
.cid-uA9b9vw2ZE .title-wrap:hover:before {
  height: 100%;
}
.cid-uA9b9vw2ZE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9b9vw2ZE .dropdown-menu {
  padding: 0;
  border-top: 4px solid #db9eed;
}
.cid-uA9b9vw2ZE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA9b9vw2ZE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA9b9vw2ZE .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uA9b9vw2ZE .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uA9b9vw2ZE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA9b9vw2ZE .nav-link {
  position: relative;
}
.cid-uA9b9vw2ZE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uA9b9vw2ZE .container {
    flex-wrap: nowrap;
  }
}
.cid-uA9b9vw2ZE .dropdown-menu,
.cid-uA9b9vw2ZE .navbar.opened {
  background: #ffffff !important;
}
.cid-uA9b9vw2ZE .nav-item:focus,
.cid-uA9b9vw2ZE .nav-link:focus {
  outline: none;
}
.cid-uA9b9vw2ZE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA9b9vw2ZE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA9b9vw2ZE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA9b9vw2ZE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9b9vw2ZE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA9b9vw2ZE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA9b9vw2ZE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uA9b9vw2ZE .navbar.opened {
  transition: all 0.3s;
}
.cid-uA9b9vw2ZE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA9b9vw2ZE .navbar .navbar-logo img {
  width: auto;
}
.cid-uA9b9vw2ZE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA9b9vw2ZE .navbar.collapsed {
  justify-content: center;
}
.cid-uA9b9vw2ZE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA9b9vw2ZE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA9b9vw2ZE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA9b9vw2ZE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA9b9vw2ZE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA9b9vw2ZE .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-uA9b9vw2ZE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA9b9vw2ZE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA9b9vw2ZE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA9b9vw2ZE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9b9vw2ZE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9b9vw2ZE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9b9vw2ZE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9b9vw2ZE .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-uA9b9vw2ZE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA9b9vw2ZE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9b9vw2ZE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA9b9vw2ZE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA9b9vw2ZE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA9b9vw2ZE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA9b9vw2ZE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA9b9vw2ZE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA9b9vw2ZE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA9b9vw2ZE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA9b9vw2ZE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA9b9vw2ZE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9b9vw2ZE .dropdown-item.active,
.cid-uA9b9vw2ZE .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9b9vw2ZE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA9b9vw2ZE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9b9vw2ZE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9b9vw2ZE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA9b9vw2ZE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA9b9vw2ZE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9b9vw2ZE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA9b9vw2ZE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA9b9vw2ZE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA9b9vw2ZE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uA9b9vw2ZE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA9b9vw2ZE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9b9vw2ZE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9b9vw2ZE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA9b9vw2ZE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9b9vw2ZE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA9b9vw2ZE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA9b9vw2ZE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9b9vw2ZE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA9b9vw2ZE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA9b9vw2ZE .navbar {
    height: 70px;
  }
  .cid-uA9b9vw2ZE .navbar.opened {
    height: auto;
  }
  .cid-uA9b9vw2ZE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA9b9vw2ZE .navbar-caption-wrap,
.cid-uA9b9vw2ZE .title-wrap {
  color: #272727;
}
.cid-uA9bAhNBrA {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/23-1600x1067.jpg");
}
.cid-uA9bAhNBrA .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uA9bAhNBrA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9bAhNBrA .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uA9bAhNBrA .line {
    margin-bottom: 10rem;
  }
}
.cid-uA9bAhNBrA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9bAhNBrA p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uA9bAhNBrA .btn:hover {
  transform: scale(1.1);
  background: #474747 !important;
  border-color: #474747 !important;
  color: #db9eed !important;
}
.cid-uA9bAhNBrA .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uA9bAhNBrA .btn div {
  overflow: hidden;
}
.cid-uA9bAhNBrA .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-uA9bAhNBrA {
    align-items: center;
  }
  .cid-uA9bAhNBrA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uA9bAhNBrA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uA9bAhNBrA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uA9bAhNBrA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uA9bAhNBrA .content-wrap {
    width: 100%;
  }
}
.cid-uA9bAhNBrA .mbr-section-subtitle,
.cid-uA9bAhNBrA .line {
  color: #ffffff;
  text-align: center;
}
.cid-uA9bAhNBrA .mbr-text,
.cid-uA9bAhNBrA .mbr-section-btn {
  text-align: left;
}
.cid-uA9bAhNBrA .mbr-section-title {
  text-align: center;
}
.cid-uA9c8BD2R7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-uA9c8BD2R7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9c8BD2R7 .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-uA9c8BD2R7 .container {
    padding: 0 15px;
  }
}
.cid-uA9c8BD2R7 .row {
  justify-content: center;
}
.cid-uA9c8BD2R7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA9c8BD2R7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA9c8BD2R7 .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uA9c8BD2R7 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uA9c8BD2R7 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA9c8BD2R7 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uA9c8BD2R7 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uA9c8BD2R7 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uA9c8BD2R7 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uA9c8BD2R7 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA9c8BD2R7 .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uA9c8BD2R7 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uA9c8BD2R7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9c8BD2R7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uA9c8BD2R7 .list {
  color: #ffffff;
}
.cid-trf9xCuGg8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-trf9xCuGg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9xCuGg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9xCuGg8 .row {
  justify-content: center;
}
.cid-trf9xCuGg8 .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-trf9xCuGg8 .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-trf9xCuGg8 .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-trf9xCuGg8 .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-trf9xCuGg8 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-trf9xCuGg8 .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-trf9xCuGg8 .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-trf9xCuGg8 .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-trf9xCuGg8 .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-trf9xCuGg8 .mbr-text {
  color: #050000;
  text-align: center;
}
.cid-uA9c2Hx0iz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uA9c2Hx0iz::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#0d1b49 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uA9c2Hx0iz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9c2Hx0iz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9c2Hx0iz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uA9c2Hx0iz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA9c2Hx0iz .container {
    padding: 0 24px;
  }
}
.cid-uA9c2Hx0iz .row {
  justify-content: space-between;
}
.cid-uA9c2Hx0iz .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uA9c2Hx0iz .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA9c2Hx0iz .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uA9c2Hx0iz .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #141414;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: .1;
  padding: 0;
}
.cid-uA9c2Hx0iz .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uA9c2Hx0iz .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uA9c2Hx0iz .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uA9c2Hx0iz .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uA9c2Hx0iz .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uA9c2Hx0iz .mbr-text {
  color: #141414;
}
.cid-uA73IPkIE2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0d1b49;
}
.cid-uA73IPkIE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA73IPkIE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA73IPkIE2 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA73IPkIE2 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uA73IPkIE2 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uA73IPkIE2 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uA73IPkIE2 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #0d1b49;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uA73IPkIE2 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uA73IPkIE2 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA73IPkIE2 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA73IPkIE2 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA73IPkIE2 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uA73IPkIE2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uA73IPkIE2 .mbr-section-title,
.cid-uA73IPkIE2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uA73zkxpzC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA73zkxpzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA73zkxpzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA73zkxpzC .row {
  justify-content: center;
}
.cid-uA73zkxpzC .title-wrapper {
  padding: 71px;
  background-color: #0d1b49;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uA73zkxpzC .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uA73zkxpzC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA73zkxpzC .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uA73zkxpzC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA73zkxpzC .mbr-text {
  color: #747474;
}
.cid-uA73zkxpzC .mbr-text,
.cid-uA73zkxpzC .mbr-section-btn {
  text-align: center;
  color: #050000;
}
.cid-uA73zkxpzC .mbr-section-title,
.cid-uA73zkxpzC .mbr-iconfont {
  color: #ffffff;
}
.cid-uA7VqlIMhT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0d1b49;
}
.cid-uA7VqlIMhT .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uA7VqlIMhT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7VqlIMhT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7VqlIMhT .content-wrap {
  margin: 0;
}
.cid-uA7VqlIMhT .content-wrap .card {
  padding: 0;
}
.cid-uA7VqlIMhT .image-wrap {
  position: relative;
  height: 100%;
  border-right: 1px solid #ffffff;
  border-right: none;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uA7VqlIMhT .image-wrap {
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-uA7VqlIMhT .image-wrap {
    border-left: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uA7VqlIMhT .image-wrap .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cid-uA7VqlIMhT .image-wrap .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uA7VqlIMhT .image-wrap .image-wrapper img {
    object-fit: cover;
  }
}
.cid-uA7VqlIMhT .image-wrap .title-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  pointer-events: none;
}
@media (max-width: 1640px) {
  .cid-uA7VqlIMhT .image-wrap .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA7VqlIMhT .image-wrap .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-uA7VqlIMhT .image-wrap .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 30px;
}
.cid-uA7VqlIMhT .image-wrap .title-wrapper .mbr-section-btn {
  pointer-events: visible;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1200px) {
  .cid-uA7VqlIMhT .image-wrap .title-wrapper .mbr-section-btn {
    display: block;
  }
}
.cid-uA7VqlIMhT .image-wrap .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uA7VqlIMhT .items-wrapper .item:first-child .item-wrapper {
  border-top: none;
}
.cid-uA7VqlIMhT .items-wrapper .item .item-wrapper {
  padding: 72px 190px;
  border-radius: 0 !important;
  border-top: 1px solid #ffffff;
}
@media (max-width: 1640px) {
  .cid-uA7VqlIMhT .items-wrapper .item .item-wrapper {
    padding: 72px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA7VqlIMhT .items-wrapper .item .item-wrapper {
    padding: 40px 0;
  }
}
.cid-uA7VqlIMhT .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uA7VqlIMhT .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uA7VqlIMhT .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uA7VqlIMhT .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uA7VqlIMhT .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uA7VqlIMhT .items-wrapper .item .item-wrapper .card-box .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uA7VqlIMhT .items-wrapper .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uA7VqlIMhT .mbr-section-title {
  color: #f4f2ef;
}
.cid-uA7VqlIMhT .item-title {
  color: #150764;
}
.cid-uA7VqlIMhT .item-text {
  color: #ffffff;
}
.cid-uA7VqlIMhT .item-title,
.cid-uA7VqlIMhT .mbr-section-btn {
  color: #ffffff;
}
.cid-uA76wYlvIS {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uA76wYlvIS .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uA76wYlvIS .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uA76wYlvIS .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #050000;
  z-index: 1;
}
.cid-uA76wYlvIS .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #050000;
}
.cid-uA76wYlvIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA76wYlvIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA76wYlvIS .row {
  position: relative;
  z-index: 2;
}
.cid-uA76wYlvIS .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uA76wYlvIS .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uA76wYlvIS .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uA76wYlvIS .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uA76wYlvIS .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uA76wYlvIS .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA76wYlvIS .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA76wYlvIS .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uA76wYlvIS .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA76wYlvIS .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uA76wYlvIS .mbr-section-title {
  color: #050000;
  text-align: left;
}
.cid-uA76wYlvIS .mbr-text {
  color: #51565c;
}
.cid-uA76wYlvIS .mbr-text,
.cid-uA76wYlvIS .text-wrapper {
  color: #050000;
}
.cid-trf9ODSZbJ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #0d1b49;
}
.cid-trf9ODSZbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9ODSZbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9ODSZbJ .title-wrapper {
  padding: 96px 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-trf9ODSZbJ .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-trf9ODSZbJ .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-trf9ODSZbJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-trf9ODSZbJ .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-trf9ODSZbJ .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-trf9ODSZbJ .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-trf9ODSZbJ .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-trf9ODSZbJ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-trf9ODSZbJ .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-trf9ODSZbJ .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-trf9ODSZbJ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #050000;
  transition: all .3s ease;
}
.cid-trf9ODSZbJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-trf9ODSZbJ .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-trf9ODSZbJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-trf9ODSZbJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-trf9ODSZbJ .panel-title-edit {
  color: #ffffff;
}
.cid-trf9ODSZbJ .panel-text {
  color: #747474;
}
.cid-trf9ODSZbJ .mbr-section-title,
.cid-trf9ODSZbJ .mbr-section-btn {
  color: #050000;
}
.cid-uA74qDnRuE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA74qDnRuE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA74qDnRuE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA74qDnRuE .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #0d1b49;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uA74qDnRuE .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA74qDnRuE .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uA74qDnRuE .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA74qDnRuE .image-wrapper img {
    height: 350px;
  }
}
.cid-uA74qDnRuE .mbr-section-title {
  color: #404349;
}
.cid-uA74qDnRuE .mbr-desc {
  color: #b19a7c;
}
.cid-uA74qDnRuE .mbr-text {
  color: #404349;
}
.cid-uA74qDnRuE .mbr-desc,
.cid-uA74qDnRuE .desc-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uA74qDnRuE .mbr-section-title,
.cid-uA74qDnRuE .title-wrap {
  color: #050000;
}
.cid-uA77jvHsqz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d1b49;
}
.cid-uA77jvHsqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA77jvHsqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA77jvHsqz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uA77jvHsqz .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA77jvHsqz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA77jvHsqz .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA77jvHsqz .container {
    padding: 0 24px;
  }
}
.cid-uA77jvHsqz .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uA77jvHsqz .image-wrapper img {
    height: 400px;
  }
}
.cid-uA7ewgwABJ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uA7ewgwABJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7ewgwABJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7ewgwABJ .row {
  justify-content: space-between;
}
.cid-uA7ewgwABJ .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uA7ewgwABJ .content-wrapper {
    padding: 0;
  }
}
.cid-uA7ewgwABJ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA7ewgwABJ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA7ewgwABJ .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA7ewgwABJ .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uA7ewgwABJ .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA7ewgwABJ .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uA7ewgwABJ .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uA7ewgwABJ .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uA7ewgwABJ .mbr-section-title {
  color: #000000;
}
.cid-uA7ewgwABJ .mbr-desc {
  color: #000000;
}
.cid-uA7ewgwABJ .mbr-text {
  color: #050000;
}
.cid-uA7ewgwABJ .mbr-section-title,
.cid-uA7ewgwABJ .mbr-section-btn {
  text-align: center;
  color: #050000;
}
.cid-uA9olmHFOr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d1b49;
}
.cid-uA9olmHFOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9olmHFOr .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-uA9olmHFOr .container {
    padding: 0 15px;
  }
}
.cid-uA9olmHFOr .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uA9olmHFOr .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uA9olmHFOr .content-wrapper {
    padding-right: 0;
  }
}
.cid-uA9olmHFOr .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA9olmHFOr .content-wrap {
    display: block;
  }
}
.cid-uA9olmHFOr .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA9olmHFOr .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uA9olmHFOr .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA9olmHFOr .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uA9olmHFOr .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uA9olmHFOr .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uA9olmHFOr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9olmHFOr .mbr-desc,
.cid-uA9olmHFOr .desc-wrapper {
  color: #3f1819;
}
.cid-uA9olmHFOr .mbr-text {
  color: #ffffff;
}
.cid-uA7eyUPlDT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA7eyUPlDT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7eyUPlDT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7eyUPlDT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uA7eyUPlDT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uA7eyUPlDT .container {
    padding: 0 20px;
  }
}
.cid-uA7eyUPlDT .google-map iframe {
  height: 800px;
  filter: saturate(0.5);
}
@media (max-width: 992px) {
  .cid-uA7eyUPlDT .google-map iframe {
    height: 400px;
  }
}
.cid-trf9tzcwb8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/25-1792x1024.jpg");
}
.cid-trf9tzcwb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9tzcwb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9tzcwb8 .row {
  justify-content: space-between;
}
.cid-trf9tzcwb8 .mbr-section-title {
  margin: 0;
  color: #050000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-trf9tzcwb8 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-trf9tzcwb8 .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-trf9tzcwb8 .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-trf9tzcwb8 .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-trf9tzcwb8 .list li {
  margin-bottom: 25px;
}
.cid-trf9tzcwb8 .list li:last-child {
  margin-bottom: 0;
}
.cid-trf9tzcwb8 .mbr-desc {
  margin-bottom: 8px;
}
.cid-trf9tzcwb8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-trf9tzcwb8 .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-trf9tzcwb8 .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-trf9tzcwb8 .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-trf9tzcwb8 .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: left;
}
.cid-trf9tzcwb8 .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-trf9tzcwb8 .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-trf9tzcwb8 .mbr-desc,
.cid-trf9tzcwb8 .mbr-iconfont {
  color: #ffffff;
}
.cid-trf9tzcwb8 .mbr-text,
.cid-trf9tzcwb8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uA7ZRV4CQj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/26-2000x1335.jpg");
}
.cid-uA7ZRV4CQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7ZRV4CQj .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-uA7ZRV4CQj .container {
    padding: 0 30px;
  }
}
.cid-uA7ZRV4CQj .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uA7ZRV4CQj .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uA7ZRV4CQj .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uA7ZRV4CQj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uA7ZRV4CQj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA7ZRV4CQj .mbr-section-title {
  color: #ffffff;
}
.cid-uA7ZRV4CQj .mbr-text,
.cid-uA7ZRV4CQj .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uA7ZRV4CQj .mbr-section-title,
.cid-uA7ZRV4CQj .mbr-section-btn {
  text-align: center;
}
.cid-uA7i4XkYR7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7i4XkYR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7i4XkYR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7i4XkYR7 .row {
  justify-content: center;
}
.cid-uA7i4XkYR7 .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uA7i4XkYR7 .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uA7i4XkYR7 .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uA7i4XkYR7 .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uA7i4XkYR7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA7i4XkYR7 .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uA7i4XkYR7 .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-uA7i4XkYR7 .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-uA7i4XkYR7 .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uA7i4XkYR7 .mbr-text {
  color: #050000;
  text-align: center;
}
.cid-uA7i55QUIj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA7i55QUIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7i55QUIj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7i55QUIj .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uA7i55QUIj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uA7i55QUIj .container {
    padding: 0 20px;
  }
}
.cid-uA7i55QUIj .google-map iframe {
  height: 800px;
  filter: saturate(0.5);
}
@media (max-width: 992px) {
  .cid-uA7i55QUIj .google-map iframe {
    height: 400px;
  }
}
.cid-uA7i56Ndoq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/25-1792x1024.jpg");
}
.cid-uA7i56Ndoq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7i56Ndoq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7i56Ndoq .row {
  justify-content: space-between;
}
.cid-uA7i56Ndoq .mbr-section-title {
  margin: 0;
  color: #050000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA7i56Ndoq .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA7i56Ndoq .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA7i56Ndoq .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uA7i56Ndoq .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uA7i56Ndoq .list li {
  margin-bottom: 25px;
}
.cid-uA7i56Ndoq .list li:last-child {
  margin-bottom: 0;
}
.cid-uA7i56Ndoq .mbr-desc {
  margin-bottom: 8px;
}
.cid-uA7i56Ndoq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uA7i56Ndoq .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uA7i56Ndoq .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uA7i56Ndoq .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uA7i56Ndoq .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: left;
}
.cid-uA7i56Ndoq .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uA7i56Ndoq .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uA7i56Ndoq .mbr-desc,
.cid-uA7i56Ndoq .mbr-iconfont {
  color: #ffffff;
}
.cid-uA7i56Ndoq .mbr-text,
.cid-uA7i56Ndoq .mbr-section-btn {
  color: #ffffff;
}
.cid-uA9b9vw2ZE .navbar-dropdown {
  position: relative !important;
}
.cid-uA9b9vw2ZE .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uA9b9vw2ZE .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uA9b9vw2ZE .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uA9b9vw2ZE .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uA9b9vw2ZE .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #db9eed;
  z-index: -1;
}
.cid-uA9b9vw2ZE .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uA9b9vw2ZE .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uA9b9vw2ZE .nav-item {
    border: 0;
  }
}
.cid-uA9b9vw2ZE .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-uA9b9vw2ZE .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uA9b9vw2ZE .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uA9b9vw2ZE .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uA9b9vw2ZE .title-wrap:hover span {
  color: white;
}
.cid-uA9b9vw2ZE .title-wrap:hover:before {
  height: 100%;
}
.cid-uA9b9vw2ZE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9b9vw2ZE .dropdown-menu {
  padding: 0;
  border-top: 4px solid #db9eed;
}
.cid-uA9b9vw2ZE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA9b9vw2ZE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA9b9vw2ZE .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uA9b9vw2ZE .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uA9b9vw2ZE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA9b9vw2ZE .nav-link {
  position: relative;
}
.cid-uA9b9vw2ZE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uA9b9vw2ZE .container {
    flex-wrap: nowrap;
  }
}
.cid-uA9b9vw2ZE .dropdown-menu,
.cid-uA9b9vw2ZE .navbar.opened {
  background: #ffffff !important;
}
.cid-uA9b9vw2ZE .nav-item:focus,
.cid-uA9b9vw2ZE .nav-link:focus {
  outline: none;
}
.cid-uA9b9vw2ZE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA9b9vw2ZE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA9b9vw2ZE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA9b9vw2ZE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9b9vw2ZE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA9b9vw2ZE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA9b9vw2ZE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uA9b9vw2ZE .navbar.opened {
  transition: all 0.3s;
}
.cid-uA9b9vw2ZE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA9b9vw2ZE .navbar .navbar-logo img {
  width: auto;
}
.cid-uA9b9vw2ZE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA9b9vw2ZE .navbar.collapsed {
  justify-content: center;
}
.cid-uA9b9vw2ZE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA9b9vw2ZE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA9b9vw2ZE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA9b9vw2ZE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA9b9vw2ZE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA9b9vw2ZE .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-uA9b9vw2ZE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA9b9vw2ZE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA9b9vw2ZE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA9b9vw2ZE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9b9vw2ZE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9b9vw2ZE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9b9vw2ZE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9b9vw2ZE .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-uA9b9vw2ZE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA9b9vw2ZE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9b9vw2ZE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA9b9vw2ZE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA9b9vw2ZE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA9b9vw2ZE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA9b9vw2ZE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA9b9vw2ZE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA9b9vw2ZE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA9b9vw2ZE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA9b9vw2ZE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA9b9vw2ZE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9b9vw2ZE .dropdown-item.active,
.cid-uA9b9vw2ZE .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9b9vw2ZE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA9b9vw2ZE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9b9vw2ZE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9b9vw2ZE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA9b9vw2ZE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA9b9vw2ZE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9b9vw2ZE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA9b9vw2ZE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA9b9vw2ZE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA9b9vw2ZE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uA9b9vw2ZE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA9b9vw2ZE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9b9vw2ZE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9b9vw2ZE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA9b9vw2ZE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9b9vw2ZE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA9b9vw2ZE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA9b9vw2ZE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9b9vw2ZE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA9b9vw2ZE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA9b9vw2ZE .navbar {
    height: 70px;
  }
  .cid-uA9b9vw2ZE .navbar.opened {
    height: auto;
  }
  .cid-uA9b9vw2ZE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA9b9vw2ZE .navbar-caption-wrap,
.cid-uA9b9vw2ZE .title-wrap {
  color: #272727;
}
.cid-uA80idsvEJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/24-1592x1194.jpg");
}
.cid-uA80idsvEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA80idsvEJ .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-uA80idsvEJ .container {
    padding: 0 30px;
  }
}
.cid-uA80idsvEJ .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uA80idsvEJ .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uA80idsvEJ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uA80idsvEJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uA80idsvEJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA80idsvEJ .mbr-section-title {
  color: #ffffff;
}
.cid-uA80idsvEJ .mbr-text,
.cid-uA80idsvEJ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uA80idsvEJ .mbr-section-title,
.cid-uA80idsvEJ .mbr-section-btn {
  text-align: center;
}
.cid-uA7tVIjRUf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7tVIjRUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7tVIjRUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7tVIjRUf .row {
  justify-content: center;
}
.cid-uA7tVIjRUf .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uA7tVIjRUf .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uA7tVIjRUf .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uA7tVIjRUf .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uA7tVIjRUf .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA7tVIjRUf .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uA7tVIjRUf .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-uA7tVIjRUf .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-uA7tVIjRUf .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uA7tVIjRUf .mbr-text {
  color: #050000;
  text-align: center;
}
.cid-uA7tVIKXCu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1b1b;
}
.cid-uA7tVIKXCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7tVIKXCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7tVIKXCu .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uA7tVIKXCu .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uA7tVIKXCu .container {
    padding: 0 20px;
  }
}
.cid-uA7tVIKXCu .google-map iframe {
  height: 800px;
  filter: saturate(0.5);
}
@media (max-width: 992px) {
  .cid-uA7tVIKXCu .google-map iframe {
    height: 400px;
  }
}
.cid-uA7tVJhA96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/25-1792x1024.jpg");
}
.cid-uA7tVJhA96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7tVJhA96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7tVJhA96 .row {
  justify-content: space-between;
}
.cid-uA7tVJhA96 .mbr-section-title {
  margin: 0;
  color: #050000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA7tVJhA96 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA7tVJhA96 .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA7tVJhA96 .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uA7tVJhA96 .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uA7tVJhA96 .list li {
  margin-bottom: 25px;
}
.cid-uA7tVJhA96 .list li:last-child {
  margin-bottom: 0;
}
.cid-uA7tVJhA96 .mbr-desc {
  margin-bottom: 8px;
}
.cid-uA7tVJhA96 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uA7tVJhA96 .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uA7tVJhA96 .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uA7tVJhA96 .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uA7tVJhA96 .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: left;
}
.cid-uA7tVJhA96 .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uA7tVJhA96 .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uA7tVJhA96 .mbr-desc,
.cid-uA7tVJhA96 .mbr-iconfont {
  color: #ffffff;
}
.cid-uA7tVJhA96 .mbr-text,
.cid-uA7tVJhA96 .mbr-section-btn {
  color: #ffffff;
}
.cid-uA9b9vw2ZE .navbar-dropdown {
  position: relative !important;
}
.cid-uA9b9vw2ZE .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uA9b9vw2ZE .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uA9b9vw2ZE .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uA9b9vw2ZE .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uA9b9vw2ZE .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #db9eed;
  z-index: -1;
}
.cid-uA9b9vw2ZE .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uA9b9vw2ZE .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uA9b9vw2ZE .nav-item {
    border: 0;
  }
}
.cid-uA9b9vw2ZE .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-uA9b9vw2ZE .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uA9b9vw2ZE .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uA9b9vw2ZE .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uA9b9vw2ZE .title-wrap:hover span {
  color: white;
}
.cid-uA9b9vw2ZE .title-wrap:hover:before {
  height: 100%;
}
.cid-uA9b9vw2ZE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9b9vw2ZE .dropdown-menu {
  padding: 0;
  border-top: 4px solid #db9eed;
}
.cid-uA9b9vw2ZE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA9b9vw2ZE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA9b9vw2ZE .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uA9b9vw2ZE .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uA9b9vw2ZE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA9b9vw2ZE .nav-link {
  position: relative;
}
.cid-uA9b9vw2ZE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uA9b9vw2ZE .container {
    flex-wrap: nowrap;
  }
}
.cid-uA9b9vw2ZE .dropdown-menu,
.cid-uA9b9vw2ZE .navbar.opened {
  background: #ffffff !important;
}
.cid-uA9b9vw2ZE .nav-item:focus,
.cid-uA9b9vw2ZE .nav-link:focus {
  outline: none;
}
.cid-uA9b9vw2ZE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA9b9vw2ZE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA9b9vw2ZE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA9b9vw2ZE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9b9vw2ZE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA9b9vw2ZE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA9b9vw2ZE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uA9b9vw2ZE .navbar.opened {
  transition: all 0.3s;
}
.cid-uA9b9vw2ZE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA9b9vw2ZE .navbar .navbar-logo img {
  width: auto;
}
.cid-uA9b9vw2ZE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA9b9vw2ZE .navbar.collapsed {
  justify-content: center;
}
.cid-uA9b9vw2ZE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA9b9vw2ZE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA9b9vw2ZE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA9b9vw2ZE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA9b9vw2ZE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA9b9vw2ZE .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-uA9b9vw2ZE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA9b9vw2ZE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA9b9vw2ZE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA9b9vw2ZE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9b9vw2ZE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9b9vw2ZE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9b9vw2ZE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9b9vw2ZE .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-uA9b9vw2ZE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA9b9vw2ZE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9b9vw2ZE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA9b9vw2ZE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA9b9vw2ZE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA9b9vw2ZE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA9b9vw2ZE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA9b9vw2ZE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA9b9vw2ZE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA9b9vw2ZE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA9b9vw2ZE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA9b9vw2ZE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9b9vw2ZE .dropdown-item.active,
.cid-uA9b9vw2ZE .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9b9vw2ZE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA9b9vw2ZE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9b9vw2ZE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9b9vw2ZE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA9b9vw2ZE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA9b9vw2ZE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9b9vw2ZE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA9b9vw2ZE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA9b9vw2ZE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA9b9vw2ZE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uA9b9vw2ZE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA9b9vw2ZE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9b9vw2ZE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9b9vw2ZE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA9b9vw2ZE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9b9vw2ZE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA9b9vw2ZE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA9b9vw2ZE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9b9vw2ZE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA9b9vw2ZE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA9b9vw2ZE .navbar {
    height: 70px;
  }
  .cid-uA9b9vw2ZE .navbar.opened {
    height: auto;
  }
  .cid-uA9b9vw2ZE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA9b9vw2ZE .navbar-caption-wrap,
.cid-uA9b9vw2ZE .title-wrap {
  color: #272727;
}
.cid-uA9syqyV6l .navbar-dropdown {
  position: relative !important;
}
.cid-uA9syqyV6l .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uA9syqyV6l .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uA9syqyV6l .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uA9syqyV6l .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uA9syqyV6l .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #db9eed;
  z-index: -1;
}
.cid-uA9syqyV6l .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uA9syqyV6l .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uA9syqyV6l .nav-item {
    border: 0;
  }
}
.cid-uA9syqyV6l .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-uA9syqyV6l .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uA9syqyV6l .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uA9syqyV6l .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uA9syqyV6l .title-wrap:hover span {
  color: white;
}
.cid-uA9syqyV6l .title-wrap:hover:before {
  height: 100%;
}
.cid-uA9syqyV6l .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9syqyV6l .dropdown-menu {
  padding: 0;
  border-top: 4px solid #db9eed;
}
.cid-uA9syqyV6l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA9syqyV6l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA9syqyV6l .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uA9syqyV6l .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uA9syqyV6l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA9syqyV6l .nav-link {
  position: relative;
}
.cid-uA9syqyV6l .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uA9syqyV6l .container {
    flex-wrap: nowrap;
  }
}
.cid-uA9syqyV6l .dropdown-menu,
.cid-uA9syqyV6l .navbar.opened {
  background: #ffffff !important;
}
.cid-uA9syqyV6l .nav-item:focus,
.cid-uA9syqyV6l .nav-link:focus {
  outline: none;
}
.cid-uA9syqyV6l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA9syqyV6l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA9syqyV6l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA9syqyV6l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9syqyV6l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA9syqyV6l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA9syqyV6l .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uA9syqyV6l .navbar.opened {
  transition: all 0.3s;
}
.cid-uA9syqyV6l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA9syqyV6l .navbar .navbar-logo img {
  width: auto;
}
.cid-uA9syqyV6l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA9syqyV6l .navbar.collapsed {
  justify-content: center;
}
.cid-uA9syqyV6l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA9syqyV6l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA9syqyV6l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA9syqyV6l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA9syqyV6l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA9syqyV6l .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-uA9syqyV6l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA9syqyV6l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA9syqyV6l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA9syqyV6l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9syqyV6l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9syqyV6l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9syqyV6l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9syqyV6l .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-uA9syqyV6l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA9syqyV6l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9syqyV6l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA9syqyV6l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA9syqyV6l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA9syqyV6l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA9syqyV6l .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA9syqyV6l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA9syqyV6l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA9syqyV6l .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA9syqyV6l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA9syqyV6l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9syqyV6l .dropdown-item.active,
.cid-uA9syqyV6l .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9syqyV6l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA9syqyV6l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9syqyV6l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9syqyV6l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA9syqyV6l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA9syqyV6l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9syqyV6l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA9syqyV6l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA9syqyV6l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA9syqyV6l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uA9syqyV6l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA9syqyV6l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9syqyV6l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9syqyV6l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA9syqyV6l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9syqyV6l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA9syqyV6l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA9syqyV6l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9syqyV6l .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA9syqyV6l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA9syqyV6l .navbar {
    height: 70px;
  }
  .cid-uA9syqyV6l .navbar.opened {
    height: auto;
  }
  .cid-uA9syqyV6l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA9syqyV6l .navbar-caption-wrap,
.cid-uA9syqyV6l .title-wrap {
  color: #272727;
}
.cid-uA9sys6EOX {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/27-1500x907.jpg");
}
.cid-uA9sys6EOX .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uA9sys6EOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9sys6EOX .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uA9sys6EOX .line {
    margin-bottom: 10rem;
  }
}
.cid-uA9sys6EOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9sys6EOX p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uA9sys6EOX .btn:hover {
  transform: scale(1.1);
  background: #474747 !important;
  border-color: #474747 !important;
  color: #db9eed !important;
}
.cid-uA9sys6EOX .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uA9sys6EOX .btn div {
  overflow: hidden;
}
.cid-uA9sys6EOX .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-uA9sys6EOX {
    align-items: center;
  }
  .cid-uA9sys6EOX .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uA9sys6EOX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uA9sys6EOX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uA9sys6EOX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uA9sys6EOX .content-wrap {
    width: 100%;
  }
}
.cid-uA9sys6EOX .mbr-section-subtitle,
.cid-uA9sys6EOX .line {
  color: #ffffff;
  text-align: center;
}
.cid-uA9sys6EOX .mbr-text,
.cid-uA9sys6EOX .mbr-section-btn {
  text-align: left;
}
.cid-uA9sys6EOX .mbr-section-title {
  text-align: center;
}
.cid-uA9sytew11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-uA9sytew11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9sytew11 .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-uA9sytew11 .container {
    padding: 0 15px;
  }
}
.cid-uA9sytew11 .row {
  justify-content: center;
}
.cid-uA9sytew11 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA9sytew11 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA9sytew11 .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uA9sytew11 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uA9sytew11 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA9sytew11 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uA9sytew11 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uA9sytew11 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uA9sytew11 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uA9sytew11 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA9sytew11 .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uA9sytew11 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uA9sytew11 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9sytew11 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uA9sytew11 .list {
  color: #ffffff;
}
.cid-uA9syurRv8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9syurRv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9syurRv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9syurRv8 .row {
  justify-content: center;
}
.cid-uA9syurRv8 .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uA9syurRv8 .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uA9syurRv8 .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uA9syurRv8 .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uA9syurRv8 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA9syurRv8 .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uA9syurRv8 .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-uA9syurRv8 .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-uA9syurRv8 .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uA9syurRv8 .mbr-text {
  color: #050000;
  text-align: center;
}
.cid-uA9syvvnzq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uA9syvvnzq::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#0d1b49 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uA9syvvnzq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9syvvnzq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9syvvnzq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uA9syvvnzq .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA9syvvnzq .container {
    padding: 0 24px;
  }
}
.cid-uA9syvvnzq .row {
  justify-content: space-between;
}
.cid-uA9syvvnzq .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uA9syvvnzq .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA9syvvnzq .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uA9syvvnzq .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #141414;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: .1;
  padding: 0;
}
.cid-uA9syvvnzq .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uA9syvvnzq .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uA9syvvnzq .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uA9syvvnzq .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uA9syvvnzq .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uA9syvvnzq .mbr-text {
  color: #141414;
}
.cid-uA9sywVOcE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0d1b49;
}
.cid-uA9sywVOcE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9sywVOcE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9sywVOcE .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA9sywVOcE .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uA9sywVOcE .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uA9sywVOcE .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uA9sywVOcE .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #0d1b49;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uA9sywVOcE .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uA9sywVOcE .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA9sywVOcE .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA9sywVOcE .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA9sywVOcE .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uA9sywVOcE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uA9sywVOcE .mbr-section-title,
.cid-uA9sywVOcE .mbr-section-btn {
  color: #ffffff;
}
.cid-uA9syyFSLM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9syyFSLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9syyFSLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9syyFSLM .row {
  justify-content: center;
}
.cid-uA9syyFSLM .title-wrapper {
  padding: 71px;
  background-color: #0d1b49;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uA9syyFSLM .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uA9syyFSLM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA9syyFSLM .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uA9syyFSLM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9syyFSLM .mbr-text {
  color: #747474;
}
.cid-uA9syyFSLM .mbr-text,
.cid-uA9syyFSLM .mbr-section-btn {
  text-align: center;
  color: #050000;
}
.cid-uA9syyFSLM .mbr-section-title,
.cid-uA9syyFSLM .mbr-iconfont {
  color: #ffffff;
}
.cid-uA9syzRrKX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0d1b49;
}
.cid-uA9syzRrKX .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uA9syzRrKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9syzRrKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9syzRrKX .content-wrap {
  margin: 0;
}
.cid-uA9syzRrKX .content-wrap .card {
  padding: 0;
}
.cid-uA9syzRrKX .image-wrap {
  position: relative;
  height: 100%;
  border-right: 1px solid #ffffff;
  border-right: none;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uA9syzRrKX .image-wrap {
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-uA9syzRrKX .image-wrap {
    border-left: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uA9syzRrKX .image-wrap .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cid-uA9syzRrKX .image-wrap .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uA9syzRrKX .image-wrap .image-wrapper img {
    object-fit: cover;
  }
}
.cid-uA9syzRrKX .image-wrap .title-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  pointer-events: none;
}
@media (max-width: 1640px) {
  .cid-uA9syzRrKX .image-wrap .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA9syzRrKX .image-wrap .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-uA9syzRrKX .image-wrap .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 30px;
}
.cid-uA9syzRrKX .image-wrap .title-wrapper .mbr-section-btn {
  pointer-events: visible;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1200px) {
  .cid-uA9syzRrKX .image-wrap .title-wrapper .mbr-section-btn {
    display: block;
  }
}
.cid-uA9syzRrKX .image-wrap .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uA9syzRrKX .items-wrapper .item:first-child .item-wrapper {
  border-top: none;
}
.cid-uA9syzRrKX .items-wrapper .item .item-wrapper {
  padding: 72px 190px;
  border-radius: 0 !important;
  border-top: 1px solid #ffffff;
}
@media (max-width: 1640px) {
  .cid-uA9syzRrKX .items-wrapper .item .item-wrapper {
    padding: 72px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA9syzRrKX .items-wrapper .item .item-wrapper {
    padding: 40px 0;
  }
}
.cid-uA9syzRrKX .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uA9syzRrKX .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uA9syzRrKX .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uA9syzRrKX .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uA9syzRrKX .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uA9syzRrKX .items-wrapper .item .item-wrapper .card-box .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uA9syzRrKX .items-wrapper .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uA9syzRrKX .mbr-section-title {
  color: #f4f2ef;
}
.cid-uA9syzRrKX .item-title {
  color: #150764;
}
.cid-uA9syzRrKX .item-text {
  color: #ffffff;
}
.cid-uA9syzRrKX .item-title,
.cid-uA9syzRrKX .mbr-section-btn {
  color: #ffffff;
}
.cid-uA9syBei5t {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uA9syBei5t .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uA9syBei5t .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uA9syBei5t .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #050000;
  z-index: 1;
}
.cid-uA9syBei5t .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #050000;
}
.cid-uA9syBei5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9syBei5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9syBei5t .row {
  position: relative;
  z-index: 2;
}
.cid-uA9syBei5t .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uA9syBei5t .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uA9syBei5t .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uA9syBei5t .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uA9syBei5t .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uA9syBei5t .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA9syBei5t .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA9syBei5t .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uA9syBei5t .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA9syBei5t .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uA9syBei5t .mbr-section-title {
  color: #050000;
  text-align: left;
}
.cid-uA9syBei5t .mbr-text {
  color: #51565c;
}
.cid-uA9syBei5t .mbr-text,
.cid-uA9syBei5t .text-wrapper {
  color: #050000;
}
.cid-uA9syCyos5 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #0d1b49;
}
.cid-uA9syCyos5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9syCyos5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9syCyos5 .title-wrapper {
  padding: 96px 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA9syCyos5 .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-uA9syCyos5 .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-uA9syCyos5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA9syCyos5 .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-uA9syCyos5 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uA9syCyos5 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uA9syCyos5 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uA9syCyos5 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uA9syCyos5 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uA9syCyos5 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uA9syCyos5 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #050000;
  transition: all .3s ease;
}
.cid-uA9syCyos5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uA9syCyos5 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uA9syCyos5 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA9syCyos5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9syCyos5 .panel-title-edit {
  color: #ffffff;
}
.cid-uA9syCyos5 .panel-text {
  color: #747474;
}
.cid-uA9syCyos5 .mbr-section-title,
.cid-uA9syCyos5 .mbr-section-btn {
  color: #050000;
}
.cid-uA9syE0CGp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9syE0CGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9syE0CGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9syE0CGp .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #0d1b49;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uA9syE0CGp .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA9syE0CGp .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uA9syE0CGp .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA9syE0CGp .image-wrapper img {
    height: 350px;
  }
}
.cid-uA9syE0CGp .mbr-section-title {
  color: #404349;
}
.cid-uA9syE0CGp .mbr-desc {
  color: #b19a7c;
}
.cid-uA9syE0CGp .mbr-text {
  color: #404349;
}
.cid-uA9syE0CGp .mbr-desc,
.cid-uA9syE0CGp .desc-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uA9syE0CGp .mbr-section-title,
.cid-uA9syE0CGp .title-wrap {
  color: #050000;
}
.cid-uA9syF8NOP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d1b49;
}
.cid-uA9syF8NOP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9syF8NOP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9syF8NOP .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uA9syF8NOP .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA9syF8NOP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA9syF8NOP .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA9syF8NOP .container {
    padding: 0 24px;
  }
}
.cid-uA9syF8NOP .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uA9syF8NOP .image-wrapper img {
    height: 400px;
  }
}
.cid-uA9syGt36e {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uA9syGt36e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9syGt36e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9syGt36e .row {
  justify-content: space-between;
}
.cid-uA9syGt36e .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uA9syGt36e .content-wrapper {
    padding: 0;
  }
}
.cid-uA9syGt36e .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA9syGt36e .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA9syGt36e .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA9syGt36e .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uA9syGt36e .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA9syGt36e .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uA9syGt36e .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uA9syGt36e .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uA9syGt36e .mbr-section-title {
  color: #000000;
}
.cid-uA9syGt36e .mbr-desc {
  color: #000000;
}
.cid-uA9syGt36e .mbr-text {
  color: #050000;
}
.cid-uA9syGt36e .mbr-section-title,
.cid-uA9syGt36e .mbr-section-btn {
  text-align: center;
  color: #050000;
}
.cid-uA9syHLLNj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d1b49;
}
.cid-uA9syHLLNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9syHLLNj .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-uA9syHLLNj .container {
    padding: 0 15px;
  }
}
.cid-uA9syHLLNj .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uA9syHLLNj .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uA9syHLLNj .content-wrapper {
    padding-right: 0;
  }
}
.cid-uA9syHLLNj .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA9syHLLNj .content-wrap {
    display: block;
  }
}
.cid-uA9syHLLNj .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA9syHLLNj .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uA9syHLLNj .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA9syHLLNj .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uA9syHLLNj .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uA9syHLLNj .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uA9syHLLNj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9syHLLNj .mbr-desc,
.cid-uA9syHLLNj .desc-wrapper {
  color: #3f1819;
}
.cid-uA9syHLLNj .mbr-text {
  color: #ffffff;
}
.cid-uA9y6YhdHD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA9y6YhdHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9y6YhdHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9y6YhdHD .row {
  justify-content: center;
}
.cid-uA9y6YhdHD .title-wrapper {
  padding: 71px;
  background-color: #e0bdb6;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uA9y6YhdHD .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uA9y6YhdHD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA9y6YhdHD .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uA9y6YhdHD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9y6YhdHD .mbr-text {
  color: #747474;
}
.cid-uA9y6YhdHD .mbr-text,
.cid-uA9y6YhdHD .mbr-section-btn {
  text-align: center;
}
.cid-uA9xKCWR2o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9xKCWR2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xKCWR2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xKCWR2o .row {
  justify-content: center;
}
.cid-uA9xKCWR2o .nav.nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 0;
}
.cid-uA9xKCWR2o .nav.nav-tabs .nav-item {
  margin-right: 26px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uA9xKCWR2o .nav.nav-tabs .nav-item {
    margin-right: 0;
  }
}
.cid-uA9xKCWR2o .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uA9xKCWR2o .nav.nav-tabs .nav-item .nav-link {
  padding: 0 25px 1px;
  color: #e0bdb6;
  position: relative;
  border: none;
}
@media (max-width: 768px) {
  .cid-uA9xKCWR2o .nav.nav-tabs .nav-item .nav-link {
    text-align: center;
    display: flex;
    align-items: center;
  }
}
.cid-uA9xKCWR2o .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  position: absolute;
  top: -0.5rem;
  left: -2rem;
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #e0bdb6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uA9xKCWR2o .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
    position: static;
  }
}
.cid-uA9xKCWR2o .nav.nav-tabs .nav-item .nav-link.active .mbr-iconfont {
  opacity: 1;
}
.cid-uA9xKCWR2o .tab-content {
  padding: 41px 60px 45px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 992px) {
  .cid-uA9xKCWR2o .tab-content {
    padding: 41px 32px 45px;
  }
}
.cid-uA9xKCWR2o .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-uA9xKCWR2o .mbr-text {
  color: #050000;
  text-align: center;
}
.cid-uA9syJ6DNV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA9syJ6DNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9syJ6DNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9syJ6DNV .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uA9syJ6DNV .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uA9syJ6DNV .container {
    padding: 0 20px;
  }
}
.cid-uA9syJ6DNV .google-map iframe {
  height: 800px;
  filter: saturate(0.5);
}
@media (max-width: 992px) {
  .cid-uA9syJ6DNV .google-map iframe {
    height: 400px;
  }
}
.cid-uA9syKvoY4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/25-1792x1024.jpg");
}
.cid-uA9syKvoY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9syKvoY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9syKvoY4 .row {
  justify-content: space-between;
}
.cid-uA9syKvoY4 .mbr-section-title {
  margin: 0;
  color: #050000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA9syKvoY4 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA9syKvoY4 .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA9syKvoY4 .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uA9syKvoY4 .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uA9syKvoY4 .list li {
  margin-bottom: 25px;
}
.cid-uA9syKvoY4 .list li:last-child {
  margin-bottom: 0;
}
.cid-uA9syKvoY4 .mbr-desc {
  margin-bottom: 8px;
}
.cid-uA9syKvoY4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uA9syKvoY4 .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uA9syKvoY4 .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uA9syKvoY4 .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uA9syKvoY4 .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: left;
}
.cid-uA9syKvoY4 .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uA9syKvoY4 .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uA9syKvoY4 .mbr-desc,
.cid-uA9syKvoY4 .mbr-iconfont {
  color: #ffffff;
}
.cid-uA9syKvoY4 .mbr-text,
.cid-uA9syKvoY4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uA9zews80F .navbar-dropdown {
  position: relative !important;
}
.cid-uA9zews80F .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uA9zews80F .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uA9zews80F .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uA9zews80F .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uA9zews80F .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #db9eed;
  z-index: -1;
}
.cid-uA9zews80F .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uA9zews80F .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uA9zews80F .nav-item {
    border: 0;
  }
}
.cid-uA9zews80F .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-uA9zews80F .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uA9zews80F .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uA9zews80F .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uA9zews80F .title-wrap:hover span {
  color: white;
}
.cid-uA9zews80F .title-wrap:hover:before {
  height: 100%;
}
.cid-uA9zews80F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9zews80F .dropdown-menu {
  padding: 0;
  border-top: 4px solid #db9eed;
}
.cid-uA9zews80F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA9zews80F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA9zews80F .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uA9zews80F .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uA9zews80F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA9zews80F .nav-link {
  position: relative;
}
.cid-uA9zews80F .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uA9zews80F .container {
    flex-wrap: nowrap;
  }
}
.cid-uA9zews80F .dropdown-menu,
.cid-uA9zews80F .navbar.opened {
  background: #ffffff !important;
}
.cid-uA9zews80F .nav-item:focus,
.cid-uA9zews80F .nav-link:focus {
  outline: none;
}
.cid-uA9zews80F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA9zews80F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA9zews80F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA9zews80F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9zews80F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA9zews80F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA9zews80F .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uA9zews80F .navbar.opened {
  transition: all 0.3s;
}
.cid-uA9zews80F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA9zews80F .navbar .navbar-logo img {
  width: auto;
}
.cid-uA9zews80F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA9zews80F .navbar.collapsed {
  justify-content: center;
}
.cid-uA9zews80F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA9zews80F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA9zews80F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA9zews80F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA9zews80F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA9zews80F .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-uA9zews80F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA9zews80F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA9zews80F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA9zews80F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9zews80F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9zews80F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9zews80F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9zews80F .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-uA9zews80F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA9zews80F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9zews80F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA9zews80F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA9zews80F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA9zews80F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA9zews80F .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA9zews80F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA9zews80F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA9zews80F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA9zews80F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA9zews80F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9zews80F .dropdown-item.active,
.cid-uA9zews80F .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9zews80F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA9zews80F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9zews80F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9zews80F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA9zews80F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA9zews80F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9zews80F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA9zews80F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA9zews80F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA9zews80F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uA9zews80F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA9zews80F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9zews80F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9zews80F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA9zews80F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9zews80F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA9zews80F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA9zews80F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9zews80F .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA9zews80F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA9zews80F .navbar {
    height: 70px;
  }
  .cid-uA9zews80F .navbar.opened {
    height: auto;
  }
  .cid-uA9zews80F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA9zews80F .navbar-caption-wrap,
.cid-uA9zews80F .title-wrap {
  color: #272727;
}
.cid-uA9zeyrsfU {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/29-1254x836.jpg");
}
.cid-uA9zeyrsfU .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uA9zeyrsfU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9zeyrsfU .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uA9zeyrsfU .line {
    margin-bottom: 10rem;
  }
}
.cid-uA9zeyrsfU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9zeyrsfU p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uA9zeyrsfU .btn:hover {
  transform: scale(1.1);
  background: #474747 !important;
  border-color: #474747 !important;
  color: #db9eed !important;
}
.cid-uA9zeyrsfU .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uA9zeyrsfU .btn div {
  overflow: hidden;
}
.cid-uA9zeyrsfU .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-uA9zeyrsfU {
    align-items: center;
  }
  .cid-uA9zeyrsfU .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uA9zeyrsfU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uA9zeyrsfU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uA9zeyrsfU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uA9zeyrsfU .content-wrap {
    width: 100%;
  }
}
.cid-uA9zeyrsfU .mbr-section-subtitle,
.cid-uA9zeyrsfU .line {
  color: #ffffff;
  text-align: center;
}
.cid-uA9zeyrsfU .mbr-text,
.cid-uA9zeyrsfU .mbr-section-btn {
  text-align: left;
}
.cid-uA9zeyrsfU .mbr-section-title {
  text-align: center;
}
.cid-uA9zezYumz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-uA9zezYumz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9zezYumz .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-uA9zezYumz .container {
    padding: 0 15px;
  }
}
.cid-uA9zezYumz .row {
  justify-content: center;
}
.cid-uA9zezYumz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA9zezYumz .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA9zezYumz .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uA9zezYumz .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uA9zezYumz .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA9zezYumz .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uA9zezYumz .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uA9zezYumz .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uA9zezYumz .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uA9zezYumz .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA9zezYumz .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uA9zezYumz .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uA9zezYumz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9zezYumz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uA9zezYumz .list {
  color: #ffffff;
}
.cid-uA9zeBq1Jg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9zeBq1Jg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9zeBq1Jg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9zeBq1Jg .row {
  justify-content: center;
}
.cid-uA9zeBq1Jg .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uA9zeBq1Jg .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uA9zeBq1Jg .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uA9zeBq1Jg .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uA9zeBq1Jg .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA9zeBq1Jg .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uA9zeBq1Jg .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-uA9zeBq1Jg .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-uA9zeBq1Jg .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uA9zeBq1Jg .mbr-text {
  color: #050000;
  text-align: center;
}
.cid-uA9zeCM03p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uA9zeCM03p::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#0d1b49 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uA9zeCM03p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9zeCM03p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9zeCM03p .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uA9zeCM03p .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA9zeCM03p .container {
    padding: 0 24px;
  }
}
.cid-uA9zeCM03p .row {
  justify-content: space-between;
}
.cid-uA9zeCM03p .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uA9zeCM03p .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA9zeCM03p .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uA9zeCM03p .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #141414;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: .1;
  padding: 0;
}
.cid-uA9zeCM03p .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uA9zeCM03p .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uA9zeCM03p .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uA9zeCM03p .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uA9zeCM03p .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uA9zeCM03p .mbr-text {
  color: #141414;
}
.cid-uA9zeGEAur {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0d1b49;
}
.cid-uA9zeGEAur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9zeGEAur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9zeGEAur .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA9zeGEAur .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uA9zeGEAur .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uA9zeGEAur .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uA9zeGEAur .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #0d1b49;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uA9zeGEAur .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uA9zeGEAur .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA9zeGEAur .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA9zeGEAur .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA9zeGEAur .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uA9zeGEAur .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uA9zeGEAur .mbr-section-title,
.cid-uA9zeGEAur .mbr-section-btn {
  color: #ffffff;
}
.cid-uA9zeIscfU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9zeIscfU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9zeIscfU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9zeIscfU .row {
  justify-content: center;
}
.cid-uA9zeIscfU .title-wrapper {
  padding: 71px;
  background-color: #0d1b49;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uA9zeIscfU .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uA9zeIscfU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA9zeIscfU .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uA9zeIscfU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9zeIscfU .mbr-text {
  color: #747474;
}
.cid-uA9zeIscfU .mbr-text,
.cid-uA9zeIscfU .mbr-section-btn {
  text-align: center;
  color: #050000;
}
.cid-uA9zeIscfU .mbr-section-title,
.cid-uA9zeIscfU .mbr-iconfont {
  color: #ffffff;
}
.cid-uA9zeKy1yE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0d1b49;
}
.cid-uA9zeKy1yE .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uA9zeKy1yE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9zeKy1yE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9zeKy1yE .content-wrap {
  margin: 0;
}
.cid-uA9zeKy1yE .content-wrap .card {
  padding: 0;
}
.cid-uA9zeKy1yE .image-wrap {
  position: relative;
  height: 100%;
  border-right: 1px solid #ffffff;
  border-right: none;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uA9zeKy1yE .image-wrap {
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-uA9zeKy1yE .image-wrap {
    border-left: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uA9zeKy1yE .image-wrap .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cid-uA9zeKy1yE .image-wrap .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uA9zeKy1yE .image-wrap .image-wrapper img {
    object-fit: cover;
  }
}
.cid-uA9zeKy1yE .image-wrap .title-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  pointer-events: none;
}
@media (max-width: 1640px) {
  .cid-uA9zeKy1yE .image-wrap .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA9zeKy1yE .image-wrap .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-uA9zeKy1yE .image-wrap .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 30px;
}
.cid-uA9zeKy1yE .image-wrap .title-wrapper .mbr-section-btn {
  pointer-events: visible;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1200px) {
  .cid-uA9zeKy1yE .image-wrap .title-wrapper .mbr-section-btn {
    display: block;
  }
}
.cid-uA9zeKy1yE .image-wrap .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uA9zeKy1yE .items-wrapper .item:first-child .item-wrapper {
  border-top: none;
}
.cid-uA9zeKy1yE .items-wrapper .item .item-wrapper {
  padding: 72px 190px;
  border-radius: 0 !important;
  border-top: 1px solid #ffffff;
}
@media (max-width: 1640px) {
  .cid-uA9zeKy1yE .items-wrapper .item .item-wrapper {
    padding: 72px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA9zeKy1yE .items-wrapper .item .item-wrapper {
    padding: 40px 0;
  }
}
.cid-uA9zeKy1yE .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uA9zeKy1yE .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uA9zeKy1yE .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uA9zeKy1yE .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uA9zeKy1yE .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uA9zeKy1yE .items-wrapper .item .item-wrapper .card-box .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uA9zeKy1yE .items-wrapper .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uA9zeKy1yE .mbr-section-title {
  color: #f4f2ef;
}
.cid-uA9zeKy1yE .item-title {
  color: #150764;
}
.cid-uA9zeKy1yE .item-text {
  color: #ffffff;
}
.cid-uA9zeKy1yE .item-title,
.cid-uA9zeKy1yE .mbr-section-btn {
  color: #ffffff;
}
.cid-uA9zeNEnU3 {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uA9zeNEnU3 .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uA9zeNEnU3 .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uA9zeNEnU3 .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #050000;
  z-index: 1;
}
.cid-uA9zeNEnU3 .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #050000;
}
.cid-uA9zeNEnU3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9zeNEnU3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9zeNEnU3 .row {
  position: relative;
  z-index: 2;
}
.cid-uA9zeNEnU3 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uA9zeNEnU3 .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uA9zeNEnU3 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uA9zeNEnU3 .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uA9zeNEnU3 .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uA9zeNEnU3 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA9zeNEnU3 .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA9zeNEnU3 .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uA9zeNEnU3 .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA9zeNEnU3 .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uA9zeNEnU3 .mbr-section-title {
  color: #050000;
  text-align: left;
}
.cid-uA9zeNEnU3 .mbr-text {
  color: #51565c;
}
.cid-uA9zeNEnU3 .mbr-text,
.cid-uA9zeNEnU3 .text-wrapper {
  color: #050000;
}
.cid-uA9zeP57GN {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #0d1b49;
}
.cid-uA9zeP57GN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9zeP57GN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9zeP57GN .title-wrapper {
  padding: 96px 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA9zeP57GN .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-uA9zeP57GN .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-uA9zeP57GN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA9zeP57GN .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-uA9zeP57GN .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uA9zeP57GN .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uA9zeP57GN .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uA9zeP57GN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uA9zeP57GN .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uA9zeP57GN .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uA9zeP57GN .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #050000;
  transition: all .3s ease;
}
.cid-uA9zeP57GN .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uA9zeP57GN .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uA9zeP57GN .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA9zeP57GN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9zeP57GN .panel-title-edit {
  color: #ffffff;
}
.cid-uA9zeP57GN .panel-text {
  color: #747474;
}
.cid-uA9zeP57GN .mbr-section-title,
.cid-uA9zeP57GN .mbr-section-btn {
  color: #050000;
}
.cid-uA9zeQQCyi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9zeQQCyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9zeQQCyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9zeQQCyi .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #0d1b49;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uA9zeQQCyi .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA9zeQQCyi .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uA9zeQQCyi .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA9zeQQCyi .image-wrapper img {
    height: 350px;
  }
}
.cid-uA9zeQQCyi .mbr-section-title {
  color: #404349;
}
.cid-uA9zeQQCyi .mbr-desc {
  color: #b19a7c;
}
.cid-uA9zeQQCyi .mbr-text {
  color: #404349;
}
.cid-uA9zeQQCyi .mbr-desc,
.cid-uA9zeQQCyi .desc-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uA9zeQQCyi .mbr-section-title,
.cid-uA9zeQQCyi .title-wrap {
  color: #050000;
}
.cid-uA9zeSnrSG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d1b49;
}
.cid-uA9zeSnrSG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9zeSnrSG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9zeSnrSG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uA9zeSnrSG .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA9zeSnrSG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA9zeSnrSG .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA9zeSnrSG .container {
    padding: 0 24px;
  }
}
.cid-uA9zeSnrSG .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uA9zeSnrSG .image-wrapper img {
    height: 400px;
  }
}
.cid-uA9zeTWRgG {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uA9zeTWRgG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9zeTWRgG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9zeTWRgG .row {
  justify-content: space-between;
}
.cid-uA9zeTWRgG .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uA9zeTWRgG .content-wrapper {
    padding: 0;
  }
}
.cid-uA9zeTWRgG .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA9zeTWRgG .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA9zeTWRgG .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA9zeTWRgG .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uA9zeTWRgG .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA9zeTWRgG .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uA9zeTWRgG .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uA9zeTWRgG .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uA9zeTWRgG .mbr-section-title {
  color: #000000;
}
.cid-uA9zeTWRgG .mbr-desc {
  color: #000000;
}
.cid-uA9zeTWRgG .mbr-text {
  color: #050000;
}
.cid-uA9zeTWRgG .mbr-section-title,
.cid-uA9zeTWRgG .mbr-section-btn {
  text-align: center;
  color: #050000;
}
.cid-uA9zeVoscW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d1b49;
}
.cid-uA9zeVoscW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9zeVoscW .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-uA9zeVoscW .container {
    padding: 0 15px;
  }
}
.cid-uA9zeVoscW .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uA9zeVoscW .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uA9zeVoscW .content-wrapper {
    padding-right: 0;
  }
}
.cid-uA9zeVoscW .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA9zeVoscW .content-wrap {
    display: block;
  }
}
.cid-uA9zeVoscW .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA9zeVoscW .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uA9zeVoscW .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA9zeVoscW .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uA9zeVoscW .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uA9zeVoscW .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uA9zeVoscW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9zeVoscW .mbr-desc,
.cid-uA9zeVoscW .desc-wrapper {
  color: #3f1819;
}
.cid-uA9zeVoscW .mbr-text {
  color: #ffffff;
}
.cid-uA9zeX2yKq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA9zeX2yKq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9zeX2yKq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9zeX2yKq .row {
  justify-content: center;
}
.cid-uA9zeX2yKq .title-wrapper {
  padding: 71px;
  background-color: #0d1b49;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uA9zeX2yKq .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uA9zeX2yKq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA9zeX2yKq .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uA9zeX2yKq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9zeX2yKq .mbr-text {
  color: #747474;
}
.cid-uA9zeX2yKq .mbr-text,
.cid-uA9zeX2yKq .mbr-section-btn {
  text-align: center;
}
.cid-uA9zeYy4bO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9zeYy4bO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9zeYy4bO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9zeYy4bO .row {
  justify-content: center;
}
.cid-uA9zeYy4bO .nav.nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 0;
}
.cid-uA9zeYy4bO .nav.nav-tabs .nav-item {
  margin-right: 26px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uA9zeYy4bO .nav.nav-tabs .nav-item {
    margin-right: 0;
  }
}
.cid-uA9zeYy4bO .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uA9zeYy4bO .nav.nav-tabs .nav-item .nav-link {
  padding: 0 25px 1px;
  color: #0d1b49;
  position: relative;
  border: none;
}
@media (max-width: 768px) {
  .cid-uA9zeYy4bO .nav.nav-tabs .nav-item .nav-link {
    text-align: center;
    display: flex;
    align-items: center;
  }
}
.cid-uA9zeYy4bO .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  position: absolute;
  top: -0.5rem;
  left: -2rem;
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #0d1b49;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uA9zeYy4bO .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
    position: static;
  }
}
.cid-uA9zeYy4bO .nav.nav-tabs .nav-item .nav-link.active .mbr-iconfont {
  opacity: 1;
}
.cid-uA9zeYy4bO .tab-content {
  padding: 41px 60px 45px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 992px) {
  .cid-uA9zeYy4bO .tab-content {
    padding: 41px 32px 45px;
  }
}
.cid-uA9zeYy4bO .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-uA9zeYy4bO .mbr-text {
  color: #050000;
  text-align: center;
}
.cid-uA9zeZYKzm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA9zeZYKzm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9zeZYKzm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9zeZYKzm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uA9zeZYKzm .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uA9zeZYKzm .container {
    padding: 0 20px;
  }
}
.cid-uA9zeZYKzm .google-map iframe {
  height: 800px;
  filter: saturate(0.5);
}
@media (max-width: 992px) {
  .cid-uA9zeZYKzm .google-map iframe {
    height: 400px;
  }
}
.cid-uA9zf1wpyh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/25-1792x1024.jpg");
}
.cid-uA9zf1wpyh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9zf1wpyh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9zf1wpyh .row {
  justify-content: space-between;
}
.cid-uA9zf1wpyh .mbr-section-title {
  margin: 0;
  color: #050000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA9zf1wpyh .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA9zf1wpyh .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA9zf1wpyh .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uA9zf1wpyh .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uA9zf1wpyh .list li {
  margin-bottom: 25px;
}
.cid-uA9zf1wpyh .list li:last-child {
  margin-bottom: 0;
}
.cid-uA9zf1wpyh .mbr-desc {
  margin-bottom: 8px;
}
.cid-uA9zf1wpyh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uA9zf1wpyh .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uA9zf1wpyh .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uA9zf1wpyh .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uA9zf1wpyh .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: left;
}
.cid-uA9zf1wpyh .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uA9zf1wpyh .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uA9zf1wpyh .mbr-desc,
.cid-uA9zf1wpyh .mbr-iconfont {
  color: #ffffff;
}
.cid-uA9zf1wpyh .mbr-text,
.cid-uA9zf1wpyh .mbr-section-btn {
  color: #ffffff;
}
.cid-uA9Eu7AEGj .navbar-dropdown {
  position: relative !important;
}
.cid-uA9Eu7AEGj .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uA9Eu7AEGj .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uA9Eu7AEGj .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uA9Eu7AEGj .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uA9Eu7AEGj .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #db9eed;
  z-index: -1;
}
.cid-uA9Eu7AEGj .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uA9Eu7AEGj .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uA9Eu7AEGj .nav-item {
    border: 0;
  }
}
.cid-uA9Eu7AEGj .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-uA9Eu7AEGj .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uA9Eu7AEGj .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uA9Eu7AEGj .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uA9Eu7AEGj .title-wrap:hover span {
  color: white;
}
.cid-uA9Eu7AEGj .title-wrap:hover:before {
  height: 100%;
}
.cid-uA9Eu7AEGj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9Eu7AEGj .dropdown-menu {
  padding: 0;
  border-top: 4px solid #db9eed;
}
.cid-uA9Eu7AEGj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA9Eu7AEGj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA9Eu7AEGj .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uA9Eu7AEGj .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uA9Eu7AEGj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA9Eu7AEGj .nav-link {
  position: relative;
}
.cid-uA9Eu7AEGj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uA9Eu7AEGj .container {
    flex-wrap: nowrap;
  }
}
.cid-uA9Eu7AEGj .dropdown-menu,
.cid-uA9Eu7AEGj .navbar.opened {
  background: #ffffff !important;
}
.cid-uA9Eu7AEGj .nav-item:focus,
.cid-uA9Eu7AEGj .nav-link:focus {
  outline: none;
}
.cid-uA9Eu7AEGj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA9Eu7AEGj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA9Eu7AEGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA9Eu7AEGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9Eu7AEGj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA9Eu7AEGj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA9Eu7AEGj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uA9Eu7AEGj .navbar.opened {
  transition: all 0.3s;
}
.cid-uA9Eu7AEGj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA9Eu7AEGj .navbar .navbar-logo img {
  width: auto;
}
.cid-uA9Eu7AEGj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA9Eu7AEGj .navbar.collapsed {
  justify-content: center;
}
.cid-uA9Eu7AEGj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA9Eu7AEGj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA9Eu7AEGj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA9Eu7AEGj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA9Eu7AEGj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA9Eu7AEGj .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-uA9Eu7AEGj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA9Eu7AEGj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA9Eu7AEGj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA9Eu7AEGj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9Eu7AEGj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9Eu7AEGj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9Eu7AEGj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9Eu7AEGj .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-uA9Eu7AEGj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA9Eu7AEGj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9Eu7AEGj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA9Eu7AEGj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA9Eu7AEGj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA9Eu7AEGj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA9Eu7AEGj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA9Eu7AEGj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA9Eu7AEGj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA9Eu7AEGj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA9Eu7AEGj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA9Eu7AEGj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9Eu7AEGj .dropdown-item.active,
.cid-uA9Eu7AEGj .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9Eu7AEGj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA9Eu7AEGj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9Eu7AEGj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9Eu7AEGj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA9Eu7AEGj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA9Eu7AEGj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9Eu7AEGj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA9Eu7AEGj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA9Eu7AEGj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA9Eu7AEGj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uA9Eu7AEGj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA9Eu7AEGj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9Eu7AEGj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9Eu7AEGj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA9Eu7AEGj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9Eu7AEGj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA9Eu7AEGj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA9Eu7AEGj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9Eu7AEGj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA9Eu7AEGj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA9Eu7AEGj .navbar {
    height: 70px;
  }
  .cid-uA9Eu7AEGj .navbar.opened {
    height: auto;
  }
  .cid-uA9Eu7AEGj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA9Eu7AEGj .navbar-caption-wrap,
.cid-uA9Eu7AEGj .title-wrap {
  color: #272727;
}
.cid-uA9Eu91imG {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/32-2000x1335.jpg");
}
.cid-uA9Eu91imG .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uA9Eu91imG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9Eu91imG .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uA9Eu91imG .line {
    margin-bottom: 10rem;
  }
}
.cid-uA9Eu91imG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9Eu91imG p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uA9Eu91imG .btn:hover {
  transform: scale(1.1);
  background: #474747 !important;
  border-color: #474747 !important;
  color: #db9eed !important;
}
.cid-uA9Eu91imG .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uA9Eu91imG .btn div {
  overflow: hidden;
}
.cid-uA9Eu91imG .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-uA9Eu91imG {
    align-items: center;
  }
  .cid-uA9Eu91imG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uA9Eu91imG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uA9Eu91imG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uA9Eu91imG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uA9Eu91imG .content-wrap {
    width: 100%;
  }
}
.cid-uA9Eu91imG .mbr-section-subtitle,
.cid-uA9Eu91imG .line {
  color: #ffffff;
  text-align: center;
}
.cid-uA9Eu91imG .mbr-text,
.cid-uA9Eu91imG .mbr-section-btn {
  text-align: left;
}
.cid-uA9Eu91imG .mbr-section-title {
  text-align: center;
}
.cid-uA9Euach5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-uA9Euach5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9Euach5J .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-uA9Euach5J .container {
    padding: 0 15px;
  }
}
.cid-uA9Euach5J .row {
  justify-content: center;
}
.cid-uA9Euach5J .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA9Euach5J .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA9Euach5J .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uA9Euach5J .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uA9Euach5J .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA9Euach5J .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uA9Euach5J .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uA9Euach5J .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uA9Euach5J .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uA9Euach5J .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA9Euach5J .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uA9Euach5J .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uA9Euach5J .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9Euach5J .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uA9Euach5J .list {
  color: #ffffff;
}
.cid-uA9EubNtce {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9EubNtce .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9EubNtce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9EubNtce .row {
  justify-content: center;
}
.cid-uA9EubNtce .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uA9EubNtce .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uA9EubNtce .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uA9EubNtce .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uA9EubNtce .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA9EubNtce .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uA9EubNtce .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-uA9EubNtce .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-uA9EubNtce .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uA9EubNtce .mbr-text {
  color: #050000;
  text-align: center;
}
.cid-uA9EudtALh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uA9EudtALh::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#0d1b49 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uA9EudtALh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9EudtALh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9EudtALh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uA9EudtALh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA9EudtALh .container {
    padding: 0 24px;
  }
}
.cid-uA9EudtALh .row {
  justify-content: space-between;
}
.cid-uA9EudtALh .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uA9EudtALh .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA9EudtALh .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uA9EudtALh .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #141414;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: .1;
  padding: 0;
}
.cid-uA9EudtALh .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uA9EudtALh .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uA9EudtALh .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uA9EudtALh .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uA9EudtALh .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uA9EudtALh .mbr-text {
  color: #141414;
}
.cid-uA9Euf6WhY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0d1b49;
}
.cid-uA9Euf6WhY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9Euf6WhY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9Euf6WhY .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA9Euf6WhY .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uA9Euf6WhY .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uA9Euf6WhY .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uA9Euf6WhY .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #0d1b49;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uA9Euf6WhY .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uA9Euf6WhY .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA9Euf6WhY .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA9Euf6WhY .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA9Euf6WhY .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uA9Euf6WhY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uA9Euf6WhY .mbr-section-title,
.cid-uA9Euf6WhY .mbr-section-btn {
  color: #ffffff;
}
.cid-uA9EugiPBY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9EugiPBY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9EugiPBY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9EugiPBY .row {
  justify-content: center;
}
.cid-uA9EugiPBY .title-wrapper {
  padding: 71px;
  background-color: #0d1b49;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uA9EugiPBY .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uA9EugiPBY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA9EugiPBY .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uA9EugiPBY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9EugiPBY .mbr-text {
  color: #747474;
}
.cid-uA9EugiPBY .mbr-text,
.cid-uA9EugiPBY .mbr-section-btn {
  text-align: center;
  color: #050000;
}
.cid-uA9EugiPBY .mbr-section-title,
.cid-uA9EugiPBY .mbr-iconfont {
  color: #ffffff;
}
.cid-uA9EuhxoWo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0d1b49;
}
.cid-uA9EuhxoWo .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uA9EuhxoWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9EuhxoWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9EuhxoWo .content-wrap {
  margin: 0;
}
.cid-uA9EuhxoWo .content-wrap .card {
  padding: 0;
}
.cid-uA9EuhxoWo .image-wrap {
  position: relative;
  height: 100%;
  border-right: 1px solid #ffffff;
  border-right: none;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uA9EuhxoWo .image-wrap {
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-uA9EuhxoWo .image-wrap {
    border-left: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uA9EuhxoWo .image-wrap .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cid-uA9EuhxoWo .image-wrap .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uA9EuhxoWo .image-wrap .image-wrapper img {
    object-fit: cover;
  }
}
.cid-uA9EuhxoWo .image-wrap .title-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  pointer-events: none;
}
@media (max-width: 1640px) {
  .cid-uA9EuhxoWo .image-wrap .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA9EuhxoWo .image-wrap .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-uA9EuhxoWo .image-wrap .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 30px;
}
.cid-uA9EuhxoWo .image-wrap .title-wrapper .mbr-section-btn {
  pointer-events: visible;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1200px) {
  .cid-uA9EuhxoWo .image-wrap .title-wrapper .mbr-section-btn {
    display: block;
  }
}
.cid-uA9EuhxoWo .image-wrap .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uA9EuhxoWo .items-wrapper .item:first-child .item-wrapper {
  border-top: none;
}
.cid-uA9EuhxoWo .items-wrapper .item .item-wrapper {
  padding: 72px 190px;
  border-radius: 0 !important;
  border-top: 1px solid #ffffff;
}
@media (max-width: 1640px) {
  .cid-uA9EuhxoWo .items-wrapper .item .item-wrapper {
    padding: 72px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA9EuhxoWo .items-wrapper .item .item-wrapper {
    padding: 40px 0;
  }
}
.cid-uA9EuhxoWo .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uA9EuhxoWo .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uA9EuhxoWo .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uA9EuhxoWo .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uA9EuhxoWo .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uA9EuhxoWo .items-wrapper .item .item-wrapper .card-box .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uA9EuhxoWo .items-wrapper .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uA9EuhxoWo .mbr-section-title {
  color: #f4f2ef;
}
.cid-uA9EuhxoWo .item-title {
  color: #150764;
}
.cid-uA9EuhxoWo .item-text {
  color: #ffffff;
}
.cid-uA9EuhxoWo .item-title,
.cid-uA9EuhxoWo .mbr-section-btn {
  color: #ffffff;
}
.cid-uA9Euj2td1 {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uA9Euj2td1 .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uA9Euj2td1 .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uA9Euj2td1 .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #050000;
  z-index: 1;
}
.cid-uA9Euj2td1 .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #050000;
}
.cid-uA9Euj2td1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9Euj2td1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9Euj2td1 .row {
  position: relative;
  z-index: 2;
}
.cid-uA9Euj2td1 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uA9Euj2td1 .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uA9Euj2td1 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uA9Euj2td1 .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uA9Euj2td1 .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uA9Euj2td1 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA9Euj2td1 .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA9Euj2td1 .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uA9Euj2td1 .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA9Euj2td1 .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uA9Euj2td1 .mbr-section-title {
  color: #050000;
  text-align: left;
}
.cid-uA9Euj2td1 .mbr-text {
  color: #51565c;
}
.cid-uA9Euj2td1 .mbr-text,
.cid-uA9Euj2td1 .text-wrapper {
  color: #050000;
}
.cid-uA9Eukj9c7 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #0d1b49;
}
.cid-uA9Eukj9c7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9Eukj9c7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9Eukj9c7 .title-wrapper {
  padding: 96px 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA9Eukj9c7 .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-uA9Eukj9c7 .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-uA9Eukj9c7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA9Eukj9c7 .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-uA9Eukj9c7 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uA9Eukj9c7 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uA9Eukj9c7 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uA9Eukj9c7 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uA9Eukj9c7 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uA9Eukj9c7 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uA9Eukj9c7 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #050000;
  transition: all .3s ease;
}
.cid-uA9Eukj9c7 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uA9Eukj9c7 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uA9Eukj9c7 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA9Eukj9c7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9Eukj9c7 .panel-title-edit {
  color: #ffffff;
}
.cid-uA9Eukj9c7 .panel-text {
  color: #747474;
}
.cid-uA9Eukj9c7 .mbr-section-title,
.cid-uA9Eukj9c7 .mbr-section-btn {
  color: #050000;
}
.cid-uA9Eumc8wY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9Eumc8wY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9Eumc8wY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9Eumc8wY .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #0d1b49;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uA9Eumc8wY .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA9Eumc8wY .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uA9Eumc8wY .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA9Eumc8wY .image-wrapper img {
    height: 350px;
  }
}
.cid-uA9Eumc8wY .mbr-section-title {
  color: #404349;
}
.cid-uA9Eumc8wY .mbr-desc {
  color: #b19a7c;
}
.cid-uA9Eumc8wY .mbr-text {
  color: #404349;
}
.cid-uA9Eumc8wY .mbr-desc,
.cid-uA9Eumc8wY .desc-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uA9Eumc8wY .mbr-section-title,
.cid-uA9Eumc8wY .title-wrap {
  color: #050000;
}
.cid-uA9EunXyn0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d1b49;
}
.cid-uA9EunXyn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9EunXyn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9EunXyn0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uA9EunXyn0 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA9EunXyn0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA9EunXyn0 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA9EunXyn0 .container {
    padding: 0 24px;
  }
}
.cid-uA9EunXyn0 .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uA9EunXyn0 .image-wrapper img {
    height: 400px;
  }
}
.cid-uA9Euqbuup {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uA9Euqbuup .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9Euqbuup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9Euqbuup .row {
  justify-content: space-between;
}
.cid-uA9Euqbuup .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uA9Euqbuup .content-wrapper {
    padding: 0;
  }
}
.cid-uA9Euqbuup .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA9Euqbuup .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA9Euqbuup .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA9Euqbuup .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uA9Euqbuup .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA9Euqbuup .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uA9Euqbuup .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uA9Euqbuup .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uA9Euqbuup .mbr-section-title {
  color: #000000;
}
.cid-uA9Euqbuup .mbr-desc {
  color: #000000;
}
.cid-uA9Euqbuup .mbr-text {
  color: #050000;
}
.cid-uA9Euqbuup .mbr-section-title,
.cid-uA9Euqbuup .mbr-section-btn {
  text-align: center;
  color: #050000;
}
.cid-uA9EurCZac {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d1b49;
}
.cid-uA9EurCZac .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9EurCZac .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-uA9EurCZac .container {
    padding: 0 15px;
  }
}
.cid-uA9EurCZac .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uA9EurCZac .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uA9EurCZac .content-wrapper {
    padding-right: 0;
  }
}
.cid-uA9EurCZac .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA9EurCZac .content-wrap {
    display: block;
  }
}
.cid-uA9EurCZac .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA9EurCZac .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uA9EurCZac .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA9EurCZac .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uA9EurCZac .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uA9EurCZac .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uA9EurCZac .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9EurCZac .mbr-desc,
.cid-uA9EurCZac .desc-wrapper {
  color: #3f1819;
}
.cid-uA9EurCZac .mbr-text {
  color: #ffffff;
}
.cid-uA9Eut6BYd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA9Eut6BYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9Eut6BYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9Eut6BYd .row {
  justify-content: center;
}
.cid-uA9Eut6BYd .title-wrapper {
  padding: 71px;
  background-color: #0d1b49;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uA9Eut6BYd .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uA9Eut6BYd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA9Eut6BYd .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uA9Eut6BYd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9Eut6BYd .mbr-text {
  color: #747474;
}
.cid-uA9Eut6BYd .mbr-text,
.cid-uA9Eut6BYd .mbr-section-btn {
  text-align: center;
}
.cid-uA9EuuoVlS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9EuuoVlS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9EuuoVlS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9EuuoVlS .row {
  justify-content: center;
}
.cid-uA9EuuoVlS .nav.nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 0;
}
.cid-uA9EuuoVlS .nav.nav-tabs .nav-item {
  margin-right: 26px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uA9EuuoVlS .nav.nav-tabs .nav-item {
    margin-right: 0;
  }
}
.cid-uA9EuuoVlS .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uA9EuuoVlS .nav.nav-tabs .nav-item .nav-link {
  padding: 0 25px 1px;
  color: #0d1b49;
  position: relative;
  border: none;
}
@media (max-width: 768px) {
  .cid-uA9EuuoVlS .nav.nav-tabs .nav-item .nav-link {
    text-align: center;
    display: flex;
    align-items: center;
  }
}
.cid-uA9EuuoVlS .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  position: absolute;
  top: -0.5rem;
  left: -2rem;
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #0d1b49;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uA9EuuoVlS .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
    position: static;
  }
}
.cid-uA9EuuoVlS .nav.nav-tabs .nav-item .nav-link.active .mbr-iconfont {
  opacity: 1;
}
.cid-uA9EuuoVlS .tab-content {
  padding: 41px 60px 45px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 992px) {
  .cid-uA9EuuoVlS .tab-content {
    padding: 41px 32px 45px;
  }
}
.cid-uA9EuuoVlS .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-uA9EuuoVlS .mbr-text {
  color: #050000;
  text-align: center;
}
.cid-uA9EuvHCEk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA9EuvHCEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9EuvHCEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9EuvHCEk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uA9EuvHCEk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uA9EuvHCEk .container {
    padding: 0 20px;
  }
}
.cid-uA9EuvHCEk .google-map iframe {
  height: 800px;
  filter: saturate(0.5);
}
@media (max-width: 992px) {
  .cid-uA9EuvHCEk .google-map iframe {
    height: 400px;
  }
}
.cid-uA9EuwXGux {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/25-1792x1024.jpg");
}
.cid-uA9EuwXGux .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9EuwXGux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9EuwXGux .row {
  justify-content: space-between;
}
.cid-uA9EuwXGux .mbr-section-title {
  margin: 0;
  color: #050000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA9EuwXGux .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA9EuwXGux .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA9EuwXGux .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uA9EuwXGux .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uA9EuwXGux .list li {
  margin-bottom: 25px;
}
.cid-uA9EuwXGux .list li:last-child {
  margin-bottom: 0;
}
.cid-uA9EuwXGux .mbr-desc {
  margin-bottom: 8px;
}
.cid-uA9EuwXGux .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uA9EuwXGux .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uA9EuwXGux .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uA9EuwXGux .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uA9EuwXGux .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: left;
}
.cid-uA9EuwXGux .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uA9EuwXGux .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uA9EuwXGux .mbr-desc,
.cid-uA9EuwXGux .mbr-iconfont {
  color: #ffffff;
}
.cid-uA9EuwXGux .mbr-text,
.cid-uA9EuwXGux .mbr-section-btn {
  color: #ffffff;
}
