body {
  font-family: Sofia Sans;
}
.display-1 {
  font-family: 'Sofia Sans', sans-serif;
  font-size: 3rem;
  line-height: 150%;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Sofia Sans', sans-serif;
  font-size: 2.625rem;
  line-height: 100%;
}
.display-2 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-4 {
  font-family: 'Sofia Sans', sans-serif;
  font-size: 1rem;
  line-height: 24px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Sofia Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 150%;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Sofia Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 150%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 12px;
}
.bg-primary {
  background-color: #b55fde !important;
}
.bg-success {
  background-color: #ffcd9f !important;
}
.bg-info {
  background-color: #b4dcfa !important;
}
.bg-warning {
  background-color: #e3b4fa !important;
}
.bg-danger {
  background-color: #fd282d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b55fde !important;
  border-color: #b55fde !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8e27bf !important;
  border-color: #8e27bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8e27bf !important;
  border-color: #8e27bf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6928 !important;
  border-color: #ff6928 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #d03f00 !important;
  border-color: #d03f00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d03f00 !important;
  border-color: #d03f00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b4dcfa !important;
  border-color: #b4dcfa !important;
  color: #0b62a4 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #63b6f5 !important;
  border-color: #63b6f5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #0b62a4 !important;
  background-color: #63b6f5 !important;
  border-color: #63b6f5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffcd9f !important;
  border-color: #ffcd9f !important;
  color: #9f4c00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ffa048 !important;
  border-color: #ffa048 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #9f4c00 !important;
  background-color: #ffa048 !important;
  border-color: #ffa048 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e3b4fa !important;
  border-color: #e3b4fa !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c563f5 !important;
  border-color: #c563f5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c563f5 !important;
  border-color: #c563f5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fd282d !important;
  border-color: #fd282d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #cc0207 !important;
  border-color: #cc0207 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc0207 !important;
  border-color: #cc0207 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b55fde;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8e27bf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b55fde !important;
  border-color: #b55fde !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6928;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d03f00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6928 !important;
  border-color: #ff6928 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b4dcfa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #63b6f5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #0b62a4 !important;
  background-color: #b4dcfa !important;
  border-color: #b4dcfa !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffcd9f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffa048 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #9f4c00 !important;
  background-color: #ffcd9f !important;
  border-color: #ffcd9f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e3b4fa;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c563f5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e3b4fa !important;
  border-color: #e3b4fa !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fd282d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cc0207 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fd282d !important;
  border-color: #fd282d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b55fde !important;
}
.text-secondary {
  color: #ff6928 !important;
}
.text-success {
  color: #ffcd9f !important;
}
.text-info {
  color: #b4dcfa !important;
}
.text-warning {
  color: #e3b4fa !important;
}
.text-danger {
  color: #fd282d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8525b2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c13a00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ff9839 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #54aff4 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bf54f4 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #bd0206 !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: #b55fde;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b4dcfa;
}
.alert-warning {
  background-color: #e3b4fa;
}
.alert-danger {
  background-color: #fd282d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b55fde;
  border-color: #b55fde;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b55fde;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #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: #fff2f2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Sofia Sans', sans-serif;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #b55fde !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Sofia Sans', sans-serif;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #b55fde;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b55fde;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b55fde;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b55fde;
  border-bottom-color: #b55fde;
}
.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: #b55fde !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: #ff6928 !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='%23b55fde' %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 {
  box-shadow: none;
  padding: 22px;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 16px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  border: 2px solid #b55fde !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  border: 2px solid #b55fde !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  border: 2px solid #ff6928 !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  border: 2px solid #ff6928 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  border: 2px solid #ffcd9f !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  border: 2px solid #ffcd9f !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  border: 2px solid #b4dcfa !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  border: 2px solid #b4dcfa !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  border: 2px solid #e3b4fa !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  border: 2px solid #e3b4fa !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger {
  border: 2px solid #fd282d !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  border: 2px solid #fd282d !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black {
  border: 2px solid #000000 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  border: 2px solid #000000 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: 2px solid #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  border: 2px solid #ffffff !important;
}
.cid-uhUq9T1u8s {
  z-index: 1000;
  width: 100%;
}
.cid-uhUq9T1u8s nav.navbar {
  position: fixed;
}
.cid-uhUq9T1u8s .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhUq9T1u8s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhUq9T1u8s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhUq9T1u8s .dropdown-item:hover,
.cid-uhUq9T1u8s .dropdown-item:focus {
  background: #b55fde !important;
  color: white !important;
}
.cid-uhUq9T1u8s .dropdown-item:hover span {
  color: white;
}
.cid-uhUq9T1u8s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhUq9T1u8s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhUq9T1u8s .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhUq9T1u8s .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhUq9T1u8s .nav-link {
  position: relative;
}
.cid-uhUq9T1u8s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uhUq9T1u8s .container {
    flex-wrap: nowrap;
  }
}
.cid-uhUq9T1u8s .dropdown-menu,
.cid-uhUq9T1u8s .navbar.opened {
  background: #ede7e2 !important;
}
.cid-uhUq9T1u8s .nav-item:focus,
.cid-uhUq9T1u8s .nav-link:focus {
  outline: none;
}
.cid-uhUq9T1u8s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhUq9T1u8s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhUq9T1u8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhUq9T1u8s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhUq9T1u8s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhUq9T1u8s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhUq9T1u8s .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-uhUq9T1u8s .navbar.opened {
  transition: all 0.3s;
}
.cid-uhUq9T1u8s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhUq9T1u8s .navbar .navbar-logo img {
  width: auto;
}
.cid-uhUq9T1u8s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhUq9T1u8s .navbar.collapsed {
  justify-content: center;
}
.cid-uhUq9T1u8s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhUq9T1u8s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhUq9T1u8s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uhUq9T1u8s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhUq9T1u8s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhUq9T1u8s .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-uhUq9T1u8s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhUq9T1u8s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhUq9T1u8s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhUq9T1u8s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhUq9T1u8s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhUq9T1u8s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhUq9T1u8s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhUq9T1u8s .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-uhUq9T1u8s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhUq9T1u8s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhUq9T1u8s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhUq9T1u8s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhUq9T1u8s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhUq9T1u8s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhUq9T1u8s .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhUq9T1u8s .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-uhUq9T1u8s .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uhUq9T1u8s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhUq9T1u8s .dropdown-item.active,
.cid-uhUq9T1u8s .dropdown-item:active {
  background-color: transparent;
}
.cid-uhUq9T1u8s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhUq9T1u8s .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhUq9T1u8s .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhUq9T1u8s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ede7e2;
}
.cid-uhUq9T1u8s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhUq9T1u8s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhUq9T1u8s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhUq9T1u8s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhUq9T1u8s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhUq9T1u8s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uhUq9T1u8s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhUq9T1u8s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhUq9T1u8s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhUq9T1u8s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhUq9T1u8s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhUq9T1u8s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhUq9T1u8s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhUq9T1u8s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhUq9T1u8s .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhUq9T1u8s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhUq9T1u8s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhUq9T1u8s .navbar {
    height: 70px;
  }
  .cid-uhUq9T1u8s .navbar.opened {
    height: auto;
  }
  .cid-uhUq9T1u8s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhUq9T1u8s .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-uhUq9T1u8s .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #000000;
  background: #ede7e2;
}
.cid-uhUq9T1u8s .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhUq9T1u8s .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-uhUq9T1u8s .navbar-nav .nav-link:hover {
  background-color: #000000;
  color: #ede7e2 !important;
  box-shadow: 2px 0 0 #000000, 0 1px 0 #000000, -2px 0 0 #000000, 0 -1px 0 #000000;
}
@media (min-width: 992px) {
  .cid-uhUq9T1u8s .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-uhUq9T1u8s .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-uhUq9T1u8s .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-uhUq9T1u8s .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uhUq9T1u8s .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-uhUq9T1u8s .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-uhUq9T1u8s .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-uhUq9T1u8s .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uhUq9T1u8s .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-uhUq9T1u8s .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #000000 !important;
    box-shadow: none;
  }
  .cid-uhUq9T1u8s .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-uhUq9T1u8s .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uhUq9T1u8s .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-uhUq9T1u8s .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-uhUq9T1u8s .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-uhUq9T1u8s .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-uhUq9T1u8s .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-tFck9GZynm {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #af7036;
}
.cid-tFck9GZynm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFck9GZynm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFck9GZynm .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tFck9GZynm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tFck9GZynm .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tFck9GZynm .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tFck9GZynm .container {
    padding: 0 12px;
  }
}
.cid-tFck9GZynm .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tFck9GZynm .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tFck9GZynm .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #ffcd9f;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tFck9GZynm .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-tFck9GZynm .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-tFck9GZynm .image-wrapper img {
  position: absolute;
  top: 0;
  width: 850px;
  height: 850px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tFck9GZynm .image-wrapper img {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .cid-tFck9GZynm .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.cid-tFck9GZynm .image-wrapper .card-wrapper {
  position: relative;
  max-width: 40%;
  margin-top: 16rem;
  padding: 24px;
  border-radius: 32px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tFck9GZynm .image-wrapper .card-wrapper {
    max-width: 100%;
    border-radius: 24px;
    margin-top: 10rem;
  }
}
.cid-tFck9GZynm .image-wrapper .card-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-tFck9GZynm .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tFck9GZynm .mbr-text {
  color: #222222;
}
.cid-tFck9GZynm .mbr-text,
.cid-tFck9GZynm .mbr-section-btn {
  text-align: center;
}
.cid-tFckcKjbti {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tFckcKjbti .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFckcKjbti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFckcKjbti .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tFckcKjbti .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tFckcKjbti .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tFckcKjbti .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tFckcKjbti .container {
    padding: 0 12px;
  }
}
.cid-tFckcKjbti .row {
  justify-content: center;
}
.cid-tFckcKjbti .title-wrapper .mbr-card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tFckcKjbti .title-wrapper .mbr-card-title {
    margin-bottom: 24px;
  }
}
.cid-tFckcKjbti .card .card_1 .card-wrap::before,
.cid-tFckcKjbti .card .card_5 .card-wrap::before {
  background-color: #b4dcfa;
}
.cid-tFckcKjbti .card .card_2 .card-wrap::before {
  background-color: #ffcd9f;
}
.cid-tFckcKjbti .card .card_3 .card-wrap::before,
.cid-tFckcKjbti .card .card_4 .card-wrap::before {
  background-color: #e3b4fa;
}
.cid-tFckcKjbti .card .card-wrapper {
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tFckcKjbti .card .card-wrapper {
    padding: 40px 0;
  }
}
.cid-tFckcKjbti .card .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 250px;
  height: 250px;
  padding: 0 5px;
}
@media (max-width: 1200px) {
  .cid-tFckcKjbti .card .card-wrapper .card-wrap {
    width: 200px;
    height: 200px;
  }
}
.cid-tFckcKjbti .card .card-wrapper .card-wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  transform: rotate(45deg);
}
@media (max-width: 992px) {
  .cid-tFckcKjbti .card .card-wrapper .card-wrap::before {
    border-radius: 24px;
  }
}
.cid-tFckcKjbti .card .card-wrapper .card-wrap .mbr-card-title {
  position: relative;
  margin-bottom: 0;
}
.cid-tFckcKjbti .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tFckcKjbti .mbr-card-title {
  color: #222222;
  text-align: center;
}
.cid-tFckggnLLy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-tFckggnLLy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFckggnLLy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFckggnLLy .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tFckggnLLy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tFckggnLLy .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tFckggnLLy .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tFckggnLLy .container {
    padding: 0 12px;
  }
}
.cid-tFckggnLLy .row {
  padding: 60px 44px;
  background-color: #222222;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tFckggnLLy .row {
    padding: 24px 12px;
    border-radius: 32px;
  }
}
.cid-tFckggnLLy .row .card {
  justify-content: center;
}
.cid-tFckggnLLy .row .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tFckggnLLy .row .card .text-wrapper .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.cid-tFckggnLLy .mbr-text {
  color: #ffffff;
}
.cid-tFckggnLLy .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tFckggnLLy .mbr-section-btn {
    text-align: center;
  }
}
.cid-tFckggnLLy .mbr-text,
.cid-tFckggnLLy .mbr-section-btn {
  text-align: left;
}
.cid-tFckcwHi6q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tFckcwHi6q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFckcwHi6q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFckcwHi6q .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tFckcwHi6q .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tFckcwHi6q .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tFckcwHi6q .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tFckcwHi6q .container {
    padding: 0 12px;
  }
}
.cid-tFckcwHi6q .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-tFckcwHi6q .card {
  padding: 0 9px;
}
.cid-tFckcwHi6q .card .card_1 {
  border: 3px solid #b4dcfa;
  box-shadow: 4px 4px #b4dcfa;
}
.cid-tFckcwHi6q .card .card_2 {
  border: 3px solid #ffcd9f;
  box-shadow: 4px 4px #ffcd9f;
  margin-top: 35%;
}
.cid-tFckcwHi6q .card .card_3 {
  border: 3px solid #e3b4fa;
  box-shadow: 4px 4px #e3b4fa;
}
.cid-tFckcwHi6q .card .card_4 {
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  margin-top: 35%;
}
.cid-tFckcwHi6q .card .card-wrapper {
  padding: 24px;
  border-radius: 24px;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-tFckcwHi6q .card .card-wrapper {
    display: block;
    margin: 0 0 24px 0;
  }
}
.cid-tFckcwHi6q .card .card-wrapper .mbr-card-title {
  margin-bottom: 12px;
}
.cid-tFckcwHi6q .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFckcwHi6q .mbr-card-title {
  color: #222222;
  text-align: center;
}
.cid-tFckcwHi6q .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-tFckgQZBbl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-tFckgQZBbl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFckgQZBbl .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-tFckgQZBbl .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tFckgQZBbl .container {
    padding: 0 12px;
  }
}
.cid-tFckgQZBbl .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tFckgQZBbl .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-tFckgQZBbl .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tFckgQZBbl .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-tFckgQZBbl .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tFckgQZBbl .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tFckgQZBbl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFckgQZBbl .mbr-section-title {
  color: #222222;
}
.cid-tFckgQZBbl .mbr-text {
  color: #222222;
}
.cid-tFckaUTLZg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tFckaUTLZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFckaUTLZg .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-tFckaUTLZg .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tFckaUTLZg .container {
    padding: 0 12px;
  }
}
.cid-tFckaUTLZg .title-wrapper a {
  display: block;
}
.cid-tFckaUTLZg .title-wrapper a:hover .mbr-section-title span,
.cid-tFckaUTLZg .title-wrapper a:focus .mbr-section-title span {
  color: #ff6928;
}
.cid-tFckaUTLZg .title-wrapper a .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tFckaUTLZg .title-wrapper a .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tFckaUTLZg .title-wrapper a .mbr-section-title span {
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.cid-tFckaUTLZg .title-wrapper a .mbr-section-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.cid-tFckaUTLZg .card .card_1 {
  border: 3px solid #ffcd9f;
  box-shadow: 4px 4px #ffcd9f;
}
.cid-tFckaUTLZg .card .card_2 {
  border: 3px solid #e3b4fa;
  box-shadow: 4px 4px #e3b4fa;
  margin: -3% auto 0;
}
.cid-tFckaUTLZg .card .card_3 {
  border: 3px solid #b4dcfa;
  box-shadow: 4px 4px #b4dcfa;
  margin: -3% 0 0 auto;
}
.cid-tFckaUTLZg .card .card-wrapper {
  width: 490px;
  padding: 40px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-tFckaUTLZg .card .card-wrapper {
    display: block;
    width: 100%;
    margin: 0 0 24px 0;
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-tFckaUTLZg .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFckaUTLZg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tFckaUTLZg .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-tFclRoOxlD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-tFclRoOxlD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFclRoOxlD .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-tFclRoOxlD .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tFclRoOxlD .container {
    padding: 0 12px;
  }
}
.cid-tFclRoOxlD .row {
  justify-content: center;
}
.cid-tFclRoOxlD .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #ffffff;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tFclRoOxlD .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tFclRoOxlD .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tFclRoOxlD .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tFclRoOxlD .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFclRoOxlD .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-tFclRoOxlD .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-tFclRoOxlD .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-tFclRoOxlD .mbr-section-title {
  color: #222222;
}
.cid-tFclRoOxlD .mbr-text {
  color: #222222;
}
.cid-tFckd7vcf3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tFckd7vcf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFckd7vcf3 .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-tFckd7vcf3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tFckd7vcf3 .container {
    padding: 0 12px;
  }
}
.cid-tFckd7vcf3 .item {
  margin-bottom: 32px;
}
.cid-tFckd7vcf3 .item a {
  display: block;
}
.cid-tFckd7vcf3 .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-tFckd7vcf3 .item a .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 32px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tFckd7vcf3 .item a .item-wrapper .item-img {
    border-radius: 24px;
  }
}
.cid-tFckd7vcf3 .item a .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tFckd7vcf3 .item a .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-tFckd7vcf3 .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-tFckd7vcf3 .mbr-section-btn {
  text-align: center;
}
.cid-tFckd7vcf3 .item-content {
  color: #222222;
}
.cid-tFckdIcxBb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-tFckdIcxBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFckdIcxBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFckdIcxBb .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tFckdIcxBb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tFckdIcxBb .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tFckdIcxBb .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tFckdIcxBb .container {
    padding: 0 12px;
  }
}
.cid-tFckdIcxBb .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tFckdIcxBb .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tFckdIcxBb .row.card-wrapper {
  padding: 80px;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tFckdIcxBb .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-tFckdIcxBb .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-tFckdIcxBb .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-tFckdIcxBb .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-tFckdIcxBb .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-tFckdIcxBb .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tFckdIcxBb .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tFckdIcxBb .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tFckdIcxBb .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #000000;
}
.cid-tFckdIcxBb .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tFckdIcxBb .mbr-section-subtitle {
  color: #222222;
}
.cid-tFckdIcxBb .mbr-text {
  color: #222222;
}
.cid-tFckdIcxBb .list {
  color: #222222;
}
.cid-tFckXTcftl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tFckXTcftl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFckXTcftl .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-tFckXTcftl .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tFckXTcftl .container {
    padding: 0 12px;
  }
}
.cid-tFckXTcftl .row {
  justify-content: center;
}
.cid-tFckXTcftl .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tFckXTcftl .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tFckXTcftl .panel-group .card {
  border-radius: 50px;
  border: 3px solid #af7036;
  box-shadow: 4px 4px #af7036;
  background-color: #ffffff;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tFckXTcftl .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-tFckXTcftl .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-tFckXTcftl .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tFckXTcftl .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tFckXTcftl .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #af7036;
  transition: all 0.3s ease-in-out;
}
.cid-tFckXTcftl .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-tFckXTcftl .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-tFckXTcftl .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-tFckXTcftl .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tFckXTcftl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tFckXTcftl .panel-title-edit {
  color: #222222;
}
.cid-tFckXTcftl .panel-text {
  color: #222222;
}
.cid-uhUzQ5ywZ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhUzQ5ywZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUzQ5ywZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUzQ5ywZ0 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhUzQ5ywZ0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUzQ5ywZ0 .container {
    padding: 0 12px;
  }
}
.cid-uhUzQ5ywZ0 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUzQ5ywZ0 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhUzQ5ywZ0 .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhUzQ5ywZ0 .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uhUzQ5ywZ0 .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uhUzQ5ywZ0 .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uhUzQ5ywZ0 .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uhUzQ5ywZ0 .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uhUzQ5ywZ0 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uhUzQ5ywZ0 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uhUzQ5ywZ0 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uhUzQ5ywZ0 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uhUzQ5ywZ0 .mbr-section-subtitle {
  color: #222222;
}
.cid-uhUzQ5ywZ0 .mbr-text {
  color: #222222;
}
.cid-uhUzQ5ywZ0 .list {
  color: #222222;
}
.cid-uhUBhUEzL4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhUBhUEzL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUBhUEzL4 .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-uhUBhUEzL4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUBhUEzL4 .container {
    padding: 0 12px;
  }
}
.cid-uhUBhUEzL4 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uhUBhUEzL4 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhUBhUEzL4 .mbr-section-title {
  color: #222222;
}
.cid-uhUBhUEzL4 .mbr-text {
  color: #222222;
}
.cid-uhUBz69Arz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhUBz69Arz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUBz69Arz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUBz69Arz .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhUBz69Arz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUBz69Arz .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhUBz69Arz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUBz69Arz .container {
    padding: 0 12px;
  }
}
.cid-uhUBz69Arz .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uhUBz69Arz .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uhUBz69Arz .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uhUBz69Arz .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uhUBz69Arz .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUBz69Arz .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhUBz69Arz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhUBz69Arz .mbr-section-title {
  color: #222222;
}
.cid-uhUBz69Arz .mbr-text {
  color: #222222;
}
.cid-uhUBD6j9oD {
  background-color: #ffffff;
}
.cid-uhUBD6j9oD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUBD6j9oD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUBD6j9oD .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uhUBD6j9oD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uhUBD6j9oD .container {
    padding: 0 26px;
  }
}
.cid-uhUBD6j9oD .row {
  justify-content: center;
}
.cid-uhUBD6j9oD .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uhUBD6j9oD .google-map iframe {
    height: 400px;
  }
}
.cid-tFckWS9pIk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-tFckWS9pIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFckWS9pIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFckWS9pIk .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tFckWS9pIk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tFckWS9pIk .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tFckWS9pIk .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tFckWS9pIk .container {
    padding: 0 12px;
  }
}
.cid-tFckWS9pIk .title-wrapper a {
  display: block;
}
.cid-tFckWS9pIk .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tFckWS9pIk .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tFckWS9pIk .list-wrapper .list,
.cid-tFckWS9pIk .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tFckWS9pIk .list-wrapper .list,
  .cid-tFckWS9pIk .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tFckWS9pIk .list-wrapper .list .item-wrap,
