.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 5rem;
  line-height: .92;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 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.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ea1212 !important;
}
.bg-success {
  background-color: #b488f1 !important;
}
.bg-info {
  background-color: #f3f3e9 !important;
}
.bg-warning {
  background-color: #fd589e !important;
}
.bg-danger {
  background-color: #d7ffd4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ea1212 !important;
  border-color: #ea1212 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f03f3f !important;
  border-color: #f03f3f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f03f3f !important;
  border-color: #f03f3f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #90f188 !important;
  border-color: #90f188 !important;
  color: #146d0d !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #bbf6b6 !important;
  border-color: #bbf6b6 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #146d0d !important;
  background-color: #bbf6b6 !important;
  border-color: #bbf6b6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f3f3e9 !important;
  border-color: #f3f3e9 !important;
  color: #8f8f4e !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #8f8f4e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #b488f1 !important;
  border-color: #b488f1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d1b6f6 !important;
  border-color: #d1b6f6 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d1b6f6 !important;
  border-color: #d1b6f6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fd589e !important;
  border-color: #fd589e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fe8abb !important;
  border-color: #fe8abb !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fe8abb !important;
  border-color: #fe8abb !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d7ffd4 !important;
  border-color: #d7ffd4 !important;
  color: #0fd400 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0fd400 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ea1212;
  color: #ea1212;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #990c0c !important;
  background-color: transparent !important;
  border-color: #990c0c !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea1212 !important;
  border-color: #ea1212 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #90f188;
  color: #90f188;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #48e83a !important;
  background-color: transparent !important;
  border-color: #48e83a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #146d0d !important;
  background-color: #90f188 !important;
  border-color: #90f188 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f3f3e9;
  color: #f3f3e9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4b1 !important;
  background-color: transparent !important;
  border-color: #d4d4b1 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #8f8f4e !important;
  background-color: #f3f3e9 !important;
  border-color: #f3f3e9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #b488f1;
  color: #b488f1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #833ae8 !important;
  background-color: transparent !important;
  border-color: #833ae8 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b488f1 !important;
  border-color: #b488f1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fd589e;
  color: #fd589e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fb036c !important;
  background-color: transparent !important;
  border-color: #fb036c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fd589e !important;
  border-color: #fd589e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d7ffd4;
  color: #d7ffd4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #86ff7d !important;
  background-color: transparent !important;
  border-color: #86ff7d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0fd400 !important;
  background-color: #d7ffd4 !important;
  border-color: #d7ffd4 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ea1212 !important;
}
.text-secondary {
  color: #90f188 !important;
}
.text-success {
  color: #b488f1 !important;
}
.text-info {
  color: #f3f3e9 !important;
}
.text-warning {
  color: #fd589e !important;
}
.text-danger {
  color: #d7ffd4 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8b0b0b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3be62d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #7a2de6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cfcfa7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ec0366 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #78ff6e !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: #ea1212;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f3f3e9;
}
.alert-warning {
  background-color: #fd589e;
}
.alert-danger {
  background-color: #d7ffd4;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ea1212;
  border-color: #ea1212;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ea1212;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbcdcd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ea1212 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #ea1212;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ea1212;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ea1212;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ea1212;
  border-bottom-color: #ea1212;
}
.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: #ea1212 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #90f188 !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='%23ea1212' %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 {
  padding: 14px 15px;
  border-radius: 6.25rem !important;
  transition: all .3s ease;
  font-weight: 400 !important;
  border: none !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: .5em;
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont {
  color: #90f188 !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: #90f188 !important;
  color: #ea1212 !important;
}
.mbr-section-btn .btn-primary:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary:hover .mbr-iconfont,
.mbr-section-btn .btn-primary:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary:focus .mbr-iconfont {
  color: #ea1212 !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #ea1212 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: #ea1212 !important;
  color: #90f188 !important;
}
.mbr-section-btn .btn-secondary:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary:focus .mbr-iconfont {
  color: #90f188 !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  color: #d7ffd4 !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: #d7ffd4 !important;
  color: #b488f1 !important;
}
.mbr-section-btn .btn-success:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success:hover .mbr-iconfont,
.mbr-section-btn .btn-success:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success:focus .mbr-iconfont {
  color: #b488f1 !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #ea1212 !important;
}
.mbr-section-btn .btn-info .mbr-iconfont,
.mbr-section-btn-main .btn-info .mbr-iconfont {
  color: #90f188 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: #90f188 !important;
  color: #ea1212 !important;
}
.mbr-section-btn .btn-info:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info:hover .mbr-iconfont,
.mbr-section-btn .btn-info:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info:focus .mbr-iconfont {
  color: #ea1212 !important;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  color: #d7ffd4 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: #d7ffd4 !important;
  color: #f3f3e9 !important;
}
.mbr-section-btn .btn-warning:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning:hover .mbr-iconfont,
.mbr-section-btn .btn-warning:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning:focus .mbr-iconfont {
  color: #fd589e !important;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger {
  color: #fd589e !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: #fd589e !important;
  color: #f3f3e9 !important;
}
.mbr-section-btn .btn-danger:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger:hover .mbr-iconfont,
.mbr-section-btn .btn-danger:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger:focus .mbr-iconfont {
  color: #d7ffd4 !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  text-decoration-color: transparent;
  background-color: #ea1212 !important;
  color: #f3f3e9 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  text-decoration-color: transparent;
  background-color: #90f188 !important;
  color: #ea1212 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  text-decoration-color: transparent;
  background-color: #b488f1 !important;
  color: #ea1212 !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  text-decoration-color: transparent;
  background-color: #f3f3e9 !important;
  color: #ea1212 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  text-decoration-color: transparent;
  background-color: #fd589e !important;
  color: #ea1212 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  text-decoration-color: transparent;
  background-color: #d7ffd4 !important;
  color: #ea1212 !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  text-decoration-color: transparent;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  text-decoration-color: transparent;
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uzt3yBNwN9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzt3yBNwN9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzt3yBNwN9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzt3yBNwN9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzt3yBNwN9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uzt3yBNwN9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzt3yBNwN9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzt3yBNwN9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uzt3yBNwN9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uzt3yBNwN9 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uzt3yBNwN9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uzt3yBNwN9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uzt3yBNwN9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uzt3yBNwN9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzt3yBNwN9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzt3yBNwN9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uzt3yBNwN9 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzt3yBNwN9 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uzt3yBNwN9 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzt3yBNwN9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzt3yBNwN9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uzt3yBNwN9 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzt3yBNwN9 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzt3yBNwN9 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uzt3yBNwN9 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzt3yBNwN9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
}
.cid-uzt3yBNwN9 .nav-item:focus,
.cid-uzt3yBNwN9 .nav-link:focus {
  outline: none;
}
.cid-uzt3yBNwN9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzt3yBNwN9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzt3yBNwN9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzt3yBNwN9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzt3yBNwN9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzt3yBNwN9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzt3yBNwN9 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzt3yBNwN9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzt3yBNwN9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzt3yBNwN9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzt3yBNwN9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uzt3yBNwN9 .navbar.collapsed {
  justify-content: center;
}
.cid-uzt3yBNwN9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzt3yBNwN9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzt3yBNwN9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uzt3yBNwN9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzt3yBNwN9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzt3yBNwN9 .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-uzt3yBNwN9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzt3yBNwN9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzt3yBNwN9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzt3yBNwN9 .navbar {
    min-height: 72px;
  }
  .cid-uzt3yBNwN9 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzt3yBNwN9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzt3yBNwN9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzt3yBNwN9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzt3yBNwN9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzt3yBNwN9 .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-uzt3yBNwN9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzt3yBNwN9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzt3yBNwN9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzt3yBNwN9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzt3yBNwN9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzt3yBNwN9 .dropdown-item.active,
