body {
  font-family: Cormorant Upright;
}
.display-1 {
  font-family: 'EB Garamond', serif;
  font-size: 5rem;
  line-height: .7em;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Cormorant Upright', serif;
  font-size: 3rem;
  line-height: 71px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'EB Garamond', serif;
  font-size: 1.06rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.325rem;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
  line-height: 25px;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'EB Garamond', serif;
  font-size: 1.4rem;
  line-height: 1.59em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #e43066 !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: #e43066 !important;
  border-color: #e43066 !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: #a71642 !important;
  border-color: #a71642 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a71642 !important;
  border-color: #a71642 !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: #e43066;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a71642 !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: #e43066 !important;
  border-color: #e43066 !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: #e43066 !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: #9a143c !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: #e43066;
}
.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: #e43066;
  border-color: #e43066;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e43066;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fce4eb;
}
.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: 'EB Garamond', serif;
  font-size: 1.4rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e43066 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'EB Garamond', serif;
  font-size: 1.4rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #e43066;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e43066;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e43066;
}
.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: #e43066;
  border-bottom-color: #e43066;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e43066 !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='%23e43066' %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: #e43066;
}
.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: #e43066;
}
.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: #e43066;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #e43066 !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-ukKvRgkyMy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ukKvRgkyMy nav.navbar {
  position: fixed;
}
.cid-ukKvRgkyMy .navbar-logo {
  margin-right: 1rem !important;
}
.cid-ukKvRgkyMy .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-ukKvRgkyMy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukKvRgkyMy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukKvRgkyMy .dropdown-item:hover,
.cid-ukKvRgkyMy .dropdown-item:focus {
  background: #e43066 !important;
  color: white !important;
}
.cid-ukKvRgkyMy .dropdown-item:hover span {
  color: white;
}
.cid-ukKvRgkyMy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukKvRgkyMy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukKvRgkyMy .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukKvRgkyMy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukKvRgkyMy .nav-link {
  position: relative;
}
.cid-ukKvRgkyMy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ukKvRgkyMy .container {
    flex-wrap: nowrap;
  }
}
.cid-ukKvRgkyMy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukKvRgkyMy .dropdown-menu,
.cid-ukKvRgkyMy .navbar.opened {
  background: #302337 !important;
}
.cid-ukKvRgkyMy .nav-item:focus,
.cid-ukKvRgkyMy .nav-link:focus {
  outline: none;
}
.cid-ukKvRgkyMy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukKvRgkyMy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukKvRgkyMy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukKvRgkyMy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukKvRgkyMy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukKvRgkyMy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukKvRgkyMy .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #302337;
}
.cid-ukKvRgkyMy .navbar.opened {
  transition: all 0.3s;
}
.cid-ukKvRgkyMy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukKvRgkyMy .navbar .navbar-logo img {
  width: auto;
}
.cid-ukKvRgkyMy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukKvRgkyMy .navbar.collapsed {
  justify-content: center;
}
.cid-ukKvRgkyMy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukKvRgkyMy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukKvRgkyMy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukKvRgkyMy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukKvRgkyMy .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-ukKvRgkyMy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukKvRgkyMy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukKvRgkyMy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukKvRgkyMy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukKvRgkyMy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukKvRgkyMy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukKvRgkyMy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukKvRgkyMy .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-ukKvRgkyMy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukKvRgkyMy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukKvRgkyMy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukKvRgkyMy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukKvRgkyMy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukKvRgkyMy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukKvRgkyMy .navbar.navbar-short {
  min-height: 80px;
}
.cid-ukKvRgkyMy .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ukKvRgkyMy .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukKvRgkyMy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukKvRgkyMy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukKvRgkyMy .dropdown-item.active,
.cid-ukKvRgkyMy .dropdown-item:active {
  background-color: transparent;
}
.cid-ukKvRgkyMy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukKvRgkyMy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukKvRgkyMy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukKvRgkyMy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #302337;
}
.cid-ukKvRgkyMy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukKvRgkyMy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukKvRgkyMy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukKvRgkyMy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukKvRgkyMy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukKvRgkyMy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukKvRgkyMy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukKvRgkyMy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukKvRgkyMy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukKvRgkyMy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukKvRgkyMy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukKvRgkyMy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukKvRgkyMy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukKvRgkyMy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukKvRgkyMy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukKvRgkyMy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukKvRgkyMy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukKvRgkyMy .navbar {
    height: 70px;
  }
  .cid-ukKvRgkyMy .navbar.opened {
    height: auto;
  }
  .cid-ukKvRgkyMy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukM0Yw1MQh {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-ukM0Yw1MQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukM0Yw1MQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukM0Yw1MQh .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-ukM0Yw1MQh .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-ukM0Yw1MQh .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-ukM0Yw1MQh .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-ukM0Yw1MQh .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-ukM0Yw1MQh .col-img {
    padding: 30px !important;
  }
}
.cid-ukM0Yw1MQh .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cid-ukM0Yw1MQh .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ukM0Yw1MQh .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ukM0Yw1MQh .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-ukM0Yw1MQh .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-ukM0Yw1MQh .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-ukM0Yw1MQh .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-ukM0Yw1MQh .mbr-text {
    padding-right: 0;
  }
}
.cid-ukM0Yw1MQh .mbr-section-btn {
  margin-top: 20px;
}
.cid-ukM0Yw1MQh .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cid-ukM0Yw1MQh .social-container {
    padding-top: 40px;
  }
}
.cid-ukM0Yw1MQh .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-ukM0Yw1MQh .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-ukM0Yw1MQh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-ukM0Yw1MQh .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-ukM0Yw1MQh .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-ukM0Yw1MQh .soc-item:hover {
  transform: translateY(-3px);
}
.cid-ukM0Yw1MQh .soc-item:hover:before {
  opacity: 1;
}
.cid-ukM0Yw1MQh .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #6b67ce, #e43066);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-ukM0Yw1MQh .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-ukM0Yw1MQh .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.cid-ukKwrAcd1I {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #d1bdc8;
}
.cid-ukKwrAcd1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukKwrAcd1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukKwrAcd1I .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukKwrAcd1I .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ukKwrAcd1I .container {
    padding: 0 30px;
  }
}
.cid-ukKwrAcd1I .row {
  justify-content: center;
}
.cid-ukKwrAcd1I .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukKwrAcd1I .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ukKwrAcd1I .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukKwrAcd1I .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ukKwrAcd1I .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-ukKwrAcd1I .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-ukKwrAcd1I .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukKwrAcd1I .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #000000;
}
.cid-ukKwrAcd1I .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukKwrAcd1I .mbr-text {
  color: #144031;
}
.cid-ukGKPmBKP0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #281632;
}
.cid-ukGKPmBKP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukGKPmBKP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukGKPmBKP0 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ukGKPmBKP0 .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukGKPmBKP0 .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-ukGKPmBKP0 .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukGKPmBKP0 .image-wrapper img {
    height: 350px;
  }
}
.cid-ukGKPmBKP0 .mbr-section-title {
  color: #404349;
}
.cid-ukGKPmBKP0 .mbr-desc {
  color: #b19a7c;
}
.cid-ukGKPmBKP0 .mbr-text {
  color: #404349;
}
.cid-ukGKPmBKP0 .mbr-section-title,
.cid-ukGKPmBKP0 .title-wrap {
  color: #ffffff;
}
.cid-ukLVuZCoSG {
  background-color: #d1bdc8;
}
.cid-ukLVuZCoSG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukLVuZCoSG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukLVuZCoSG .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ukLVuZCoSG .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ukLVuZCoSG .container {
    padding: 0 20px;
  }
}
.cid-ukLVuZCoSG .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #986b85;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-ukLVuZCoSG .row {
    padding: 46px 4px 46px;
  }
}
.cid-ukLVuZCoSG .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ukLVuZCoSG .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-ukLVuZCoSG .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ukLVuZCoSG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukLVuZCoSG .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukLVuZCoSG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukLVuZCoSG .item {
  margin-bottom: 40px;
}
.cid-ukLVuZCoSG .item:first-child {
  margin-bottom: 0;
}
.cid-ukLVuZCoSG .item:hover .item-wrapper .item-img img,
.cid-ukLVuZCoSG .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ukLVuZCoSG .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-ukLVuZCoSG .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-ukLVuZCoSG .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-ukLVuZCoSG .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-ukLVuZCoSG .item a {
  display: block;
}
.cid-ukLVuZCoSG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukLVuZCoSG .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ukLVuZCoSG .mbr-text,
.cid-ukLVuZCoSG .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ukLVuZCoSG .card-title {
  color: #000000;
}
.cid-ukLVuZCoSG .card-desc {
  color: #616161;
}
.cid-ukLTa0D0Jr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #302337;
}
.cid-ukLTa0D0Jr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukLTa0D0Jr .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-ukLTa0D0Jr .container {
    padding: 0 22px;
  }
}
.cid-ukLTa0D0Jr .row {
  justify-content: center;
}
.cid-ukLTa0D0Jr .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukLTa0D0Jr .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukLTa0D0Jr .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ukLTa0D0Jr .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukLTa0D0Jr .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukLTa0D0Jr .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-ukLTa0D0Jr .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukLTa0D0Jr .mbr-section-title {
  color: #ffffff;
}
.cid-ukLTa0D0Jr .mbr-text {
  color: #ffffff;
}
.cid-trf9FawOqR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #d1bdc8;
}
.cid-trf9FawOqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9FawOqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9FawOqR .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-trf9FawOqR .card {
    padding: 0;
    border-left: 1px solid #281632;
  }
  .cid-trf9FawOqR .card:first-child {
    border: none;
  }
  .cid-trf9FawOqR .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-trf9FawOqR .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-trf9FawOqR .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-trf9FawOqR .card-wrapper .mbr-text,