.cid-tFckWS9pIk .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tFckWS9pIk .list-wrapper .list .item-wrap:hover,
.cid-tFckWS9pIk .list-wrapper .list_main .item-wrap:hover,
.cid-tFckWS9pIk .list-wrapper .list .item-wrap:focus,
.cid-tFckWS9pIk .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tFckWS9pIk .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tFckWS9pIk .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tFckWS9pIk .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tFckWS9pIk .contacts-wrapper .list .item-wrap:hover,
.cid-tFckWS9pIk .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tFckWS9pIk .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tFckWS9pIk .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tFckWS9pIk .social-row .soc-item {
  margin-right: 24px;
}
.cid-tFckWS9pIk .social-row .soc-item a:hover .mbr-iconfont,
.cid-tFckWS9pIk .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-tFckWS9pIk .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tFckWS9pIk .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-tFckWS9pIk .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tFckWS9pIk .mbr-list-title {
  color: #ffffff;
}
.cid-tFckWS9pIk .list {
  color: #ffffff;
}
.cid-tFckWS9pIk .list_main {
  color: #000000;
}
.cid-uhULAKxlgu {
  z-index: 1000;
  width: 100%;
}
.cid-uhULAKxlgu nav.navbar {
  position: fixed;
}
.cid-uhULAKxlgu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhULAKxlgu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhULAKxlgu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhULAKxlgu .dropdown-item:hover,
.cid-uhULAKxlgu .dropdown-item:focus {
  background: #b55fde !important;
  color: white !important;
}
.cid-uhULAKxlgu .dropdown-item:hover span {
  color: white;
}
.cid-uhULAKxlgu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhULAKxlgu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhULAKxlgu .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhULAKxlgu .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhULAKxlgu .nav-link {
  position: relative;
}
.cid-uhULAKxlgu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uhULAKxlgu .container {
    flex-wrap: nowrap;
  }
}
.cid-uhULAKxlgu .dropdown-menu,
.cid-uhULAKxlgu .navbar.opened {
  background: #ede7e2 !important;
}
.cid-uhULAKxlgu .nav-item:focus,
.cid-uhULAKxlgu .nav-link:focus {
  outline: none;
}
.cid-uhULAKxlgu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhULAKxlgu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhULAKxlgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhULAKxlgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhULAKxlgu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhULAKxlgu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhULAKxlgu .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-uhULAKxlgu .navbar.opened {
  transition: all 0.3s;
}
.cid-uhULAKxlgu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhULAKxlgu .navbar .navbar-logo img {
  width: auto;
}
.cid-uhULAKxlgu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhULAKxlgu .navbar.collapsed {
  justify-content: center;
}
.cid-uhULAKxlgu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhULAKxlgu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhULAKxlgu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uhULAKxlgu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhULAKxlgu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhULAKxlgu .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-uhULAKxlgu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhULAKxlgu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhULAKxlgu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhULAKxlgu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhULAKxlgu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhULAKxlgu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhULAKxlgu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhULAKxlgu .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-uhULAKxlgu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhULAKxlgu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhULAKxlgu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhULAKxlgu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhULAKxlgu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhULAKxlgu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhULAKxlgu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhULAKxlgu .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-uhULAKxlgu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uhULAKxlgu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhULAKxlgu .dropdown-item.active,
.cid-uhULAKxlgu .dropdown-item:active {
  background-color: transparent;
}
.cid-uhULAKxlgu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhULAKxlgu .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhULAKxlgu .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhULAKxlgu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ede7e2;
}
.cid-uhULAKxlgu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhULAKxlgu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhULAKxlgu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhULAKxlgu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhULAKxlgu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhULAKxlgu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uhULAKxlgu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhULAKxlgu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhULAKxlgu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhULAKxlgu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhULAKxlgu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhULAKxlgu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhULAKxlgu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhULAKxlgu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhULAKxlgu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhULAKxlgu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhULAKxlgu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhULAKxlgu .navbar {
    height: 70px;
  }
  .cid-uhULAKxlgu .navbar.opened {
    height: auto;
  }
  .cid-uhULAKxlgu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhULAKxlgu .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-uhULAKxlgu .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #000000;
  background: #ede7e2;
}
.cid-uhULAKxlgu .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhULAKxlgu .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-uhULAKxlgu .navbar-nav .nav-link:hover {
  background-color: #000000;
  color: #ede7e2 !important;
  box-shadow: 2px 0 0 #000000, 0 1px 0 #000000, -2px 0 0 #000000, 0 -1px 0 #000000;
}
@media (min-width: 992px) {
  .cid-uhULAKxlgu .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-uhULAKxlgu .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-uhULAKxlgu .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-uhULAKxlgu .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uhULAKxlgu .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-uhULAKxlgu .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-uhULAKxlgu .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-uhULAKxlgu .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uhULAKxlgu .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-uhULAKxlgu .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #000000 !important;
    box-shadow: none;
  }
  .cid-uhULAKxlgu .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-uhULAKxlgu .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uhULAKxlgu .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-uhULAKxlgu .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-uhULAKxlgu .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-uhULAKxlgu .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-uhULAKxlgu .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uhULALm2Yh {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #af7036;
}
.cid-uhULALm2Yh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhULALm2Yh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhULALm2Yh .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhULALm2Yh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhULALm2Yh .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhULALm2Yh .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhULALm2Yh .container {
    padding: 0 12px;
  }
}
.cid-uhULALm2Yh .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhULALm2Yh .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhULALm2Yh .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #ffcd9f;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uhULALm2Yh .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-uhULALm2Yh .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uhULALm2Yh .image-wrapper img {
  position: absolute;
  top: 0;
  width: 850px;
  height: 850px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uhULALm2Yh .image-wrapper img {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .cid-uhULALm2Yh .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.cid-uhULALm2Yh .image-wrapper .card-wrapper {
  position: relative;
  max-width: 40%;
  margin-top: 16rem;
  padding: 24px;
  border-radius: 32px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhULALm2Yh .image-wrapper .card-wrapper {
    max-width: 100%;
    border-radius: 24px;
    margin-top: 10rem;
  }
}
.cid-uhULALm2Yh .image-wrapper .card-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uhULALm2Yh .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uhULALm2Yh .mbr-text {
  color: #222222;
}
.cid-uhULALm2Yh .mbr-text,
.cid-uhULALm2Yh .mbr-section-btn {
  text-align: center;
}
.cid-uhULAOIIr9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhULAOIIr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhULAOIIr9 .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-uhULAOIIr9 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhULAOIIr9 .container {
    padding: 0 12px;
  }
}
.cid-uhULAOIIr9 .row {
  justify-content: center;
}
.cid-uhULAOIIr9 .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #af7036;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uhULAOIIr9 .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uhULAOIIr9 .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhULAOIIr9 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uhULAOIIr9 .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhULAOIIr9 .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-uhULAOIIr9 .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-uhULAOIIr9 .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-uhULAOIIr9 .mbr-section-title {
  color: #222222;
}
.cid-uhULAOIIr9 .mbr-text {
  color: #222222;
}
.cid-uhULAT3r2z {
  background-color: #ffcd9f;
}
.cid-uhULAT3r2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhULAT3r2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhULAT3r2z .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uhULAT3r2z .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uhULAT3r2z .container {
    padding: 0 26px;
  }
}
.cid-uhULAT3r2z .row {
  justify-content: center;
}
.cid-uhULAT3r2z .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uhULAT3r2z .google-map iframe {
    height: 400px;
  }
}
.cid-uhULATymc6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhULATymc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhULATymc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhULATymc6 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhULATymc6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhULATymc6 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhULATymc6 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhULATymc6 .container {
    padding: 0 12px;
  }
}
.cid-uhULATymc6 .title-wrapper a {
  display: block;
}
.cid-uhULATymc6 .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uhULATymc6 .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uhULATymc6 .list-wrapper .list,
.cid-uhULATymc6 .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uhULATymc6 .list-wrapper .list,
  .cid-uhULATymc6 .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uhULATymc6 .list-wrapper .list .item-wrap,