.cid-uzt3yBNwN9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzt3yBNwN9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzt3yBNwN9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzt3yBNwN9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzt3yBNwN9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzt3yBNwN9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzt3yBNwN9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzt3yBNwN9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzt3yBNwN9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzt3yBNwN9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uzt3yBNwN9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzt3yBNwN9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uzt3yBNwN9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzt3yBNwN9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzt3yBNwN9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzt3yBNwN9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzt3yBNwN9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzt3yBNwN9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzt3yBNwN9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzt3yBNwN9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzt3yBNwN9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzt3yBNwN9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzt3yBNwN9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzt3yBNwN9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzt3yBNwN9 .navbar {
    height: 70px;
  }
  .cid-uzt3yBNwN9 .navbar.opened {
    height: auto;
  }
  .cid-uzt3yBNwN9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzt3yBNwN9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uzt3yBNwN9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzt3yBNwN9 .navbar-brand {
    margin-right: auto;
  }
  .cid-uzt3yBNwN9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uzt3yBNwN9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzt3yBNwN9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzt3yBNwN9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzt3yBNwN9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uztYXYtBRk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uztYXYtBRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uztYXYtBRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uztYXYtBRk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uztYXYtBRk .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uztYXYtBRk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uztYXYtBRk .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uztYXYtBRk .container {
    padding: 0 24px;
  }
}
.cid-uztYXYtBRk .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #38001b;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uztYXYtBRk .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uztYXYtBRk .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uztYXYtBRk .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uztYXYtBRk .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #38001b;
}
.cid-uztYXYtBRk .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uztYXYtBRk .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uztYXYtBRk .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uztYXYtBRk .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uztYXYtBRk .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uztYXYtBRk .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uztYXYtBRk .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uztYXYtBRk .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uztYXYtBRk .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uztYXYtBRk .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uztYXYtBRk .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uztYXYtBRk .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uztYXYtBRk .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uztYXYtBRk .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uztYXYtBRk .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uztYXYtBRk .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uztYXYtBRk .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uztYXYtBRk .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uztYXYtBRk .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-uztYXYtBRk .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uztYXYtBRk .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uztYXYtBRk .mbr-section-title {
  color: #18212d;
}
.cid-uztYXYtBRk .mbr-desc,
.cid-uztYXYtBRk .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uztYXYtBRk .mbr-text,
.cid-uztYXYtBRk .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uztYXYtBRk .mbr-rating {
  color: #EFCC4E;
}
.cid-uztYXYtBRk .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uztYXYtBRk .mbr-section-title,
.cid-uztYXYtBRk .mbr-section-btn {
  text-align: center;
}
.cid-uztYXYtBRk .mbr-rating,
.cid-uztYXYtBRk .rating-wrapper,
.cid-uztYXYtBRk .people-wrapper {
  text-align: center;
}
.cid-uzuEvimFjn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffedf7;
}
.cid-uzuEvimFjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuEvimFjn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuEvimFjn .text-wrap {
  width: 100%;
}
.cid-uzuEvimFjn .mbr-title {
  margin-bottom: 0;
  color: #829D85;
}
.cid-uzuEvimFjn .mbr-text {
  padding-top: 16px;
  color: #353535;
}
.cid-uzuEvimFjn .list-wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uzuEvimFjn .list-wrap {
    margin-top: 24px;
  }
}
.cid-uzuEvimFjn .list-box {
  width: 100%;
}
.cid-uzuEvimFjn .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #000000;
}
.cid-uzuEvimFjn .list-text {
  position: relative;
}
.cid-uzuEvimFjn .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-uzuEvimFjn .list-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: -30px;
  top: 7px;
  background-image: url("../../../assets/images/marker.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uzuEAnQdjR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuEAnQdjR blockquote {
  border-color: #f6fafc;
  border-radius: 4px;
  background-color: #000000;
}
.cid-uzuEAnQdjR .mbr-text {
  color: #ffffff;
}
.cid-uztZ2bLk7s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-uztZ2bLk7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uztZ2bLk7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uztZ2bLk7s .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uztZ2bLk7s .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uztZ2bLk7s .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uztZ2bLk7s .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uztZ2bLk7s .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uztZ2bLk7s .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uztZ2bLk7s .image-wrapper img {
    height: 350px;
  }
}
.cid-uztZ2bLk7s .mbr-section-title {
  color: #ffffff;
}
.cid-uztZ2bLk7s .mbr-text {
  color: #ffffff;
}
.cid-uztZ2bLk7s .mbr-section-title,
.cid-uztZ2bLk7s .mbr-section-btn {
  color: #000000;
}
.cid-uztZ2bLk7s .mbr-text,
.cid-uztZ2bLk7s .text-wrapper {
  color: #000000;
}
.cid-uztZ5dpOr0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uztZ5dpOr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uztZ5dpOr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uztZ5dpOr0 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uztZ5dpOr0 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uztZ5dpOr0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uztZ5dpOr0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uztZ5dpOr0 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ffedf7, #292739);
}
@media (max-width: 992px) {
  .cid-uztZ5dpOr0 .border-wrap {
    margin-top: 32px;
  }
}
.cid-uztZ5dpOr0 .mbr-section-title {
  color: #ffffff;
}
.cid-uztZ5dpOr0 .mbr-text,
.cid-uztZ5dpOr0 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uztZ5dpOr0 .mbr-section-title,
.cid-uztZ5dpOr0 .mbr-section-btn {
  text-align: center;
}
.cid-u37oQTMY33 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u37oQTMY33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37oQTMY33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37oQTMY33 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37oQTMY33 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37oQTMY33 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37oQTMY33 .container {
    padding: 0 20px;
  }
}
.cid-u37oQTMY33 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-u37oQTMY33 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u37oQTMY33 .title-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-u37oQTMY33 .item {
  padding: 0 12px;
  margin-bottom: 40px;
}
.cid-u37oQTMY33 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-u37oQTMY33 .item .item-wrapper .content-wrap .item-img {
  margin-bottom: 20px;
}
.cid-u37oQTMY33 .item .item-wrapper .content-wrap .item-img img {
  border-radius: 20px !important;
  object-fit: cover;
  height: 430px;
}
@media (max-width: 992px) {
  .cid-u37oQTMY33 .item .item-wrapper .content-wrap .item-img img {
    height: 350px;
  }
}
.cid-u37oQTMY33 .item .item-wrapper .content-wrap .item-content .item-title {
  margin-bottom: 20px;
}
.cid-u37oQTMY33 .item .item-wrapper .content-wrap .item-content .price-wrapper .item-price {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.cid-u37oQTMY33 .item .item-wrapper .content-wrap .item-content .item-text {
  opacity: .5;
  margin-bottom: 20px;
}
.cid-u37oQTMY33 .mbr-section-title {
  color: #0f1d07;
}
.cid-u37oQTMY33 .item-title {
  color: #0f1d07;
}
.cid-u37oQTMY33 .item-price {
  color: #0f1d07;
}
.cid-u37oQTMY33 .item-text {
  color: #0f1d07;
}
.cid-uztZ7dWfyD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uztZ7dWfyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uztZ7dWfyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uztZ7dWfyD .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uztZ7dWfyD .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uztZ7dWfyD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uztZ7dWfyD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uztZ7dWfyD .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ffedf7, #292739);
}
@media (max-width: 992px) {
  .cid-uztZ7dWfyD .border-wrap {
    margin-top: 32px;
  }
}
.cid-uztZ7dWfyD .mbr-section-title {
  color: #ffffff;
}
.cid-uztZ7dWfyD .mbr-text,
.cid-uztZ7dWfyD .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uztZ7dWfyD .mbr-section-title,
.cid-uztZ7dWfyD .mbr-section-btn {
  text-align: center;
}
.cid-u37oLeBWPO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u37oLeBWPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37oLeBWPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37oLeBWPO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37oLeBWPO .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .container {
    padding: 0 20px;
  }
}
.cid-u37oLeBWPO .row {
  justify-content: center;
}
.cid-u37oLeBWPO .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #ffedf7;
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-u37oLeBWPO .content-wrapper .card {
  justify-content: center;
}
.cid-u37oLeBWPO .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-u37oLeBWPO .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u37oLeBWPO .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-u37oLeBWPO .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-u37oLeBWPO .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u37oLeBWPO .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u37oLeBWPO .content-wrapper .content-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 40px;
  background-color: #90f188;
}
.cid-u37oLeBWPO .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u37oLeBWPO .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: .5;
}
.cid-u37oLeBWPO .mbr-section-title {
  color: #38001b;
}
.cid-u37oLeBWPO .mbr-text {
  color: #ffffff;
}
.cid-u37oLeBWPO .mbr-desc {
  color: #0f1d07;
}
.cid-u37oLeBWPO .mbr-text,
.cid-u37oLeBWPO .mbr-section-btn {
  color: #38001b;
}
.cid-uztZ8nh2WL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uztZ8nh2WL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uztZ8nh2WL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uztZ8nh2WL .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uztZ8nh2WL .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uztZ8nh2WL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uztZ8nh2WL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uztZ8nh2WL .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ffedf7, #292739);
}
@media (max-width: 992px) {
  .cid-uztZ8nh2WL .border-wrap {
    margin-top: 32px;
  }
}
.cid-uztZ8nh2WL .mbr-section-title {
  color: #ffffff;
}
.cid-uztZ8nh2WL .mbr-text,
.cid-uztZ8nh2WL .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uztZ8nh2WL .mbr-section-title,
.cid-uztZ8nh2WL .mbr-section-btn {
  text-align: center;
}
.cid-uzt61HSRYW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzt61HSRYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzt61HSRYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzt61HSRYW .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uzt61HSRYW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzt61HSRYW .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzt61HSRYW .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uzt61HSRYW .item .item-wrapper {
  height: 100%;
}
.cid-uzt61HSRYW .item .item-wrapper:hover .item-img img,
.cid-uzt61HSRYW .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uzt61HSRYW .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uzt61HSRYW .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 450px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzt61HSRYW .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uzt61HSRYW .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uzt61HSRYW .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uzt61HSRYW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzt61HSRYW .item-title {
  color: #000000;
}
.cid-uzt61HSRYW .item-date {
  color: #000000;
}
.cid-uztZbcPHf5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uztZbcPHf5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uztZbcPHf5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uztZbcPHf5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uztZbcPHf5 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uztZbcPHf5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uztZbcPHf5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uztZbcPHf5 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ffedf7, #292739);
}
@media (max-width: 992px) {
  .cid-uztZbcPHf5 .border-wrap {
    margin-top: 32px;
  }
}
.cid-uztZbcPHf5 .mbr-section-title {
  color: #ffffff;
}
.cid-uztZbcPHf5 .mbr-text,
.cid-uztZbcPHf5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uztZbcPHf5 .mbr-section-title,
.cid-uztZbcPHf5 .mbr-section-btn {
  text-align: center;
}
.cid-uzsAmBPRRa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsAmBPRRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsAmBPRRa .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-uzsAmBPRRa .container {
    padding: 0 20px;
  }
}
.cid-uzsAmBPRRa .row {
  margin: 0;
}
.cid-uzsAmBPRRa .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzsAmBPRRa .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzsAmBPRRa .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uzsAmBPRRa .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uzsAmBPRRa .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzsAmBPRRa .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uzsAmBPRRa .mbr-section-title {
  color: #ffffff;
}
.cid-uzt7WX3zfW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzt7WX3zfW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzt7WX3zfW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzt7WX3zfW .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uzt7WX3zfW .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uzt7WX3zfW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzt7WX3zfW .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uzt7WX3zfW .container {
    padding: 0 16px;
  }
}
.cid-uzt7WX3zfW .row {
  justify-content: center;
}
.cid-uzt7WX3zfW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzt7WX3zfW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzt7WX3zfW .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uzt7WX3zfW .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uzt7WX3zfW .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uzt7WX3zfW .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uzt7WX3zfW .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uzt7WX3zfW .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzt7WX3zfW .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uzt7WX3zfW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzt7WX3zfW .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uzt7WX3zfW .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uzt7WX3zfW .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uzt7WX3zfW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uzt7WX3zfW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzt7WX3zfW .panel-title {
  color: #000000;
}
.cid-uzt7WX3zfW .panel-text {
  color: #000000;
}
.cid-uztZeeZu52 {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uztZeeZu52 .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uztZeeZu52 .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uztZeeZu52 .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #000000;
  z-index: 1;
}
.cid-uztZeeZu52 .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #f4f4f2;
}
.cid-uztZeeZu52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uztZeeZu52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uztZeeZu52 .row {
  position: relative;
  z-index: 2;
}
.cid-uztZeeZu52 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uztZeeZu52 .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uztZeeZu52 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uztZeeZu52 .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uztZeeZu52 .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uztZeeZu52 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uztZeeZu52 .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uztZeeZu52 .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uztZeeZu52 .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uztZeeZu52 .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uztZeeZu52 .mbr-section-title {
  color: #ffffff;
}
.cid-uztZeeZu52 .mbr-text {
  color: #51565c;
}
.cid-uztZeeZu52 .mbr-text,
.cid-uztZeeZu52 .text-wrapper {
  color: #ffffff;
}
.cid-uzsiB0zHW4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uzsiB0zHW4 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uzsiB0zHW4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzsiB0zHW4 .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-uzsiB0zHW4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzsiB0zHW4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzVn4fkRhP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffedf7;
}
.cid-uzVn4fkRhP .row {
  align-items: center;
}
.cid-uzVn4fkRhP .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uzVn4fkRhP .mbr-text,
.cid-uzVn4fkRhP .mbr-section-btn {
  color: #000000;
}
.cid-uzVn4fkRhP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uzVn4fkRhP .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uzVn4fkRhP .social-list .mbr-iconfont-social:hover {
  background: #ea1212;
  color: white;
}
.cid-uzVn4fkRhP .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uzVn4fkRhP .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uzVn4fkRhP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzVn4fkRhP .mbr-text-title {
  color: #bbbbbb;
}
.cid-uzu0u1UThM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-uzu0u1UThM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzu0u1UThM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzu0u1UThM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uzu0u1UThM .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uzu0u1UThM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzu0u1UThM .container {
    padding: 0 16px;
  }
}
.cid-uzu0u1UThM .row {
  justify-content: center;
}
.cid-uzu0u1UThM .content-wrapper {
  margin-bottom: 36px;
}
.cid-uzu0u1UThM .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzu0u1UThM .content-wrapper .email-wrapper {
  display: block;
}
.cid-uzu0u1UThM .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uzu0u1UThM .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-uzu0u1UThM .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzu0u1UThM .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uzu0u1UThM .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uzu0u1UThM .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uzu0u1UThM .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzu0u1UThM .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzu0u1UThM .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzu0u1UThM .contacts-wrapper .list .item-wrap:hover,
.cid-uzu0u1UThM .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-uzu0u1UThM .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-uzu0u1UThM .mbr-copy {
  margin-bottom: 0;
  color: #333333;
  text-align: center;
}
.cid-uzu0u1UThM .mbr-section-title {
  color: #080808;
}
.cid-uzu0u1UThM .mbr-email {
  color: #333333;
}
.cid-uzu0u1UThM .mbr-desc {
  color: #333333;
}
.cid-uzu0u1UThM .list {
  color: #333333;
}
.cid-uzuKCrzn3q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuKCrzn3q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuKCrzn3q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuKCrzn3q .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uzuKCrzn3q .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzuKCrzn3q .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzuKCrzn3q .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzuKCrzn3q .container {
    padding: 0 24px;
  }
}
.cid-uzuKCrzn3q .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #38001b;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uzuKCrzn3q .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uzuKCrzn3q .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzuKCrzn3q .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uzuKCrzn3q .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #38001b;
}
.cid-uzuKCrzn3q .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzuKCrzn3q .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzuKCrzn3q .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzuKCrzn3q .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uzuKCrzn3q .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uzuKCrzn3q .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uzuKCrzn3q .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uzuKCrzn3q .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uzuKCrzn3q .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uzuKCrzn3q .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uzuKCrzn3q .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uzuKCrzn3q .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uzuKCrzn3q .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uzuKCrzn3q .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uzuKCrzn3q .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzuKCrzn3q .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uzuKCrzn3q .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uzuKCrzn3q .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uzuKCrzn3q .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-uzuKCrzn3q .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uzuKCrzn3q .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uzuKCrzn3q .mbr-section-title {
  color: #18212d;
}
.cid-uzuKCrzn3q .mbr-desc,
.cid-uzuKCrzn3q .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uzuKCrzn3q .mbr-text,
.cid-uzuKCrzn3q .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uzuKCrzn3q .mbr-rating {
  color: #EFCC4E;
}
.cid-uzuKCrzn3q .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uzuKCrzn3q .mbr-section-title,
.cid-uzuKCrzn3q .mbr-section-btn {
  text-align: center;
}
.cid-uzuKCrzn3q .mbr-rating,
.cid-uzuKCrzn3q .rating-wrapper,
.cid-uzuKCrzn3q .people-wrapper {
  text-align: center;
}
.cid-uztcrEFpYy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uztcrEFpYy .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uztcrEFpYy .wrapper {
    padding: 3rem;
  }
}
.cid-uztcrEFpYy .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-uztcrEFpYy .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uztcrEFpYy .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uztcrEFpYy .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uzsEHlJ1C6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uzsEHlJ1C6 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uzsEHlJ1C6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzsEHlJ1C6 .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-uzsEHlJ1C6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzsEHlJ1C6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzVnQ8z8dD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffedf7;
}
.cid-uzVnQ8z8dD .row {
  align-items: center;
}
.cid-uzVnQ8z8dD .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uzVnQ8z8dD .mbr-text,
.cid-uzVnQ8z8dD .mbr-section-btn {
  color: #000000;
}
.cid-uzVnQ8z8dD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uzVnQ8z8dD .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uzVnQ8z8dD .social-list .mbr-iconfont-social:hover {
  background: #ea1212;
  color: white;
}
.cid-uzVnQ8z8dD .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uzVnQ8z8dD .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uzVnQ8z8dD .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzVnQ8z8dD .mbr-text-title {
  color: #bbbbbb;
}
.cid-uzt3yBNwN9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzt3yBNwN9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzt3yBNwN9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzt3yBNwN9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzt3yBNwN9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uzt3yBNwN9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzt3yBNwN9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzt3yBNwN9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uzt3yBNwN9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uzt3yBNwN9 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uzt3yBNwN9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uzt3yBNwN9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uzt3yBNwN9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uzt3yBNwN9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzt3yBNwN9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzt3yBNwN9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uzt3yBNwN9 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzt3yBNwN9 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uzt3yBNwN9 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzt3yBNwN9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzt3yBNwN9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uzt3yBNwN9 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzt3yBNwN9 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzt3yBNwN9 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uzt3yBNwN9 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzt3yBNwN9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
}
.cid-uzt3yBNwN9 .nav-item:focus,
.cid-uzt3yBNwN9 .nav-link:focus {
  outline: none;
}
.cid-uzt3yBNwN9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzt3yBNwN9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzt3yBNwN9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzt3yBNwN9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzt3yBNwN9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzt3yBNwN9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzt3yBNwN9 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzt3yBNwN9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzt3yBNwN9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzt3yBNwN9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzt3yBNwN9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uzt3yBNwN9 .navbar.collapsed {
  justify-content: center;
}
.cid-uzt3yBNwN9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzt3yBNwN9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzt3yBNwN9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uzt3yBNwN9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzt3yBNwN9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzt3yBNwN9 .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-uzt3yBNwN9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzt3yBNwN9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzt3yBNwN9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzt3yBNwN9 .navbar {
    min-height: 72px;
  }
  .cid-uzt3yBNwN9 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzt3yBNwN9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzt3yBNwN9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzt3yBNwN9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzt3yBNwN9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzt3yBNwN9 .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-uzt3yBNwN9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzt3yBNwN9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzt3yBNwN9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzt3yBNwN9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzt3yBNwN9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzt3yBNwN9 .dropdown-item.active,