.cid-trf9FawOqR .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-trf9FawOqR .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-trf9FawOqR .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-trf9FawOqR .mbr-text_2 {
  color: #000000;
  text-align: center;
}
.cid-trf9xCuGg8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #302337;
}
.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: #ffffff;
  text-align: center;
}
.cid-trf9xCuGg8 .mbr-desc {
  color: #ffffff;
  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: #474747;
  text-align: center;
}
.cid-ukGMh3uUTc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d1bdc8;
}
.cid-ukGMh3uUTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukGMh3uUTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukGMh3uUTc .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #302337;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ukGMh3uUTc .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ukGMh3uUTc .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ukGMh3uUTc .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ukGMh3uUTc .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ukGMh3uUTc .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ukGMh3uUTc .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ukGMh3uUTc .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ukGMh3uUTc .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ukGMh3uUTc .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ukGMh3uUTc .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukGMh3uUTc .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ukGMh3uUTc .mbr-section-title {
  color: #212529;
}
.cid-ukGMh3uUTc .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ukGMh3uUTc .mbr-section-title,
.cid-ukGMh3uUTc .mbr-section-btn {
  color: #ffffff;
}
.cid-ukKCrI79fT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1bdc8;
}
.cid-ukKCrI79fT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukKCrI79fT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukKCrI79fT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukKCrI79fT .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ukKCrI79fT .container {
    padding: 0 30px;
  }
}
.cid-ukKCrI79fT .row {
  justify-content: center;
}
.cid-ukKCrI79fT .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukKCrI79fT .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ukKCrI79fT .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #302337;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-ukKCrI79fT .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-ukKCrI79fT .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ukKCrI79fT .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ukKCrI79fT .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ukKCrI79fT .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #c7fcb5;
  background-color: #302337;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-ukKCrI79fT .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukKCrI79fT .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-ukKCrI79fT .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukKCrI79fT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukKCrI79fT .panel-title-edit {
  color: #000000;
}
.cid-ukKCrI79fT .panel-text {
  color: #144031;
}
.cid-ukLMAFIBbP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #302337;
}
.cid-ukLMAFIBbP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukLMAFIBbP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukLMAFIBbP .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ukLMAFIBbP .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-ukLMAFIBbP .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukLMAFIBbP .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-ukLMAFIBbP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukLMAFIBbP .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-ukLMAFIBbP .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukLMAFIBbP .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-ukLMAFIBbP .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-ukLMAFIBbP .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-ukLMAFIBbP .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-ukLMAFIBbP .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-ukLMAFIBbP .mbr-section-title {
  color: #050f0f;
}
.cid-ukLMAFIBbP .mbr-text {
  color: #050f0f;
}
.cid-ukLMAFIBbP .mbr-section-title,
.cid-ukLMAFIBbP .mbr-section-btn {
  color: #ffffff;
}
.cid-ukLMAFIBbP .mbr-text,
.cid-ukLMAFIBbP .text-wrapper,
.cid-ukLMAFIBbP .rating-wrapper {
  color: #ffffff;
}
.cid-ukMkBdCkbh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-ukMkBdCkbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMkBdCkbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMkBdCkbh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-ukMkBdCkbh .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-ukMkBdCkbh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukMkBdCkbh .container {
    padding: 0 16px;
  }
}
.cid-ukMkBdCkbh .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-ukMkBdCkbh .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-ukMkBdCkbh .item {
    margin-bottom: 24px;
  }
}
.cid-ukMkBdCkbh .item .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-ukMkBdCkbh .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.9em 1.9em 0 0 !important;
}
@media (max-width: 768px) {
  .cid-ukMkBdCkbh .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ukMkBdCkbh .item .item-wrapper .item-content {
  border-radius: 0 0 1.9em 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ukMkBdCkbh .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-ukMkBdCkbh .item .item-wrapper .item-content .card-title {
  margin-bottom: 32px;
}
.cid-ukMkBdCkbh .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-black-outline,
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-ukMkBdCkbh .item .item-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-ukMkBdCkbh .card-title {
  color: #080808;
}
.cid-ukMkBdCkbh .card-text {
  color: #333333;
}
.cid-ukKCMmVarw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1bdc8;
}
.cid-ukKCMmVarw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukKCMmVarw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukKCMmVarw .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fafafa;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ukKCMmVarw .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukKCMmVarw .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-ukKCMmVarw .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukKCMmVarw .image-wrapper img {
    height: 350px;
  }
}
.cid-ukKCMmVarw .mbr-section-title {
  color: #404349;
}
.cid-ukKCMmVarw .mbr-desc {
  color: #b19a7c;
}
.cid-ukKCMmVarw .mbr-text {
  color: #404349;
}
.cid-ukKCMmVarw .mbr-desc,
.cid-ukKCMmVarw .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ukKCMmVarw .mbr-section-title,
.cid-ukKCMmVarw .title-wrap {
  color: #000000;
}
.cid-ukGQZoY7Js {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukGQZoY7Js .row::before {
  content: '';
  position: absolute;
  left: -20px;
  top: -3rem;
  display: block;
  width: 150px;
  height: 150px;
  border: 20px solid #d1bdc8;
  border-radius: 50%;
  background-color: transparent;
}
.cid-ukGQZoY7Js .row::after {
  content: '';
  position: absolute;
  left: 130px;
  top: -3rem;
  display: block;
  width: 150px;
  height: 150px;
  border: 20px solid #302337;
  border-radius: 50%;
  background-color: transparent;
}
.cid-ukGQZoY7Js .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukGQZoY7Js .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukGQZoY7Js .video-wrapper iframe {
  width: 100%;
}
.cid-ukGQZoY7Js .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-ukGQZoY7Js .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-ukGQZoY7Js .video-block {
  position: relative;
  z-index: 1;
}
.cid-ukGQZoY7Js .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-ukGQZoY7Js .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ukGQZoY7Js .video-block .image-absolute {
    display: none;
  }
}
.cid-ukLNHRHRDI {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #302337;
}
.cid-ukLNHRHRDI .mbr-text {
  color: #ffffff;
}
.cid-ukLNHRHRDI .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-ukLNHRHRDI .mbr-section-title {
  color: #ffffff;
}
.cid-ukKFh3ShPh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ukKFh3ShPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukKFh3ShPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukKFh3ShPh .container-fluid {
  max-width: 100%;
}
.cid-ukKFh3ShPh .mbr-section-head {
  margin-bottom: 45px;
}
.cid-ukKFh3ShPh .mbr-section-title {
  color: #9b8db7;
}
.cid-ukKFh3ShPh .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-ukKFh3ShPh .google-map {
  height: 780px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ukKFh3ShPh .google-map {
    max-height: 75vh;
  }
}
.cid-ukKFh3ShPh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukKFh3ShPh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukKFh3ShPh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukKFh3ShPh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ukMv5xD28p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1bdc8;
}
.cid-ukMv5xD28p .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMv5xD28p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMv5xD28p .content-wrap {
  padding: 60px;
  background-color: #302337;
}
@media (max-width: 992px) {
  .cid-ukMv5xD28p .content-wrap {
    padding: 30px 20px;
  }
}
.cid-ukMv5xD28p .content-wrap .row {
  justify-content: center;
}
.cid-ukMv5xD28p .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMv5xD28p .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMv5xD28p .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukMv5xD28p .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-ukMv5xD28p .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-ukMv5xD28p .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukMv5xD28p .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMv5xD28p .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMv5xD28p .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukMv5xD28p .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukMv5xD28p .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukMv5xD28p .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukMv5xD28p .nav-wrapper .list .item-wrap:hover,
.cid-ukMv5xD28p .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-ukMv5xD28p .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMv5xD28p .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMv5xD28p .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukMv5xD28p .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukMv5xD28p .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukMv5xD28p .contacts-wrapper .list .item-wrap:hover,
.cid-ukMv5xD28p .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-ukMv5xD28p .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukMv5xD28p .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMv5xD28p .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMv5xD28p .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukMv5xD28p .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ukMv5xD28p .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukMv5xD28p .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukMv5xD28p .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-ukMv5xD28p .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-ukMv5xD28p .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-ukMv5xD28p .mbr-section-title {
  color: #ed463f;
}
.cid-ukMv5xD28p .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukMv5xD28p .list {
  color: #404349;
}
.cid-ukMv5xD28p .list,
.cid-ukMv5xD28p .item-wrap {
  color: #fafafa;
}
.cid-ukKM1iCFvT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ukKM1iCFvT nav.navbar {
  position: fixed;
}
.cid-ukKM1iCFvT .navbar-logo {
  margin-right: 1rem !important;
}
.cid-ukKM1iCFvT .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-ukKM1iCFvT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukKM1iCFvT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukKM1iCFvT .dropdown-item:hover,
.cid-ukKM1iCFvT .dropdown-item:focus {
  background: #e43066 !important;
  color: white !important;
}
.cid-ukKM1iCFvT .dropdown-item:hover span {
  color: white;
}
.cid-ukKM1iCFvT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukKM1iCFvT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukKM1iCFvT .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukKM1iCFvT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukKM1iCFvT .nav-link {
  position: relative;
}
.cid-ukKM1iCFvT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ukKM1iCFvT .container {
    flex-wrap: nowrap;
  }
}
.cid-ukKM1iCFvT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukKM1iCFvT .dropdown-menu,
.cid-ukKM1iCFvT .navbar.opened {
  background: #302337 !important;
}
.cid-ukKM1iCFvT .nav-item:focus,
.cid-ukKM1iCFvT .nav-link:focus {
  outline: none;
}
.cid-ukKM1iCFvT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukKM1iCFvT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukKM1iCFvT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukKM1iCFvT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukKM1iCFvT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukKM1iCFvT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukKM1iCFvT .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #302337;
}
.cid-ukKM1iCFvT .navbar.opened {
  transition: all 0.3s;
}
.cid-ukKM1iCFvT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukKM1iCFvT .navbar .navbar-logo img {
  width: auto;
}
.cid-ukKM1iCFvT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukKM1iCFvT .navbar.collapsed {
  justify-content: center;
}
.cid-ukKM1iCFvT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukKM1iCFvT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukKM1iCFvT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukKM1iCFvT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukKM1iCFvT .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-ukKM1iCFvT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukKM1iCFvT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukKM1iCFvT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukKM1iCFvT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukKM1iCFvT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukKM1iCFvT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukKM1iCFvT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukKM1iCFvT .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-ukKM1iCFvT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukKM1iCFvT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukKM1iCFvT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukKM1iCFvT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukKM1iCFvT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukKM1iCFvT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukKM1iCFvT .navbar.navbar-short {
  min-height: 80px;
}
.cid-ukKM1iCFvT .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ukKM1iCFvT .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukKM1iCFvT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukKM1iCFvT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukKM1iCFvT .dropdown-item.active,
.cid-ukKM1iCFvT .dropdown-item:active {
  background-color: transparent;
}
.cid-ukKM1iCFvT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukKM1iCFvT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukKM1iCFvT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukKM1iCFvT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #302337;
}
.cid-ukKM1iCFvT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukKM1iCFvT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukKM1iCFvT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukKM1iCFvT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukKM1iCFvT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukKM1iCFvT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukKM1iCFvT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukKM1iCFvT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukKM1iCFvT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukKM1iCFvT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukKM1iCFvT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukKM1iCFvT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukKM1iCFvT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukKM1iCFvT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukKM1iCFvT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukKM1iCFvT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukKM1iCFvT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukKM1iCFvT .navbar {
    height: 70px;
  }
  .cid-ukKM1iCFvT .navbar.opened {
    height: auto;
  }
  .cid-ukKM1iCFvT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukMmBeqBB1 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukMmBeqBB1 .card-wrapper {
  border-radius: 4px;
  background: #d1bdc8;
}
@media (min-width: 992px) {
  .cid-ukMmBeqBB1 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ukMmBeqBB1 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukMmBeqBB1 .text-box {
    padding: 2rem;
  }
}
.cid-ukMmBeqBB1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukMmBeqBB1 .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-ukMmBeqBB1 .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #e43066;
  opacity: 0;
}
.cid-ukMmBeqBB1 .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-ukMmBeqBB1 .small-img {
  width: 40%;
  margin: auto;
}
.cid-ukMmBeqBB1 .text-box {
  text-align: center;
}
.cid-ukMmBeqBB1 .mbr-section-title {
  text-align: center;
}
.cid-ukMmBeqBB1 .mbr-text {
  padding-top: 10px;
}
.cid-ukMmBeqBB1 .mbr-section-subtitle {
  color: #626262;
}
.cid-ukKM1nMOHo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #302337;
}
.cid-ukKM1nMOHo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukKM1nMOHo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukKM1nMOHo .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ukKM1nMOHo .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukKM1nMOHo .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-ukKM1nMOHo .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukKM1nMOHo .image-wrapper img {
    height: 350px;
  }
}
.cid-ukKM1nMOHo .mbr-section-title {
  color: #404349;
}
.cid-ukKM1nMOHo .mbr-desc {
  color: #b19a7c;
}
.cid-ukKM1nMOHo .mbr-text {
  color: #404349;
}
.cid-ukKM1nMOHo .mbr-section-title,
.cid-ukKM1nMOHo .title-wrap {
  color: #ffffff;
}
.cid-ukKM1GrTZX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ukKM1GrTZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukKM1GrTZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukKM1GrTZX .container-fluid {
  max-width: 100%;
}
.cid-ukKM1GrTZX .mbr-section-head {
  margin-bottom: 45px;
}
.cid-ukKM1GrTZX .mbr-section-title {
  color: #9b8db7;
}
.cid-ukKM1GrTZX .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-ukKM1GrTZX .google-map {
  height: 780px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ukKM1GrTZX .google-map {
    max-height: 75vh;
  }
}
.cid-ukKM1GrTZX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukKM1GrTZX .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukKM1GrTZX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukKM1GrTZX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ukMv5xD28p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1bdc8;
}
.cid-ukMv5xD28p .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMv5xD28p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMv5xD28p .content-wrap {
  padding: 60px;
  background-color: #302337;
}
@media (max-width: 992px) {
  .cid-ukMv5xD28p .content-wrap {
    padding: 30px 20px;
  }
}
.cid-ukMv5xD28p .content-wrap .row {
  justify-content: center;
}
.cid-ukMv5xD28p .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMv5xD28p .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMv5xD28p .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukMv5xD28p .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-ukMv5xD28p .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-ukMv5xD28p .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukMv5xD28p .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMv5xD28p .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMv5xD28p .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukMv5xD28p .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukMv5xD28p .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukMv5xD28p .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukMv5xD28p .nav-wrapper .list .item-wrap:hover,
.cid-ukMv5xD28p .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-ukMv5xD28p .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMv5xD28p .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMv5xD28p .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukMv5xD28p .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukMv5xD28p .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukMv5xD28p .contacts-wrapper .list .item-wrap:hover,
.cid-ukMv5xD28p .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-ukMv5xD28p .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukMv5xD28p .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMv5xD28p .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMv5xD28p .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukMv5xD28p .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ukMv5xD28p .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukMv5xD28p .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukMv5xD28p .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-ukMv5xD28p .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-ukMv5xD28p .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-ukMv5xD28p .mbr-section-title {
  color: #ed463f;
}
.cid-ukMv5xD28p .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukMv5xD28p .list {
  color: #404349;
}
.cid-ukMv5xD28p .list,
.cid-ukMv5xD28p .item-wrap {
  color: #fafafa;
}
.cid-ukKMQt0cGA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ukKMQt0cGA nav.navbar {
  position: fixed;
}
.cid-ukKMQt0cGA .navbar-logo {
  margin-right: 1rem !important;
}
.cid-ukKMQt0cGA .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-ukKMQt0cGA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukKMQt0cGA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukKMQt0cGA .dropdown-item:hover,
.cid-ukKMQt0cGA .dropdown-item:focus {
  background: #e43066 !important;
  color: white !important;
}
.cid-ukKMQt0cGA .dropdown-item:hover span {
  color: white;
}
.cid-ukKMQt0cGA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukKMQt0cGA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukKMQt0cGA .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukKMQt0cGA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukKMQt0cGA .nav-link {
  position: relative;
}
.cid-ukKMQt0cGA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ukKMQt0cGA .container {
    flex-wrap: nowrap;
  }
}
.cid-ukKMQt0cGA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukKMQt0cGA .dropdown-menu,
.cid-ukKMQt0cGA .navbar.opened {
  background: #302337 !important;
}
.cid-ukKMQt0cGA .nav-item:focus,
.cid-ukKMQt0cGA .nav-link:focus {
  outline: none;
}
.cid-ukKMQt0cGA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukKMQt0cGA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukKMQt0cGA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukKMQt0cGA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukKMQt0cGA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukKMQt0cGA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukKMQt0cGA .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #302337;
}
.cid-ukKMQt0cGA .navbar.opened {
  transition: all 0.3s;
}
.cid-ukKMQt0cGA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukKMQt0cGA .navbar .navbar-logo img {
  width: auto;
}
.cid-ukKMQt0cGA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukKMQt0cGA .navbar.collapsed {
  justify-content: center;
}
.cid-ukKMQt0cGA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukKMQt0cGA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukKMQt0cGA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukKMQt0cGA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukKMQt0cGA .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-ukKMQt0cGA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukKMQt0cGA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukKMQt0cGA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukKMQt0cGA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukKMQt0cGA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukKMQt0cGA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukKMQt0cGA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukKMQt0cGA .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-ukKMQt0cGA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukKMQt0cGA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukKMQt0cGA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukKMQt0cGA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukKMQt0cGA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukKMQt0cGA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukKMQt0cGA .navbar.navbar-short {
  min-height: 80px;
}
.cid-ukKMQt0cGA .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ukKMQt0cGA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukKMQt0cGA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukKMQt0cGA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukKMQt0cGA .dropdown-item.active,
.cid-ukKMQt0cGA .dropdown-item:active {
  background-color: transparent;
}
.cid-ukKMQt0cGA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukKMQt0cGA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukKMQt0cGA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukKMQt0cGA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #302337;
}
.cid-ukKMQt0cGA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukKMQt0cGA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukKMQt0cGA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukKMQt0cGA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukKMQt0cGA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukKMQt0cGA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukKMQt0cGA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukKMQt0cGA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukKMQt0cGA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukKMQt0cGA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukKMQt0cGA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukKMQt0cGA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukKMQt0cGA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukKMQt0cGA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukKMQt0cGA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukKMQt0cGA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukKMQt0cGA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukKMQt0cGA .navbar {
    height: 70px;
  }
  .cid-ukKMQt0cGA .navbar.opened {
    height: auto;
  }
  .cid-ukKMQt0cGA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukMpCuo39l {
  padding-top: 12rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #d1bdc8;
}
.cid-ukMpCuo39l .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-ukMpCuo39l .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMpCuo39l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMpCuo39l .content-wrap {
  margin: 0;
}
.cid-ukMpCuo39l .content-wrap .card {
  padding: 0;
}
.cid-ukMpCuo39l .content-wrapper {
  padding: 190px 28px 190px 120px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-ukMpCuo39l .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-ukMpCuo39l .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-ukMpCuo39l .content-wrapper {
    border-right: none;
    border-top: 1px solid #150764;
  }
}
.cid-ukMpCuo39l .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ukMpCuo39l .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-ukMpCuo39l .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-ukMpCuo39l .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-ukMpCuo39l .image-wrapper {
  height: 100%;
}
.cid-ukMpCuo39l .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukMpCuo39l .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-ukMpCuo39l .mbr-section-title {
  color: #150764;
}
.cid-ukMpCuo39l .mbr-text {
  color: #150764;
}
.cid-ukMpCuo39l .mbr-section-title,
.cid-ukMpCuo39l .mbr-section-btn {
  color: #000000;
}
.cid-ukKNdtmbag {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #302337;
}
.cid-ukKNdtmbag .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukKNdtmbag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukKNdtmbag .row {
  justify-content: center;
}
.cid-ukKNdtmbag .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-ukKNdtmbag .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ukKNdtmbag .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-ukKNdtmbag .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-ukKNdtmbag .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukKNdtmbag .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-ukKNdtmbag .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ukKNdtmbag .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-ukKNdtmbag .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-ukKNdtmbag .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-ukKMQz8pLQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ukKMQz8pLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukKMQz8pLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukKMQz8pLQ .container-fluid {
  max-width: 100%;
}
.cid-ukKMQz8pLQ .mbr-section-head {
  margin-bottom: 45px;
}
.cid-ukKMQz8pLQ .mbr-section-title {
  color: #9b8db7;
}
.cid-ukKMQz8pLQ .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-ukKMQz8pLQ .google-map {
  height: 780px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ukKMQz8pLQ .google-map {
    max-height: 75vh;
  }
}
.cid-ukKMQz8pLQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukKMQz8pLQ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukKMQz8pLQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukKMQz8pLQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ukMv5xD28p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1bdc8;
}
.cid-ukMv5xD28p .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMv5xD28p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMv5xD28p .content-wrap {
  padding: 60px;
  background-color: #302337;
}
@media (max-width: 992px) {
  .cid-ukMv5xD28p .content-wrap {
    padding: 30px 20px;
  }
}
.cid-ukMv5xD28p .content-wrap .row {
  justify-content: center;
}
.cid-ukMv5xD28p .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMv5xD28p .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMv5xD28p .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukMv5xD28p .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-ukMv5xD28p .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-ukMv5xD28p .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukMv5xD28p .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMv5xD28p .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMv5xD28p .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukMv5xD28p .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukMv5xD28p .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukMv5xD28p .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukMv5xD28p .nav-wrapper .list .item-wrap:hover,
.cid-ukMv5xD28p .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-ukMv5xD28p .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMv5xD28p .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMv5xD28p .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukMv5xD28p .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukMv5xD28p .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukMv5xD28p .contacts-wrapper .list .item-wrap:hover,
.cid-ukMv5xD28p .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-ukMv5xD28p .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukMv5xD28p .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMv5xD28p .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMv5xD28p .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukMv5xD28p .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ukMv5xD28p .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukMv5xD28p .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukMv5xD28p .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-ukMv5xD28p .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-ukMv5xD28p .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-ukMv5xD28p .mbr-section-title {
  color: #ed463f;
}
.cid-ukMv5xD28p .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukMv5xD28p .list {
  color: #404349;
}
.cid-ukMv5xD28p .list,
.cid-ukMv5xD28p .item-wrap {
  color: #fafafa;
}
.cid-ukMm6eaHXi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ukMm6eaHXi nav.navbar {
  position: fixed;
}
.cid-ukMm6eaHXi .navbar-logo {
  margin-right: 1rem !important;
}
.cid-ukMm6eaHXi .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-ukMm6eaHXi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukMm6eaHXi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukMm6eaHXi .dropdown-item:hover,
.cid-ukMm6eaHXi .dropdown-item:focus {
  background: #e43066 !important;
  color: white !important;
}
.cid-ukMm6eaHXi .dropdown-item:hover span {
  color: white;
}
.cid-ukMm6eaHXi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukMm6eaHXi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukMm6eaHXi .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukMm6eaHXi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukMm6eaHXi .nav-link {
  position: relative;
}
.cid-ukMm6eaHXi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ukMm6eaHXi .container {
    flex-wrap: nowrap;
  }
}
.cid-ukMm6eaHXi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukMm6eaHXi .dropdown-menu,
.cid-ukMm6eaHXi .navbar.opened {
  background: #302337 !important;
}
.cid-ukMm6eaHXi .nav-item:focus,
.cid-ukMm6eaHXi .nav-link:focus {
  outline: none;
}
.cid-ukMm6eaHXi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukMm6eaHXi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukMm6eaHXi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukMm6eaHXi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukMm6eaHXi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukMm6eaHXi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukMm6eaHXi .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #302337;
}
.cid-ukMm6eaHXi .navbar.opened {
  transition: all 0.3s;
}
.cid-ukMm6eaHXi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukMm6eaHXi .navbar .navbar-logo img {
  width: auto;
}
.cid-ukMm6eaHXi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukMm6eaHXi .navbar.collapsed {
  justify-content: center;
}
.cid-ukMm6eaHXi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukMm6eaHXi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukMm6eaHXi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukMm6eaHXi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukMm6eaHXi .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-ukMm6eaHXi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukMm6eaHXi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukMm6eaHXi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukMm6eaHXi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukMm6eaHXi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukMm6eaHXi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukMm6eaHXi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukMm6eaHXi .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-ukMm6eaHXi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukMm6eaHXi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukMm6eaHXi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukMm6eaHXi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukMm6eaHXi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukMm6eaHXi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukMm6eaHXi .navbar.navbar-short {
  min-height: 80px;
}
.cid-ukMm6eaHXi .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ukMm6eaHXi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukMm6eaHXi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukMm6eaHXi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukMm6eaHXi .dropdown-item.active,
.cid-ukMm6eaHXi .dropdown-item:active {
  background-color: transparent;
}
.cid-ukMm6eaHXi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukMm6eaHXi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukMm6eaHXi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukMm6eaHXi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #302337;
}
.cid-ukMm6eaHXi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukMm6eaHXi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukMm6eaHXi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukMm6eaHXi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukMm6eaHXi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukMm6eaHXi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukMm6eaHXi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukMm6eaHXi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukMm6eaHXi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukMm6eaHXi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukMm6eaHXi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukMm6eaHXi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukMm6eaHXi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukMm6eaHXi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukMm6eaHXi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukMm6eaHXi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukMm6eaHXi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukMm6eaHXi .navbar {
    height: 70px;
  }
  .cid-ukMm6eaHXi .navbar.opened {
    height: auto;
  }
  .cid-ukMm6eaHXi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukMm6fnEh8 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-ukMm6fnEh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMm6fnEh8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMm6fnEh8 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-ukMm6fnEh8 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-ukMm6fnEh8 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-ukMm6fnEh8 .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-ukMm6fnEh8 .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-ukMm6fnEh8 .col-img {
    padding: 30px !important;
  }
}
.cid-ukMm6fnEh8 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cid-ukMm6fnEh8 .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ukMm6fnEh8 .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ukMm6fnEh8 .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-ukMm6fnEh8 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-ukMm6fnEh8 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-ukMm6fnEh8 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-ukMm6fnEh8 .mbr-text {
    padding-right: 0;
  }
}
.cid-ukMm6fnEh8 .mbr-section-btn {
  margin-top: 20px;
}
.cid-ukMm6fnEh8 .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cid-ukMm6fnEh8 .social-container {
    padding-top: 40px;
  }
}
.cid-ukMm6fnEh8 .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-ukMm6fnEh8 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-ukMm6fnEh8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-ukMm6fnEh8 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-ukMm6fnEh8 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-ukMm6fnEh8 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-ukMm6fnEh8 .soc-item:hover:before {
  opacity: 1;
}
.cid-ukMm6fnEh8 .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #6b67ce, #e43066);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-ukMm6fnEh8 .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-ukMm6fnEh8 .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.cid-ukMm6gjNj1 {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #d1bdc8;
}
.cid-ukMm6gjNj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMm6gjNj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMm6gjNj1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukMm6gjNj1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ukMm6gjNj1 .container {
    padding: 0 30px;
  }
}
.cid-ukMm6gjNj1 .row {
  justify-content: center;
}
.cid-ukMm6gjNj1 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukMm6gjNj1 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ukMm6gjNj1 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukMm6gjNj1 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ukMm6gjNj1 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-ukMm6gjNj1 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-ukMm6gjNj1 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukMm6gjNj1 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #232323;
}
.cid-ukMm6gjNj1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukMm6gjNj1 .mbr-text {
  color: #144031;
}
.cid-ukMm6h4WHC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #281632;
}
.cid-ukMm6h4WHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMm6h4WHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMm6h4WHC .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ukMm6h4WHC .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukMm6h4WHC .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-ukMm6h4WHC .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukMm6h4WHC .image-wrapper img {
    height: 350px;
  }
}
.cid-ukMm6h4WHC .mbr-section-title {
  color: #404349;
}
.cid-ukMm6h4WHC .mbr-desc {
  color: #b19a7c;
}
.cid-ukMm6h4WHC .mbr-text {
  color: #404349;
}
.cid-ukMm6h4WHC .mbr-section-title,
.cid-ukMm6h4WHC .title-wrap {
  color: #ffffff;
}
.cid-ukMm6hSOtO {
  background-color: #d1bdc8;
}
.cid-ukMm6hSOtO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMm6hSOtO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMm6hSOtO .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ukMm6hSOtO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ukMm6hSOtO .container {
    padding: 0 20px;
  }
}
.cid-ukMm6hSOtO .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #986b85;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-ukMm6hSOtO .row {
    padding: 46px 4px 46px;
  }
}
.cid-ukMm6hSOtO .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ukMm6hSOtO .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-ukMm6hSOtO .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ukMm6hSOtO .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukMm6hSOtO .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukMm6hSOtO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukMm6hSOtO .item {
  margin-bottom: 40px;
}
.cid-ukMm6hSOtO .item:first-child {
  margin-bottom: 0;
}
.cid-ukMm6hSOtO .item:hover .item-wrapper .item-img img,
.cid-ukMm6hSOtO .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ukMm6hSOtO .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-ukMm6hSOtO .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-ukMm6hSOtO .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-ukMm6hSOtO .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-ukMm6hSOtO .item a {
  display: block;
}
.cid-ukMm6hSOtO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukMm6hSOtO .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ukMm6hSOtO .mbr-text,
.cid-ukMm6hSOtO .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ukMm6hSOtO .card-title {
  color: #000000;
}
.cid-ukMm6hSOtO .card-desc {
  color: #616161;
}
.cid-ukMm6iOSAA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #302337;
}
.cid-ukMm6iOSAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMm6iOSAA .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-ukMm6iOSAA .container {
    padding: 0 22px;
  }
}
.cid-ukMm6iOSAA .row {
  justify-content: center;
}
.cid-ukMm6iOSAA .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukMm6iOSAA .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMm6iOSAA .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ukMm6iOSAA .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukMm6iOSAA .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukMm6iOSAA .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-ukMm6iOSAA .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukMm6iOSAA .mbr-section-title {
  color: #ffffff;
}
.cid-ukMm6iOSAA .mbr-text {
  color: #ffffff;
}
.cid-ukMm6jKSov {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #d1bdc8;
}
.cid-ukMm6jKSov .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMm6jKSov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMm6jKSov .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-ukMm6jKSov .card {
    padding: 0;
    border-left: 1px solid #281632;
  }
  .cid-ukMm6jKSov .card:first-child {
    border: none;
  }
  .cid-ukMm6jKSov .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-ukMm6jKSov .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-ukMm6jKSov .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-ukMm6jKSov .card-wrapper .mbr-text,