.cid-uhULATymc6 .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhULATymc6 .list-wrapper .list .item-wrap:hover,
.cid-uhULATymc6 .list-wrapper .list_main .item-wrap:hover,
.cid-uhULATymc6 .list-wrapper .list .item-wrap:focus,
.cid-uhULATymc6 .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uhULATymc6 .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uhULATymc6 .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uhULATymc6 .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhULATymc6 .contacts-wrapper .list .item-wrap:hover,
.cid-uhULATymc6 .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uhULATymc6 .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhULATymc6 .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uhULATymc6 .social-row .soc-item {
  margin-right: 24px;
}
.cid-uhULATymc6 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uhULATymc6 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uhULATymc6 .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uhULATymc6 .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uhULATymc6 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uhULATymc6 .mbr-list-title {
  color: #ffffff;
}
.cid-uhULATymc6 .list {
  color: #ffffff;
}
.cid-uhULATymc6 .list_main {
  color: #000000;
}
.cid-uhUMTfMTAP {
  z-index: 1000;
  width: 100%;
}
.cid-uhUMTfMTAP nav.navbar {
  position: fixed;
}
.cid-uhUMTfMTAP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhUMTfMTAP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhUMTfMTAP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhUMTfMTAP .dropdown-item:hover,
.cid-uhUMTfMTAP .dropdown-item:focus {
  background: #b55fde !important;
  color: white !important;
}
.cid-uhUMTfMTAP .dropdown-item:hover span {
  color: white;
}
.cid-uhUMTfMTAP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhUMTfMTAP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhUMTfMTAP .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhUMTfMTAP .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhUMTfMTAP .nav-link {
  position: relative;
}
.cid-uhUMTfMTAP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uhUMTfMTAP .container {
    flex-wrap: nowrap;
  }
}
.cid-uhUMTfMTAP .dropdown-menu,
.cid-uhUMTfMTAP .navbar.opened {
  background: #ede7e2 !important;
}
.cid-uhUMTfMTAP .nav-item:focus,
.cid-uhUMTfMTAP .nav-link:focus {
  outline: none;
}
.cid-uhUMTfMTAP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhUMTfMTAP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhUMTfMTAP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhUMTfMTAP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhUMTfMTAP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhUMTfMTAP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhUMTfMTAP .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-uhUMTfMTAP .navbar.opened {
  transition: all 0.3s;
}
.cid-uhUMTfMTAP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhUMTfMTAP .navbar .navbar-logo img {
  width: auto;
}
.cid-uhUMTfMTAP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhUMTfMTAP .navbar.collapsed {
  justify-content: center;
}
.cid-uhUMTfMTAP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhUMTfMTAP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhUMTfMTAP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uhUMTfMTAP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhUMTfMTAP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhUMTfMTAP .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-uhUMTfMTAP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhUMTfMTAP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhUMTfMTAP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhUMTfMTAP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhUMTfMTAP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhUMTfMTAP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhUMTfMTAP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhUMTfMTAP .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-uhUMTfMTAP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhUMTfMTAP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhUMTfMTAP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhUMTfMTAP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhUMTfMTAP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhUMTfMTAP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhUMTfMTAP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhUMTfMTAP .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-uhUMTfMTAP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uhUMTfMTAP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhUMTfMTAP .dropdown-item.active,
.cid-uhUMTfMTAP .dropdown-item:active {
  background-color: transparent;
}
.cid-uhUMTfMTAP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhUMTfMTAP .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhUMTfMTAP .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhUMTfMTAP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ede7e2;
}
.cid-uhUMTfMTAP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhUMTfMTAP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhUMTfMTAP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhUMTfMTAP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhUMTfMTAP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhUMTfMTAP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uhUMTfMTAP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhUMTfMTAP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhUMTfMTAP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhUMTfMTAP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhUMTfMTAP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhUMTfMTAP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhUMTfMTAP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhUMTfMTAP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhUMTfMTAP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhUMTfMTAP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhUMTfMTAP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhUMTfMTAP .navbar {
    height: 70px;
  }
  .cid-uhUMTfMTAP .navbar.opened {
    height: auto;
  }
  .cid-uhUMTfMTAP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhUMTfMTAP .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-uhUMTfMTAP .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #000000;
  background: #ede7e2;
}
.cid-uhUMTfMTAP .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhUMTfMTAP .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-uhUMTfMTAP .navbar-nav .nav-link:hover {
  background-color: #000000;
  color: #ede7e2 !important;
  box-shadow: 2px 0 0 #000000, 0 1px 0 #000000, -2px 0 0 #000000, 0 -1px 0 #000000;
}
@media (min-width: 992px) {
  .cid-uhUMTfMTAP .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-uhUMTfMTAP .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-uhUMTfMTAP .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-uhUMTfMTAP .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uhUMTfMTAP .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-uhUMTfMTAP .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-uhUMTfMTAP .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-uhUMTfMTAP .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uhUMTfMTAP .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-uhUMTfMTAP .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #000000 !important;
    box-shadow: none;
  }
  .cid-uhUMTfMTAP .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-uhUMTfMTAP .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uhUMTfMTAP .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-uhUMTfMTAP .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-uhUMTfMTAP .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-uhUMTfMTAP .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-uhUMTfMTAP .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uhUMTgm9R5 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #af7036;
}
.cid-uhUMTgm9R5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUMTgm9R5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUMTgm9R5 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhUMTgm9R5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUMTgm9R5 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhUMTgm9R5 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUMTgm9R5 .container {
    padding: 0 12px;
  }
}
.cid-uhUMTgm9R5 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUMTgm9R5 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhUMTgm9R5 .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #ffcd9f;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uhUMTgm9R5 .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-uhUMTgm9R5 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uhUMTgm9R5 .image-wrapper img {
  position: absolute;
  top: 0;
  width: 850px;
  height: 850px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uhUMTgm9R5 .image-wrapper img {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .cid-uhUMTgm9R5 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.cid-uhUMTgm9R5 .image-wrapper .card-wrapper {
  position: relative;
  max-width: 40%;
  margin-top: 16rem;
  padding: 24px;
  border-radius: 32px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhUMTgm9R5 .image-wrapper .card-wrapper {
    max-width: 100%;
    border-radius: 24px;
    margin-top: 10rem;
  }
}
.cid-uhUMTgm9R5 .image-wrapper .card-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uhUMTgm9R5 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uhUMTgm9R5 .mbr-text {
  color: #222222;
}
.cid-uhUMTgm9R5 .mbr-text,
.cid-uhUMTgm9R5 .mbr-section-btn {
  text-align: center;
}
.cid-uhUMTgNIft {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhUMTgNIft .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUMTgNIft .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-uhUMTgNIft .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUMTgNIft .container {
    padding: 0 12px;
  }
}
.cid-uhUMTgNIft .row {
  justify-content: center;
}
.cid-uhUMTgNIft .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #af7036;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uhUMTgNIft .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uhUMTgNIft .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhUMTgNIft .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uhUMTgNIft .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhUMTgNIft .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-uhUMTgNIft .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-uhUMTgNIft .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-uhUMTgNIft .mbr-section-title {
  color: #222222;
}
.cid-uhUMTgNIft .mbr-text {
  color: #222222;
}
.cid-uhUMTh7XIi {
  background-color: #ffcd9f;
}
.cid-uhUMTh7XIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUMTh7XIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUMTh7XIi .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uhUMTh7XIi .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uhUMTh7XIi .container {
    padding: 0 26px;
  }
}
.cid-uhUMTh7XIi .row {
  justify-content: center;
}
.cid-uhUMTh7XIi .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uhUMTh7XIi .google-map iframe {
    height: 400px;
  }
}
.cid-uhUMThwftx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhUMThwftx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUMThwftx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUMThwftx .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhUMThwftx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUMThwftx .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhUMThwftx .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUMThwftx .container {
    padding: 0 12px;
  }
}
.cid-uhUMThwftx .title-wrapper a {
  display: block;
}
.cid-uhUMThwftx .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uhUMThwftx .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uhUMThwftx .list-wrapper .list,
.cid-uhUMThwftx .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uhUMThwftx .list-wrapper .list,
  .cid-uhUMThwftx .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uhUMThwftx .list-wrapper .list .item-wrap,