.cid-uzt3yBNwN9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzt3yBNwN9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzt3yBNwN9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzt3yBNwN9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzt3yBNwN9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzt3yBNwN9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzt3yBNwN9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzt3yBNwN9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzt3yBNwN9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzt3yBNwN9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uzt3yBNwN9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzt3yBNwN9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uzt3yBNwN9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzt3yBNwN9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzt3yBNwN9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzt3yBNwN9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzt3yBNwN9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzt3yBNwN9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzt3yBNwN9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzt3yBNwN9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzt3yBNwN9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzt3yBNwN9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzt3yBNwN9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzt3yBNwN9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzt3yBNwN9 .navbar {
    height: 70px;
  }
  .cid-uzt3yBNwN9 .navbar.opened {
    height: auto;
  }
  .cid-uzt3yBNwN9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzt3yBNwN9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uzt3yBNwN9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzt3yBNwN9 .navbar-brand {
    margin-right: auto;
  }
  .cid-uzt3yBNwN9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uzt3yBNwN9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzt3yBNwN9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzt3yBNwN9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzt3yBNwN9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzu0u1UThM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-uzu0u1UThM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzu0u1UThM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzu0u1UThM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uzu0u1UThM .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uzu0u1UThM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzu0u1UThM .container {
    padding: 0 16px;
  }
}
.cid-uzu0u1UThM .row {
  justify-content: center;
}
.cid-uzu0u1UThM .content-wrapper {
  margin-bottom: 36px;
}
.cid-uzu0u1UThM .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzu0u1UThM .content-wrapper .email-wrapper {
  display: block;
}
.cid-uzu0u1UThM .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uzu0u1UThM .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-uzu0u1UThM .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzu0u1UThM .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uzu0u1UThM .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uzu0u1UThM .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uzu0u1UThM .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzu0u1UThM .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzu0u1UThM .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzu0u1UThM .contacts-wrapper .list .item-wrap:hover,
.cid-uzu0u1UThM .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-uzu0u1UThM .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-uzu0u1UThM .mbr-copy {
  margin-bottom: 0;
  color: #333333;
  text-align: center;
}
.cid-uzu0u1UThM .mbr-section-title {
  color: #080808;
}
.cid-uzu0u1UThM .mbr-email {
  color: #333333;
}
.cid-uzu0u1UThM .mbr-desc {
  color: #333333;
}
.cid-uzu0u1UThM .list {
  color: #333333;
}
.cid-uzuL5lGpRA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuL5lGpRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuL5lGpRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuL5lGpRA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uzuL5lGpRA .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzuL5lGpRA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzuL5lGpRA .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzuL5lGpRA .container {
    padding: 0 24px;
  }
}
.cid-uzuL5lGpRA .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #38001b;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uzuL5lGpRA .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uzuL5lGpRA .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzuL5lGpRA .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uzuL5lGpRA .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #38001b;
}
.cid-uzuL5lGpRA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzuL5lGpRA .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzuL5lGpRA .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzuL5lGpRA .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uzuL5lGpRA .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uzuL5lGpRA .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uzuL5lGpRA .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uzuL5lGpRA .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uzuL5lGpRA .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uzuL5lGpRA .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uzuL5lGpRA .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uzuL5lGpRA .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uzuL5lGpRA .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uzuL5lGpRA .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uzuL5lGpRA .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzuL5lGpRA .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uzuL5lGpRA .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uzuL5lGpRA .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uzuL5lGpRA .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-uzuL5lGpRA .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uzuL5lGpRA .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uzuL5lGpRA .mbr-section-title {
  color: #18212d;
}
.cid-uzuL5lGpRA .mbr-desc,
.cid-uzuL5lGpRA .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uzuL5lGpRA .mbr-text,
.cid-uzuL5lGpRA .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uzuL5lGpRA .mbr-rating {
  color: #EFCC4E;
}
.cid-uzuL5lGpRA .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uzuL5lGpRA .mbr-section-title,
.cid-uzuL5lGpRA .mbr-section-btn {
  text-align: center;
}
.cid-uzuL5lGpRA .mbr-rating,
.cid-uzuL5lGpRA .rating-wrapper,
.cid-uzuL5lGpRA .people-wrapper {
  text-align: center;
}
.cid-uztd4Rz1M4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uztd4Rz1M4 .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uztd4Rz1M4 .wrapper {
    padding: 3rem;
  }
}
.cid-uztd4Rz1M4 .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-uztd4Rz1M4 .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uztd4Rz1M4 .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uztd4Rz1M4 .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uzsFiE4CH9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uzsFiE4CH9 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uzsFiE4CH9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzsFiE4CH9 .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-uzsFiE4CH9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzsFiE4CH9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzVnNGrzL1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffedf7;
}
.cid-uzVnNGrzL1 .row {
  align-items: center;
}
.cid-uzVnNGrzL1 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uzVnNGrzL1 .mbr-text,
.cid-uzVnNGrzL1 .mbr-section-btn {
  color: #000000;
}
.cid-uzVnNGrzL1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uzVnNGrzL1 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uzVnNGrzL1 .social-list .mbr-iconfont-social:hover {
  background: #ea1212;
  color: white;
}
.cid-uzVnNGrzL1 .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uzVnNGrzL1 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uzVnNGrzL1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzVnNGrzL1 .mbr-text-title {
  color: #bbbbbb;
}
.cid-uzt3yBNwN9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzt3yBNwN9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzt3yBNwN9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzt3yBNwN9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzt3yBNwN9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uzt3yBNwN9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzt3yBNwN9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzt3yBNwN9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uzt3yBNwN9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uzt3yBNwN9 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uzt3yBNwN9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uzt3yBNwN9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uzt3yBNwN9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uzt3yBNwN9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzt3yBNwN9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzt3yBNwN9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uzt3yBNwN9 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzt3yBNwN9 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uzt3yBNwN9 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzt3yBNwN9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzt3yBNwN9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uzt3yBNwN9 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzt3yBNwN9 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzt3yBNwN9 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uzt3yBNwN9 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzt3yBNwN9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
}
.cid-uzt3yBNwN9 .nav-item:focus,
.cid-uzt3yBNwN9 .nav-link:focus {
  outline: none;
}
.cid-uzt3yBNwN9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzt3yBNwN9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzt3yBNwN9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzt3yBNwN9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzt3yBNwN9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzt3yBNwN9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzt3yBNwN9 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzt3yBNwN9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzt3yBNwN9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzt3yBNwN9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzt3yBNwN9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uzt3yBNwN9 .navbar.collapsed {
  justify-content: center;
}
.cid-uzt3yBNwN9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzt3yBNwN9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzt3yBNwN9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uzt3yBNwN9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzt3yBNwN9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzt3yBNwN9 .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-uzt3yBNwN9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzt3yBNwN9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzt3yBNwN9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzt3yBNwN9 .navbar {
    min-height: 72px;
  }
  .cid-uzt3yBNwN9 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzt3yBNwN9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzt3yBNwN9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzt3yBNwN9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzt3yBNwN9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzt3yBNwN9 .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-uzt3yBNwN9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzt3yBNwN9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzt3yBNwN9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzt3yBNwN9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzt3yBNwN9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzt3yBNwN9 .dropdown-item.active,