.cid-ukMm6jKSov .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-ukMm6jKSov .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ukMm6jKSov .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ukMm6jKSov .mbr-text_2 {
  color: #000000;
  text-align: center;
}
.cid-ukMm6kHyzk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #302337;
}
.cid-ukMm6kHyzk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMm6kHyzk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMm6kHyzk .row {
  justify-content: center;
}
.cid-ukMm6kHyzk .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-ukMm6kHyzk .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ukMm6kHyzk .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-ukMm6kHyzk .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-ukMm6kHyzk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukMm6kHyzk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukMm6kHyzk .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ukMm6kHyzk .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-ukMm6kHyzk .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-ukMm6kHyzk .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-ukMm6lv3Id {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d1bdc8;
}
.cid-ukMm6lv3Id .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMm6lv3Id .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMm6lv3Id .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #302337;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ukMm6lv3Id .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ukMm6lv3Id .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ukMm6lv3Id .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ukMm6lv3Id .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ukMm6lv3Id .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ukMm6lv3Id .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ukMm6lv3Id .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ukMm6lv3Id .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ukMm6lv3Id .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ukMm6lv3Id .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukMm6lv3Id .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ukMm6lv3Id .mbr-section-title {
  color: #212529;
}
.cid-ukMm6lv3Id .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ukMm6lv3Id .mbr-section-title,
.cid-ukMm6lv3Id .mbr-section-btn {
  color: #ffffff;
}
.cid-ukMm6mkD1g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1bdc8;
}
.cid-ukMm6mkD1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMm6mkD1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMm6mkD1g .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukMm6mkD1g .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ukMm6mkD1g .container {
    padding: 0 30px;
  }
}
.cid-ukMm6mkD1g .row {
  justify-content: center;
}
.cid-ukMm6mkD1g .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMm6mkD1g .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ukMm6mkD1g .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #000000;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-ukMm6mkD1g .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-ukMm6mkD1g .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ukMm6mkD1g .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ukMm6mkD1g .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ukMm6mkD1g .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #c7fcb5;
  background-color: #000000;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-ukMm6mkD1g .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukMm6mkD1g .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-ukMm6mkD1g .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukMm6mkD1g .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukMm6mkD1g .panel-title-edit {
  color: #000000;
}
.cid-ukMm6mkD1g .panel-text {
  color: #144031;
}
.cid-ukMm6njB5r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #302337;
}
.cid-ukMm6njB5r .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMm6njB5r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMm6njB5r .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ukMm6njB5r .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-ukMm6njB5r .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukMm6njB5r .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-ukMm6njB5r .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukMm6njB5r .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-ukMm6njB5r .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukMm6njB5r .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-ukMm6njB5r .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-ukMm6njB5r .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-ukMm6njB5r .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-ukMm6njB5r .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-ukMm6njB5r .mbr-section-title {
  color: #050f0f;
}
.cid-ukMm6njB5r .mbr-text {
  color: #050f0f;
}
.cid-ukMm6njB5r .mbr-section-title,
.cid-ukMm6njB5r .mbr-section-btn {
  color: #ffffff;
}
.cid-ukMm6njB5r .mbr-text,
.cid-ukMm6njB5r .text-wrapper,
.cid-ukMm6njB5r .rating-wrapper {
  color: #ffffff;
}
.cid-ukMm6ofGso {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-ukMm6ofGso .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMm6ofGso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMm6ofGso .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-ukMm6ofGso .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-ukMm6ofGso .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukMm6ofGso .container {
    padding: 0 16px;
  }
}
.cid-ukMm6ofGso .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-ukMm6ofGso .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-ukMm6ofGso .item {
    margin-bottom: 24px;
  }
}
.cid-ukMm6ofGso .item .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-ukMm6ofGso .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.9em 1.9em 0 0 !important;
}
@media (max-width: 768px) {
  .cid-ukMm6ofGso .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ukMm6ofGso .item .item-wrapper .item-content {
  border-radius: 0 0 1.9em 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ukMm6ofGso .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-ukMm6ofGso .item .item-wrapper .item-content .card-title {
  margin-bottom: 32px;
}
.cid-ukMm6ofGso .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-black-outline,
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-ukMm6ofGso .item .item-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-ukMm6ofGso .card-title {
  color: #080808;
}
.cid-ukMm6ofGso .card-text {
  color: #333333;
}
.cid-ukMm6p6gn4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1bdc8;
}
.cid-ukMm6p6gn4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMm6p6gn4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMm6p6gn4 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fafafa;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ukMm6p6gn4 .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukMm6p6gn4 .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-ukMm6p6gn4 .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukMm6p6gn4 .image-wrapper img {
    height: 350px;
  }
}
.cid-ukMm6p6gn4 .mbr-section-title {
  color: #404349;
}
.cid-ukMm6p6gn4 .mbr-desc {
  color: #b19a7c;
}
.cid-ukMm6p6gn4 .mbr-text {
  color: #404349;
}
.cid-ukMm6p6gn4 .mbr-desc,
.cid-ukMm6p6gn4 .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ukMm6p6gn4 .mbr-section-title,
.cid-ukMm6p6gn4 .title-wrap {
  color: #000000;
}
.cid-ukMm6pPMao {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukMm6pPMao .row::before {
  content: '';
  position: absolute;
  left: -20px;
  top: -3rem;
  display: block;
  width: 150px;
  height: 150px;
  border: 20px solid #d1bdc8;
  border-radius: 50%;
  background-color: transparent;
}
.cid-ukMm6pPMao .row::after {
  content: '';
  position: absolute;
  left: 130px;
  top: -3rem;
  display: block;
  width: 150px;
  height: 150px;
  border: 20px solid #302337;
  border-radius: 50%;
  background-color: transparent;
}
.cid-ukMm6pPMao .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMm6pPMao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMm6pPMao .video-wrapper iframe {
  width: 100%;
}
.cid-ukMm6pPMao .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-ukMm6pPMao .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-ukMm6pPMao .video-block {
  position: relative;
  z-index: 1;
}
.cid-ukMm6pPMao .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-ukMm6pPMao .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ukMm6pPMao .video-block .image-absolute {
    display: none;
  }
}
.cid-ukMm6qXnHy {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #302337;
}
.cid-ukMm6qXnHy .mbr-text {
  color: #ffffff;
}
.cid-ukMm6qXnHy .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-ukMm6qXnHy .mbr-section-title {
  color: #ffffff;
}
.cid-ukMVhiekOf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1bdc8;
}
@media (max-width: 992px) {
  .cid-ukMVhiekOf .container {
    padding: 0 25px;
  }
}
.cid-ukMVhiekOf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukMVhiekOf .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-ukMVhiekOf .panel-group {
  border-bottom: 2px solid #ffffff;
}
.cid-ukMVhiekOf .panel-group .card {
  border-top: 2px solid #ffffff;
  border-radius: 0 !important;
  padding: 0;
}
.cid-ukMVhiekOf .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-ukMVhiekOf .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ukMVhiekOf .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #302337;
  box-shadow: inset 52px 0 0 0 #ffffff;
}
.cid-ukMVhiekOf .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #302337;
  box-shadow: inset 52px 0 0 0 #ffffff;
}
.cid-ukMVhiekOf .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ukMVhiekOf .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #ffffff;
  background-color: #302337;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ukMVhiekOf .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-ukMVhiekOf .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukMVhiekOf .mbr-section-title {
  color: #000000;
}
.cid-ukMVhiekOf .panel-title-edit {
  color: #000000;
}
.cid-ukMVhiekOf .panel-text {
  color: #000000;
}
.cid-ukMm6sohmh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ukMm6sohmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMm6sohmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMm6sohmh .container-fluid {
  max-width: 100%;
}
.cid-ukMm6sohmh .mbr-section-head {
  margin-bottom: 45px;
}
.cid-ukMm6sohmh .mbr-section-title {
  color: #9b8db7;
}
.cid-ukMm6sohmh .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-ukMm6sohmh .google-map {
  height: 780px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ukMm6sohmh .google-map {
    max-height: 75vh;
  }
}
.cid-ukMm6sohmh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukMm6sohmh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukMm6sohmh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukMm6sohmh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ukMv5xD28p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1bdc8;
}
.cid-ukMv5xD28p .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMv5xD28p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMv5xD28p .content-wrap {
  padding: 60px;
  background-color: #302337;
}
@media (max-width: 992px) {
  .cid-ukMv5xD28p .content-wrap {
    padding: 30px 20px;
  }
}
.cid-ukMv5xD28p .content-wrap .row {
  justify-content: center;
}
.cid-ukMv5xD28p .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMv5xD28p .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMv5xD28p .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukMv5xD28p .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-ukMv5xD28p .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-ukMv5xD28p .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukMv5xD28p .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMv5xD28p .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMv5xD28p .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukMv5xD28p .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukMv5xD28p .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukMv5xD28p .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukMv5xD28p .nav-wrapper .list .item-wrap:hover,
.cid-ukMv5xD28p .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-ukMv5xD28p .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMv5xD28p .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMv5xD28p .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukMv5xD28p .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukMv5xD28p .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukMv5xD28p .contacts-wrapper .list .item-wrap:hover,
.cid-ukMv5xD28p .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-ukMv5xD28p .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukMv5xD28p .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMv5xD28p .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMv5xD28p .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukMv5xD28p .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ukMv5xD28p .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukMv5xD28p .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukMv5xD28p .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-ukMv5xD28p .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-ukMv5xD28p .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-ukMv5xD28p .mbr-section-title {
  color: #ed463f;
}
.cid-ukMv5xD28p .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukMv5xD28p .list {
  color: #404349;
}
.cid-ukMv5xD28p .list,
.cid-ukMv5xD28p .item-wrap {
  color: #fafafa;
}
.cid-ukMGmYEAXb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ukMGmYEAXb nav.navbar {
  position: fixed;
}
.cid-ukMGmYEAXb .navbar-logo {
  margin-right: 1rem !important;
}
.cid-ukMGmYEAXb .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-ukMGmYEAXb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukMGmYEAXb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukMGmYEAXb .dropdown-item:hover,
.cid-ukMGmYEAXb .dropdown-item:focus {
  background: #e43066 !important;
  color: white !important;
}
.cid-ukMGmYEAXb .dropdown-item:hover span {
  color: white;
}
.cid-ukMGmYEAXb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukMGmYEAXb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukMGmYEAXb .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukMGmYEAXb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukMGmYEAXb .nav-link {
  position: relative;
}
.cid-ukMGmYEAXb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ukMGmYEAXb .container {
    flex-wrap: nowrap;
  }
}
.cid-ukMGmYEAXb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukMGmYEAXb .dropdown-menu,
.cid-ukMGmYEAXb .navbar.opened {
  background: #302337 !important;
}
.cid-ukMGmYEAXb .nav-item:focus,
.cid-ukMGmYEAXb .nav-link:focus {
  outline: none;
}
.cid-ukMGmYEAXb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukMGmYEAXb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukMGmYEAXb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukMGmYEAXb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukMGmYEAXb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukMGmYEAXb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukMGmYEAXb .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #302337;
}
.cid-ukMGmYEAXb .navbar.opened {
  transition: all 0.3s;
}
.cid-ukMGmYEAXb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukMGmYEAXb .navbar .navbar-logo img {
  width: auto;
}
.cid-ukMGmYEAXb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukMGmYEAXb .navbar.collapsed {
  justify-content: center;
}
.cid-ukMGmYEAXb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukMGmYEAXb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukMGmYEAXb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukMGmYEAXb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukMGmYEAXb .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-ukMGmYEAXb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukMGmYEAXb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukMGmYEAXb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukMGmYEAXb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukMGmYEAXb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukMGmYEAXb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukMGmYEAXb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukMGmYEAXb .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-ukMGmYEAXb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukMGmYEAXb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukMGmYEAXb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukMGmYEAXb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukMGmYEAXb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukMGmYEAXb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukMGmYEAXb .navbar.navbar-short {
  min-height: 80px;
}
.cid-ukMGmYEAXb .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ukMGmYEAXb .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukMGmYEAXb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukMGmYEAXb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukMGmYEAXb .dropdown-item.active,
.cid-ukMGmYEAXb .dropdown-item:active {
  background-color: transparent;
}
.cid-ukMGmYEAXb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukMGmYEAXb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukMGmYEAXb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukMGmYEAXb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #302337;
}
.cid-ukMGmYEAXb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukMGmYEAXb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukMGmYEAXb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukMGmYEAXb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukMGmYEAXb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukMGmYEAXb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukMGmYEAXb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukMGmYEAXb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukMGmYEAXb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukMGmYEAXb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukMGmYEAXb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukMGmYEAXb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukMGmYEAXb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukMGmYEAXb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukMGmYEAXb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukMGmYEAXb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukMGmYEAXb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukMGmYEAXb .navbar {
    height: 70px;
  }
  .cid-ukMGmYEAXb .navbar.opened {
    height: auto;
  }
  .cid-ukMGmYEAXb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukMGn02yxt {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-ukMGn02yxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMGn02yxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMGn02yxt .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-ukMGn02yxt .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-ukMGn02yxt .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-ukMGn02yxt .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-ukMGn02yxt .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-ukMGn02yxt .col-img {
    padding: 30px !important;
  }
}
.cid-ukMGn02yxt .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cid-ukMGn02yxt .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ukMGn02yxt .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ukMGn02yxt .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-ukMGn02yxt .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-ukMGn02yxt .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-ukMGn02yxt .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-ukMGn02yxt .mbr-text {
    padding-right: 0;
  }
}
.cid-ukMGn02yxt .mbr-section-btn {
  margin-top: 20px;
}
.cid-ukMGn02yxt .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cid-ukMGn02yxt .social-container {
    padding-top: 40px;
  }
}
.cid-ukMGn02yxt .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-ukMGn02yxt .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-ukMGn02yxt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-ukMGn02yxt .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-ukMGn02yxt .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-ukMGn02yxt .soc-item:hover {
  transform: translateY(-3px);
}
.cid-ukMGn02yxt .soc-item:hover:before {
  opacity: 1;
}
.cid-ukMGn02yxt .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #6b67ce, #e43066);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-ukMGn02yxt .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-ukMGn02yxt .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.cid-ukMGn0PRcz {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #d1bdc8;
}
.cid-ukMGn0PRcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMGn0PRcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMGn0PRcz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukMGn0PRcz .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ukMGn0PRcz .container {
    padding: 0 30px;
  }
}
.cid-ukMGn0PRcz .row {
  justify-content: center;
}
.cid-ukMGn0PRcz .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukMGn0PRcz .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ukMGn0PRcz .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukMGn0PRcz .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ukMGn0PRcz .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-ukMGn0PRcz .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-ukMGn0PRcz .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukMGn0PRcz .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #232323;
}
.cid-ukMGn0PRcz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukMGn0PRcz .mbr-text {
  color: #144031;
}
.cid-ukMGn1e6ga {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #281632;
}
.cid-ukMGn1e6ga .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMGn1e6ga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMGn1e6ga .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ukMGn1e6ga .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukMGn1e6ga .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-ukMGn1e6ga .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukMGn1e6ga .image-wrapper img {
    height: 350px;
  }
}
.cid-ukMGn1e6ga .mbr-section-title {
  color: #404349;
}
.cid-ukMGn1e6ga .mbr-desc {
  color: #b19a7c;
}
.cid-ukMGn1e6ga .mbr-text {
  color: #404349;
}
.cid-ukMGn1e6ga .mbr-section-title,
.cid-ukMGn1e6ga .title-wrap {
  color: #ffffff;
}
.cid-ukMGn1zECo {
  background-color: #d1bdc8;
}
.cid-ukMGn1zECo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMGn1zECo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMGn1zECo .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ukMGn1zECo .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ukMGn1zECo .container {
    padding: 0 20px;
  }
}
.cid-ukMGn1zECo .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #986b85;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-ukMGn1zECo .row {
    padding: 46px 4px 46px;
  }
}
.cid-ukMGn1zECo .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ukMGn1zECo .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-ukMGn1zECo .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ukMGn1zECo .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukMGn1zECo .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukMGn1zECo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukMGn1zECo .item {
  margin-bottom: 40px;
}
.cid-ukMGn1zECo .item:first-child {
  margin-bottom: 0;
}
.cid-ukMGn1zECo .item:hover .item-wrapper .item-img img,
.cid-ukMGn1zECo .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ukMGn1zECo .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-ukMGn1zECo .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-ukMGn1zECo .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-ukMGn1zECo .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-ukMGn1zECo .item a {
  display: block;
}
.cid-ukMGn1zECo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukMGn1zECo .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ukMGn1zECo .mbr-text,
.cid-ukMGn1zECo .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ukMGn1zECo .card-title {
  color: #000000;
}
.cid-ukMGn1zECo .card-desc {
  color: #616161;
}
.cid-ukMGn2bwqe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #302337;
}
.cid-ukMGn2bwqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMGn2bwqe .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-ukMGn2bwqe .container {
    padding: 0 22px;
  }
}
.cid-ukMGn2bwqe .row {
  justify-content: center;
}
.cid-ukMGn2bwqe .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukMGn2bwqe .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMGn2bwqe .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ukMGn2bwqe .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukMGn2bwqe .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukMGn2bwqe .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-ukMGn2bwqe .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukMGn2bwqe .mbr-section-title {
  color: #ffffff;
}
.cid-ukMGn2bwqe .mbr-text {
  color: #ffffff;
}
.cid-ukMGn2FxX5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #d1bdc8;
}
.cid-ukMGn2FxX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMGn2FxX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMGn2FxX5 .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-ukMGn2FxX5 .card {
    padding: 0;
    border-left: 1px solid #281632;
  }
  .cid-ukMGn2FxX5 .card:first-child {
    border: none;
  }
  .cid-ukMGn2FxX5 .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-ukMGn2FxX5 .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-ukMGn2FxX5 .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-ukMGn2FxX5 .card-wrapper .mbr-text,