.cid-uhUMThwftx .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhUMThwftx .list-wrapper .list .item-wrap:hover,
.cid-uhUMThwftx .list-wrapper .list_main .item-wrap:hover,
.cid-uhUMThwftx .list-wrapper .list .item-wrap:focus,
.cid-uhUMThwftx .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uhUMThwftx .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uhUMThwftx .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uhUMThwftx .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhUMThwftx .contacts-wrapper .list .item-wrap:hover,
.cid-uhUMThwftx .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uhUMThwftx .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUMThwftx .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uhUMThwftx .social-row .soc-item {
  margin-right: 24px;
}
.cid-uhUMThwftx .social-row .soc-item a:hover .mbr-iconfont,
.cid-uhUMThwftx .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uhUMThwftx .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uhUMThwftx .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uhUMThwftx .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uhUMThwftx .mbr-list-title {
  color: #ffffff;
}
.cid-uhUMThwftx .list {
  color: #ffffff;
}
.cid-uhUMThwftx .list_main {
  color: #000000;
}
.cid-uhUQc0aLkc {
  z-index: 1000;
  width: 100%;
}
.cid-uhUQc0aLkc nav.navbar {
  position: fixed;
}
.cid-uhUQc0aLkc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhUQc0aLkc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhUQc0aLkc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhUQc0aLkc .dropdown-item:hover,
.cid-uhUQc0aLkc .dropdown-item:focus {
  background: #b55fde !important;
  color: white !important;
}
.cid-uhUQc0aLkc .dropdown-item:hover span {
  color: white;
}
.cid-uhUQc0aLkc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhUQc0aLkc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhUQc0aLkc .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhUQc0aLkc .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhUQc0aLkc .nav-link {
  position: relative;
}
.cid-uhUQc0aLkc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uhUQc0aLkc .container {
    flex-wrap: nowrap;
  }
}
.cid-uhUQc0aLkc .dropdown-menu,
.cid-uhUQc0aLkc .navbar.opened {
  background: #ede7e2 !important;
}
.cid-uhUQc0aLkc .nav-item:focus,
.cid-uhUQc0aLkc .nav-link:focus {
  outline: none;
}
.cid-uhUQc0aLkc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhUQc0aLkc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhUQc0aLkc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhUQc0aLkc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhUQc0aLkc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhUQc0aLkc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhUQc0aLkc .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-uhUQc0aLkc .navbar.opened {
  transition: all 0.3s;
}
.cid-uhUQc0aLkc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhUQc0aLkc .navbar .navbar-logo img {
  width: auto;
}
.cid-uhUQc0aLkc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhUQc0aLkc .navbar.collapsed {
  justify-content: center;
}
.cid-uhUQc0aLkc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhUQc0aLkc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhUQc0aLkc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uhUQc0aLkc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhUQc0aLkc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhUQc0aLkc .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-uhUQc0aLkc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhUQc0aLkc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhUQc0aLkc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhUQc0aLkc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhUQc0aLkc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhUQc0aLkc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhUQc0aLkc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhUQc0aLkc .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-uhUQc0aLkc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhUQc0aLkc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhUQc0aLkc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhUQc0aLkc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhUQc0aLkc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhUQc0aLkc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhUQc0aLkc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhUQc0aLkc .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-uhUQc0aLkc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uhUQc0aLkc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhUQc0aLkc .dropdown-item.active,
.cid-uhUQc0aLkc .dropdown-item:active {
  background-color: transparent;
}
.cid-uhUQc0aLkc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhUQc0aLkc .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhUQc0aLkc .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhUQc0aLkc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ede7e2;
}
.cid-uhUQc0aLkc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhUQc0aLkc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhUQc0aLkc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhUQc0aLkc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhUQc0aLkc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhUQc0aLkc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uhUQc0aLkc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhUQc0aLkc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhUQc0aLkc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhUQc0aLkc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhUQc0aLkc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhUQc0aLkc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhUQc0aLkc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhUQc0aLkc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhUQc0aLkc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhUQc0aLkc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhUQc0aLkc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhUQc0aLkc .navbar {
    height: 70px;
  }
  .cid-uhUQc0aLkc .navbar.opened {
    height: auto;
  }
  .cid-uhUQc0aLkc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhUQc0aLkc .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-uhUQc0aLkc .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #000000;
  background: #ede7e2;
}
.cid-uhUQc0aLkc .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhUQc0aLkc .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-uhUQc0aLkc .navbar-nav .nav-link:hover {
  background-color: #000000;
  color: #ede7e2 !important;
  box-shadow: 2px 0 0 #000000, 0 1px 0 #000000, -2px 0 0 #000000, 0 -1px 0 #000000;
}
@media (min-width: 992px) {
  .cid-uhUQc0aLkc .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-uhUQc0aLkc .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-uhUQc0aLkc .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-uhUQc0aLkc .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uhUQc0aLkc .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-uhUQc0aLkc .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-uhUQc0aLkc .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-uhUQc0aLkc .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uhUQc0aLkc .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-uhUQc0aLkc .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #000000 !important;
    box-shadow: none;
  }
  .cid-uhUQc0aLkc .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-uhUQc0aLkc .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uhUQc0aLkc .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-uhUQc0aLkc .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-uhUQc0aLkc .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-uhUQc0aLkc .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-uhUQc0aLkc .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uhUQc0PgMb {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #af7036;
}
.cid-uhUQc0PgMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUQc0PgMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUQc0PgMb .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhUQc0PgMb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUQc0PgMb .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhUQc0PgMb .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUQc0PgMb .container {
    padding: 0 12px;
  }
}
.cid-uhUQc0PgMb .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUQc0PgMb .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhUQc0PgMb .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #ffcd9f;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uhUQc0PgMb .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-uhUQc0PgMb .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uhUQc0PgMb .image-wrapper img {
  position: absolute;
  top: 0;
  width: 850px;
  height: 850px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uhUQc0PgMb .image-wrapper img {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .cid-uhUQc0PgMb .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.cid-uhUQc0PgMb .image-wrapper .card-wrapper {
  position: relative;
  max-width: 40%;
  margin-top: 16rem;
  padding: 24px;
  border-radius: 32px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhUQc0PgMb .image-wrapper .card-wrapper {
    max-width: 100%;
    border-radius: 24px;
    margin-top: 10rem;
  }
}
.cid-uhUQc0PgMb .image-wrapper .card-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uhUQc0PgMb .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uhUQc0PgMb .mbr-text {
  color: #222222;
}
.cid-uhUQc0PgMb .mbr-text,
.cid-uhUQc0PgMb .mbr-section-btn {
  text-align: center;
}
.cid-uhUQc1qOf9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhUQc1qOf9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUQc1qOf9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUQc1qOf9 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhUQc1qOf9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUQc1qOf9 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhUQc1qOf9 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUQc1qOf9 .container {
    padding: 0 12px;
  }
}
.cid-uhUQc1qOf9 .row {
  justify-content: center;
}
.cid-uhUQc1qOf9 .title-wrapper .mbr-card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUQc1qOf9 .title-wrapper .mbr-card-title {
    margin-bottom: 24px;
  }
}
.cid-uhUQc1qOf9 .card .card_1 .card-wrap::before,
.cid-uhUQc1qOf9 .card .card_5 .card-wrap::before {
  background-color: #b4dcfa;
}
.cid-uhUQc1qOf9 .card .card_2 .card-wrap::before {
  background-color: #ffcd9f;
}
.cid-uhUQc1qOf9 .card .card_3 .card-wrap::before,
.cid-uhUQc1qOf9 .card .card_4 .card-wrap::before {
  background-color: #e3b4fa;
}
.cid-uhUQc1qOf9 .card .card-wrapper {
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uhUQc1qOf9 .card .card-wrapper {
    padding: 40px 0;
  }
}
.cid-uhUQc1qOf9 .card .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 250px;
  height: 250px;
  padding: 0 5px;
}
@media (max-width: 1200px) {
  .cid-uhUQc1qOf9 .card .card-wrapper .card-wrap {
    width: 200px;
    height: 200px;
  }
}
.cid-uhUQc1qOf9 .card .card-wrapper .card-wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  transform: rotate(45deg);
}
@media (max-width: 992px) {
  .cid-uhUQc1qOf9 .card .card-wrapper .card-wrap::before {
    border-radius: 24px;
  }
}
.cid-uhUQc1qOf9 .card .card-wrapper .card-wrap .mbr-card-title {
  position: relative;
  margin-bottom: 0;
}
.cid-uhUQc1qOf9 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uhUQc1qOf9 .mbr-card-title {
  color: #222222;
  text-align: center;
}
.cid-uhUQc1WiYD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhUQc1WiYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUQc1WiYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUQc1WiYD .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhUQc1WiYD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUQc1WiYD .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhUQc1WiYD .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUQc1WiYD .container {
    padding: 0 12px;
  }
}
.cid-uhUQc1WiYD .row {
  padding: 60px 44px;
  background-color: #222222;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uhUQc1WiYD .row {
    padding: 24px 12px;
    border-radius: 32px;
  }
}
.cid-uhUQc1WiYD .row .card {
  justify-content: center;
}
.cid-uhUQc1WiYD .row .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhUQc1WiYD .row .card .text-wrapper .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.cid-uhUQc1WiYD .mbr-text {
  color: #ffffff;
}
.cid-uhUQc1WiYD .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uhUQc1WiYD .mbr-section-btn {
    text-align: center;
  }
}
.cid-uhUQc1WiYD .mbr-text,
.cid-uhUQc1WiYD .mbr-section-btn {
  text-align: left;
}
.cid-uhUQc2phXB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhUQc2phXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUQc2phXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUQc2phXB .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhUQc2phXB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUQc2phXB .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhUQc2phXB .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUQc2phXB .container {
    padding: 0 12px;
  }
}
.cid-uhUQc2phXB .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uhUQc2phXB .card {
  padding: 0 9px;
}
.cid-uhUQc2phXB .card .card_1 {
  border: 3px solid #b4dcfa;
  box-shadow: 4px 4px #b4dcfa;
}
.cid-uhUQc2phXB .card .card_2 {
  border: 3px solid #ffcd9f;
  box-shadow: 4px 4px #ffcd9f;
  margin-top: 35%;
}
.cid-uhUQc2phXB .card .card_3 {
  border: 3px solid #e3b4fa;
  box-shadow: 4px 4px #e3b4fa;
}
.cid-uhUQc2phXB .card .card_4 {
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  margin-top: 35%;
}
.cid-uhUQc2phXB .card .card-wrapper {
  padding: 24px;
  border-radius: 24px;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uhUQc2phXB .card .card-wrapper {
    display: block;
    margin: 0 0 24px 0;
  }
}
.cid-uhUQc2phXB .card .card-wrapper .mbr-card-title {
  margin-bottom: 12px;
}
.cid-uhUQc2phXB .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhUQc2phXB .mbr-card-title {
  color: #222222;
  text-align: center;
}
.cid-uhUQc2phXB .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uhUQc3vmZA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhUQc3vmZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUQc3vmZA .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-uhUQc3vmZA .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUQc3vmZA .container {
    padding: 0 12px;
  }
}
.cid-uhUQc3vmZA .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uhUQc3vmZA .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uhUQc3vmZA .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uhUQc3vmZA .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uhUQc3vmZA .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUQc3vmZA .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhUQc3vmZA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhUQc3vmZA .mbr-section-title {
  color: #222222;
}
.cid-uhUQc3vmZA .mbr-text {
  color: #222222;
}
.cid-uhUQc4JrbB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhUQc4JrbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUQc4JrbB .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-uhUQc4JrbB .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUQc4JrbB .container {
    padding: 0 12px;
  }
}
.cid-uhUQc4JrbB .title-wrapper a {
  display: block;
}
.cid-uhUQc4JrbB .title-wrapper a:hover .mbr-section-title span,
.cid-uhUQc4JrbB .title-wrapper a:focus .mbr-section-title span {
  color: #ff6928;
}
.cid-uhUQc4JrbB .title-wrapper a .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUQc4JrbB .title-wrapper a .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhUQc4JrbB .title-wrapper a .mbr-section-title span {
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.cid-uhUQc4JrbB .title-wrapper a .mbr-section-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.cid-uhUQc4JrbB .card .card_1 {
  border: 3px solid #ffcd9f;
  box-shadow: 4px 4px #ffcd9f;
}
.cid-uhUQc4JrbB .card .card_2 {
  border: 3px solid #e3b4fa;
  box-shadow: 4px 4px #e3b4fa;
  margin: -3% auto 0;
}
.cid-uhUQc4JrbB .card .card_3 {
  border: 3px solid #b4dcfa;
  box-shadow: 4px 4px #b4dcfa;
  margin: -3% 0 0 auto;
}
.cid-uhUQc4JrbB .card .card-wrapper {
  width: 490px;
  padding: 40px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-uhUQc4JrbB .card .card-wrapper {
    display: block;
    width: 100%;
    margin: 0 0 24px 0;
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uhUQc4JrbB .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhUQc4JrbB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhUQc4JrbB .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uhUQc5tjid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhUQc5tjid .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUQc5tjid .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-uhUQc5tjid .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUQc5tjid .container {
    padding: 0 12px;
  }
}
.cid-uhUQc5tjid .row {
  justify-content: center;
}
.cid-uhUQc5tjid .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #ffffff;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uhUQc5tjid .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uhUQc5tjid .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhUQc5tjid .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uhUQc5tjid .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhUQc5tjid .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-uhUQc5tjid .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-uhUQc5tjid .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-uhUQc5tjid .mbr-section-title {
  color: #222222;
}
.cid-uhUQc5tjid .mbr-text {
  color: #222222;
}
.cid-uhUQc6b8LZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhUQc6b8LZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUQc6b8LZ .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-uhUQc6b8LZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUQc6b8LZ .container {
    padding: 0 12px;
  }
}
.cid-uhUQc6b8LZ .item {
  margin-bottom: 32px;
}
.cid-uhUQc6b8LZ .item a {
  display: block;
}
.cid-uhUQc6b8LZ .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uhUQc6b8LZ .item a .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 32px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uhUQc6b8LZ .item a .item-wrapper .item-img {
    border-radius: 24px;
  }
}
.cid-uhUQc6b8LZ .item a .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uhUQc6b8LZ .item a .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uhUQc6b8LZ .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uhUQc6b8LZ .mbr-section-btn {
  text-align: center;
}
.cid-uhUQc6b8LZ .item-content {
  color: #222222;
}
.cid-uhUQc6MuBi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhUQc6MuBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUQc6MuBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUQc6MuBi .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhUQc6MuBi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUQc6MuBi .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhUQc6MuBi .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUQc6MuBi .container {
    padding: 0 12px;
  }
}
.cid-uhUQc6MuBi .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUQc6MuBi .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhUQc6MuBi .row.card-wrapper {
  padding: 80px;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uhUQc6MuBi .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-uhUQc6MuBi .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-uhUQc6MuBi .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-uhUQc6MuBi .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-uhUQc6MuBi .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-uhUQc6MuBi .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uhUQc6MuBi .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uhUQc6MuBi .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uhUQc6MuBi .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #000000;
}
.cid-uhUQc6MuBi .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uhUQc6MuBi .mbr-section-subtitle {
  color: #222222;
}
.cid-uhUQc6MuBi .mbr-text {
  color: #222222;
}
.cid-uhUQc6MuBi .list {
  color: #222222;
}
.cid-uhUQc7o7zZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhUQc7o7zZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUQc7o7zZ .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-uhUQc7o7zZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUQc7o7zZ .container {
    padding: 0 12px;
  }
}
.cid-uhUQc7o7zZ .row {
  justify-content: center;
}
.cid-uhUQc7o7zZ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUQc7o7zZ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhUQc7o7zZ .panel-group .card {
  border-radius: 50px;
  border: 3px solid #af7036;
  box-shadow: 4px 4px #af7036;
  background-color: #ffffff;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uhUQc7o7zZ .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uhUQc7o7zZ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-uhUQc7o7zZ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhUQc7o7zZ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uhUQc7o7zZ .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #af7036;
  transition: all 0.3s ease-in-out;
}
.cid-uhUQc7o7zZ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uhUQc7o7zZ .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-uhUQc7o7zZ .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-uhUQc7o7zZ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uhUQc7o7zZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhUQc7o7zZ .panel-title-edit {
  color: #222222;
}
.cid-uhUQc7o7zZ .panel-text {
  color: #222222;
}
.cid-uhUQc8gQhc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhUQc8gQhc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUQc8gQhc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUQc8gQhc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhUQc8gQhc .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUQc8gQhc .container {
    padding: 0 12px;
  }
}
.cid-uhUQc8gQhc .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUQc8gQhc .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhUQc8gQhc .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhUQc8gQhc .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uhUQc8gQhc .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uhUQc8gQhc .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uhUQc8gQhc .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uhUQc8gQhc .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uhUQc8gQhc .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uhUQc8gQhc .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uhUQc8gQhc .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uhUQc8gQhc .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uhUQc8gQhc .mbr-section-subtitle {
  color: #222222;
}
.cid-uhUQc8gQhc .mbr-text {
  color: #222222;
}
.cid-uhUQc8gQhc .list {
  color: #222222;
}
.cid-uhUQc8T2U7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhUQc8T2U7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUQc8T2U7 .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-uhUQc8T2U7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUQc8T2U7 .container {
    padding: 0 12px;
  }
}
.cid-uhUQc8T2U7 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uhUQc8T2U7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhUQc8T2U7 .mbr-section-title {
  color: #222222;
}
.cid-uhUQc8T2U7 .mbr-text {
  color: #222222;
}
.cid-uhUQc9sxKH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhUQc9sxKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUQc9sxKH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUQc9sxKH .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhUQc9sxKH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUQc9sxKH .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhUQc9sxKH .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUQc9sxKH .container {
    padding: 0 12px;
  }
}
.cid-uhUQc9sxKH .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uhUQc9sxKH .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uhUQc9sxKH .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uhUQc9sxKH .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uhUQc9sxKH .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUQc9sxKH .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhUQc9sxKH .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhUQc9sxKH .mbr-section-title {
  color: #222222;
}
.cid-uhUQc9sxKH .mbr-text {
  color: #222222;
}
.cid-uhUWodEvCi {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uhUWodEvCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUWodEvCi .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-uhUWodEvCi .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUWodEvCi .container {
    padding: 0 12px;
  }
}
.cid-uhUWodEvCi .row {
  justify-content: center;
}
.cid-uhUWodEvCi .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUWodEvCi .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhUWodEvCi .panel-group .card {
  border-radius: 50px;
  border: 3px solid #ffcd9f;
  box-shadow: 4px 4px #ffcd9f;
  background-color: #fdf2ec;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uhUWodEvCi .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uhUWodEvCi .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-uhUWodEvCi .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhUWodEvCi .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uhUWodEvCi .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffcd9f;
  transition: all 0.3s ease-in-out;
}
.cid-uhUWodEvCi .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uhUWodEvCi .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-uhUWodEvCi .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-uhUWodEvCi .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uhUWodEvCi .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uhUWodEvCi .panel-title-edit {
  color: #222222;
}
.cid-uhUWodEvCi .panel-text {
  color: #222222;
}
.cid-uhUQcagKVU {
  background-color: #ffcd9f;
}
.cid-uhUQcagKVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUQcagKVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUQcagKVU .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uhUQcagKVU .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uhUQcagKVU .container {
    padding: 0 26px;
  }
}
.cid-uhUQcagKVU .row {
  justify-content: center;
}
.cid-uhUQcagKVU .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uhUQcagKVU .google-map iframe {
    height: 400px;
  }
}
.cid-uhUQcba8yP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhUQcba8yP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUQcba8yP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUQcba8yP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhUQcba8yP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUQcba8yP .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhUQcba8yP .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUQcba8yP .container {
    padding: 0 12px;
  }
}
.cid-uhUQcba8yP .title-wrapper a {
  display: block;
}
.cid-uhUQcba8yP .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uhUQcba8yP .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uhUQcba8yP .list-wrapper .list,
.cid-uhUQcba8yP .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uhUQcba8yP .list-wrapper .list,
  .cid-uhUQcba8yP .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uhUQcba8yP .list-wrapper .list .item-wrap,