.cid-uzt3yBNwN9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzt3yBNwN9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzt3yBNwN9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzt3yBNwN9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzt3yBNwN9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzt3yBNwN9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzt3yBNwN9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzt3yBNwN9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzt3yBNwN9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzt3yBNwN9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uzt3yBNwN9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzt3yBNwN9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uzt3yBNwN9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzt3yBNwN9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzt3yBNwN9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzt3yBNwN9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzt3yBNwN9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzt3yBNwN9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzt3yBNwN9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzt3yBNwN9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzt3yBNwN9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzt3yBNwN9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzt3yBNwN9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzt3yBNwN9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzt3yBNwN9 .navbar {
    height: 70px;
  }
  .cid-uzt3yBNwN9 .navbar.opened {
    height: auto;
  }
  .cid-uzt3yBNwN9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzt3yBNwN9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uzt3yBNwN9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzt3yBNwN9 .navbar-brand {
    margin-right: auto;
  }
  .cid-uzt3yBNwN9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uzt3yBNwN9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzt3yBNwN9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzt3yBNwN9 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzt3yBNwN9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzt3yBNwN9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzu0u1UThM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-uzu0u1UThM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzu0u1UThM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzu0u1UThM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uzu0u1UThM .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uzu0u1UThM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzu0u1UThM .container {
    padding: 0 16px;
  }
}
.cid-uzu0u1UThM .row {
  justify-content: center;
}
.cid-uzu0u1UThM .content-wrapper {
  margin-bottom: 36px;
}
.cid-uzu0u1UThM .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzu0u1UThM .content-wrapper .email-wrapper {
  display: block;
}
.cid-uzu0u1UThM .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uzu0u1UThM .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-uzu0u1UThM .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzu0u1UThM .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uzu0u1UThM .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uzu0u1UThM .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uzu0u1UThM .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uzu0u1UThM .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzu0u1UThM .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzu0u1UThM .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzu0u1UThM .contacts-wrapper .list .item-wrap:hover,
.cid-uzu0u1UThM .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-uzu0u1UThM .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-uzu0u1UThM .mbr-copy {
  margin-bottom: 0;
  color: #333333;
  text-align: center;
}
.cid-uzu0u1UThM .mbr-section-title {
  color: #080808;
}
.cid-uzu0u1UThM .mbr-email {
  color: #333333;
}
.cid-uzu0u1UThM .mbr-desc {
  color: #333333;
}
.cid-uzu0u1UThM .list {
  color: #333333;
}
.cid-uzuM2mK1MG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzuM2mK1MG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzuM2mK1MG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzuM2mK1MG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzuM2mK1MG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uzuM2mK1MG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzuM2mK1MG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzuM2mK1MG .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uzuM2mK1MG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uzuM2mK1MG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uzuM2mK1MG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uzuM2mK1MG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uzuM2mK1MG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uzuM2mK1MG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzuM2mK1MG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzuM2mK1MG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uzuM2mK1MG .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzuM2mK1MG .navbar-logo {
    padding-left: 0;
  }
}
.cid-uzuM2mK1MG .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzuM2mK1MG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzuM2mK1MG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uzuM2mK1MG .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzuM2mK1MG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzuM2mK1MG .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uzuM2mK1MG .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzuM2mK1MG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
}
.cid-uzuM2mK1MG .nav-item:focus,
.cid-uzuM2mK1MG .nav-link:focus {
  outline: none;
}
.cid-uzuM2mK1MG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzuM2mK1MG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzuM2mK1MG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzuM2mK1MG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzuM2mK1MG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzuM2mK1MG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzuM2mK1MG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzuM2mK1MG .navbar.opened {
  transition: all 0.3s;
}
.cid-uzuM2mK1MG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzuM2mK1MG .navbar .navbar-logo img {
  width: auto;
}
.cid-uzuM2mK1MG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uzuM2mK1MG .navbar.collapsed {
  justify-content: center;
}
.cid-uzuM2mK1MG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzuM2mK1MG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzuM2mK1MG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uzuM2mK1MG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzuM2mK1MG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzuM2mK1MG .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-uzuM2mK1MG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzuM2mK1MG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzuM2mK1MG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzuM2mK1MG .navbar {
    min-height: 72px;
  }
  .cid-uzuM2mK1MG .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzuM2mK1MG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzuM2mK1MG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzuM2mK1MG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzuM2mK1MG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzuM2mK1MG .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-uzuM2mK1MG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzuM2mK1MG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzuM2mK1MG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzuM2mK1MG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzuM2mK1MG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzuM2mK1MG .dropdown-item.active,