.cid-ukMGn2FxX5 .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-ukMGn2FxX5 .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ukMGn2FxX5 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ukMGn2FxX5 .mbr-text_2 {
  color: #000000;
  text-align: center;
}
.cid-ukMGn37an1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #302337;
}
.cid-ukMGn37an1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMGn37an1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMGn37an1 .row {
  justify-content: center;
}
.cid-ukMGn37an1 .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-ukMGn37an1 .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ukMGn37an1 .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-ukMGn37an1 .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-ukMGn37an1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukMGn37an1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukMGn37an1 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ukMGn37an1 .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-ukMGn37an1 .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-ukMGn37an1 .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-ukMGn3CS62 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d1bdc8;
}
.cid-ukMGn3CS62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMGn3CS62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMGn3CS62 .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #302337;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ukMGn3CS62 .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ukMGn3CS62 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ukMGn3CS62 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ukMGn3CS62 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ukMGn3CS62 .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ukMGn3CS62 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ukMGn3CS62 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ukMGn3CS62 .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ukMGn3CS62 .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ukMGn3CS62 .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukMGn3CS62 .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ukMGn3CS62 .mbr-section-title {
  color: #212529;
}
.cid-ukMGn3CS62 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ukMGn3CS62 .mbr-section-title,
.cid-ukMGn3CS62 .mbr-section-btn {
  color: #ffffff;
}
.cid-ukMGn45rP1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1bdc8;
}
.cid-ukMGn45rP1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMGn45rP1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMGn45rP1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukMGn45rP1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ukMGn45rP1 .container {
    padding: 0 30px;
  }
}
.cid-ukMGn45rP1 .row {
  justify-content: center;
}
.cid-ukMGn45rP1 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMGn45rP1 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ukMGn45rP1 .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #000000;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-ukMGn45rP1 .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-ukMGn45rP1 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ukMGn45rP1 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ukMGn45rP1 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ukMGn45rP1 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #c7fcb5;
  background-color: #000000;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-ukMGn45rP1 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukMGn45rP1 .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-ukMGn45rP1 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukMGn45rP1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukMGn45rP1 .panel-title-edit {
  color: #000000;
}
.cid-ukMGn45rP1 .panel-text {
  color: #144031;
}
.cid-ukMGn4TEmE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #302337;
}
.cid-ukMGn4TEmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMGn4TEmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMGn4TEmE .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ukMGn4TEmE .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-ukMGn4TEmE .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukMGn4TEmE .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-ukMGn4TEmE .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukMGn4TEmE .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-ukMGn4TEmE .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukMGn4TEmE .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-ukMGn4TEmE .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-ukMGn4TEmE .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-ukMGn4TEmE .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-ukMGn4TEmE .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-ukMGn4TEmE .mbr-section-title {
  color: #050f0f;
}
.cid-ukMGn4TEmE .mbr-text {
  color: #050f0f;
}
.cid-ukMGn4TEmE .mbr-section-title,
.cid-ukMGn4TEmE .mbr-section-btn {
  color: #ffffff;
}
.cid-ukMGn4TEmE .mbr-text,
.cid-ukMGn4TEmE .text-wrapper,
.cid-ukMGn4TEmE .rating-wrapper {
  color: #ffffff;
}
.cid-ukMGn5m0Mx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-ukMGn5m0Mx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMGn5m0Mx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMGn5m0Mx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-ukMGn5m0Mx .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-ukMGn5m0Mx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukMGn5m0Mx .container {
    padding: 0 16px;
  }
}
.cid-ukMGn5m0Mx .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-ukMGn5m0Mx .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-ukMGn5m0Mx .item {
    margin-bottom: 24px;
  }
}
.cid-ukMGn5m0Mx .item .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-ukMGn5m0Mx .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.9em 1.9em 0 0 !important;
}
@media (max-width: 768px) {
  .cid-ukMGn5m0Mx .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ukMGn5m0Mx .item .item-wrapper .item-content {
  border-radius: 0 0 1.9em 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ukMGn5m0Mx .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-ukMGn5m0Mx .item .item-wrapper .item-content .card-title {
  margin-bottom: 32px;
}
.cid-ukMGn5m0Mx .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-black-outline,
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-ukMGn5m0Mx .item .item-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-ukMGn5m0Mx .card-title {
  color: #080808;
}
.cid-ukMGn5m0Mx .card-text {
  color: #333333;
}
.cid-ukMGn5UlJS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1bdc8;
}
.cid-ukMGn5UlJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMGn5UlJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMGn5UlJS .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fafafa;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ukMGn5UlJS .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukMGn5UlJS .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-ukMGn5UlJS .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukMGn5UlJS .image-wrapper img {
    height: 350px;
  }
}
.cid-ukMGn5UlJS .mbr-section-title {
  color: #404349;
}
.cid-ukMGn5UlJS .mbr-desc {
  color: #b19a7c;
}
.cid-ukMGn5UlJS .mbr-text {
  color: #404349;
}
.cid-ukMGn5UlJS .mbr-desc,
.cid-ukMGn5UlJS .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ukMGn5UlJS .mbr-section-title,
.cid-ukMGn5UlJS .title-wrap {
  color: #000000;
}
.cid-ukMGn6oj4h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukMGn6oj4h .row::before {
  content: '';
  position: absolute;
  left: -20px;
  top: -3rem;
  display: block;
  width: 150px;
  height: 150px;
  border: 20px solid #d1bdc8;
  border-radius: 50%;
  background-color: transparent;
}
.cid-ukMGn6oj4h .row::after {
  content: '';
  position: absolute;
  left: 130px;
  top: -3rem;
  display: block;
  width: 150px;
  height: 150px;
  border: 20px solid #302337;
  border-radius: 50%;
  background-color: transparent;
}
.cid-ukMGn6oj4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMGn6oj4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMGn6oj4h .video-wrapper iframe {
  width: 100%;
}
.cid-ukMGn6oj4h .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-ukMGn6oj4h .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-ukMGn6oj4h .video-block {
  position: relative;
  z-index: 1;
}
.cid-ukMGn6oj4h .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-ukMGn6oj4h .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ukMGn6oj4h .video-block .image-absolute {
    display: none;
  }
}
.cid-ukMGn6Sswd {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #302337;
}
.cid-ukMGn6Sswd .mbr-text {
  color: #ffffff;
}
.cid-ukMGn6Sswd .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-ukMGn6Sswd .mbr-section-title {
  color: #ffffff;
}
.cid-ukMXZNz7fJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1bdc8;
}
@media (max-width: 992px) {
  .cid-ukMXZNz7fJ .container {
    padding: 0 25px;
  }
}
.cid-ukMXZNz7fJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukMXZNz7fJ .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-ukMXZNz7fJ .panel-group {
  border-bottom: 2px solid #ffffff;
}
.cid-ukMXZNz7fJ .panel-group .card {
  border-top: 2px solid #ffffff;
  border-radius: 0 !important;
  padding: 0;
}
.cid-ukMXZNz7fJ .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-ukMXZNz7fJ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ukMXZNz7fJ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #302337;
  box-shadow: inset 52px 0 0 0 #ffffff;
}
.cid-ukMXZNz7fJ .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #302337;
  box-shadow: inset 52px 0 0 0 #ffffff;
}
.cid-ukMXZNz7fJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ukMXZNz7fJ .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #ffffff;
  background-color: #302337;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ukMXZNz7fJ .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-ukMXZNz7fJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukMXZNz7fJ .mbr-section-title {
  color: #000000;
}
.cid-ukMXZNz7fJ .panel-title-edit {
  color: #000000;
}
.cid-ukMXZNz7fJ .panel-text {
  color: #000000;
}
.cid-ukMGn7k63o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ukMGn7k63o .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMGn7k63o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMGn7k63o .container-fluid {
  max-width: 100%;
}
.cid-ukMGn7k63o .mbr-section-head {
  margin-bottom: 45px;
}
.cid-ukMGn7k63o .mbr-section-title {
  color: #9b8db7;
}
.cid-ukMGn7k63o .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-ukMGn7k63o .google-map {
  height: 780px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ukMGn7k63o .google-map {
    max-height: 75vh;
  }
}
.cid-ukMGn7k63o .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukMGn7k63o .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukMGn7k63o .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukMGn7k63o .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ukMGn7U6JQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1bdc8;
}
.cid-ukMGn7U6JQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMGn7U6JQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMGn7U6JQ .content-wrap {
  padding: 60px;
  background-color: #302337;
}
@media (max-width: 992px) {
  .cid-ukMGn7U6JQ .content-wrap {
    padding: 30px 20px;
  }
}
.cid-ukMGn7U6JQ .content-wrap .row {
  justify-content: center;
}
.cid-ukMGn7U6JQ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMGn7U6JQ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMGn7U6JQ .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukMGn7U6JQ .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-ukMGn7U6JQ .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-ukMGn7U6JQ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukMGn7U6JQ .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMGn7U6JQ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMGn7U6JQ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukMGn7U6JQ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukMGn7U6JQ .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukMGn7U6JQ .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukMGn7U6JQ .nav-wrapper .list .item-wrap:hover,
.cid-ukMGn7U6JQ .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-ukMGn7U6JQ .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMGn7U6JQ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMGn7U6JQ .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukMGn7U6JQ .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukMGn7U6JQ .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukMGn7U6JQ .contacts-wrapper .list .item-wrap:hover,
.cid-ukMGn7U6JQ .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-ukMGn7U6JQ .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukMGn7U6JQ .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMGn7U6JQ .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMGn7U6JQ .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukMGn7U6JQ .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ukMGn7U6JQ .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukMGn7U6JQ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukMGn7U6JQ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-ukMGn7U6JQ .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-ukMGn7U6JQ .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-ukMGn7U6JQ .mbr-section-title {
  color: #ed463f;
}
.cid-ukMGn7U6JQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukMGn7U6JQ .list {
  color: #404349;
}
.cid-ukMGn7U6JQ .list,
.cid-ukMGn7U6JQ .item-wrap {
  color: #fafafa;
}
.cid-ukMJyp3eCW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ukMJyp3eCW nav.navbar {
  position: fixed;
}
.cid-ukMJyp3eCW .navbar-logo {
  margin-right: 1rem !important;
}
.cid-ukMJyp3eCW .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-ukMJyp3eCW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukMJyp3eCW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukMJyp3eCW .dropdown-item:hover,
.cid-ukMJyp3eCW .dropdown-item:focus {
  background: #e43066 !important;
  color: white !important;
}
.cid-ukMJyp3eCW .dropdown-item:hover span {
  color: white;
}
.cid-ukMJyp3eCW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukMJyp3eCW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukMJyp3eCW .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukMJyp3eCW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukMJyp3eCW .nav-link {
  position: relative;
}
.cid-ukMJyp3eCW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ukMJyp3eCW .container {
    flex-wrap: nowrap;
  }
}
.cid-ukMJyp3eCW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukMJyp3eCW .dropdown-menu,
.cid-ukMJyp3eCW .navbar.opened {
  background: #302337 !important;
}
.cid-ukMJyp3eCW .nav-item:focus,
.cid-ukMJyp3eCW .nav-link:focus {
  outline: none;
}
.cid-ukMJyp3eCW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukMJyp3eCW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukMJyp3eCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukMJyp3eCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukMJyp3eCW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukMJyp3eCW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukMJyp3eCW .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #302337;
}
.cid-ukMJyp3eCW .navbar.opened {
  transition: all 0.3s;
}
.cid-ukMJyp3eCW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukMJyp3eCW .navbar .navbar-logo img {
  width: auto;
}
.cid-ukMJyp3eCW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukMJyp3eCW .navbar.collapsed {
  justify-content: center;
}
.cid-ukMJyp3eCW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukMJyp3eCW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukMJyp3eCW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukMJyp3eCW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukMJyp3eCW .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-ukMJyp3eCW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukMJyp3eCW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukMJyp3eCW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukMJyp3eCW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukMJyp3eCW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukMJyp3eCW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukMJyp3eCW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukMJyp3eCW .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-ukMJyp3eCW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukMJyp3eCW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukMJyp3eCW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukMJyp3eCW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukMJyp3eCW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukMJyp3eCW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukMJyp3eCW .navbar.navbar-short {
  min-height: 80px;
}
.cid-ukMJyp3eCW .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ukMJyp3eCW .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukMJyp3eCW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukMJyp3eCW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukMJyp3eCW .dropdown-item.active,
.cid-ukMJyp3eCW .dropdown-item:active {
  background-color: transparent;
}
.cid-ukMJyp3eCW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukMJyp3eCW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukMJyp3eCW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukMJyp3eCW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #302337;
}
.cid-ukMJyp3eCW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukMJyp3eCW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukMJyp3eCW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukMJyp3eCW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukMJyp3eCW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukMJyp3eCW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukMJyp3eCW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukMJyp3eCW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukMJyp3eCW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukMJyp3eCW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukMJyp3eCW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukMJyp3eCW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukMJyp3eCW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukMJyp3eCW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukMJyp3eCW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukMJyp3eCW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukMJyp3eCW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukMJyp3eCW .navbar {
    height: 70px;
  }
  .cid-ukMJyp3eCW .navbar.opened {
    height: auto;
  }
  .cid-ukMJyp3eCW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukMJypx7RM {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-ukMJypx7RM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMJypx7RM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMJypx7RM .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-ukMJypx7RM .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-ukMJypx7RM .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-ukMJypx7RM .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-ukMJypx7RM .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-ukMJypx7RM .col-img {
    padding: 30px !important;
  }
}
.cid-ukMJypx7RM .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cid-ukMJypx7RM .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ukMJypx7RM .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ukMJypx7RM .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-ukMJypx7RM .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-ukMJypx7RM .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-ukMJypx7RM .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-ukMJypx7RM .mbr-text {
    padding-right: 0;
  }
}
.cid-ukMJypx7RM .mbr-section-btn {
  margin-top: 20px;
}
.cid-ukMJypx7RM .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cid-ukMJypx7RM .social-container {
    padding-top: 40px;
  }
}
.cid-ukMJypx7RM .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-ukMJypx7RM .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-ukMJypx7RM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-ukMJypx7RM .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-ukMJypx7RM .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-ukMJypx7RM .soc-item:hover {
  transform: translateY(-3px);
}
.cid-ukMJypx7RM .soc-item:hover:before {
  opacity: 1;
}
.cid-ukMJypx7RM .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #6b67ce, #e43066);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-ukMJypx7RM .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-ukMJypx7RM .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.cid-ukMJyq6LMQ {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #d1bdc8;
}
.cid-ukMJyq6LMQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMJyq6LMQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMJyq6LMQ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukMJyq6LMQ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ukMJyq6LMQ .container {
    padding: 0 30px;
  }
}
.cid-ukMJyq6LMQ .row {
  justify-content: center;
}
.cid-ukMJyq6LMQ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukMJyq6LMQ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ukMJyq6LMQ .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukMJyq6LMQ .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ukMJyq6LMQ .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-ukMJyq6LMQ .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-ukMJyq6LMQ .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukMJyq6LMQ .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #232323;
}
.cid-ukMJyq6LMQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukMJyq6LMQ .mbr-text {
  color: #144031;
}
.cid-ukMJyqpTkT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #281632;
}
.cid-ukMJyqpTkT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMJyqpTkT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMJyqpTkT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ukMJyqpTkT .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukMJyqpTkT .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-ukMJyqpTkT .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukMJyqpTkT .image-wrapper img {
    height: 350px;
  }
}
.cid-ukMJyqpTkT .mbr-section-title {
  color: #404349;
}
.cid-ukMJyqpTkT .mbr-desc {
  color: #b19a7c;
}
.cid-ukMJyqpTkT .mbr-text {
  color: #404349;
}
.cid-ukMJyqpTkT .mbr-section-title,
.cid-ukMJyqpTkT .title-wrap {
  color: #ffffff;
}
.cid-ukMJyqIZMD {
  background-color: #d1bdc8;
}
.cid-ukMJyqIZMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMJyqIZMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMJyqIZMD .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ukMJyqIZMD .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ukMJyqIZMD .container {
    padding: 0 20px;
  }
}
.cid-ukMJyqIZMD .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #986b85;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-ukMJyqIZMD .row {
    padding: 46px 4px 46px;
  }
}
.cid-ukMJyqIZMD .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ukMJyqIZMD .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-ukMJyqIZMD .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ukMJyqIZMD .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukMJyqIZMD .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukMJyqIZMD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukMJyqIZMD .item {
  margin-bottom: 40px;
}
.cid-ukMJyqIZMD .item:first-child {
  margin-bottom: 0;
}
.cid-ukMJyqIZMD .item:hover .item-wrapper .item-img img,
.cid-ukMJyqIZMD .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ukMJyqIZMD .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-ukMJyqIZMD .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-ukMJyqIZMD .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-ukMJyqIZMD .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-ukMJyqIZMD .item a {
  display: block;
}
.cid-ukMJyqIZMD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukMJyqIZMD .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ukMJyqIZMD .mbr-text,
.cid-ukMJyqIZMD .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ukMJyqIZMD .card-title {
  color: #000000;
}
.cid-ukMJyqIZMD .card-desc {
  color: #616161;
}
.cid-ukMJyr9UIS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #302337;
}
.cid-ukMJyr9UIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMJyr9UIS .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-ukMJyr9UIS .container {
    padding: 0 22px;
  }
}
.cid-ukMJyr9UIS .row {
  justify-content: center;
}
.cid-ukMJyr9UIS .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukMJyr9UIS .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMJyr9UIS .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ukMJyr9UIS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukMJyr9UIS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukMJyr9UIS .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-ukMJyr9UIS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukMJyr9UIS .mbr-section-title {
  color: #ffffff;
}
.cid-ukMJyr9UIS .mbr-text {
  color: #ffffff;
}
.cid-ukMJyrvuyN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #d1bdc8;
}
.cid-ukMJyrvuyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMJyrvuyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMJyrvuyN .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-ukMJyrvuyN .card {
    padding: 0;
    border-left: 1px solid #281632;
  }
  .cid-ukMJyrvuyN .card:first-child {
    border: none;
  }
  .cid-ukMJyrvuyN .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-ukMJyrvuyN .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-ukMJyrvuyN .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-ukMJyrvuyN .card-wrapper .mbr-text,