.cid-uhUQcba8yP .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhUQcba8yP .list-wrapper .list .item-wrap:hover,
.cid-uhUQcba8yP .list-wrapper .list_main .item-wrap:hover,
.cid-uhUQcba8yP .list-wrapper .list .item-wrap:focus,
.cid-uhUQcba8yP .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uhUQcba8yP .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uhUQcba8yP .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uhUQcba8yP .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhUQcba8yP .contacts-wrapper .list .item-wrap:hover,
.cid-uhUQcba8yP .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uhUQcba8yP .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUQcba8yP .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uhUQcba8yP .social-row .soc-item {
  margin-right: 24px;
}
.cid-uhUQcba8yP .social-row .soc-item a:hover .mbr-iconfont,
.cid-uhUQcba8yP .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uhUQcba8yP .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uhUQcba8yP .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uhUQcba8yP .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uhUQcba8yP .mbr-list-title {
  color: #ffffff;
}
.cid-uhUQcba8yP .list {
  color: #ffffff;
}
.cid-uhUQcba8yP .list_main {
  color: #000000;
}
.cid-uhUYYStmFn {
  z-index: 1000;
  width: 100%;
}
.cid-uhUYYStmFn nav.navbar {
  position: fixed;
}
.cid-uhUYYStmFn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhUYYStmFn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhUYYStmFn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhUYYStmFn .dropdown-item:hover,
.cid-uhUYYStmFn .dropdown-item:focus {
  background: #b55fde !important;
  color: white !important;
}
.cid-uhUYYStmFn .dropdown-item:hover span {
  color: white;
}
.cid-uhUYYStmFn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhUYYStmFn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhUYYStmFn .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhUYYStmFn .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhUYYStmFn .nav-link {
  position: relative;
}
.cid-uhUYYStmFn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uhUYYStmFn .container {
    flex-wrap: nowrap;
  }
}
.cid-uhUYYStmFn .dropdown-menu,
.cid-uhUYYStmFn .navbar.opened {
  background: #ede7e2 !important;
}
.cid-uhUYYStmFn .nav-item:focus,
.cid-uhUYYStmFn .nav-link:focus {
  outline: none;
}
.cid-uhUYYStmFn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhUYYStmFn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhUYYStmFn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhUYYStmFn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhUYYStmFn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhUYYStmFn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhUYYStmFn .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-uhUYYStmFn .navbar.opened {
  transition: all 0.3s;
}
.cid-uhUYYStmFn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhUYYStmFn .navbar .navbar-logo img {
  width: auto;
}
.cid-uhUYYStmFn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhUYYStmFn .navbar.collapsed {
  justify-content: center;
}
.cid-uhUYYStmFn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhUYYStmFn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhUYYStmFn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uhUYYStmFn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhUYYStmFn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhUYYStmFn .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-uhUYYStmFn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhUYYStmFn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhUYYStmFn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhUYYStmFn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhUYYStmFn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhUYYStmFn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhUYYStmFn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhUYYStmFn .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-uhUYYStmFn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhUYYStmFn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhUYYStmFn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhUYYStmFn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhUYYStmFn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhUYYStmFn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhUYYStmFn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhUYYStmFn .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-uhUYYStmFn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uhUYYStmFn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhUYYStmFn .dropdown-item.active,
.cid-uhUYYStmFn .dropdown-item:active {
  background-color: transparent;
}
.cid-uhUYYStmFn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhUYYStmFn .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhUYYStmFn .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhUYYStmFn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ede7e2;
}
.cid-uhUYYStmFn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhUYYStmFn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhUYYStmFn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhUYYStmFn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhUYYStmFn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhUYYStmFn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uhUYYStmFn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhUYYStmFn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhUYYStmFn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhUYYStmFn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhUYYStmFn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhUYYStmFn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhUYYStmFn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhUYYStmFn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhUYYStmFn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhUYYStmFn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhUYYStmFn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhUYYStmFn .navbar {
    height: 70px;
  }
  .cid-uhUYYStmFn .navbar.opened {
    height: auto;
  }
  .cid-uhUYYStmFn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhUYYStmFn .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-uhUYYStmFn .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #000000;
  background: #ede7e2;
}
.cid-uhUYYStmFn .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhUYYStmFn .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-uhUYYStmFn .navbar-nav .nav-link:hover {
  background-color: #000000;
  color: #ede7e2 !important;
  box-shadow: 2px 0 0 #000000, 0 1px 0 #000000, -2px 0 0 #000000, 0 -1px 0 #000000;
}
@media (min-width: 992px) {
  .cid-uhUYYStmFn .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-uhUYYStmFn .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-uhUYYStmFn .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-uhUYYStmFn .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uhUYYStmFn .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-uhUYYStmFn .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-uhUYYStmFn .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-uhUYYStmFn .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uhUYYStmFn .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-uhUYYStmFn .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #000000 !important;
    box-shadow: none;
  }
  .cid-uhUYYStmFn .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-uhUYYStmFn .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uhUYYStmFn .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-uhUYYStmFn .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-uhUYYStmFn .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-uhUYYStmFn .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-uhUYYStmFn .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uhUYYTtNWq {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #af7036;
}
.cid-uhUYYTtNWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUYYTtNWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUYYTtNWq .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhUYYTtNWq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYYTtNWq .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhUYYTtNWq .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYYTtNWq .container {
    padding: 0 12px;
  }
}
.cid-uhUYYTtNWq .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUYYTtNWq .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhUYYTtNWq .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #ffcd9f;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uhUYYTtNWq .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-uhUYYTtNWq .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uhUYYTtNWq .image-wrapper img {
  position: absolute;
  top: 0;
  width: 850px;
  height: 850px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uhUYYTtNWq .image-wrapper img {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYYTtNWq .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.cid-uhUYYTtNWq .image-wrapper .card-wrapper {
  position: relative;
  max-width: 40%;
  margin-top: 16rem;
  padding: 24px;
  border-radius: 32px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhUYYTtNWq .image-wrapper .card-wrapper {
    max-width: 100%;
    border-radius: 24px;
    margin-top: 10rem;
  }
}
.cid-uhUYYTtNWq .image-wrapper .card-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uhUYYTtNWq .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uhUYYTtNWq .mbr-text {
  color: #222222;
}
.cid-uhUYYTtNWq .mbr-text,
.cid-uhUYYTtNWq .mbr-section-btn {
  text-align: center;
}
.cid-uhUYYUodlQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhUYYUodlQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUYYUodlQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUYYUodlQ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhUYYUodlQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYYUodlQ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhUYYUodlQ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYYUodlQ .container {
    padding: 0 12px;
  }
}
.cid-uhUYYUodlQ .row {
  justify-content: center;
}
.cid-uhUYYUodlQ .title-wrapper .mbr-card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUYYUodlQ .title-wrapper .mbr-card-title {
    margin-bottom: 24px;
  }
}
.cid-uhUYYUodlQ .card .card_1 .card-wrap::before,
.cid-uhUYYUodlQ .card .card_5 .card-wrap::before {
  background-color: #b4dcfa;
}
.cid-uhUYYUodlQ .card .card_2 .card-wrap::before {
  background-color: #ffcd9f;
}
.cid-uhUYYUodlQ .card .card_3 .card-wrap::before,
.cid-uhUYYUodlQ .card .card_4 .card-wrap::before {
  background-color: #e3b4fa;
}
.cid-uhUYYUodlQ .card .card-wrapper {
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uhUYYUodlQ .card .card-wrapper {
    padding: 40px 0;
  }
}
.cid-uhUYYUodlQ .card .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 250px;
  height: 250px;
  padding: 0 5px;
}
@media (max-width: 1200px) {
  .cid-uhUYYUodlQ .card .card-wrapper .card-wrap {
    width: 200px;
    height: 200px;
  }
}
.cid-uhUYYUodlQ .card .card-wrapper .card-wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  transform: rotate(45deg);
}
@media (max-width: 992px) {
  .cid-uhUYYUodlQ .card .card-wrapper .card-wrap::before {
    border-radius: 24px;
  }
}
.cid-uhUYYUodlQ .card .card-wrapper .card-wrap .mbr-card-title {
  position: relative;
  margin-bottom: 0;
}
.cid-uhUYYUodlQ .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uhUYYUodlQ .mbr-card-title {
  color: #222222;
  text-align: center;
}
.cid-uhUYYV4y8a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhUYYV4y8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUYYV4y8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUYYV4y8a .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhUYYV4y8a .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYYV4y8a .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhUYYV4y8a .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYYV4y8a .container {
    padding: 0 12px;
  }
}
.cid-uhUYYV4y8a .row {
  padding: 60px 44px;
  background-color: #222222;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uhUYYV4y8a .row {
    padding: 24px 12px;
    border-radius: 32px;
  }
}
.cid-uhUYYV4y8a .row .card {
  justify-content: center;
}
.cid-uhUYYV4y8a .row .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhUYYV4y8a .row .card .text-wrapper .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.cid-uhUYYV4y8a .mbr-text {
  color: #ffffff;
}
.cid-uhUYYV4y8a .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uhUYYV4y8a .mbr-section-btn {
    text-align: center;
  }
}
.cid-uhUYYV4y8a .mbr-text,
.cid-uhUYYV4y8a .mbr-section-btn {
  text-align: left;
}
.cid-uhUYYVJpPC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhUYYVJpPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUYYVJpPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUYYVJpPC .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhUYYVJpPC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYYVJpPC .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhUYYVJpPC .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYYVJpPC .container {
    padding: 0 12px;
  }
}
.cid-uhUYYVJpPC .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uhUYYVJpPC .card {
  padding: 0 9px;
}
.cid-uhUYYVJpPC .card .card_1 {
  border: 3px solid #b4dcfa;
  box-shadow: 4px 4px #b4dcfa;
}
.cid-uhUYYVJpPC .card .card_2 {
  border: 3px solid #ffcd9f;
  box-shadow: 4px 4px #ffcd9f;
  margin-top: 35%;
}
.cid-uhUYYVJpPC .card .card_3 {
  border: 3px solid #e3b4fa;
  box-shadow: 4px 4px #e3b4fa;
}
.cid-uhUYYVJpPC .card .card_4 {
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  margin-top: 35%;
}
.cid-uhUYYVJpPC .card .card-wrapper {
  padding: 24px;
  border-radius: 24px;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uhUYYVJpPC .card .card-wrapper {
    display: block;
    margin: 0 0 24px 0;
  }
}
.cid-uhUYYVJpPC .card .card-wrapper .mbr-card-title {
  margin-bottom: 12px;
}
.cid-uhUYYVJpPC .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhUYYVJpPC .mbr-card-title {
  color: #222222;
  text-align: center;
}
.cid-uhUYYVJpPC .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uhUYYWGtjH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhUYYWGtjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUYYWGtjH .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-uhUYYWGtjH .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYYWGtjH .container {
    padding: 0 12px;
  }
}
.cid-uhUYYWGtjH .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uhUYYWGtjH .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uhUYYWGtjH .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uhUYYWGtjH .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uhUYYWGtjH .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUYYWGtjH .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhUYYWGtjH .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhUYYWGtjH .mbr-section-title {
  color: #222222;
}
.cid-uhUYYWGtjH .mbr-text {
  color: #222222;
}
.cid-uhUYYXpHTR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhUYYXpHTR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUYYXpHTR .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-uhUYYXpHTR .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYYXpHTR .container {
    padding: 0 12px;
  }
}
.cid-uhUYYXpHTR .title-wrapper a {
  display: block;
}
.cid-uhUYYXpHTR .title-wrapper a:hover .mbr-section-title span,
.cid-uhUYYXpHTR .title-wrapper a:focus .mbr-section-title span {
  color: #ff6928;
}
.cid-uhUYYXpHTR .title-wrapper a .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUYYXpHTR .title-wrapper a .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhUYYXpHTR .title-wrapper a .mbr-section-title span {
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.cid-uhUYYXpHTR .title-wrapper a .mbr-section-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.cid-uhUYYXpHTR .card .card_1 {
  border: 3px solid #ffcd9f;
  box-shadow: 4px 4px #ffcd9f;
}
.cid-uhUYYXpHTR .card .card_2 {
  border: 3px solid #d89c65;
  box-shadow: 4px 4px #d89c65;
  margin: -3% auto 0;
}
.cid-uhUYYXpHTR .card .card_3 {
  border: 3px solid #af7036;
  box-shadow: 4px 4px #af7036;
  margin: -3% 0 0 auto;
}
.cid-uhUYYXpHTR .card .card-wrapper {
  width: 490px;
  padding: 40px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-uhUYYXpHTR .card .card-wrapper {
    display: block;
    width: 100%;
    margin: 0 0 24px 0;
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uhUYYXpHTR .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhUYYXpHTR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhUYYXpHTR .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uhUYYYbZQp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhUYYYbZQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUYYYbZQp .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-uhUYYYbZQp .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYYYbZQp .container {
    padding: 0 12px;
  }
}
.cid-uhUYYYbZQp .row {
  justify-content: center;
}
.cid-uhUYYYbZQp .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #ffffff;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uhUYYYbZQp .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uhUYYYbZQp .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhUYYYbZQp .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uhUYYYbZQp .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhUYYYbZQp .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-uhUYYYbZQp .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-uhUYYYbZQp .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-uhUYYYbZQp .mbr-section-title {
  color: #222222;
}
.cid-uhUYYYbZQp .mbr-text {
  color: #222222;
}
.cid-uhUYYYVSG4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhUYYYVSG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUYYYVSG4 .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-uhUYYYVSG4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYYYVSG4 .container {
    padding: 0 12px;
  }
}
.cid-uhUYYYVSG4 .item {
  margin-bottom: 32px;
}
.cid-uhUYYYVSG4 .item a {
  display: block;
}
.cid-uhUYYYVSG4 .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uhUYYYVSG4 .item a .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 32px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uhUYYYVSG4 .item a .item-wrapper .item-img {
    border-radius: 24px;
  }
}
.cid-uhUYYYVSG4 .item a .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uhUYYYVSG4 .item a .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uhUYYYVSG4 .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uhUYYYVSG4 .mbr-section-btn {
  text-align: center;
}
.cid-uhUYYYVSG4 .item-content {
  color: #222222;
}
.cid-uhUYYZGCES {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhUYYZGCES .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUYYZGCES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUYYZGCES .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhUYYZGCES .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYYZGCES .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhUYYZGCES .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYYZGCES .container {
    padding: 0 12px;
  }
}
.cid-uhUYYZGCES .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUYYZGCES .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhUYYZGCES .row.card-wrapper {
  padding: 80px;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uhUYYZGCES .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-uhUYYZGCES .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-uhUYYZGCES .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-uhUYYZGCES .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-uhUYYZGCES .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-uhUYYZGCES .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uhUYYZGCES .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uhUYYZGCES .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uhUYYZGCES .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #000000;
}
.cid-uhUYYZGCES .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uhUYYZGCES .mbr-section-subtitle {
  color: #222222;
}
.cid-uhUYYZGCES .mbr-text {
  color: #222222;
}
.cid-uhUYYZGCES .list {
  color: #222222;
}
.cid-uhUYZ0xi3W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhUYZ0xi3W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUYZ0xi3W .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-uhUYZ0xi3W .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYZ0xi3W .container {
    padding: 0 12px;
  }
}
.cid-uhUYZ0xi3W .row {
  justify-content: center;
}
.cid-uhUYZ0xi3W .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUYZ0xi3W .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhUYZ0xi3W .panel-group .card {
  border-radius: 50px;
  border: 3px solid #af7036;
  box-shadow: 4px 4px #af7036;
  background-color: #ffffff;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uhUYZ0xi3W .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uhUYZ0xi3W .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-uhUYZ0xi3W .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhUYZ0xi3W .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uhUYZ0xi3W .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #af7036;
  transition: all 0.3s ease-in-out;
}
.cid-uhUYZ0xi3W .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uhUYZ0xi3W .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-uhUYZ0xi3W .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-uhUYZ0xi3W .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uhUYZ0xi3W .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhUYZ0xi3W .panel-title-edit {
  color: #222222;
}
.cid-uhUYZ0xi3W .panel-text {
  color: #222222;
}
.cid-uhUYZ1wjc0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhUYZ1wjc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUYZ1wjc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUYZ1wjc0 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhUYZ1wjc0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYZ1wjc0 .container {
    padding: 0 12px;
  }
}
.cid-uhUYZ1wjc0 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUYZ1wjc0 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhUYZ1wjc0 .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhUYZ1wjc0 .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uhUYZ1wjc0 .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uhUYZ1wjc0 .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uhUYZ1wjc0 .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uhUYZ1wjc0 .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uhUYZ1wjc0 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uhUYZ1wjc0 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uhUYZ1wjc0 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uhUYZ1wjc0 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uhUYZ1wjc0 .mbr-section-subtitle {
  color: #222222;
}
.cid-uhUYZ1wjc0 .mbr-text {
  color: #222222;
}
.cid-uhUYZ1wjc0 .list {
  color: #222222;
}
.cid-uhV8xCtqES {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-uhV8xCtqES .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhV8xCtqES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhV8xCtqES .row {
  flex-direction: row-reverse;
}
.cid-uhUYZ2n8kZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhUYZ2n8kZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUYZ2n8kZ .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-uhUYZ2n8kZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYZ2n8kZ .container {
    padding: 0 12px;
  }
}
.cid-uhUYZ2n8kZ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uhUYZ2n8kZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhUYZ2n8kZ .mbr-section-title {
  color: #222222;
}
.cid-uhUYZ2n8kZ .mbr-text {
  color: #222222;
}
.cid-uhUYZ3b5Zi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhUYZ3b5Zi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUYZ3b5Zi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUYZ3b5Zi .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhUYZ3b5Zi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYZ3b5Zi .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhUYZ3b5Zi .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYZ3b5Zi .container {
    padding: 0 12px;
  }
}
.cid-uhUYZ3b5Zi .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uhUYZ3b5Zi .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uhUYZ3b5Zi .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uhUYZ3b5Zi .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uhUYZ3b5Zi .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUYZ3b5Zi .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhUYZ3b5Zi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhUYZ3b5Zi .mbr-section-title {
  color: #222222;
}
.cid-uhUYZ3b5Zi .mbr-text {
  color: #222222;
}
.cid-uhUYZ43hBI {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uhUYZ43hBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUYZ43hBI .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-uhUYZ43hBI .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYZ43hBI .container {
    padding: 0 12px;
  }
}
.cid-uhUYZ43hBI .row {
  justify-content: center;
}
.cid-uhUYZ43hBI .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUYZ43hBI .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhUYZ43hBI .panel-group .card {
  border-radius: 50px;
  border: 3px solid #ffcd9f;
  box-shadow: 4px 4px #ffcd9f;
  background-color: #fdf2ec;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uhUYZ43hBI .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uhUYZ43hBI .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-uhUYZ43hBI .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhUYZ43hBI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uhUYZ43hBI .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffcd9f;
  transition: all 0.3s ease-in-out;
}
.cid-uhUYZ43hBI .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uhUYZ43hBI .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-uhUYZ43hBI .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-uhUYZ43hBI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uhUYZ43hBI .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uhUYZ43hBI .panel-title-edit {
  color: #222222;
}
.cid-uhUYZ43hBI .panel-text {
  color: #222222;
}
.cid-uhUYZ4RM83 {
  background-color: #ffcd9f;
}
.cid-uhUYZ4RM83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUYZ4RM83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUYZ4RM83 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uhUYZ4RM83 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uhUYZ4RM83 .container {
    padding: 0 26px;
  }
}
.cid-uhUYZ4RM83 .row {
  justify-content: center;
}
.cid-uhUYZ4RM83 .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uhUYZ4RM83 .google-map iframe {
    height: 400px;
  }
}
.cid-uhUYZ5Lpv4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhUYZ5Lpv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhUYZ5Lpv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhUYZ5Lpv4 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhUYZ5Lpv4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYZ5Lpv4 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhUYZ5Lpv4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUYZ5Lpv4 .container {
    padding: 0 12px;
  }
}
.cid-uhUYZ5Lpv4 .title-wrapper a {
  display: block;
}
.cid-uhUYZ5Lpv4 .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uhUYZ5Lpv4 .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uhUYZ5Lpv4 .list-wrapper .list,
.cid-uhUYZ5Lpv4 .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uhUYZ5Lpv4 .list-wrapper .list,
  .cid-uhUYZ5Lpv4 .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uhUYZ5Lpv4 .list-wrapper .list .item-wrap,