.cid-uzuM2mK1MG .dropdown-item:active {
  background-color: transparent;
}
.cid-uzuM2mK1MG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzuM2mK1MG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzuM2mK1MG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzuM2mK1MG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzuM2mK1MG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzuM2mK1MG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzuM2mK1MG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzuM2mK1MG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzuM2mK1MG .navbar-buttons {
    text-align: left;
  }
}
.cid-uzuM2mK1MG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzuM2mK1MG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uzuM2mK1MG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzuM2mK1MG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzuM2mK1MG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzuM2mK1MG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzuM2mK1MG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzuM2mK1MG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzuM2mK1MG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzuM2mK1MG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzuM2mK1MG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzuM2mK1MG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzuM2mK1MG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzuM2mK1MG .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzuM2mK1MG .navbar {
    height: 70px;
  }
  .cid-uzuM2mK1MG .navbar.opened {
    height: auto;
  }
  .cid-uzuM2mK1MG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzuM2mK1MG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzuM2mK1MG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzuM2mK1MG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzuM2mK1MG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uzuM2mK1MG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzuM2mK1MG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uzuM2mK1MG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzuM2mK1MG .navbar-brand {
    margin-right: auto;
  }
  .cid-uzuM2mK1MG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uzuM2mK1MG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzuM2mK1MG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzuM2mK1MG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzuM2mK1MG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzuM2mK1MG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzuM2mK1MG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uzuM2mK1MG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzuM2mK1MG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzuM2mK1MG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzuM2mK1MG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzuM2o8UeP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuM2o8UeP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuM2o8UeP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuM2o8UeP .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uzuM2o8UeP .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzuM2o8UeP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzuM2o8UeP .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzuM2o8UeP .container {
    padding: 0 24px;
  }
}
.cid-uzuM2o8UeP .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #38001b;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uzuM2o8UeP .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uzuM2o8UeP .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzuM2o8UeP .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uzuM2o8UeP .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #38001b;
}
.cid-uzuM2o8UeP .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzuM2o8UeP .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzuM2o8UeP .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzuM2o8UeP .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uzuM2o8UeP .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uzuM2o8UeP .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uzuM2o8UeP .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uzuM2o8UeP .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uzuM2o8UeP .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uzuM2o8UeP .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uzuM2o8UeP .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uzuM2o8UeP .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uzuM2o8UeP .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uzuM2o8UeP .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uzuM2o8UeP .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzuM2o8UeP .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uzuM2o8UeP .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uzuM2o8UeP .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uzuM2o8UeP .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-uzuM2o8UeP .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uzuM2o8UeP .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uzuM2o8UeP .mbr-section-title {
  color: #18212d;
}
.cid-uzuM2o8UeP .mbr-desc,
.cid-uzuM2o8UeP .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uzuM2o8UeP .mbr-text,
.cid-uzuM2o8UeP .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uzuM2o8UeP .mbr-rating {
  color: #EFCC4E;
}
.cid-uzuM2o8UeP .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uzuM2o8UeP .mbr-section-title,
.cid-uzuM2o8UeP .mbr-section-btn {
  text-align: center;
}
.cid-uzuM2o8UeP .mbr-rating,
.cid-uzuM2o8UeP .rating-wrapper,
.cid-uzuM2o8UeP .people-wrapper {
  text-align: center;
}
.cid-uzuM2pEOYn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffedf7;
}
.cid-uzuM2pEOYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuM2pEOYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuM2pEOYn .text-wrap {
  width: 100%;
}
.cid-uzuM2pEOYn .mbr-title {
  margin-bottom: 0;
  color: #829D85;
}
.cid-uzuM2pEOYn .mbr-text {
  padding-top: 16px;
  color: #353535;
}
.cid-uzuM2pEOYn .list-wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uzuM2pEOYn .list-wrap {
    margin-top: 24px;
  }
}
.cid-uzuM2pEOYn .list-box {
  width: 100%;
}
.cid-uzuM2pEOYn .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #000000;
}
.cid-uzuM2pEOYn .list-text {
  position: relative;
}
.cid-uzuM2pEOYn .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-uzuM2pEOYn .list-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: -30px;
  top: 7px;
  background-image: url("../../../assets/images/marker.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uzuM2r8NvE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuM2r8NvE blockquote {
  border-color: #f6fafc;
  border-radius: 4px;
  background-color: #000000;
}
.cid-uzuM2r8NvE .mbr-text {
  color: #ffffff;
}
.cid-uzuM2sqktz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-uzuM2sqktz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuM2sqktz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuM2sqktz .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzuM2sqktz .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzuM2sqktz .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uzuM2sqktz .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzuM2sqktz .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uzuM2sqktz .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzuM2sqktz .image-wrapper img {
    height: 350px;
  }
}
.cid-uzuM2sqktz .mbr-section-title {
  color: #ffffff;
}
.cid-uzuM2sqktz .mbr-text {
  color: #ffffff;
}
.cid-uzuM2sqktz .mbr-section-title,
.cid-uzuM2sqktz .mbr-section-btn {
  color: #000000;
}
.cid-uzuM2sqktz .mbr-text,
.cid-uzuM2sqktz .text-wrapper {
  color: #000000;
}
.cid-uzuM2tEs2l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uzuM2tEs2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuM2tEs2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuM2tEs2l .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzuM2tEs2l .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uzuM2tEs2l .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzuM2tEs2l .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uzuM2tEs2l .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ffedf7, #292739);
}
@media (max-width: 992px) {
  .cid-uzuM2tEs2l .border-wrap {
    margin-top: 32px;
  }
}
.cid-uzuM2tEs2l .mbr-section-title {
  color: #ffffff;
}
.cid-uzuM2tEs2l .mbr-text,
.cid-uzuM2tEs2l .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzuM2tEs2l .mbr-section-title,
.cid-uzuM2tEs2l .mbr-section-btn {
  text-align: center;
}
.cid-uzuM2uTZXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuM2uTZXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuM2uTZXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuM2uTZXK .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzuM2uTZXK .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzuM2uTZXK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzuM2uTZXK .container {
    padding: 0 20px;
  }
}
.cid-uzuM2uTZXK .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uzuM2uTZXK .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzuM2uTZXK .title-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-uzuM2uTZXK .item {
  padding: 0 12px;
  margin-bottom: 40px;
}
.cid-uzuM2uTZXK .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uzuM2uTZXK .item .item-wrapper .content-wrap .item-img {
  margin-bottom: 20px;
}
.cid-uzuM2uTZXK .item .item-wrapper .content-wrap .item-img img {
  border-radius: 20px !important;
  object-fit: cover;
  height: 430px;
}
@media (max-width: 992px) {
  .cid-uzuM2uTZXK .item .item-wrapper .content-wrap .item-img img {
    height: 350px;
  }
}
.cid-uzuM2uTZXK .item .item-wrapper .content-wrap .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uzuM2uTZXK .item .item-wrapper .content-wrap .item-content .price-wrapper .item-price {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.cid-uzuM2uTZXK .item .item-wrapper .content-wrap .item-content .item-text {
  opacity: .5;
  margin-bottom: 20px;
}
.cid-uzuM2uTZXK .mbr-section-title {
  color: #0f1d07;
}
.cid-uzuM2uTZXK .item-title {
  color: #0f1d07;
}
.cid-uzuM2uTZXK .item-price {
  color: #0f1d07;
}
.cid-uzuM2uTZXK .item-text {
  color: #0f1d07;
}
.cid-uzuM2wuRFQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uzuM2wuRFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuM2wuRFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuM2wuRFQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzuM2wuRFQ .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uzuM2wuRFQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzuM2wuRFQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uzuM2wuRFQ .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ffedf7, #292739);
}
@media (max-width: 992px) {
  .cid-uzuM2wuRFQ .border-wrap {
    margin-top: 32px;
  }
}
.cid-uzuM2wuRFQ .mbr-section-title {
  color: #ffffff;
}
.cid-uzuM2wuRFQ .mbr-text,
.cid-uzuM2wuRFQ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzuM2wuRFQ .mbr-section-title,
.cid-uzuM2wuRFQ .mbr-section-btn {
  text-align: center;
}
.cid-uzuM2xFGl8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuM2xFGl8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuM2xFGl8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuM2xFGl8 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzuM2xFGl8 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzuM2xFGl8 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzuM2xFGl8 .container {
    padding: 0 20px;
  }
}
.cid-uzuM2xFGl8 .row {
  justify-content: center;
}
.cid-uzuM2xFGl8 .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #ffedf7;
}
@media (max-width: 992px) {
  .cid-uzuM2xFGl8 .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uzuM2xFGl8 .content-wrapper .card {
  justify-content: center;
}
.cid-uzuM2xFGl8 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzuM2xFGl8 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uzuM2xFGl8 .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uzuM2xFGl8 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uzuM2xFGl8 .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-uzuM2xFGl8 .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uzuM2xFGl8 .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uzuM2xFGl8 .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uzuM2xFGl8 .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-uzuM2xFGl8 .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzuM2xFGl8 .content-wrapper .content-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 40px;
  background-color: #90f188;
}
.cid-uzuM2xFGl8 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzuM2xFGl8 .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: .5;
}
.cid-uzuM2xFGl8 .mbr-section-title {
  color: #38001b;
}
.cid-uzuM2xFGl8 .mbr-text {
  color: #ffffff;
}
.cid-uzuM2xFGl8 .mbr-desc {
  color: #0f1d07;
}
.cid-uzuM2xFGl8 .mbr-text,
.cid-uzuM2xFGl8 .mbr-section-btn {
  color: #38001b;
}
.cid-uzuM2z8qH8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uzuM2z8qH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuM2z8qH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuM2z8qH8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzuM2z8qH8 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uzuM2z8qH8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzuM2z8qH8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uzuM2z8qH8 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ffedf7, #292739);
}
@media (max-width: 992px) {
  .cid-uzuM2z8qH8 .border-wrap {
    margin-top: 32px;
  }
}
.cid-uzuM2z8qH8 .mbr-section-title {
  color: #ffffff;
}
.cid-uzuM2z8qH8 .mbr-text,
.cid-uzuM2z8qH8 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzuM2z8qH8 .mbr-section-title,
.cid-uzuM2z8qH8 .mbr-section-btn {
  text-align: center;
}
.cid-uzuM2AuwDy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuM2AuwDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuM2AuwDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuM2AuwDy .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uzuM2AuwDy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzuM2AuwDy .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzuM2AuwDy .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uzuM2AuwDy .item .item-wrapper {
  height: 100%;
}
.cid-uzuM2AuwDy .item .item-wrapper:hover .item-img img,
.cid-uzuM2AuwDy .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uzuM2AuwDy .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uzuM2AuwDy .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 450px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzuM2AuwDy .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uzuM2AuwDy .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uzuM2AuwDy .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uzuM2AuwDy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzuM2AuwDy .item-title {
  color: #000000;
}
.cid-uzuM2AuwDy .item-date {
  color: #000000;
}
.cid-uzuM2C2aLV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uzuM2C2aLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuM2C2aLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuM2C2aLV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzuM2C2aLV .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uzuM2C2aLV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzuM2C2aLV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uzuM2C2aLV .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ffedf7, #292739);
}
@media (max-width: 992px) {
  .cid-uzuM2C2aLV .border-wrap {
    margin-top: 32px;
  }
}
.cid-uzuM2C2aLV .mbr-section-title {
  color: #ffffff;
}
.cid-uzuM2C2aLV .mbr-text,
.cid-uzuM2C2aLV .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzuM2C2aLV .mbr-section-title,
.cid-uzuM2C2aLV .mbr-section-btn {
  text-align: center;
}
.cid-uzuM2DiVe6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuM2DiVe6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuM2DiVe6 .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-uzuM2DiVe6 .container {
    padding: 0 20px;
  }
}
.cid-uzuM2DiVe6 .row {
  margin: 0;
}
.cid-uzuM2DiVe6 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzuM2DiVe6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzuM2DiVe6 .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uzuM2DiVe6 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uzuM2DiVe6 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzuM2DiVe6 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uzuM2DiVe6 .mbr-section-title {
  color: #ffffff;
}
.cid-uzuM2EFBhJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuM2EFBhJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuM2EFBhJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuM2EFBhJ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uzuM2EFBhJ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uzuM2EFBhJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzuM2EFBhJ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uzuM2EFBhJ .container {
    padding: 0 16px;
  }
}
.cid-uzuM2EFBhJ .row {
  justify-content: center;
}
.cid-uzuM2EFBhJ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzuM2EFBhJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzuM2EFBhJ .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uzuM2EFBhJ .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uzuM2EFBhJ .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uzuM2EFBhJ .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uzuM2EFBhJ .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uzuM2EFBhJ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzuM2EFBhJ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uzuM2EFBhJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzuM2EFBhJ .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uzuM2EFBhJ .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uzuM2EFBhJ .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uzuM2EFBhJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uzuM2EFBhJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzuM2EFBhJ .panel-title {
  color: #000000;
}
.cid-uzuM2EFBhJ .panel-text {
  color: #000000;
}
.cid-uzuM2Gnr8W {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzuM2Gnr8W .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uzuM2Gnr8W .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uzuM2Gnr8W .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #000000;
  z-index: 1;
}
.cid-uzuM2Gnr8W .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #f4f4f2;
}
.cid-uzuM2Gnr8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuM2Gnr8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuM2Gnr8W .row {
  position: relative;
  z-index: 2;
}
.cid-uzuM2Gnr8W .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uzuM2Gnr8W .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uzuM2Gnr8W .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uzuM2Gnr8W .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uzuM2Gnr8W .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uzuM2Gnr8W .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzuM2Gnr8W .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzuM2Gnr8W .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uzuM2Gnr8W .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzuM2Gnr8W .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uzuM2Gnr8W .mbr-section-title {
  color: #ffffff;
}
.cid-uzuM2Gnr8W .mbr-text {
  color: #51565c;
}
.cid-uzuM2Gnr8W .mbr-text,
.cid-uzuM2Gnr8W .text-wrapper {
  color: #ffffff;
}
.cid-uzuSsgIML6 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuSsgIML6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuSsgIML6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuSsgIML6 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uzuSsgIML6 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uzuSsgIML6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzuSsgIML6 .container {
    padding: 0 20px;
  }
}
.cid-uzuSsgIML6 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uzuSsgIML6 .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uzuSsgIML6 .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uzuSsgIML6 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uzuSsgIML6 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzuSsgIML6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uzuSsgIML6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uzuSsgIML6 .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uzuSsgIML6 .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uzuSsgIML6 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzuSsgIML6 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uzuSsgIML6 .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uzuSsgIML6 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #ffedf7;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uzuSsgIML6 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uzuSsgIML6 .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uzuSsgIML6 .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uzuSsgIML6 .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uzuSsgIML6 .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uzuSsgIML6 .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uzuSsgIML6 .mbr-desc {
  color: #000000;
}
.cid-uzuSsgIML6 .panel-number {
  color: #000000;
}
.cid-uzuSsgIML6 .panel-title-edit {
  color: #000000;
}
.cid-uzuSsgIML6 .panel-text {
  color: #000000;
}
.cid-uzuM2HXYTa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uzuM2HXYTa .google-map {
  height: 30rem;
  position: relative;
}
.cid-uzuM2HXYTa .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzuM2HXYTa .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-uzuM2HXYTa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzuM2HXYTa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzVnAydcFV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffedf7;
}
.cid-uzVnAydcFV .row {
  align-items: center;
}
.cid-uzVnAydcFV .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uzVnAydcFV .mbr-text,
.cid-uzVnAydcFV .mbr-section-btn {
  color: #000000;
}
.cid-uzVnAydcFV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uzVnAydcFV .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uzVnAydcFV .social-list .mbr-iconfont-social:hover {
  background: #ea1212;
  color: white;
}
.cid-uzVnAydcFV .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uzVnAydcFV .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uzVnAydcFV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzVnAydcFV .mbr-text-title {
  color: #bbbbbb;
}
.cid-uzuM2JwFU1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-uzuM2JwFU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuM2JwFU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuM2JwFU1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uzuM2JwFU1 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uzuM2JwFU1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzuM2JwFU1 .container {
    padding: 0 16px;
  }
}
.cid-uzuM2JwFU1 .row {
  justify-content: center;
}
.cid-uzuM2JwFU1 .content-wrapper {
  margin-bottom: 36px;
}
.cid-uzuM2JwFU1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzuM2JwFU1 .content-wrapper .email-wrapper {
  display: block;
}
.cid-uzuM2JwFU1 .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uzuM2JwFU1 .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-uzuM2JwFU1 .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uzuM2JwFU1 .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uzuM2JwFU1 .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uzuM2JwFU1 .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uzuM2JwFU1 .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzuM2JwFU1 .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzuM2JwFU1 .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzuM2JwFU1 .contacts-wrapper .list .item-wrap:hover,
.cid-uzuM2JwFU1 .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-uzuM2JwFU1 .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-uzuM2JwFU1 .mbr-copy {
  margin-bottom: 0;
  color: #333333;
  text-align: center;
}
.cid-uzuM2JwFU1 .mbr-section-title {
  color: #080808;
}
.cid-uzuM2JwFU1 .mbr-email {
  color: #333333;
}
.cid-uzuM2JwFU1 .mbr-desc {
  color: #333333;
}
.cid-uzuM2JwFU1 .list {
  color: #333333;
}
.cid-uzuP1WP80J {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzuP1WP80J .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzuP1WP80J .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzuP1WP80J .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzuP1WP80J .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uzuP1WP80J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzuP1WP80J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzuP1WP80J .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uzuP1WP80J .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uzuP1WP80J .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uzuP1WP80J .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uzuP1WP80J .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uzuP1WP80J .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uzuP1WP80J .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzuP1WP80J .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzuP1WP80J .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uzuP1WP80J .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzuP1WP80J .navbar-logo {
    padding-left: 0;
  }
}
.cid-uzuP1WP80J .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzuP1WP80J .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzuP1WP80J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uzuP1WP80J .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzuP1WP80J .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzuP1WP80J .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uzuP1WP80J .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzuP1WP80J .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
}
.cid-uzuP1WP80J .nav-item:focus,
.cid-uzuP1WP80J .nav-link:focus {
  outline: none;
}
.cid-uzuP1WP80J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzuP1WP80J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzuP1WP80J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzuP1WP80J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzuP1WP80J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzuP1WP80J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzuP1WP80J .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzuP1WP80J .navbar.opened {
  transition: all 0.3s;
}
.cid-uzuP1WP80J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzuP1WP80J .navbar .navbar-logo img {
  width: auto;
}
.cid-uzuP1WP80J .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uzuP1WP80J .navbar.collapsed {
  justify-content: center;
}
.cid-uzuP1WP80J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzuP1WP80J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzuP1WP80J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uzuP1WP80J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzuP1WP80J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzuP1WP80J .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-uzuP1WP80J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzuP1WP80J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzuP1WP80J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzuP1WP80J .navbar {
    min-height: 72px;
  }
  .cid-uzuP1WP80J .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzuP1WP80J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzuP1WP80J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzuP1WP80J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzuP1WP80J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzuP1WP80J .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-uzuP1WP80J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzuP1WP80J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzuP1WP80J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzuP1WP80J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzuP1WP80J .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzuP1WP80J .dropdown-item.active,