.cid-ukMJyrvuyN .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-ukMJyrvuyN .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ukMJyrvuyN .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ukMJyrvuyN .mbr-text_2 {
  color: #000000;
  text-align: center;
}
.cid-ukMJyrYCXz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #302337;
}
.cid-ukMJyrYCXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMJyrYCXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMJyrYCXz .row {
  justify-content: center;
}
.cid-ukMJyrYCXz .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-ukMJyrYCXz .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ukMJyrYCXz .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-ukMJyrYCXz .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-ukMJyrYCXz .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukMJyrYCXz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukMJyrYCXz .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ukMJyrYCXz .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-ukMJyrYCXz .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-ukMJyrYCXz .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-ukMJyslPUB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d1bdc8;
}
.cid-ukMJyslPUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMJyslPUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMJyslPUB .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #302337;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ukMJyslPUB .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ukMJyslPUB .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ukMJyslPUB .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ukMJyslPUB .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ukMJyslPUB .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ukMJyslPUB .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ukMJyslPUB .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ukMJyslPUB .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ukMJyslPUB .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ukMJyslPUB .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukMJyslPUB .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ukMJyslPUB .mbr-section-title {
  color: #212529;
}
.cid-ukMJyslPUB .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ukMJyslPUB .mbr-section-title,
.cid-ukMJyslPUB .mbr-section-btn {
  color: #ffffff;
}
.cid-ukMJysGYjO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1bdc8;
}
.cid-ukMJysGYjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMJysGYjO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMJysGYjO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukMJysGYjO .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ukMJysGYjO .container {
    padding: 0 30px;
  }
}
.cid-ukMJysGYjO .row {
  justify-content: center;
}
.cid-ukMJysGYjO .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMJysGYjO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ukMJysGYjO .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #000000;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-ukMJysGYjO .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-ukMJysGYjO .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ukMJysGYjO .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ukMJysGYjO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ukMJysGYjO .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #c7fcb5;
  background-color: #000000;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-ukMJysGYjO .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ukMJysGYjO .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-ukMJysGYjO .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukMJysGYjO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukMJysGYjO .panel-title-edit {
  color: #000000;
}
.cid-ukMJysGYjO .panel-text {
  color: #144031;
}
.cid-ukMJytdYEU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #302337;
}
.cid-ukMJytdYEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMJytdYEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMJytdYEU .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ukMJytdYEU .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-ukMJytdYEU .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukMJytdYEU .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-ukMJytdYEU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukMJytdYEU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-ukMJytdYEU .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukMJytdYEU .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-ukMJytdYEU .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-ukMJytdYEU .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-ukMJytdYEU .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-ukMJytdYEU .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-ukMJytdYEU .mbr-section-title {
  color: #050f0f;
}
.cid-ukMJytdYEU .mbr-text {
  color: #050f0f;
}
.cid-ukMJytdYEU .mbr-section-title,
.cid-ukMJytdYEU .mbr-section-btn {
  color: #ffffff;
}
.cid-ukMJytdYEU .mbr-text,
.cid-ukMJytdYEU .text-wrapper,
.cid-ukMJytdYEU .rating-wrapper {
  color: #ffffff;
}
.cid-ukMJytCo4z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-ukMJytCo4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMJytCo4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMJytCo4z .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-ukMJytCo4z .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-ukMJytCo4z .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukMJytCo4z .container {
    padding: 0 16px;
  }
}
.cid-ukMJytCo4z .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-ukMJytCo4z .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-ukMJytCo4z .item {
    margin-bottom: 24px;
  }
}
.cid-ukMJytCo4z .item .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-ukMJytCo4z .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.9em 1.9em 0 0 !important;
}
@media (max-width: 768px) {
  .cid-ukMJytCo4z .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ukMJytCo4z .item .item-wrapper .item-content {
  border-radius: 0 0 1.9em 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ukMJytCo4z .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-ukMJytCo4z .item .item-wrapper .item-content .card-title {
  margin-bottom: 32px;
}
.cid-ukMJytCo4z .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-black-outline,
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-ukMJytCo4z .item .item-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-ukMJytCo4z .card-title {
  color: #080808;
}
.cid-ukMJytCo4z .card-text {
  color: #333333;
}
.cid-ukMJyu7JMY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1bdc8;
}
.cid-ukMJyu7JMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMJyu7JMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMJyu7JMY .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fafafa;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ukMJyu7JMY .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukMJyu7JMY .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-ukMJyu7JMY .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukMJyu7JMY .image-wrapper img {
    height: 350px;
  }
}
.cid-ukMJyu7JMY .mbr-section-title {
  color: #404349;
}
.cid-ukMJyu7JMY .mbr-desc {
  color: #b19a7c;
}
.cid-ukMJyu7JMY .mbr-text {
  color: #404349;
}
.cid-ukMJyu7JMY .mbr-desc,
.cid-ukMJyu7JMY .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ukMJyu7JMY .mbr-section-title,
.cid-ukMJyu7JMY .title-wrap {
  color: #000000;
}
.cid-ukMJyutxeP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukMJyutxeP .row::before {
  content: '';
  position: absolute;
  left: -20px;
  top: -3rem;
  display: block;
  width: 150px;
  height: 150px;
  border: 20px solid #d1bdc8;
  border-radius: 50%;
  background-color: transparent;
}
.cid-ukMJyutxeP .row::after {
  content: '';
  position: absolute;
  left: 130px;
  top: -3rem;
  display: block;
  width: 150px;
  height: 150px;
  border: 20px solid #302337;
  border-radius: 50%;
  background-color: transparent;
}
.cid-ukMJyutxeP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMJyutxeP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMJyutxeP .video-wrapper iframe {
  width: 100%;
}
.cid-ukMJyutxeP .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-ukMJyutxeP .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-ukMJyutxeP .video-block {
  position: relative;
  z-index: 1;
}
.cid-ukMJyutxeP .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-ukMJyutxeP .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ukMJyutxeP .video-block .image-absolute {
    display: none;
  }
}
.cid-ukMJyuOt5T {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #302337;
}
.cid-ukMJyuOt5T .mbr-text {
  color: #ffffff;
}
.cid-ukMJyuOt5T .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-ukMJyuOt5T .mbr-section-title {
  color: #ffffff;
}
.cid-ukMZmkeuDV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1bdc8;
}
@media (max-width: 992px) {
  .cid-ukMZmkeuDV .container {
    padding: 0 25px;
  }
}
.cid-ukMZmkeuDV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukMZmkeuDV .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-ukMZmkeuDV .panel-group {
  border-bottom: 2px solid #ffffff;
}
.cid-ukMZmkeuDV .panel-group .card {
  border-top: 2px solid #ffffff;
  border-radius: 0 !important;
  padding: 0;
}
.cid-ukMZmkeuDV .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-ukMZmkeuDV .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ukMZmkeuDV .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #302337;
  box-shadow: inset 52px 0 0 0 #ffffff;
}
.cid-ukMZmkeuDV .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #302337;
  box-shadow: inset 52px 0 0 0 #ffffff;
}
.cid-ukMZmkeuDV .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ukMZmkeuDV .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #ffffff;
  background-color: #302337;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ukMZmkeuDV .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-ukMZmkeuDV .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukMZmkeuDV .mbr-section-title {
  color: #000000;
}
.cid-ukMZmkeuDV .panel-title-edit {
  color: #000000;
}
.cid-ukMZmkeuDV .panel-text {
  color: #000000;
}
.cid-ukMJyvf55t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ukMJyvf55t .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMJyvf55t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMJyvf55t .container-fluid {
  max-width: 100%;
}
.cid-ukMJyvf55t .mbr-section-head {
  margin-bottom: 45px;
}
.cid-ukMJyvf55t .mbr-section-title {
  color: #9b8db7;
}
.cid-ukMJyvf55t .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-ukMJyvf55t .google-map {
  height: 780px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ukMJyvf55t .google-map {
    max-height: 75vh;
  }
}
.cid-ukMJyvf55t .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukMJyvf55t .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukMJyvf55t .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukMJyvf55t .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ukMJyvMuBk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1bdc8;
}
.cid-ukMJyvMuBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMJyvMuBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMJyvMuBk .content-wrap {
  padding: 60px;
  background-color: #302337;
}
@media (max-width: 992px) {
  .cid-ukMJyvMuBk .content-wrap {
    padding: 30px 20px;
  }
}
.cid-ukMJyvMuBk .content-wrap .row {
  justify-content: center;
}
.cid-ukMJyvMuBk .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMJyvMuBk .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMJyvMuBk .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukMJyvMuBk .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-ukMJyvMuBk .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-ukMJyvMuBk .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukMJyvMuBk .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMJyvMuBk .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMJyvMuBk .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukMJyvMuBk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukMJyvMuBk .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukMJyvMuBk .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukMJyvMuBk .nav-wrapper .list .item-wrap:hover,
.cid-ukMJyvMuBk .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-ukMJyvMuBk .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMJyvMuBk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMJyvMuBk .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukMJyvMuBk .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukMJyvMuBk .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukMJyvMuBk .contacts-wrapper .list .item-wrap:hover,
.cid-ukMJyvMuBk .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-ukMJyvMuBk .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukMJyvMuBk .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukMJyvMuBk .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukMJyvMuBk .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukMJyvMuBk .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ukMJyvMuBk .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukMJyvMuBk .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukMJyvMuBk .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-ukMJyvMuBk .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-ukMJyvMuBk .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-ukMJyvMuBk .mbr-section-title {
  color: #ed463f;
}
.cid-ukMJyvMuBk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukMJyvMuBk .list {
  color: #404349;
}
.cid-ukMJyvMuBk .list,
.cid-ukMJyvMuBk .item-wrap {
  color: #fafafa;
}