.cid-uhUYZ5Lpv4 .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhUYZ5Lpv4 .list-wrapper .list .item-wrap:hover,
.cid-uhUYZ5Lpv4 .list-wrapper .list_main .item-wrap:hover,
.cid-uhUYZ5Lpv4 .list-wrapper .list .item-wrap:focus,
.cid-uhUYZ5Lpv4 .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uhUYZ5Lpv4 .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uhUYZ5Lpv4 .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uhUYZ5Lpv4 .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhUYZ5Lpv4 .contacts-wrapper .list .item-wrap:hover,
.cid-uhUYZ5Lpv4 .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uhUYZ5Lpv4 .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhUYZ5Lpv4 .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uhUYZ5Lpv4 .social-row .soc-item {
  margin-right: 24px;
}
.cid-uhUYZ5Lpv4 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uhUYZ5Lpv4 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uhUYZ5Lpv4 .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uhUYZ5Lpv4 .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uhUYZ5Lpv4 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uhUYZ5Lpv4 .mbr-list-title {
  color: #ffffff;
}
.cid-uhUYZ5Lpv4 .list {
  color: #ffffff;
}
.cid-uhUYZ5Lpv4 .list_main {
  color: #000000;
}
.cid-uhV8PlAXJz {
  z-index: 1000;
  width: 100%;
}
.cid-uhV8PlAXJz nav.navbar {
  position: fixed;
}
.cid-uhV8PlAXJz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhV8PlAXJz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhV8PlAXJz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhV8PlAXJz .dropdown-item:hover,
.cid-uhV8PlAXJz .dropdown-item:focus {
  background: #b55fde !important;
  color: white !important;
}
.cid-uhV8PlAXJz .dropdown-item:hover span {
  color: white;
}
.cid-uhV8PlAXJz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhV8PlAXJz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhV8PlAXJz .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhV8PlAXJz .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhV8PlAXJz .nav-link {
  position: relative;
}
.cid-uhV8PlAXJz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uhV8PlAXJz .container {
    flex-wrap: nowrap;
  }
}
.cid-uhV8PlAXJz .dropdown-menu,
.cid-uhV8PlAXJz .navbar.opened {
  background: #ede7e2 !important;
}
.cid-uhV8PlAXJz .nav-item:focus,
.cid-uhV8PlAXJz .nav-link:focus {
  outline: none;
}
.cid-uhV8PlAXJz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhV8PlAXJz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhV8PlAXJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhV8PlAXJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhV8PlAXJz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhV8PlAXJz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhV8PlAXJz .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-uhV8PlAXJz .navbar.opened {
  transition: all 0.3s;
}
.cid-uhV8PlAXJz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhV8PlAXJz .navbar .navbar-logo img {
  width: auto;
}
.cid-uhV8PlAXJz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhV8PlAXJz .navbar.collapsed {
  justify-content: center;
}
.cid-uhV8PlAXJz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhV8PlAXJz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhV8PlAXJz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uhV8PlAXJz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhV8PlAXJz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhV8PlAXJz .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-uhV8PlAXJz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhV8PlAXJz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhV8PlAXJz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhV8PlAXJz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhV8PlAXJz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhV8PlAXJz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhV8PlAXJz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhV8PlAXJz .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-uhV8PlAXJz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhV8PlAXJz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhV8PlAXJz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhV8PlAXJz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhV8PlAXJz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhV8PlAXJz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhV8PlAXJz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhV8PlAXJz .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-uhV8PlAXJz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uhV8PlAXJz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhV8PlAXJz .dropdown-item.active,
.cid-uhV8PlAXJz .dropdown-item:active {
  background-color: transparent;
}
.cid-uhV8PlAXJz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhV8PlAXJz .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhV8PlAXJz .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhV8PlAXJz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ede7e2;
}
.cid-uhV8PlAXJz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhV8PlAXJz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhV8PlAXJz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhV8PlAXJz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhV8PlAXJz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhV8PlAXJz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uhV8PlAXJz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhV8PlAXJz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhV8PlAXJz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhV8PlAXJz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhV8PlAXJz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhV8PlAXJz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhV8PlAXJz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhV8PlAXJz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhV8PlAXJz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhV8PlAXJz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhV8PlAXJz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhV8PlAXJz .navbar {
    height: 70px;
  }
  .cid-uhV8PlAXJz .navbar.opened {
    height: auto;
  }
  .cid-uhV8PlAXJz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhV8PlAXJz .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-uhV8PlAXJz .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #000000;
  background: #ede7e2;
}
.cid-uhV8PlAXJz .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhV8PlAXJz .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-uhV8PlAXJz .navbar-nav .nav-link:hover {
  background-color: #000000;
  color: #ede7e2 !important;
  box-shadow: 2px 0 0 #000000, 0 1px 0 #000000, -2px 0 0 #000000, 0 -1px 0 #000000;
}
@media (min-width: 992px) {
  .cid-uhV8PlAXJz .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-uhV8PlAXJz .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-uhV8PlAXJz .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-uhV8PlAXJz .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uhV8PlAXJz .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-uhV8PlAXJz .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-uhV8PlAXJz .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-uhV8PlAXJz .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uhV8PlAXJz .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-uhV8PlAXJz .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #000000 !important;
    box-shadow: none;
  }
  .cid-uhV8PlAXJz .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-uhV8PlAXJz .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uhV8PlAXJz .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-uhV8PlAXJz .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-uhV8PlAXJz .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-uhV8PlAXJz .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-uhV8PlAXJz .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uhV8Pmsc64 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #af7036;
}
.cid-uhV8Pmsc64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhV8Pmsc64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhV8Pmsc64 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhV8Pmsc64 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8Pmsc64 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhV8Pmsc64 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8Pmsc64 .container {
    padding: 0 12px;
  }
}
.cid-uhV8Pmsc64 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhV8Pmsc64 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhV8Pmsc64 .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #ffcd9f;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uhV8Pmsc64 .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-uhV8Pmsc64 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uhV8Pmsc64 .image-wrapper img {
  position: absolute;
  top: 0;
  width: 850px;
  height: 850px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uhV8Pmsc64 .image-wrapper img {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8Pmsc64 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.cid-uhV8Pmsc64 .image-wrapper .card-wrapper {
  position: relative;
  max-width: 40%;
  margin-top: 16rem;
  padding: 24px;
  border-radius: 32px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhV8Pmsc64 .image-wrapper .card-wrapper {
    max-width: 100%;
    border-radius: 24px;
    margin-top: 10rem;
  }
}
.cid-uhV8Pmsc64 .image-wrapper .card-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uhV8Pmsc64 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uhV8Pmsc64 .mbr-text {
  color: #222222;
}
.cid-uhV8Pmsc64 .mbr-text,
.cid-uhV8Pmsc64 .mbr-section-btn {
  text-align: center;
}
.cid-uhV8PndEYz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhV8PndEYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhV8PndEYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhV8PndEYz .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhV8PndEYz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8PndEYz .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhV8PndEYz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8PndEYz .container {
    padding: 0 12px;
  }
}
.cid-uhV8PndEYz .row {
  justify-content: center;
}
.cid-uhV8PndEYz .title-wrapper .mbr-card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhV8PndEYz .title-wrapper .mbr-card-title {
    margin-bottom: 24px;
  }
}
.cid-uhV8PndEYz .card .card_1 .card-wrap::before,
.cid-uhV8PndEYz .card .card_5 .card-wrap::before {
  background-color: #b4dcfa;
}
.cid-uhV8PndEYz .card .card_2 .card-wrap::before {
  background-color: #ffcd9f;
}
.cid-uhV8PndEYz .card .card_3 .card-wrap::before,
.cid-uhV8PndEYz .card .card_4 .card-wrap::before {
  background-color: #e3b4fa;
}
.cid-uhV8PndEYz .card .card-wrapper {
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uhV8PndEYz .card .card-wrapper {
    padding: 40px 0;
  }
}
.cid-uhV8PndEYz .card .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 250px;
  height: 250px;
  padding: 0 5px;
}
@media (max-width: 1200px) {
  .cid-uhV8PndEYz .card .card-wrapper .card-wrap {
    width: 200px;
    height: 200px;
  }
}
.cid-uhV8PndEYz .card .card-wrapper .card-wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  transform: rotate(45deg);
}
@media (max-width: 992px) {
  .cid-uhV8PndEYz .card .card-wrapper .card-wrap::before {
    border-radius: 24px;
  }
}
.cid-uhV8PndEYz .card .card-wrapper .card-wrap .mbr-card-title {
  position: relative;
  margin-bottom: 0;
}
.cid-uhV8PndEYz .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uhV8PndEYz .mbr-card-title {
  color: #222222;
  text-align: center;
}
.cid-uhV8Po1pXM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhV8Po1pXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhV8Po1pXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhV8Po1pXM .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhV8Po1pXM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8Po1pXM .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhV8Po1pXM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8Po1pXM .container {
    padding: 0 12px;
  }
}
.cid-uhV8Po1pXM .row {
  padding: 60px 44px;
  background-color: #222222;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uhV8Po1pXM .row {
    padding: 24px 12px;
    border-radius: 32px;
  }
}
.cid-uhV8Po1pXM .row .card {
  justify-content: center;
}
.cid-uhV8Po1pXM .row .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhV8Po1pXM .row .card .text-wrapper .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.cid-uhV8Po1pXM .mbr-text {
  color: #ffffff;
}
.cid-uhV8Po1pXM .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uhV8Po1pXM .mbr-section-btn {
    text-align: center;
  }
}
.cid-uhV8Po1pXM .mbr-text,
.cid-uhV8Po1pXM .mbr-section-btn {
  text-align: left;
}
.cid-uhV8PoKrsp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhV8PoKrsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhV8PoKrsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhV8PoKrsp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhV8PoKrsp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8PoKrsp .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhV8PoKrsp .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8PoKrsp .container {
    padding: 0 12px;
  }
}
.cid-uhV8PoKrsp .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uhV8PoKrsp .card {
  padding: 0 9px;
}
.cid-uhV8PoKrsp .card .card_1 {
  border: 3px solid #b4dcfa;
  box-shadow: 4px 4px #b4dcfa;
}
.cid-uhV8PoKrsp .card .card_2 {
  border: 3px solid #ffcd9f;
  box-shadow: 4px 4px #ffcd9f;
  margin-top: 35%;
}
.cid-uhV8PoKrsp .card .card_3 {
  border: 3px solid #e3b4fa;
  box-shadow: 4px 4px #e3b4fa;
}
.cid-uhV8PoKrsp .card .card_4 {
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  margin-top: 35%;
}
.cid-uhV8PoKrsp .card .card-wrapper {
  padding: 24px;
  border-radius: 24px;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uhV8PoKrsp .card .card-wrapper {
    display: block;
    margin: 0 0 24px 0;
  }
}
.cid-uhV8PoKrsp .card .card-wrapper .mbr-card-title {
  margin-bottom: 12px;
}
.cid-uhV8PoKrsp .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhV8PoKrsp .mbr-card-title {
  color: #222222;
  text-align: center;
}
.cid-uhV8PoKrsp .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uhV8PpSYwq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhV8PpSYwq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhV8PpSYwq .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-uhV8PpSYwq .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8PpSYwq .container {
    padding: 0 12px;
  }
}
.cid-uhV8PpSYwq .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uhV8PpSYwq .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uhV8PpSYwq .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uhV8PpSYwq .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uhV8PpSYwq .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhV8PpSYwq .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhV8PpSYwq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhV8PpSYwq .mbr-section-title {
  color: #222222;
}
.cid-uhV8PpSYwq .mbr-text {
  color: #222222;
}
.cid-uhV8PqB9po {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhV8PqB9po .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhV8PqB9po .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-uhV8PqB9po .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8PqB9po .container {
    padding: 0 12px;
  }
}
.cid-uhV8PqB9po .title-wrapper a {
  display: block;
}
.cid-uhV8PqB9po .title-wrapper a:hover .mbr-section-title span,
.cid-uhV8PqB9po .title-wrapper a:focus .mbr-section-title span {
  color: #ff6928;
}
.cid-uhV8PqB9po .title-wrapper a .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhV8PqB9po .title-wrapper a .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhV8PqB9po .title-wrapper a .mbr-section-title span {
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.cid-uhV8PqB9po .title-wrapper a .mbr-section-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.cid-uhV8PqB9po .card .card_1 {
  border: 3px solid #ffcd9f;
  box-shadow: 4px 4px #ffcd9f;
}
.cid-uhV8PqB9po .card .card_2 {
  border: 3px solid #d89c65;
  box-shadow: 4px 4px #d89c65;
  margin: -3% auto 0;
}
.cid-uhV8PqB9po .card .card_3 {
  border: 3px solid #af7036;
  box-shadow: 4px 4px #af7036;
  margin: -3% 0 0 auto;
}
.cid-uhV8PqB9po .card .card-wrapper {
  width: 490px;
  padding: 40px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-uhV8PqB9po .card .card-wrapper {
    display: block;
    width: 100%;
    margin: 0 0 24px 0;
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uhV8PqB9po .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhV8PqB9po .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhV8PqB9po .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uhV8PsAyb2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhV8PsAyb2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhV8PsAyb2 .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-uhV8PsAyb2 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8PsAyb2 .container {
    padding: 0 12px;
  }
}
.cid-uhV8PsAyb2 .row {
  justify-content: center;
}
.cid-uhV8PsAyb2 .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #ffffff;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uhV8PsAyb2 .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uhV8PsAyb2 .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhV8PsAyb2 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uhV8PsAyb2 .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhV8PsAyb2 .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-uhV8PsAyb2 .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-uhV8PsAyb2 .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-uhV8PsAyb2 .mbr-section-title {
  color: #222222;
}
.cid-uhV8PsAyb2 .mbr-text {
  color: #222222;
}
.cid-uhV8PtDH35 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhV8PtDH35 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhV8PtDH35 .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-uhV8PtDH35 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8PtDH35 .container {
    padding: 0 12px;
  }
}
.cid-uhV8PtDH35 .item {
  margin-bottom: 32px;
}
.cid-uhV8PtDH35 .item a {
  display: block;
}
.cid-uhV8PtDH35 .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uhV8PtDH35 .item a .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 32px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uhV8PtDH35 .item a .item-wrapper .item-img {
    border-radius: 24px;
  }
}
.cid-uhV8PtDH35 .item a .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uhV8PtDH35 .item a .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uhV8PtDH35 .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uhV8PtDH35 .mbr-section-btn {
  text-align: center;
}
.cid-uhV8PtDH35 .item-content {
  color: #222222;
}
.cid-uhV8PuJ7Gt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhV8PuJ7Gt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhV8PuJ7Gt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhV8PuJ7Gt .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhV8PuJ7Gt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8PuJ7Gt .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhV8PuJ7Gt .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8PuJ7Gt .container {
    padding: 0 12px;
  }
}
.cid-uhV8PuJ7Gt .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhV8PuJ7Gt .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhV8PuJ7Gt .row.card-wrapper {
  padding: 80px;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uhV8PuJ7Gt .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-uhV8PuJ7Gt .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-uhV8PuJ7Gt .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-uhV8PuJ7Gt .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-uhV8PuJ7Gt .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-uhV8PuJ7Gt .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uhV8PuJ7Gt .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uhV8PuJ7Gt .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uhV8PuJ7Gt .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #000000;
}
.cid-uhV8PuJ7Gt .mbr-section-title {
  color: #222222;
  text-align: right;
}
.cid-uhV8PuJ7Gt .mbr-section-subtitle {
  color: #222222;
}
.cid-uhV8PuJ7Gt .mbr-text {
  color: #222222;
}
.cid-uhV8PuJ7Gt .list {
  color: #222222;
}
.cid-uhV8PwsVAi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhV8PwsVAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhV8PwsVAi .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-uhV8PwsVAi .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8PwsVAi .container {
    padding: 0 12px;
  }
}
.cid-uhV8PwsVAi .row {
  justify-content: center;
}
.cid-uhV8PwsVAi .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhV8PwsVAi .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhV8PwsVAi .panel-group .card {
  border-radius: 50px;
  border: 3px solid #af7036;
  box-shadow: 4px 4px #af7036;
  background-color: #ffffff;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uhV8PwsVAi .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uhV8PwsVAi .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-uhV8PwsVAi .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhV8PwsVAi .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uhV8PwsVAi .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #af7036;
  transition: all 0.3s ease-in-out;
}
.cid-uhV8PwsVAi .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uhV8PwsVAi .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-uhV8PwsVAi .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-uhV8PwsVAi .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uhV8PwsVAi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhV8PwsVAi .panel-title-edit {
  color: #222222;
}
.cid-uhV8PwsVAi .panel-text {
  color: #222222;
}
.cid-uhV8PxTOmu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhV8PxTOmu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhV8PxTOmu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhV8PxTOmu .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhV8PxTOmu .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8PxTOmu .container {
    padding: 0 12px;
  }
}
.cid-uhV8PxTOmu .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhV8PxTOmu .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhV8PxTOmu .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhV8PxTOmu .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uhV8PxTOmu .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uhV8PxTOmu .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uhV8PxTOmu .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uhV8PxTOmu .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uhV8PxTOmu .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uhV8PxTOmu .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uhV8PxTOmu .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uhV8PxTOmu .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uhV8PxTOmu .mbr-section-subtitle {
  color: #222222;
}
.cid-uhV8PxTOmu .mbr-text {
  color: #222222;
}
.cid-uhV8PxTOmu .list {
  color: #222222;
}
.cid-uhV8PBzvPI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhV8PBzvPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhV8PBzvPI .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-uhV8PBzvPI .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8PBzvPI .container {
    padding: 0 12px;
  }
}
.cid-uhV8PBzvPI .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uhV8PBzvPI .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhV8PBzvPI .mbr-section-title {
  color: #222222;
}
.cid-uhV8PBzvPI .mbr-text {
  color: #222222;
}
.cid-uhV8PCP4IY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhV8PCP4IY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhV8PCP4IY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhV8PCP4IY .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhV8PCP4IY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8PCP4IY .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhV8PCP4IY .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8PCP4IY .container {
    padding: 0 12px;
  }
}
.cid-uhV8PCP4IY .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uhV8PCP4IY .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uhV8PCP4IY .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uhV8PCP4IY .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uhV8PCP4IY .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhV8PCP4IY .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhV8PCP4IY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhV8PCP4IY .mbr-section-title {
  color: #222222;
}
.cid-uhV8PCP4IY .mbr-text {
  color: #222222;
}
.cid-uhV8PDQwXG {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uhV8PDQwXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhV8PDQwXG .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-uhV8PDQwXG .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8PDQwXG .container {
    padding: 0 12px;
  }
}
.cid-uhV8PDQwXG .row {
  justify-content: center;
}
.cid-uhV8PDQwXG .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhV8PDQwXG .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhV8PDQwXG .panel-group .card {
  border-radius: 50px;
  border: 3px solid #ffcd9f;
  box-shadow: 4px 4px #ffcd9f;
  background-color: #fdf2ec;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uhV8PDQwXG .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uhV8PDQwXG .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-uhV8PDQwXG .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhV8PDQwXG .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uhV8PDQwXG .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffcd9f;
  transition: all 0.3s ease-in-out;
}
.cid-uhV8PDQwXG .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uhV8PDQwXG .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-uhV8PDQwXG .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-uhV8PDQwXG .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uhV8PDQwXG .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uhV8PDQwXG .panel-title-edit {
  color: #222222;
}
.cid-uhV8PDQwXG .panel-text {
  color: #222222;
}
.cid-uhV8PF1SgG {
  background-color: #ffcd9f;
}
.cid-uhV8PF1SgG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhV8PF1SgG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhV8PF1SgG .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uhV8PF1SgG .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uhV8PF1SgG .container {
    padding: 0 26px;
  }
}
.cid-uhV8PF1SgG .row {
  justify-content: center;
}
.cid-uhV8PF1SgG .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uhV8PF1SgG .google-map iframe {
    height: 400px;
  }
}
.cid-uhV8PGrU0j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #af7036;
}
.cid-uhV8PGrU0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhV8PGrU0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhV8PGrU0j .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhV8PGrU0j .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8PGrU0j .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhV8PGrU0j .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhV8PGrU0j .container {
    padding: 0 12px;
  }
}
.cid-uhV8PGrU0j .title-wrapper a {
  display: block;
}
.cid-uhV8PGrU0j .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uhV8PGrU0j .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uhV8PGrU0j .list-wrapper .list,
.cid-uhV8PGrU0j .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uhV8PGrU0j .list-wrapper .list,
  .cid-uhV8PGrU0j .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uhV8PGrU0j .list-wrapper .list .item-wrap,
.cid-uhV8PGrU0j .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhV8PGrU0j .list-wrapper .list .item-wrap:hover,
.cid-uhV8PGrU0j .list-wrapper .list_main .item-wrap:hover,
.cid-uhV8PGrU0j .list-wrapper .list .item-wrap:focus,
.cid-uhV8PGrU0j .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uhV8PGrU0j .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uhV8PGrU0j .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uhV8PGrU0j .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhV8PGrU0j .contacts-wrapper .list .item-wrap:hover,
.cid-uhV8PGrU0j .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uhV8PGrU0j .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhV8PGrU0j .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uhV8PGrU0j .social-row .soc-item {
  margin-right: 24px;
}
.cid-uhV8PGrU0j .social-row .soc-item a:hover .mbr-iconfont,
.cid-uhV8PGrU0j .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uhV8PGrU0j .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uhV8PGrU0j .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uhV8PGrU0j .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uhV8PGrU0j .mbr-list-title {
  color: #ffffff;
}
.cid-uhV8PGrU0j .list {
  color: #ffffff;
}
.cid-uhV8PGrU0j .list_main {
  color: #000000;
}