.cid-uzuP1WP80J .dropdown-item:active {
  background-color: transparent;
}
.cid-uzuP1WP80J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzuP1WP80J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzuP1WP80J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzuP1WP80J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzuP1WP80J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzuP1WP80J .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzuP1WP80J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzuP1WP80J .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzuP1WP80J .navbar-buttons {
    text-align: left;
  }
}
.cid-uzuP1WP80J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzuP1WP80J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uzuP1WP80J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzuP1WP80J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzuP1WP80J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzuP1WP80J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzuP1WP80J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzuP1WP80J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzuP1WP80J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzuP1WP80J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzuP1WP80J .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzuP1WP80J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzuP1WP80J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzuP1WP80J .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzuP1WP80J .navbar {
    height: 70px;
  }
  .cid-uzuP1WP80J .navbar.opened {
    height: auto;
  }
  .cid-uzuP1WP80J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzuP1WP80J .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzuP1WP80J .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzuP1WP80J .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzuP1WP80J .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uzuP1WP80J .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzuP1WP80J .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uzuP1WP80J .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzuP1WP80J .navbar-brand {
    margin-right: auto;
  }
  .cid-uzuP1WP80J .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uzuP1WP80J .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzuP1WP80J .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzuP1WP80J .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzuP1WP80J .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzuP1WP80J .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzuP1WP80J .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uzuP1WP80J .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzuP1WP80J .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzuP1WP80J .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzuP1WP80J .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzuP1YphCa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuP1YphCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuP1YphCa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuP1YphCa .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uzuP1YphCa .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzuP1YphCa .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzuP1YphCa .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzuP1YphCa .container {
    padding: 0 24px;
  }
}
.cid-uzuP1YphCa .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #38001b;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uzuP1YphCa .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uzuP1YphCa .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzuP1YphCa .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uzuP1YphCa .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #38001b;
}
.cid-uzuP1YphCa .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzuP1YphCa .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzuP1YphCa .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzuP1YphCa .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uzuP1YphCa .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uzuP1YphCa .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uzuP1YphCa .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uzuP1YphCa .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uzuP1YphCa .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uzuP1YphCa .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uzuP1YphCa .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uzuP1YphCa .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uzuP1YphCa .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uzuP1YphCa .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uzuP1YphCa .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzuP1YphCa .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uzuP1YphCa .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uzuP1YphCa .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uzuP1YphCa .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-uzuP1YphCa .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uzuP1YphCa .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uzuP1YphCa .mbr-section-title {
  color: #18212d;
}
.cid-uzuP1YphCa .mbr-desc,
.cid-uzuP1YphCa .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uzuP1YphCa .mbr-text,
.cid-uzuP1YphCa .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uzuP1YphCa .mbr-rating {
  color: #EFCC4E;
}
.cid-uzuP1YphCa .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uzuP1YphCa .mbr-section-title,
.cid-uzuP1YphCa .mbr-section-btn {
  text-align: center;
}
.cid-uzuP1YphCa .mbr-rating,
.cid-uzuP1YphCa .rating-wrapper,
.cid-uzuP1YphCa .people-wrapper {
  text-align: center;
}
.cid-uzuP1ZNIvG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffedf7;
}
.cid-uzuP1ZNIvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuP1ZNIvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuP1ZNIvG .text-wrap {
  width: 100%;
}
.cid-uzuP1ZNIvG .mbr-title {
  margin-bottom: 0;
  color: #829D85;
}
.cid-uzuP1ZNIvG .mbr-text {
  padding-top: 16px;
  color: #353535;
}
.cid-uzuP1ZNIvG .list-wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uzuP1ZNIvG .list-wrap {
    margin-top: 24px;
  }
}
.cid-uzuP1ZNIvG .list-box {
  width: 100%;
}
.cid-uzuP1ZNIvG .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #000000;
}
.cid-uzuP1ZNIvG .list-text {
  position: relative;
}
.cid-uzuP1ZNIvG .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-uzuP1ZNIvG .list-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: -30px;
  top: 7px;
  background-image: url("../../../assets/images/marker.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uzuP21nZ0j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuP21nZ0j blockquote {
  border-color: #f6fafc;
  border-radius: 4px;
  background-color: #000000;
}
.cid-uzuP21nZ0j .mbr-text {
  color: #ffffff;
}
.cid-uzuP22BlgE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-uzuP22BlgE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuP22BlgE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuP22BlgE .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzuP22BlgE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzuP22BlgE .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uzuP22BlgE .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzuP22BlgE .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uzuP22BlgE .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzuP22BlgE .image-wrapper img {
    height: 350px;
  }
}
.cid-uzuP22BlgE .mbr-section-title {
  color: #ffffff;
}
.cid-uzuP22BlgE .mbr-text {
  color: #ffffff;
}
.cid-uzuP22BlgE .mbr-section-title,
.cid-uzuP22BlgE .mbr-section-btn {
  color: #000000;
}
.cid-uzuP22BlgE .mbr-text,
.cid-uzuP22BlgE .text-wrapper {
  color: #000000;
}
.cid-uzuP23VGex {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uzuP23VGex .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuP23VGex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuP23VGex .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzuP23VGex .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uzuP23VGex .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzuP23VGex .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uzuP23VGex .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ffedf7, #292739);
}
@media (max-width: 992px) {
  .cid-uzuP23VGex .border-wrap {
    margin-top: 32px;
  }
}
.cid-uzuP23VGex .mbr-section-title {
  color: #ffffff;
}
.cid-uzuP23VGex .mbr-text,
.cid-uzuP23VGex .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzuP23VGex .mbr-section-title,
.cid-uzuP23VGex .mbr-section-btn {
  text-align: center;
}
.cid-uzuP253jAp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuP253jAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuP253jAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuP253jAp .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzuP253jAp .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzuP253jAp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzuP253jAp .container {
    padding: 0 20px;
  }
}
.cid-uzuP253jAp .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uzuP253jAp .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzuP253jAp .title-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-uzuP253jAp .item {
  padding: 0 12px;
  margin-bottom: 40px;
}
.cid-uzuP253jAp .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uzuP253jAp .item .item-wrapper .content-wrap .item-img {
  margin-bottom: 20px;
}
.cid-uzuP253jAp .item .item-wrapper .content-wrap .item-img img {
  border-radius: 20px !important;
  object-fit: cover;
  height: 430px;
}
@media (max-width: 992px) {
  .cid-uzuP253jAp .item .item-wrapper .content-wrap .item-img img {
    height: 350px;
  }
}
.cid-uzuP253jAp .item .item-wrapper .content-wrap .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uzuP253jAp .item .item-wrapper .content-wrap .item-content .price-wrapper .item-price {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.cid-uzuP253jAp .item .item-wrapper .content-wrap .item-content .item-text {
  opacity: .5;
  margin-bottom: 20px;
}
.cid-uzuP253jAp .mbr-section-title {
  color: #0f1d07;
}
.cid-uzuP253jAp .item-title {
  color: #0f1d07;
}
.cid-uzuP253jAp .item-price {
  color: #0f1d07;
}
.cid-uzuP253jAp .item-text {
  color: #0f1d07;
}
.cid-uzuP26CfuI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uzuP26CfuI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuP26CfuI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuP26CfuI .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzuP26CfuI .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uzuP26CfuI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzuP26CfuI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uzuP26CfuI .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ffedf7, #292739);
}
@media (max-width: 992px) {
  .cid-uzuP26CfuI .border-wrap {
    margin-top: 32px;
  }
}
.cid-uzuP26CfuI .mbr-section-title {
  color: #ffffff;
}
.cid-uzuP26CfuI .mbr-text,
.cid-uzuP26CfuI .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzuP26CfuI .mbr-section-title,
.cid-uzuP26CfuI .mbr-section-btn {
  text-align: center;
}
.cid-uzuP27OX4y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuP27OX4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuP27OX4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuP27OX4y .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzuP27OX4y .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzuP27OX4y .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzuP27OX4y .container {
    padding: 0 20px;
  }
}
.cid-uzuP27OX4y .row {
  justify-content: center;
}
.cid-uzuP27OX4y .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #ffedf7;
}
@media (max-width: 992px) {
  .cid-uzuP27OX4y .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uzuP27OX4y .content-wrapper .card {
  justify-content: center;
}
.cid-uzuP27OX4y .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzuP27OX4y .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uzuP27OX4y .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uzuP27OX4y .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uzuP27OX4y .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-uzuP27OX4y .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uzuP27OX4y .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uzuP27OX4y .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uzuP27OX4y .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-uzuP27OX4y .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzuP27OX4y .content-wrapper .content-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 40px;
  background-color: #90f188;
}
.cid-uzuP27OX4y .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzuP27OX4y .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: .5;
}
.cid-uzuP27OX4y .mbr-section-title {
  color: #38001b;
}
.cid-uzuP27OX4y .mbr-text {
  color: #ffffff;
}
.cid-uzuP27OX4y .mbr-desc {
  color: #0f1d07;
}
.cid-uzuP27OX4y .mbr-text,
.cid-uzuP27OX4y .mbr-section-btn {
  color: #38001b;
}
.cid-uzuP29aPRP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uzuP29aPRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuP29aPRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuP29aPRP .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzuP29aPRP .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uzuP29aPRP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzuP29aPRP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uzuP29aPRP .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ffedf7, #292739);
}
@media (max-width: 992px) {
  .cid-uzuP29aPRP .border-wrap {
    margin-top: 32px;
  }
}
.cid-uzuP29aPRP .mbr-section-title {
  color: #ffffff;
}
.cid-uzuP29aPRP .mbr-text,
.cid-uzuP29aPRP .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzuP29aPRP .mbr-section-title,
.cid-uzuP29aPRP .mbr-section-btn {
  text-align: center;
}
.cid-uzuP2apamQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuP2apamQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuP2apamQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuP2apamQ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uzuP2apamQ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzuP2apamQ .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzuP2apamQ .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uzuP2apamQ .item .item-wrapper {
  height: 100%;
}
.cid-uzuP2apamQ .item .item-wrapper:hover .item-img img,
.cid-uzuP2apamQ .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uzuP2apamQ .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uzuP2apamQ .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 450px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzuP2apamQ .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uzuP2apamQ .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uzuP2apamQ .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uzuP2apamQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzuP2apamQ .item-title {
  color: #000000;
}
.cid-uzuP2apamQ .item-date {
  color: #000000;
}
.cid-uzuP2bPU7c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uzuP2bPU7c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuP2bPU7c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuP2bPU7c .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzuP2bPU7c .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uzuP2bPU7c .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzuP2bPU7c .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uzuP2bPU7c .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ffedf7, #292739);
}
@media (max-width: 992px) {
  .cid-uzuP2bPU7c .border-wrap {
    margin-top: 32px;
  }
}
.cid-uzuP2bPU7c .mbr-section-title {
  color: #ffffff;
}
.cid-uzuP2bPU7c .mbr-text,
.cid-uzuP2bPU7c .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzuP2bPU7c .mbr-section-title,
.cid-uzuP2bPU7c .mbr-section-btn {
  text-align: center;
}
.cid-uzuP2d7ENP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuP2d7ENP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuP2d7ENP .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-uzuP2d7ENP .container {
    padding: 0 20px;
  }
}
.cid-uzuP2d7ENP .row {
  margin: 0;
}
.cid-uzuP2d7ENP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzuP2d7ENP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzuP2d7ENP .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uzuP2d7ENP .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uzuP2d7ENP .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzuP2d7ENP .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uzuP2d7ENP .mbr-section-title {
  color: #ffffff;
}
.cid-uzuP2eisaF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuP2eisaF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuP2eisaF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuP2eisaF .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uzuP2eisaF .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uzuP2eisaF .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzuP2eisaF .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uzuP2eisaF .container {
    padding: 0 16px;
  }
}
.cid-uzuP2eisaF .row {
  justify-content: center;
}
.cid-uzuP2eisaF .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzuP2eisaF .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzuP2eisaF .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uzuP2eisaF .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uzuP2eisaF .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uzuP2eisaF .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uzuP2eisaF .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uzuP2eisaF .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzuP2eisaF .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uzuP2eisaF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzuP2eisaF .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uzuP2eisaF .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uzuP2eisaF .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uzuP2eisaF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uzuP2eisaF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzuP2eisaF .panel-title {
  color: #000000;
}
.cid-uzuP2eisaF .panel-text {
  color: #000000;
}
.cid-uzuP2g0wPQ {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzuP2g0wPQ .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uzuP2g0wPQ .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uzuP2g0wPQ .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #000000;
  z-index: 1;
}
.cid-uzuP2g0wPQ .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #f4f4f2;
}
.cid-uzuP2g0wPQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuP2g0wPQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuP2g0wPQ .row {
  position: relative;
  z-index: 2;
}
.cid-uzuP2g0wPQ .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uzuP2g0wPQ .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uzuP2g0wPQ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uzuP2g0wPQ .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uzuP2g0wPQ .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uzuP2g0wPQ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzuP2g0wPQ .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzuP2g0wPQ .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uzuP2g0wPQ .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzuP2g0wPQ .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uzuP2g0wPQ .mbr-section-title {
  color: #ffffff;
}
.cid-uzuP2g0wPQ .mbr-text {
  color: #51565c;
}
.cid-uzuP2g0wPQ .mbr-text,
.cid-uzuP2g0wPQ .text-wrapper {
  color: #ffffff;
}
.cid-uzuSbD4SZx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuSbD4SZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuSbD4SZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuSbD4SZx .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uzuSbD4SZx .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uzuSbD4SZx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzuSbD4SZx .container {
    padding: 0 20px;
  }
}
.cid-uzuSbD4SZx .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uzuSbD4SZx .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uzuSbD4SZx .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uzuSbD4SZx .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uzuSbD4SZx .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzuSbD4SZx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uzuSbD4SZx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uzuSbD4SZx .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uzuSbD4SZx .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uzuSbD4SZx .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzuSbD4SZx .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uzuSbD4SZx .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uzuSbD4SZx .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #ffedf7;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uzuSbD4SZx .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uzuSbD4SZx .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uzuSbD4SZx .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uzuSbD4SZx .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uzuSbD4SZx .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uzuSbD4SZx .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uzuSbD4SZx .mbr-desc {
  color: #000000;
}
.cid-uzuSbD4SZx .panel-number {
  color: #000000;
}
.cid-uzuSbD4SZx .panel-title-edit {
  color: #000000;
}
.cid-uzuSbD4SZx .panel-text {
  color: #000000;
}
.cid-uzuP2hjYlA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uzuP2hjYlA .google-map {
  height: 30rem;
  position: relative;
}
.cid-uzuP2hjYlA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzuP2hjYlA .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-uzuP2hjYlA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzuP2hjYlA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzVnGiSDc1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffedf7;
}
.cid-uzVnGiSDc1 .row {
  align-items: center;
}
.cid-uzVnGiSDc1 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uzVnGiSDc1 .mbr-text,
.cid-uzVnGiSDc1 .mbr-section-btn {
  color: #000000;
}
.cid-uzVnGiSDc1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uzVnGiSDc1 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uzVnGiSDc1 .social-list .mbr-iconfont-social:hover {
  background: #ea1212;
  color: white;
}
.cid-uzVnGiSDc1 .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uzVnGiSDc1 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uzVnGiSDc1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzVnGiSDc1 .mbr-text-title {
  color: #bbbbbb;
}
.cid-uzuP2iMNVe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-uzuP2iMNVe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuP2iMNVe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuP2iMNVe .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uzuP2iMNVe .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uzuP2iMNVe .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzuP2iMNVe .container {
    padding: 0 16px;
  }
}
.cid-uzuP2iMNVe .row {
  justify-content: center;
}
.cid-uzuP2iMNVe .content-wrapper {
  margin-bottom: 36px;
}
.cid-uzuP2iMNVe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzuP2iMNVe .content-wrapper .email-wrapper {
  display: block;
}
.cid-uzuP2iMNVe .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uzuP2iMNVe .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-uzuP2iMNVe .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uzuP2iMNVe .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uzuP2iMNVe .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uzuP2iMNVe .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uzuP2iMNVe .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzuP2iMNVe .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzuP2iMNVe .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzuP2iMNVe .contacts-wrapper .list .item-wrap:hover,
.cid-uzuP2iMNVe .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-uzuP2iMNVe .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-uzuP2iMNVe .mbr-copy {
  margin-bottom: 0;
  color: #333333;
  text-align: center;
}
.cid-uzuP2iMNVe .mbr-section-title {
  color: #080808;
}
.cid-uzuP2iMNVe .mbr-email {
  color: #333333;
}
.cid-uzuP2iMNVe .mbr-desc {
  color: #333333;
}
.cid-uzuP2iMNVe .list {
  color: #333333;
}
.cid-uzuSEXezUx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzuSEXezUx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzuSEXezUx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzuSEXezUx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzuSEXezUx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uzuSEXezUx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzuSEXezUx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzuSEXezUx .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uzuSEXezUx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uzuSEXezUx .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uzuSEXezUx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uzuSEXezUx .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uzuSEXezUx .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uzuSEXezUx .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzuSEXezUx .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzuSEXezUx .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uzuSEXezUx .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzuSEXezUx .navbar-logo {
    padding-left: 0;
  }
}
.cid-uzuSEXezUx .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzuSEXezUx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzuSEXezUx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uzuSEXezUx .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzuSEXezUx .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzuSEXezUx .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uzuSEXezUx .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzuSEXezUx .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
}
.cid-uzuSEXezUx .nav-item:focus,
.cid-uzuSEXezUx .nav-link:focus {
  outline: none;
}
.cid-uzuSEXezUx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzuSEXezUx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzuSEXezUx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzuSEXezUx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzuSEXezUx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzuSEXezUx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzuSEXezUx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzuSEXezUx .navbar.opened {
  transition: all 0.3s;
}
.cid-uzuSEXezUx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzuSEXezUx .navbar .navbar-logo img {
  width: auto;
}
.cid-uzuSEXezUx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uzuSEXezUx .navbar.collapsed {
  justify-content: center;
}
.cid-uzuSEXezUx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzuSEXezUx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzuSEXezUx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uzuSEXezUx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzuSEXezUx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzuSEXezUx .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-uzuSEXezUx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzuSEXezUx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzuSEXezUx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzuSEXezUx .navbar {
    min-height: 72px;
  }
  .cid-uzuSEXezUx .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzuSEXezUx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzuSEXezUx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzuSEXezUx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzuSEXezUx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzuSEXezUx .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-uzuSEXezUx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzuSEXezUx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzuSEXezUx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzuSEXezUx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzuSEXezUx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzuSEXezUx .dropdown-item.active,
.cid-uzuSEXezUx .dropdown-item:active {
  background-color: transparent;
}
.cid-uzuSEXezUx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzuSEXezUx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzuSEXezUx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzuSEXezUx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzuSEXezUx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzuSEXezUx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzuSEXezUx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzuSEXezUx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzuSEXezUx .navbar-buttons {
    text-align: left;
  }
}
.cid-uzuSEXezUx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzuSEXezUx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uzuSEXezUx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzuSEXezUx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzuSEXezUx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzuSEXezUx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzuSEXezUx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzuSEXezUx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzuSEXezUx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzuSEXezUx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzuSEXezUx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzuSEXezUx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzuSEXezUx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzuSEXezUx .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzuSEXezUx .navbar {
    height: 70px;
  }
  .cid-uzuSEXezUx .navbar.opened {
    height: auto;
  }
  .cid-uzuSEXezUx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzuSEXezUx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzuSEXezUx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzuSEXezUx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzuSEXezUx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uzuSEXezUx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzuSEXezUx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uzuSEXezUx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzuSEXezUx .navbar-brand {
    margin-right: auto;
  }
  .cid-uzuSEXezUx .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uzuSEXezUx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzuSEXezUx .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzuSEXezUx .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzuSEXezUx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzuSEXezUx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzuSEXezUx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uzuSEXezUx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzuSEXezUx .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzuSEXezUx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzuSEXezUx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzuSEYA8Fh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuSEYA8Fh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuSEYA8Fh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuSEYA8Fh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uzuSEYA8Fh .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzuSEYA8Fh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzuSEYA8Fh .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzuSEYA8Fh .container {
    padding: 0 24px;
  }
}
.cid-uzuSEYA8Fh .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #38001b;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uzuSEYA8Fh .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uzuSEYA8Fh .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzuSEYA8Fh .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uzuSEYA8Fh .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #38001b;
}
.cid-uzuSEYA8Fh .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzuSEYA8Fh .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzuSEYA8Fh .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzuSEYA8Fh .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uzuSEYA8Fh .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uzuSEYA8Fh .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uzuSEYA8Fh .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uzuSEYA8Fh .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uzuSEYA8Fh .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uzuSEYA8Fh .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uzuSEYA8Fh .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uzuSEYA8Fh .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uzuSEYA8Fh .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uzuSEYA8Fh .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uzuSEYA8Fh .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzuSEYA8Fh .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uzuSEYA8Fh .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uzuSEYA8Fh .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uzuSEYA8Fh .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-uzuSEYA8Fh .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uzuSEYA8Fh .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uzuSEYA8Fh .mbr-section-title {
  color: #18212d;
}
.cid-uzuSEYA8Fh .mbr-desc,
.cid-uzuSEYA8Fh .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uzuSEYA8Fh .mbr-text,
.cid-uzuSEYA8Fh .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uzuSEYA8Fh .mbr-rating {
  color: #EFCC4E;
}
.cid-uzuSEYA8Fh .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uzuSEYA8Fh .mbr-section-title,
.cid-uzuSEYA8Fh .mbr-section-btn {
  text-align: center;
}
.cid-uzuSEYA8Fh .mbr-rating,
.cid-uzuSEYA8Fh .rating-wrapper,
.cid-uzuSEYA8Fh .people-wrapper {
  text-align: center;
}
.cid-uzuSF05doD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffedf7;
}
.cid-uzuSF05doD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuSF05doD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuSF05doD .text-wrap {
  width: 100%;
}
.cid-uzuSF05doD .mbr-title {
  margin-bottom: 0;
  color: #829D85;
}
.cid-uzuSF05doD .mbr-text {
  padding-top: 16px;
  color: #353535;
}
.cid-uzuSF05doD .list-wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uzuSF05doD .list-wrap {
    margin-top: 24px;
  }
}
.cid-uzuSF05doD .list-box {
  width: 100%;
}
.cid-uzuSF05doD .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #000000;
}
.cid-uzuSF05doD .list-text {
  position: relative;
}
.cid-uzuSF05doD .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-uzuSF05doD .list-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: -30px;
  top: 7px;
  background-image: url("../../../assets/images/marker.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uzuSF1fdBv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuSF1fdBv blockquote {
  border-color: #f6fafc;
  border-radius: 4px;
  background-color: #000000;
}
.cid-uzuSF1fdBv .mbr-text {
  color: #ffffff;
}
.cid-uzuSF2ufhP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-uzuSF2ufhP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuSF2ufhP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuSF2ufhP .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzuSF2ufhP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzuSF2ufhP .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uzuSF2ufhP .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzuSF2ufhP .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uzuSF2ufhP .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzuSF2ufhP .image-wrapper img {
    height: 350px;
  }
}
.cid-uzuSF2ufhP .mbr-section-title {
  color: #ffffff;
}
.cid-uzuSF2ufhP .mbr-text {
  color: #ffffff;
}
.cid-uzuSF2ufhP .mbr-section-title,
.cid-uzuSF2ufhP .mbr-section-btn {
  color: #000000;
}
.cid-uzuSF2ufhP .mbr-text,
.cid-uzuSF2ufhP .text-wrapper {
  color: #000000;
}
.cid-uzuSF3Ix5u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uzuSF3Ix5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuSF3Ix5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuSF3Ix5u .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzuSF3Ix5u .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uzuSF3Ix5u .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzuSF3Ix5u .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uzuSF3Ix5u .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ffedf7, #292739);
}
@media (max-width: 992px) {
  .cid-uzuSF3Ix5u .border-wrap {
    margin-top: 32px;
  }
}
.cid-uzuSF3Ix5u .mbr-section-title {
  color: #ffffff;
}
.cid-uzuSF3Ix5u .mbr-text,
.cid-uzuSF3Ix5u .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzuSF3Ix5u .mbr-section-title,
.cid-uzuSF3Ix5u .mbr-section-btn {
  text-align: center;
}
.cid-uzuSF4WVpN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuSF4WVpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuSF4WVpN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuSF4WVpN .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzuSF4WVpN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzuSF4WVpN .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzuSF4WVpN .container {
    padding: 0 20px;
  }
}
.cid-uzuSF4WVpN .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uzuSF4WVpN .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzuSF4WVpN .title-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-uzuSF4WVpN .item {
  padding: 0 12px;
  margin-bottom: 40px;
}
.cid-uzuSF4WVpN .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uzuSF4WVpN .item .item-wrapper .content-wrap .item-img {
  margin-bottom: 20px;
}
.cid-uzuSF4WVpN .item .item-wrapper .content-wrap .item-img img {
  border-radius: 20px !important;
  object-fit: cover;
  height: 430px;
}
@media (max-width: 992px) {
  .cid-uzuSF4WVpN .item .item-wrapper .content-wrap .item-img img {
    height: 350px;
  }
}
.cid-uzuSF4WVpN .item .item-wrapper .content-wrap .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uzuSF4WVpN .item .item-wrapper .content-wrap .item-content .price-wrapper .item-price {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.cid-uzuSF4WVpN .item .item-wrapper .content-wrap .item-content .item-text {
  opacity: .5;
  margin-bottom: 20px;
}
.cid-uzuSF4WVpN .mbr-section-title {
  color: #0f1d07;
}
.cid-uzuSF4WVpN .item-title {
  color: #0f1d07;
}
.cid-uzuSF4WVpN .item-price {
  color: #0f1d07;
}
.cid-uzuSF4WVpN .item-text {
  color: #0f1d07;
}
.cid-uzuSF6wHI7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uzuSF6wHI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuSF6wHI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuSF6wHI7 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzuSF6wHI7 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uzuSF6wHI7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzuSF6wHI7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uzuSF6wHI7 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ffedf7, #292739);
}
@media (max-width: 992px) {
  .cid-uzuSF6wHI7 .border-wrap {
    margin-top: 32px;
  }
}
.cid-uzuSF6wHI7 .mbr-section-title {
  color: #ffffff;
}
.cid-uzuSF6wHI7 .mbr-text,
.cid-uzuSF6wHI7 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzuSF6wHI7 .mbr-section-title,
.cid-uzuSF6wHI7 .mbr-section-btn {
  text-align: center;
}
.cid-uzuSF7KPBT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuSF7KPBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuSF7KPBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuSF7KPBT .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzuSF7KPBT .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzuSF7KPBT .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzuSF7KPBT .container {
    padding: 0 20px;
  }
}
.cid-uzuSF7KPBT .row {
  justify-content: center;
}
.cid-uzuSF7KPBT .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #ffedf7;
}
@media (max-width: 992px) {
  .cid-uzuSF7KPBT .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uzuSF7KPBT .content-wrapper .card {
  justify-content: center;
}
.cid-uzuSF7KPBT .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzuSF7KPBT .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uzuSF7KPBT .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uzuSF7KPBT .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uzuSF7KPBT .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-uzuSF7KPBT .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uzuSF7KPBT .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uzuSF7KPBT .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uzuSF7KPBT .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-uzuSF7KPBT .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzuSF7KPBT .content-wrapper .content-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 40px;
  background-color: #90f188;
}
.cid-uzuSF7KPBT .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzuSF7KPBT .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: .5;
}
.cid-uzuSF7KPBT .mbr-section-title {
  color: #38001b;
}
.cid-uzuSF7KPBT .mbr-text {
  color: #ffffff;
}
.cid-uzuSF7KPBT .mbr-desc {
  color: #0f1d07;
}
.cid-uzuSF7KPBT .mbr-text,
.cid-uzuSF7KPBT .mbr-section-btn {
  color: #38001b;
}
.cid-uzuSF9eNpY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uzuSF9eNpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuSF9eNpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuSF9eNpY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzuSF9eNpY .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uzuSF9eNpY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzuSF9eNpY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uzuSF9eNpY .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ffedf7, #292739);
}
@media (max-width: 992px) {
  .cid-uzuSF9eNpY .border-wrap {
    margin-top: 32px;
  }
}
.cid-uzuSF9eNpY .mbr-section-title {
  color: #ffffff;
}
.cid-uzuSF9eNpY .mbr-text,
.cid-uzuSF9eNpY .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzuSF9eNpY .mbr-section-title,
.cid-uzuSF9eNpY .mbr-section-btn {
  text-align: center;
}
.cid-uzuSFaqxT6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuSFaqxT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuSFaqxT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuSFaqxT6 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uzuSFaqxT6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzuSFaqxT6 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzuSFaqxT6 .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uzuSFaqxT6 .item .item-wrapper {
  height: 100%;
}
.cid-uzuSFaqxT6 .item .item-wrapper:hover .item-img img,
.cid-uzuSFaqxT6 .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uzuSFaqxT6 .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uzuSFaqxT6 .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 450px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzuSFaqxT6 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uzuSFaqxT6 .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uzuSFaqxT6 .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uzuSFaqxT6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzuSFaqxT6 .item-title {
  color: #000000;
}
.cid-uzuSFaqxT6 .item-date {
  color: #000000;
}
.cid-uzuSFch5Ng {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uzuSFch5Ng .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuSFch5Ng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuSFch5Ng .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzuSFch5Ng .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uzuSFch5Ng .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzuSFch5Ng .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uzuSFch5Ng .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ffedf7, #292739);
}
@media (max-width: 992px) {
  .cid-uzuSFch5Ng .border-wrap {
    margin-top: 32px;
  }
}
.cid-uzuSFch5Ng .mbr-section-title {
  color: #ffffff;
}
.cid-uzuSFch5Ng .mbr-text,
.cid-uzuSFch5Ng .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzuSFch5Ng .mbr-section-title,
.cid-uzuSFch5Ng .mbr-section-btn {
  text-align: center;
}
.cid-uzuSFdJaiV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuSFdJaiV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuSFdJaiV .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-uzuSFdJaiV .container {
    padding: 0 20px;
  }
}
.cid-uzuSFdJaiV .row {
  margin: 0;
}
.cid-uzuSFdJaiV .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzuSFdJaiV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzuSFdJaiV .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uzuSFdJaiV .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uzuSFdJaiV .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzuSFdJaiV .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uzuSFdJaiV .mbr-section-title {
  color: #ffffff;
}
.cid-uzuSFf5R43 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuSFf5R43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuSFf5R43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuSFf5R43 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uzuSFf5R43 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uzuSFf5R43 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzuSFf5R43 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uzuSFf5R43 .container {
    padding: 0 16px;
  }
}
.cid-uzuSFf5R43 .row {
  justify-content: center;
}
.cid-uzuSFf5R43 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzuSFf5R43 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzuSFf5R43 .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uzuSFf5R43 .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uzuSFf5R43 .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uzuSFf5R43 .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uzuSFf5R43 .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uzuSFf5R43 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzuSFf5R43 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uzuSFf5R43 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzuSFf5R43 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uzuSFf5R43 .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uzuSFf5R43 .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uzuSFf5R43 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uzuSFf5R43 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzuSFf5R43 .panel-title {
  color: #000000;
}
.cid-uzuSFf5R43 .panel-text {
  color: #000000;
}
.cid-uzuSFgI4Ym {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzuSFgI4Ym .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uzuSFgI4Ym .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uzuSFgI4Ym .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #000000;
  z-index: 1;
}
.cid-uzuSFgI4Ym .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #f4f4f2;
}
.cid-uzuSFgI4Ym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuSFgI4Ym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuSFgI4Ym .row {
  position: relative;
  z-index: 2;
}
.cid-uzuSFgI4Ym .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uzuSFgI4Ym .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uzuSFgI4Ym .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uzuSFgI4Ym .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uzuSFgI4Ym .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uzuSFgI4Ym .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzuSFgI4Ym .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzuSFgI4Ym .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uzuSFgI4Ym .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzuSFgI4Ym .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uzuSFgI4Ym .mbr-section-title {
  color: #ffffff;
}
.cid-uzuSFgI4Ym .mbr-text {
  color: #51565c;
}
.cid-uzuSFgI4Ym .mbr-text,
.cid-uzuSFgI4Ym .text-wrapper {
  color: #ffffff;
}
.cid-uzuSFi3whL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuSFi3whL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuSFi3whL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuSFi3whL .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uzuSFi3whL .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uzuSFi3whL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzuSFi3whL .container {
    padding: 0 20px;
  }
}
.cid-uzuSFi3whL .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uzuSFi3whL .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uzuSFi3whL .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uzuSFi3whL .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uzuSFi3whL .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzuSFi3whL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uzuSFi3whL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uzuSFi3whL .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uzuSFi3whL .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uzuSFi3whL .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzuSFi3whL .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uzuSFi3whL .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uzuSFi3whL .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #ffedf7;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uzuSFi3whL .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uzuSFi3whL .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uzuSFi3whL .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uzuSFi3whL .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uzuSFi3whL .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uzuSFi3whL .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uzuSFi3whL .mbr-desc {
  color: #000000;
}
.cid-uzuSFi3whL .panel-number {
  color: #000000;
}
.cid-uzuSFi3whL .panel-title-edit {
  color: #000000;
}
.cid-uzuSFi3whL .panel-text {
  color: #000000;
}
.cid-uzuSFjuyd2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uzuSFjuyd2 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uzuSFjuyd2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzuSFjuyd2 .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-uzuSFjuyd2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzuSFjuyd2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzVnKwTNWs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffedf7;
}
.cid-uzVnKwTNWs .row {
  align-items: center;
}
.cid-uzVnKwTNWs .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uzVnKwTNWs .mbr-text,
.cid-uzVnKwTNWs .mbr-section-btn {
  color: #000000;
}
.cid-uzVnKwTNWs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uzVnKwTNWs .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uzVnKwTNWs .social-list .mbr-iconfont-social:hover {
  background: #ea1212;
  color: white;
}
.cid-uzVnKwTNWs .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uzVnKwTNWs .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uzVnKwTNWs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzVnKwTNWs .mbr-text-title {
  color: #bbbbbb;
}
.cid-uzuSFl1zAU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-uzuSFl1zAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuSFl1zAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuSFl1zAU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uzuSFl1zAU .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uzuSFl1zAU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzuSFl1zAU .container {
    padding: 0 16px;
  }
}
.cid-uzuSFl1zAU .row {
  justify-content: center;
}
.cid-uzuSFl1zAU .content-wrapper {
  margin-bottom: 36px;
}
.cid-uzuSFl1zAU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzuSFl1zAU .content-wrapper .email-wrapper {
  display: block;
}
.cid-uzuSFl1zAU .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uzuSFl1zAU .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-uzuSFl1zAU .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uzuSFl1zAU .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uzuSFl1zAU .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uzuSFl1zAU .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uzuSFl1zAU .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzuSFl1zAU .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzuSFl1zAU .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzuSFl1zAU .contacts-wrapper .list .item-wrap:hover,
.cid-uzuSFl1zAU .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-uzuSFl1zAU .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-uzuSFl1zAU .mbr-copy {
  margin-bottom: 0;
  color: #333333;
  text-align: center;
}
.cid-uzuSFl1zAU .mbr-section-title {
  color: #080808;
}
.cid-uzuSFl1zAU .mbr-email {
  color: #333333;
}
.cid-uzuSFl1zAU .mbr-desc {
  color: #333333;
}
.cid-uzuSFl1zAU .list {
  color: #333333;
}
