body {
  font-family: Sofia Sans;
}
.display-1 {
  font-family: 'Acme', sans-serif;
  font-size: 5rem;
  line-height: 150%;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Acme', sans-serif;
  font-size: 3rem;
  line-height: 100%;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Acme', sans-serif;
  font-size: 1rem;
  line-height: 24px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Acme', sans-serif;
  font-size: 1.8rem;
  line-height: 150%;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Acme', 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: #88c3f0 !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: #88c3f0 !important;
  border-color: #88c3f0 !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: #3b9ce6 !important;
  border-color: #3b9ce6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3b9ce6 !important;
  border-color: #3b9ce6 !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: #88c3f0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3b9ce6 !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: #88c3f0 !important;
  border-color: #88c3f0 !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: #88c3f0 !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: #2d95e5 !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: #88c3f0;
}
.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: #88c3f0;
  border-color: #88c3f0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #88c3f0;
}
.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: 'Acme', 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: #88c3f0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Acme', 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: #88c3f0;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #88c3f0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #88c3f0;
}
.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: #88c3f0;
  border-bottom-color: #88c3f0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #88c3f0 !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='%2388c3f0' %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 #88c3f0 !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 #88c3f0 !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-ui04V3Lo7r .navbar-dropdown {
  position: relative !important;
}
.cid-ui04V3Lo7r .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-ui04V3Lo7r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ui04V3Lo7r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ui04V3Lo7r .dropdown-item:hover,
.cid-ui04V3Lo7r .dropdown-item:focus {
  background: #88c3f0 !important;
  color: white !important;
}
.cid-ui04V3Lo7r .dropdown-item:hover span {
  color: white;
}
.cid-ui04V3Lo7r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ui04V3Lo7r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ui04V3Lo7r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ui04V3Lo7r .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ui04V3Lo7r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui04V3Lo7r .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ui04V3Lo7r .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ui04V3Lo7r .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-ui04V3Lo7r .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ui04V3Lo7r .container {
  display: flex;
  margin: auto;
}
.cid-ui04V3Lo7r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ui04V3Lo7r .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ui04V3Lo7r .navbar-nav {
    align-items: center;
  }
}
.cid-ui04V3Lo7r .dropdown-menu,
.cid-ui04V3Lo7r .navbar.opened {
  background: #fffdf7 !important;
}
.cid-ui04V3Lo7r .nav-item:focus,
.cid-ui04V3Lo7r .nav-link:focus {
  outline: none;
}
.cid-ui04V3Lo7r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ui04V3Lo7r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui04V3Lo7r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui04V3Lo7r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui04V3Lo7r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui04V3Lo7r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui04V3Lo7r .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ui04V3Lo7r .navbar.opened {
  transition: all 0.3s;
}
.cid-ui04V3Lo7r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ui04V3Lo7r .navbar .navbar-logo img {
  width: auto;
}
.cid-ui04V3Lo7r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ui04V3Lo7r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui04V3Lo7r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui04V3Lo7r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui04V3Lo7r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui04V3Lo7r .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-ui04V3Lo7r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui04V3Lo7r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ui04V3Lo7r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ui04V3Lo7r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui04V3Lo7r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ui04V3Lo7r .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui04V3Lo7r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui04V3Lo7r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui04V3Lo7r .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ui04V3Lo7r .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ui04V3Lo7r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui04V3Lo7r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui04V3Lo7r .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ui04V3Lo7r .dropdown-item.active,
.cid-ui04V3Lo7r .dropdown-item:active {
  background-color: transparent;
}
.cid-ui04V3Lo7r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ui04V3Lo7r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui04V3Lo7r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui04V3Lo7r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-ui04V3Lo7r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui04V3Lo7r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui04V3Lo7r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui04V3Lo7r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui04V3Lo7r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui04V3Lo7r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ui04V3Lo7r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui04V3Lo7r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui04V3Lo7r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui04V3Lo7r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui04V3Lo7r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui04V3Lo7r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui04V3Lo7r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui04V3Lo7r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui04V3Lo7r .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ui04V3Lo7r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui04V3Lo7r .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-ui04V3Lo7r .navbar {
    height: 70px;
  }
  .cid-ui04V3Lo7r .navbar.opened {
    height: auto;
  }
  .cid-ui04V3Lo7r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ui04V3Lo7r .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ui04V3Lo7r .container-fluid {
    padding: 0 40px;
  }
}
.cid-ui04V3Lo7r .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ui04V3Lo7r .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ui04V3Lo7r .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ui04V3Lo7r .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ui04V3Lo7r .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ui04V3Lo7r .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ui04V3Lo7r .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ui04V3Lo7r .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ui04V3Lo7r .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ui04V3Lo7r .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ui04V3Lo7r .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ui04V3Lo7r .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ui04u9QwH4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui04u9QwH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui04u9QwH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui04u9QwH4 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui04u9QwH4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui04u9QwH4 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui04u9QwH4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui04u9QwH4 .container {
    padding: 0 12px;
  }
}
.cid-ui04u9QwH4 .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ui04u9QwH4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ui04u9QwH4 .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #ffcd9f;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ui04u9QwH4 .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-ui04u9QwH4 .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui04u9QwH4 .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-ui04u9QwH4 .title-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-ui04u9QwH4 .title-wrapper .tags-wrapper {
  margin-bottom: 24px;
}
.cid-ui04u9QwH4 .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-block;
}
.cid-ui04u9QwH4 .title-wrapper .tags-wrapper .tags-wrap .tag-item {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.cid-ui04u9QwH4 .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-iconfont {
  font-size: 44px;
  margin-right: 8px;
  color: #222222;
}
.cid-ui04u9QwH4 .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-tag {
  margin-bottom: 0;
}
.cid-ui04u9QwH4 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-ui04u9QwH4 .image-wrapper img {
  width: 420px;
  height: 420px;
  border-radius: 100%;
  border: 3px solid #db0309;
  box-shadow: 4px 4px #db0309;
  background-color: #db0309;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .cid-ui04u9QwH4 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-ui04u9QwH4 .image-wrapper img {
    width: 310px;
    height: 310px;
  }
}
@media (max-width: 768px) {
  .cid-ui04u9QwH4 .image-wrapper img {
    width: 280px;
    height: 280px;
  }
}
.cid-ui04u9QwH4 .mbr-section-title {
  color: #222222;
}
.cid-ui04u9QwH4 .mbr-text {
  color: #ffffff;
}
.cid-ui04u9QwH4 .mbr-tag {
  color: #222222;
}
.cid-ui04u9QwH4 .mbr-section-title,
.cid-ui04u9QwH4 .mbr-section-btn {
  color: #ffffff;
}
.cid-ui04vO5uEt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui04vO5uEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui04vO5uEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui04vO5uEt .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui04vO5uEt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui04vO5uEt .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui04vO5uEt .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui04vO5uEt .container {
    padding: 0 12px;
  }
}
.cid-ui04vO5uEt .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ui04vO5uEt .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #ffffff;
}
.cid-ui04vO5uEt .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-ui04vO5uEt .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #e3b4fa;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-ui04vO5uEt .mbr-section-title {
  color: #ffffff;
}
.cid-ui09LjWLgN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui09LjWLgN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui09LjWLgN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui09LjWLgN .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui09LjWLgN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui09LjWLgN .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui09LjWLgN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui09LjWLgN .container {
    padding: 0 12px;
  }
}
.cid-ui09LjWLgN .row {
  justify-content: center;
}
.cid-ui09LjWLgN .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui09LjWLgN .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-ui09LjWLgN .card {
    margin-bottom: 32px;
  }
}
.cid-ui09LjWLgN .card .card-wrapper .icon-wrapper {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ui09LjWLgN .card .card-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-ui09LjWLgN .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  color: #000000;
}
.cid-ui09LjWLgN .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #e3b4fa;
}
.cid-ui09LjWLgN .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #ffcd9f;
}
.cid-ui09LjWLgN .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #b4dcfa;
}
.cid-ui09LjWLgN .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ui09LjWLgN .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-ui09LjWLgN .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ui09LjWLgN .card .card-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-ui09LjWLgN .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-ui09LjWLgN .mbr-card-title {
  color: #222222;
}
.cid-ui09LjWLgN .mbr-text {
  color: #222222;
}
.cid-ui09LjWLgN .mbr-card-title,
.cid-ui09LjWLgN .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ui04Bfzuqt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui04Bfzuqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui04Bfzuqt .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-ui04Bfzuqt .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui04Bfzuqt .container {
    padding: 0 12px;
  }
}
.cid-ui04Bfzuqt .row {
  justify-content: center;
}
.cid-ui04Bfzuqt .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui04Bfzuqt .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-ui04Bfzuqt .image-wrapper img {
  height: 270px;
  width: 270px;
  margin: 0 auto;
  border-radius: 100%;
  border: 3px solid #db0309;
  box-shadow: 4px 4px #db0309;
  background-color: #db0309;
  object-fit: cover;
}
.cid-ui04Bfzuqt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ui04Bfzuqt .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ui0lYromI9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0lYromI9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0lYromI9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0lYromI9 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0lYromI9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0lYromI9 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui0lYromI9 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0lYromI9 .container {
    padding: 0 12px;
  }
}
.cid-ui0lYromI9 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0lYromI9 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ui0lYromI9 .card {
  margin-bottom: 32px;
}
.cid-ui0lYromI9 .card .card-wrapper {
  padding: 32px;
  border: 3px solid #ececec;
  box-shadow: 4px 4px #ececec;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ui0lYromI9 .card .card-wrapper {
    padding: 20px;
    border-radius: 24px;
  }
}
.cid-ui0lYromI9 .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ui0lYromI9 .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ui0lYromI9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui0lYromI9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ui0lYromI9 .mbr-card-title {
  color: #222222;
}
.cid-ui0lYromI9 .mbr-card-title,
.cid-ui0lYromI9 .title-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tFclRoOxlD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #db0309;
}
.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: #db0309;
  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: #ffffff;
  text-align: center;
}
.cid-tFclRoOxlD .mbr-text {
  color: #222222;
}
.cid-tFclRoOxlD .mbr-text,
.cid-tFclRoOxlD .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tFckd7vcf3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.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-ui0sMzG1ew {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #db0309;
}
.cid-ui0sMzG1ew .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0sMzG1ew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0sMzG1ew .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ui0sMzG1ew .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ui0sMzG1ew .container {
    padding: 0 16px;
  }
}
.cid-ui0sMzG1ew .card {
  justify-content: center;
}
.cid-ui0sMzG1ew .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ffffff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-ui0sMzG1ew .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ui0sMzG1ew .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-ui0sMzG1ew .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-ui0sMzG1ew .mbr-section-title {
  color: #000000;
}
.cid-ui0sMzG1ew .mbr-text {
  color: #000000;
}
.cid-ui0sMzG1ew .mbr-desc {
  color: #000000;
}
.cid-ui0sMzG1ew .mbr-text,
.cid-ui0sMzG1ew .mbr-section-btn {
  color: #ffffff;
}
.cid-tFckXTcftl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.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;
}
.cid-tFckXTcftl .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tFckXTcftl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tFckXTcftl .container-fluid {
    padding: 0 12px;
  }
}
@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 #ffffff;
  box-shadow: 4px 4px #ffffff;
  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: #ffffff;
  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: #db0309;
}
.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 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhUzQ5ywZ0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uhUzQ5ywZ0 .container-fluid {
    padding: 0 12px;
  }
}
.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: #ffffff;
  text-align: center;
}
.cid-uhUzQ5ywZ0 .mbr-section-subtitle {
  color: #222222;
}
.cid-uhUzQ5ywZ0 .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uhUzQ5ywZ0 .list {
  color: #222222;
}
.cid-uhUBhUEzL4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.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: #ffffff;
  text-align: center;
}
.cid-uhUBhUEzL4 .mbr-text {
  color: #222222;
}
.cid-uhUBhUEzL4 .mbr-text,
.cid-uhUBhUEzL4 .mbr-section-btn {
  color: #ffffff;
}
.cid-ui0tM6OYt0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0tM6OYt0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0tM6OYt0 .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-ui0tM6OYt0 .container {
    padding: 0 16px;
  }
}
.cid-ui0tM6OYt0 .row {
  position: relative;
  z-index: 1;
}
.cid-ui0tM6OYt0 .card {
  justify-content: flex-end;
}
.cid-ui0tM6OYt0 .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-ui0tM6OYt0 .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-ui0tM6OYt0 .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ui0tM6OYt0 .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-ui0tM6OYt0 .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-ui0tM6OYt0 .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-ui0tM6OYt0 .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-ui0tM6OYt0 .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-ui0tM6OYt0 .card-wrapper .image-wrapper .card-desc {
    left: .5rem;
  }
}
.cid-ui0tM6OYt0 .card-wrapper .card-wrap {
  background-color: #ffffff;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-ui0tM6OYt0 .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-ui0tM6OYt0 .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-ui0tM6OYt0 .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ui0tM6OYt0 .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ui0tM6OYt0 .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ui0tM6OYt0 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ui0tM6OYt0 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-ui0tM6OYt0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ui0tM6OYt0 .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-ui0tM6OYt0 .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-ui0tM6OYt0 .text-wrapper {
    margin-left: 0;
  }
}
.cid-ui0tM6OYt0 .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-ui0tM6OYt0 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-ui0tM6OYt0 .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-ui0tM6OYt0 .mbr-text {
  color: #000000;
}
.cid-ui0tM6OYt0 .card-desc {
  color: #000000;
}
.cid-ui0tM6OYt0 .card-text {
  color: #000000;
}
.cid-ui0tM6OYt0 .card-name {
  color: #ffffff;
}
.cid-ui0tM6OYt0 .card-role {
  color: #ffffff;
}
.cid-ui0tM6OYt0 .mbr-text,
.cid-ui0tM6OYt0 .mbr-section-btn {
  color: #ffffff;
}
.cid-ui0tTQcEyN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0tTQcEyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0tTQcEyN .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-ui0tTQcEyN .container {
    padding: 0 16px;
  }
}
.cid-ui0tTQcEyN .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ui0tTQcEyN .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ui0tTQcEyN .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #ffffff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-ui0tTQcEyN .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-ui0tTQcEyN .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ui0tTQcEyN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ui0tTQcEyN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ui0tTQcEyN .card-wrapper {
  background-color: #ffffff;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px;
  padding: 80px;
}
.cid-ui0tTQcEyN .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ui0tTQcEyN .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-ui0tTQcEyN .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg);
}
.cid-ui0tTQcEyN .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-ui0tTQcEyN .mbr-section-title {
  color: #ffffff;
}
.cid-ui0tTQcEyN .mbr-section-subtitle {
  color: #000000;
}
.cid-ui0tTQcEyN .mbr-text {
  color: #ffffff;
}
.cid-ui0tTQcEyN .card-text {
  text-align: center;
  color: #000000;
}
.cid-uhUBD6j9oD {
  background-color: #db0309;
}
.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: #db0309;
}
.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: right;
}
.cid-tFckWS9pIk .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tFckWS9pIk .mbr-list-title {
  color: #ffffff;
  text-align: center;
}
.cid-tFckWS9pIk .list {
  color: #ffffff;
  text-align: center;
}
.cid-tFckWS9pIk .list_main {
  color: #ffffff;
  text-align: center;
}
.cid-ui0BXAJvPl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0BXAJvPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0BXAJvPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0BXAJvPl .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0BXAJvPl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0BXAJvPl .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui0BXAJvPl .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0BXAJvPl .container {
    padding: 0 12px;
  }
}
.cid-ui0BXAJvPl .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ui0BXAJvPl .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ui0BXAJvPl .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #ffcd9f;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ui0BXAJvPl .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-ui0BXAJvPl .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0BXAJvPl .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-ui0BXAJvPl .title-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-ui0BXAJvPl .title-wrapper .tags-wrapper {
  margin-bottom: 24px;
}
.cid-ui0BXAJvPl .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-block;
}
.cid-ui0BXAJvPl .title-wrapper .tags-wrapper .tags-wrap .tag-item {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.cid-ui0BXAJvPl .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-iconfont {
  font-size: 44px;
  margin-right: 8px;
  color: #222222;
}
.cid-ui0BXAJvPl .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-tag {
  margin-bottom: 0;
}
.cid-ui0BXAJvPl .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-ui0BXAJvPl .image-wrapper img {
  width: 420px;
  height: 420px;
  border-radius: 100%;
  border: 3px solid #db0309;
  box-shadow: 4px 4px #db0309;
  background-color: #db0309;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .cid-ui0BXAJvPl .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-ui0BXAJvPl .image-wrapper img {
    width: 310px;
    height: 310px;
  }
}
@media (max-width: 768px) {
  .cid-ui0BXAJvPl .image-wrapper img {
    width: 280px;
    height: 280px;
  }
}
.cid-ui0BXAJvPl .mbr-section-title {
  color: #222222;
}
.cid-ui0BXAJvPl .mbr-text {
  color: #ffffff;
}
.cid-ui0BXAJvPl .mbr-tag {
  color: #222222;
}
.cid-ui0BXAJvPl .mbr-section-title,
.cid-ui0BXAJvPl .mbr-section-btn {
  color: #ffffff;
}
.cid-uhULAOIIr9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.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: #ffffff;
  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: #db0309;
}
.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: #db0309;
}
.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: right;
}
.cid-uhULATymc6 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uhULATymc6 .mbr-list-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhULATymc6 .list {
  color: #ffffff;
  text-align: center;
}
.cid-uhULATymc6 .list_main {
  color: #ffffff;
  text-align: center;
}
.cid-ui04V3Lo7r .navbar-dropdown {
  position: relative !important;
}
.cid-ui04V3Lo7r .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-ui04V3Lo7r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ui04V3Lo7r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ui04V3Lo7r .dropdown-item:hover,
.cid-ui04V3Lo7r .dropdown-item:focus {
  background: #88c3f0 !important;
  color: white !important;
}
.cid-ui04V3Lo7r .dropdown-item:hover span {
  color: white;
}
.cid-ui04V3Lo7r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ui04V3Lo7r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ui04V3Lo7r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ui04V3Lo7r .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ui04V3Lo7r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui04V3Lo7r .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ui04V3Lo7r .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ui04V3Lo7r .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-ui04V3Lo7r .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ui04V3Lo7r .container {
  display: flex;
  margin: auto;
}
.cid-ui04V3Lo7r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ui04V3Lo7r .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ui04V3Lo7r .navbar-nav {
    align-items: center;
  }
}
.cid-ui04V3Lo7r .dropdown-menu,
.cid-ui04V3Lo7r .navbar.opened {
  background: #fffdf7 !important;
}
.cid-ui04V3Lo7r .nav-item:focus,
.cid-ui04V3Lo7r .nav-link:focus {
  outline: none;
}
.cid-ui04V3Lo7r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ui04V3Lo7r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui04V3Lo7r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui04V3Lo7r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui04V3Lo7r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui04V3Lo7r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui04V3Lo7r .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ui04V3Lo7r .navbar.opened {
  transition: all 0.3s;
}
.cid-ui04V3Lo7r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ui04V3Lo7r .navbar .navbar-logo img {
  width: auto;
}
.cid-ui04V3Lo7r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ui04V3Lo7r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui04V3Lo7r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui04V3Lo7r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui04V3Lo7r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui04V3Lo7r .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-ui04V3Lo7r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui04V3Lo7r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ui04V3Lo7r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ui04V3Lo7r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui04V3Lo7r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ui04V3Lo7r .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui04V3Lo7r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui04V3Lo7r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui04V3Lo7r .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ui04V3Lo7r .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ui04V3Lo7r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui04V3Lo7r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui04V3Lo7r .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ui04V3Lo7r .dropdown-item.active,
.cid-ui04V3Lo7r .dropdown-item:active {
  background-color: transparent;
}
.cid-ui04V3Lo7r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ui04V3Lo7r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui04V3Lo7r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui04V3Lo7r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-ui04V3Lo7r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui04V3Lo7r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui04V3Lo7r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui04V3Lo7r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui04V3Lo7r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui04V3Lo7r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ui04V3Lo7r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui04V3Lo7r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui04V3Lo7r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui04V3Lo7r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui04V3Lo7r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui04V3Lo7r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui04V3Lo7r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui04V3Lo7r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui04V3Lo7r .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ui04V3Lo7r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui04V3Lo7r .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-ui04V3Lo7r .navbar {
    height: 70px;
  }
  .cid-ui04V3Lo7r .navbar.opened {
    height: auto;
  }
  .cid-ui04V3Lo7r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ui04V3Lo7r .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ui04V3Lo7r .container-fluid {
    padding: 0 40px;
  }
}
.cid-ui04V3Lo7r .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ui04V3Lo7r .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ui04V3Lo7r .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ui04V3Lo7r .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ui04V3Lo7r .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ui04V3Lo7r .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ui04V3Lo7r .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ui04V3Lo7r .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ui04V3Lo7r .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ui04V3Lo7r .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ui04V3Lo7r .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ui04V3Lo7r .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ui0Dlw6A9t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0Dlw6A9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0Dlw6A9t .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-ui0Dlw6A9t .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0Dlw6A9t .container {
    padding: 0 12px;
  }
}
.cid-ui0Dlw6A9t .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ui0Dlw6A9t .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ui0Dlw6A9t .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #ffcd9f;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ui0Dlw6A9t .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-ui0Dlw6A9t .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0Dlw6A9t .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-ui0Dlw6A9t .title-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-ui0Dlw6A9t .title-wrapper .tags-wrapper {
  margin-bottom: 24px;
}
.cid-ui0Dlw6A9t .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-block;
}
.cid-ui0Dlw6A9t .title-wrapper .tags-wrapper .tags-wrap .tag-item {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.cid-ui0Dlw6A9t .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-iconfont {
  font-size: 44px;
  margin-right: 8px;
  color: #222222;
}
.cid-ui0Dlw6A9t .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-tag {
  margin-bottom: 0;
}
.cid-ui0Dlw6A9t .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-ui0Dlw6A9t .image-wrapper img {
  width: 420px;
  height: 420px;
  border-radius: 100%;
  border: 3px solid #db0309;
  box-shadow: 4px 4px #db0309;
  background-color: #db0309;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .cid-ui0Dlw6A9t .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-ui0Dlw6A9t .image-wrapper img {
    width: 310px;
    height: 310px;
  }
}
@media (max-width: 768px) {
  .cid-ui0Dlw6A9t .image-wrapper img {
    width: 280px;
    height: 280px;
  }
}
.cid-ui0Dlw6A9t .mbr-section-title {
  color: #222222;
}
.cid-ui0Dlw6A9t .mbr-text {
  color: #222222;
}
.cid-ui0Dlw6A9t .mbr-tag {
  color: #222222;
}
.cid-ui0Dlw6A9t .mbr-section-title,
.cid-ui0Dlw6A9t .mbr-section-btn {
  color: #ffffff;
}
.cid-uhUMTgNIft {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.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: #ffffff;
  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: #db0309;
}
.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: #db0309;
}
.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: right;
}
.cid-uhUMThwftx .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uhUMThwftx .mbr-list-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhUMThwftx .list {
  color: #ffffff;
  text-align: center;
}
.cid-uhUMThwftx .list_main {
  color: #ffffff;
  text-align: center;
}
.cid-ui04V3Lo7r .navbar-dropdown {
  position: relative !important;
}
.cid-ui04V3Lo7r .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-ui04V3Lo7r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ui04V3Lo7r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ui04V3Lo7r .dropdown-item:hover,
.cid-ui04V3Lo7r .dropdown-item:focus {
  background: #88c3f0 !important;
  color: white !important;
}
.cid-ui04V3Lo7r .dropdown-item:hover span {
  color: white;
}
.cid-ui04V3Lo7r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ui04V3Lo7r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ui04V3Lo7r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ui04V3Lo7r .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ui04V3Lo7r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui04V3Lo7r .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ui04V3Lo7r .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ui04V3Lo7r .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-ui04V3Lo7r .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ui04V3Lo7r .container {
  display: flex;
  margin: auto;
}
.cid-ui04V3Lo7r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ui04V3Lo7r .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ui04V3Lo7r .navbar-nav {
    align-items: center;
  }
}
.cid-ui04V3Lo7r .dropdown-menu,
.cid-ui04V3Lo7r .navbar.opened {
  background: #fffdf7 !important;
}
.cid-ui04V3Lo7r .nav-item:focus,
.cid-ui04V3Lo7r .nav-link:focus {
  outline: none;
}
.cid-ui04V3Lo7r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ui04V3Lo7r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui04V3Lo7r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui04V3Lo7r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui04V3Lo7r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui04V3Lo7r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui04V3Lo7r .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ui04V3Lo7r .navbar.opened {
  transition: all 0.3s;
}
.cid-ui04V3Lo7r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ui04V3Lo7r .navbar .navbar-logo img {
  width: auto;
}
.cid-ui04V3Lo7r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ui04V3Lo7r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui04V3Lo7r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui04V3Lo7r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui04V3Lo7r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui04V3Lo7r .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-ui04V3Lo7r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui04V3Lo7r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ui04V3Lo7r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ui04V3Lo7r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui04V3Lo7r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ui04V3Lo7r .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui04V3Lo7r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui04V3Lo7r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui04V3Lo7r .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ui04V3Lo7r .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ui04V3Lo7r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui04V3Lo7r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui04V3Lo7r .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ui04V3Lo7r .dropdown-item.active,
.cid-ui04V3Lo7r .dropdown-item:active {
  background-color: transparent;
}
.cid-ui04V3Lo7r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ui04V3Lo7r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui04V3Lo7r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui04V3Lo7r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-ui04V3Lo7r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui04V3Lo7r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui04V3Lo7r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui04V3Lo7r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui04V3Lo7r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui04V3Lo7r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ui04V3Lo7r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui04V3Lo7r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui04V3Lo7r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui04V3Lo7r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui04V3Lo7r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui04V3Lo7r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui04V3Lo7r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui04V3Lo7r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui04V3Lo7r .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ui04V3Lo7r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui04V3Lo7r .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-ui04V3Lo7r .navbar {
    height: 70px;
  }
  .cid-ui04V3Lo7r .navbar.opened {
    height: auto;
  }
  .cid-ui04V3Lo7r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ui04V3Lo7r .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ui04V3Lo7r .container-fluid {
    padding: 0 40px;
  }
}
.cid-ui04V3Lo7r .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ui04V3Lo7r .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ui04V3Lo7r .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ui04V3Lo7r .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ui04V3Lo7r .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ui04V3Lo7r .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ui04V3Lo7r .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ui04V3Lo7r .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ui04V3Lo7r .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ui04V3Lo7r .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ui04V3Lo7r .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ui04V3Lo7r .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ui0DGJsf8n .navbar-dropdown {
  position: relative !important;
}
.cid-ui0DGJsf8n .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-ui0DGJsf8n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ui0DGJsf8n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ui0DGJsf8n .dropdown-item:hover,
.cid-ui0DGJsf8n .dropdown-item:focus {
  background: #88c3f0 !important;
  color: white !important;
}
.cid-ui0DGJsf8n .dropdown-item:hover span {
  color: white;
}
.cid-ui0DGJsf8n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ui0DGJsf8n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ui0DGJsf8n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ui0DGJsf8n .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ui0DGJsf8n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui0DGJsf8n .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ui0DGJsf8n .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ui0DGJsf8n .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-ui0DGJsf8n .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ui0DGJsf8n .container {
  display: flex;
  margin: auto;
}
.cid-ui0DGJsf8n .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ui0DGJsf8n .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ui0DGJsf8n .navbar-nav {
    align-items: center;
  }
}
.cid-ui0DGJsf8n .dropdown-menu,
.cid-ui0DGJsf8n .navbar.opened {
  background: #fffdf7 !important;
}
.cid-ui0DGJsf8n .nav-item:focus,
.cid-ui0DGJsf8n .nav-link:focus {
  outline: none;
}
.cid-ui0DGJsf8n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ui0DGJsf8n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui0DGJsf8n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui0DGJsf8n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui0DGJsf8n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui0DGJsf8n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui0DGJsf8n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ui0DGJsf8n .navbar.opened {
  transition: all 0.3s;
}
.cid-ui0DGJsf8n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ui0DGJsf8n .navbar .navbar-logo img {
  width: auto;
}
.cid-ui0DGJsf8n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ui0DGJsf8n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui0DGJsf8n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui0DGJsf8n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui0DGJsf8n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui0DGJsf8n .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-ui0DGJsf8n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui0DGJsf8n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ui0DGJsf8n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ui0DGJsf8n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui0DGJsf8n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ui0DGJsf8n .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui0DGJsf8n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui0DGJsf8n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui0DGJsf8n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ui0DGJsf8n .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ui0DGJsf8n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui0DGJsf8n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui0DGJsf8n .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ui0DGJsf8n .dropdown-item.active,
.cid-ui0DGJsf8n .dropdown-item:active {
  background-color: transparent;
}
.cid-ui0DGJsf8n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ui0DGJsf8n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui0DGJsf8n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui0DGJsf8n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-ui0DGJsf8n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui0DGJsf8n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui0DGJsf8n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui0DGJsf8n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui0DGJsf8n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui0DGJsf8n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ui0DGJsf8n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui0DGJsf8n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui0DGJsf8n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui0DGJsf8n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui0DGJsf8n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui0DGJsf8n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui0DGJsf8n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui0DGJsf8n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui0DGJsf8n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ui0DGJsf8n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui0DGJsf8n .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-ui0DGJsf8n .navbar {
    height: 70px;
  }
  .cid-ui0DGJsf8n .navbar.opened {
    height: auto;
  }
  .cid-ui0DGJsf8n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ui0DGJsf8n .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ui0DGJsf8n .container-fluid {
    padding: 0 40px;
  }
}
.cid-ui0DGJsf8n .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ui0DGJsf8n .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ui0DGJsf8n .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ui0DGJsf8n .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ui0DGJsf8n .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ui0DGJsf8n .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ui0DGJsf8n .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ui0DGJsf8n .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ui0DGJsf8n .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ui0DGJsf8n .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ui0DGJsf8n .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ui0DGJsf8n .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ui0DGKMBYz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0DGKMBYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0DGKMBYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0DGKMBYz .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0DGKMBYz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0DGKMBYz .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui0DGKMBYz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0DGKMBYz .container {
    padding: 0 12px;
  }
}
.cid-ui0DGKMBYz .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ui0DGKMBYz .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ui0DGKMBYz .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #ffcd9f;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ui0DGKMBYz .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-ui0DGKMBYz .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0DGKMBYz .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-ui0DGKMBYz .title-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-ui0DGKMBYz .title-wrapper .tags-wrapper {
  margin-bottom: 24px;
}
.cid-ui0DGKMBYz .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-block;
}
.cid-ui0DGKMBYz .title-wrapper .tags-wrapper .tags-wrap .tag-item {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.cid-ui0DGKMBYz .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-iconfont {
  font-size: 44px;
  margin-right: 8px;
  color: #222222;
}
.cid-ui0DGKMBYz .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-tag {
  margin-bottom: 0;
}
.cid-ui0DGKMBYz .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-ui0DGKMBYz .image-wrapper img {
  width: 420px;
  height: 420px;
  border-radius: 100%;
  border: 3px solid #db0309;
  box-shadow: 4px 4px #db0309;
  background-color: #db0309;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .cid-ui0DGKMBYz .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-ui0DGKMBYz .image-wrapper img {
    width: 310px;
    height: 310px;
  }
}
@media (max-width: 768px) {
  .cid-ui0DGKMBYz .image-wrapper img {
    width: 280px;
    height: 280px;
  }
}
.cid-ui0DGKMBYz .mbr-section-title {
  color: #222222;
}
.cid-ui0DGKMBYz .mbr-text {
  color: #ffffff;
}
.cid-ui0DGKMBYz .mbr-tag {
  color: #222222;
}
.cid-ui0DGKMBYz .mbr-section-title,
.cid-ui0DGKMBYz .mbr-section-btn {
  color: #ffffff;
}
.cid-ui0DGMcqn5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0DGMcqn5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0DGMcqn5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0DGMcqn5 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0DGMcqn5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0DGMcqn5 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui0DGMcqn5 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0DGMcqn5 .container {
    padding: 0 12px;
  }
}
.cid-ui0DGMcqn5 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ui0DGMcqn5 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #ffffff;
}
.cid-ui0DGMcqn5 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-ui0DGMcqn5 .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #e3b4fa;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-ui0DGMcqn5 .mbr-section-title {
  color: #ffffff;
}
.cid-ui0DGNnHUJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0DGNnHUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0DGNnHUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0DGNnHUJ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0DGNnHUJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0DGNnHUJ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui0DGNnHUJ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0DGNnHUJ .container {
    padding: 0 12px;
  }
}
.cid-ui0DGNnHUJ .row {
  justify-content: center;
}
.cid-ui0DGNnHUJ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0DGNnHUJ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-ui0DGNnHUJ .card {
    margin-bottom: 32px;
  }
}
.cid-ui0DGNnHUJ .card .card-wrapper .icon-wrapper {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ui0DGNnHUJ .card .card-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-ui0DGNnHUJ .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  color: #000000;
}
.cid-ui0DGNnHUJ .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #e3b4fa;
}
.cid-ui0DGNnHUJ .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #ffcd9f;
}
.cid-ui0DGNnHUJ .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #b4dcfa;
}
.cid-ui0DGNnHUJ .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ui0DGNnHUJ .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-ui0DGNnHUJ .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ui0DGNnHUJ .card .card-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-ui0DGNnHUJ .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-ui0DGNnHUJ .mbr-card-title {
  color: #222222;
}
.cid-ui0DGNnHUJ .mbr-text {
  color: #222222;
}
.cid-ui0DGNnHUJ .mbr-card-title,
.cid-ui0DGNnHUJ .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ui0DGOqtKt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0DGOqtKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0DGOqtKt .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-ui0DGOqtKt .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0DGOqtKt .container {
    padding: 0 12px;
  }
}
.cid-ui0DGOqtKt .row {
  justify-content: center;
}
.cid-ui0DGOqtKt .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0DGOqtKt .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-ui0DGOqtKt .image-wrapper img {
  height: 270px;
  width: 270px;
  margin: 0 auto;
  border-radius: 100%;
  border: 3px solid #db0309;
  box-shadow: 4px 4px #db0309;
  background-color: #db0309;
  object-fit: cover;
}
.cid-ui0DGOqtKt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ui0DGOqtKt .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ui0DGPgXi0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0DGPgXi0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0DGPgXi0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0DGPgXi0 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0DGPgXi0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0DGPgXi0 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui0DGPgXi0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0DGPgXi0 .container {
    padding: 0 12px;
  }
}
.cid-ui0DGPgXi0 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0DGPgXi0 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ui0DGPgXi0 .card {
  margin-bottom: 32px;
}
.cid-ui0DGPgXi0 .card .card-wrapper {
  padding: 32px;
  border: 3px solid #ececec;
  box-shadow: 4px 4px #ececec;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ui0DGPgXi0 .card .card-wrapper {
    padding: 20px;
    border-radius: 24px;
  }
}
.cid-ui0DGPgXi0 .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ui0DGPgXi0 .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ui0DGPgXi0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui0DGPgXi0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ui0DGPgXi0 .mbr-card-title {
  color: #222222;
}
.cid-ui0DGPgXi0 .mbr-card-title,
.cid-ui0DGPgXi0 .title-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-ui0DGQlMxS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #db0309;
}
.cid-ui0DGQlMxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0DGQlMxS .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-ui0DGQlMxS .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0DGQlMxS .container {
    padding: 0 12px;
  }
}
.cid-ui0DGQlMxS .row {
  justify-content: center;
}
.cid-ui0DGQlMxS .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #db0309;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-ui0DGQlMxS .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ui0DGQlMxS .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ui0DGQlMxS .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ui0DGQlMxS .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ui0DGQlMxS .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-ui0DGQlMxS .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-ui0DGQlMxS .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-ui0DGQlMxS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui0DGQlMxS .mbr-text {
  color: #222222;
}
.cid-ui0DGQlMxS .mbr-text,
.cid-ui0DGQlMxS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ui0DGRdyv3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0DGRdyv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0DGRdyv3 .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-ui0DGRdyv3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0DGRdyv3 .container {
    padding: 0 12px;
  }
}
.cid-ui0DGRdyv3 .item {
  margin-bottom: 32px;
}
.cid-ui0DGRdyv3 .item a {
  display: block;
}
.cid-ui0DGRdyv3 .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ui0DGRdyv3 .item a .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 32px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ui0DGRdyv3 .item a .item-wrapper .item-img {
    border-radius: 24px;
  }
}
.cid-ui0DGRdyv3 .item a .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ui0DGRdyv3 .item a .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-ui0DGRdyv3 .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-ui0DGRdyv3 .mbr-section-btn {
  text-align: center;
}
.cid-ui0DGRdyv3 .item-content {
  color: #222222;
}
.cid-ui0DGS8ezg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #db0309;
}
.cid-ui0DGS8ezg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0DGS8ezg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0DGS8ezg .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ui0DGS8ezg .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ui0DGS8ezg .container {
    padding: 0 16px;
  }
}
.cid-ui0DGS8ezg .card {
  justify-content: center;
}
.cid-ui0DGS8ezg .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ffffff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-ui0DGS8ezg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ui0DGS8ezg .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-ui0DGS8ezg .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-ui0DGS8ezg .mbr-section-title {
  color: #000000;
}
.cid-ui0DGS8ezg .mbr-text {
  color: #000000;
}
.cid-ui0DGS8ezg .mbr-desc {
  color: #000000;
}
.cid-ui0DGS8ezg .mbr-text,
.cid-ui0DGS8ezg .mbr-section-btn {
  color: #ffffff;
}
.cid-ui0DGSZ7Wt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0DGSZ7Wt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0DGSZ7Wt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0DGSZ7Wt .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0DGSZ7Wt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0DGSZ7Wt .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui0DGSZ7Wt .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0DGSZ7Wt .container {
    padding: 0 12px;
  }
}
.cid-ui0DGSZ7Wt .row {
  justify-content: center;
}
.cid-ui0DGSZ7Wt .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0DGSZ7Wt .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ui0DGSZ7Wt .panel-group .card {
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ui0DGSZ7Wt .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-ui0DGSZ7Wt .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-ui0DGSZ7Wt .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ui0DGSZ7Wt .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ui0DGSZ7Wt .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ui0DGSZ7Wt .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-ui0DGSZ7Wt .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-ui0DGSZ7Wt .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-ui0DGSZ7Wt .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ui0DGSZ7Wt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui0DGSZ7Wt .panel-title-edit {
  color: #222222;
}
.cid-ui0DGSZ7Wt .panel-text {
  color: #222222;
}
.cid-ui0DGU6yFV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0DGU6yFV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0DGU6yFV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0DGU6yFV .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0DGU6yFV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0DGU6yFV .container-fluid {
    padding: 0 12px;
  }
}
.cid-ui0DGU6yFV .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ui0DGU6yFV .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0DGU6yFV .container {
    padding: 0 12px;
  }
}
.cid-ui0DGU6yFV .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0DGU6yFV .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ui0DGU6yFV .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ui0DGU6yFV .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-ui0DGU6yFV .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ui0DGU6yFV .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-ui0DGU6yFV .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-ui0DGU6yFV .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-ui0DGU6yFV .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-ui0DGU6yFV .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-ui0DGU6yFV .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ui0DGU6yFV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui0DGU6yFV .mbr-section-subtitle {
  color: #222222;
}
.cid-ui0DGU6yFV .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-ui0DGU6yFV .list {
  color: #222222;
}
.cid-ui0DGUZZFM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0DGUZZFM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0DGUZZFM .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-ui0DGUZZFM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0DGUZZFM .container {
    padding: 0 12px;
  }
}
.cid-ui0DGUZZFM .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ui0DGUZZFM .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ui0DGUZZFM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui0DGUZZFM .mbr-text {
  color: #222222;
}
.cid-ui0DGUZZFM .mbr-text,
.cid-ui0DGUZZFM .mbr-section-btn {
  color: #ffffff;
}
.cid-ui0DGVPUin {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0DGVPUin .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0DGVPUin .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-ui0DGVPUin .container {
    padding: 0 16px;
  }
}
.cid-ui0DGVPUin .row {
  position: relative;
  z-index: 1;
}
.cid-ui0DGVPUin .card {
  justify-content: flex-end;
}
.cid-ui0DGVPUin .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-ui0DGVPUin .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-ui0DGVPUin .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ui0DGVPUin .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-ui0DGVPUin .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-ui0DGVPUin .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-ui0DGVPUin .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-ui0DGVPUin .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-ui0DGVPUin .card-wrapper .image-wrapper .card-desc {
    left: .5rem;
  }
}
.cid-ui0DGVPUin .card-wrapper .card-wrap {
  background-color: #ffffff;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-ui0DGVPUin .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-ui0DGVPUin .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-ui0DGVPUin .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ui0DGVPUin .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ui0DGVPUin .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ui0DGVPUin .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ui0DGVPUin .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-ui0DGVPUin .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ui0DGVPUin .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-ui0DGVPUin .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-ui0DGVPUin .text-wrapper {
    margin-left: 0;
  }
}
.cid-ui0DGVPUin .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-ui0DGVPUin .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-ui0DGVPUin .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-ui0DGVPUin .mbr-text {
  color: #000000;
}
.cid-ui0DGVPUin .card-desc {
  color: #000000;
}
.cid-ui0DGVPUin .card-text {
  color: #000000;
}
.cid-ui0DGVPUin .card-name {
  color: #ffffff;
}
.cid-ui0DGVPUin .card-role {
  color: #ffffff;
}
.cid-ui0DGVPUin .mbr-text,
.cid-ui0DGVPUin .mbr-section-btn {
  color: #ffffff;
}
.cid-ui0DGWOX9r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0DGWOX9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0DGWOX9r .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-ui0DGWOX9r .container {
    padding: 0 16px;
  }
}
.cid-ui0DGWOX9r .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ui0DGWOX9r .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ui0DGWOX9r .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #ffffff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-ui0DGWOX9r .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-ui0DGWOX9r .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ui0DGWOX9r .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ui0DGWOX9r .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ui0DGWOX9r .card-wrapper {
  background-color: #ffffff;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px;
  padding: 80px;
}
.cid-ui0DGWOX9r .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ui0DGWOX9r .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-ui0DGWOX9r .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg);
}
.cid-ui0DGWOX9r .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-ui0DGWOX9r .mbr-section-title {
  color: #ffffff;
}
.cid-ui0DGWOX9r .mbr-section-subtitle {
  color: #000000;
}
.cid-ui0DGWOX9r .mbr-text {
  color: #ffffff;
}
.cid-ui0DGWOX9r .card-text {
  text-align: center;
  color: #000000;
}
.cid-ui0HU77dEp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0HU77dEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0HU77dEp .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-ui0HU77dEp .container {
    padding: 0 16px;
  }
}
.cid-ui0HU77dEp .row {
  justify-content: center;
}
.cid-ui0HU77dEp .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #ffffff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-ui0HU77dEp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ui0HU77dEp .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ui0HU77dEp .panel-group .card {
    padding: 24px;
  }
}
.cid-ui0HU77dEp .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ui0HU77dEp .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ui0HU77dEp .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ui0HU77dEp .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ui0HU77dEp .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-ui0HU77dEp .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #db0309;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-ui0HU77dEp .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #db0309;
}
.cid-ui0HU77dEp .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-ui0HU77dEp .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-ui0HU77dEp .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-ui0HU77dEp .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-ui0HU77dEp .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ui0HU77dEp .mbr-section-title {
  color: #000000;
}
.cid-ui0HU77dEp .panel-title-edit {
  color: #000000;
}
.cid-ui0HU77dEp .panel-text {
  color: #000000;
}
.cid-ui0DGXWzIb {
  background-color: #db0309;
}
.cid-ui0DGXWzIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0DGXWzIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0DGXWzIb .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ui0DGXWzIb .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ui0DGXWzIb .container {
    padding: 0 26px;
  }
}
.cid-ui0DGXWzIb .row {
  justify-content: center;
}
.cid-ui0DGXWzIb .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-ui0DGXWzIb .google-map iframe {
    height: 400px;
  }
}
.cid-ui0DGYYtkE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0DGYYtkE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0DGYYtkE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0DGYYtkE .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0DGYYtkE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0DGYYtkE .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui0DGYYtkE .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0DGYYtkE .container {
    padding: 0 12px;
  }
}
.cid-ui0DGYYtkE .title-wrapper a {
  display: block;
}
.cid-ui0DGYYtkE .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ui0DGYYtkE .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-ui0DGYYtkE .list-wrapper .list,
.cid-ui0DGYYtkE .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ui0DGYYtkE .list-wrapper .list,
  .cid-ui0DGYYtkE .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-ui0DGYYtkE .list-wrapper .list .item-wrap,
.cid-ui0DGYYtkE .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ui0DGYYtkE .list-wrapper .list .item-wrap:hover,
.cid-ui0DGYYtkE .list-wrapper .list_main .item-wrap:hover,
.cid-ui0DGYYtkE .list-wrapper .list .item-wrap:focus,
.cid-ui0DGYYtkE .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-ui0DGYYtkE .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-ui0DGYYtkE .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-ui0DGYYtkE .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ui0DGYYtkE .contacts-wrapper .list .item-wrap:hover,
.cid-ui0DGYYtkE .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-ui0DGYYtkE .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0DGYYtkE .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-ui0DGYYtkE .social-row .soc-item {
  margin-right: 24px;
}
.cid-ui0DGYYtkE .social-row .soc-item a:hover .mbr-iconfont,
.cid-ui0DGYYtkE .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-ui0DGYYtkE .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-ui0DGYYtkE .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: right;
}
.cid-ui0DGYYtkE .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-ui0DGYYtkE .mbr-list-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui0DGYYtkE .list {
  color: #ffffff;
  text-align: center;
}
.cid-ui0DGYYtkE .list_main {
  color: #ffffff;
  text-align: center;
}
.cid-ui0JIIkzeM .navbar-dropdown {
  position: relative !important;
}
.cid-ui0JIIkzeM .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-ui0JIIkzeM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ui0JIIkzeM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ui0JIIkzeM .dropdown-item:hover,
.cid-ui0JIIkzeM .dropdown-item:focus {
  background: #88c3f0 !important;
  color: white !important;
}
.cid-ui0JIIkzeM .dropdown-item:hover span {
  color: white;
}
.cid-ui0JIIkzeM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ui0JIIkzeM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ui0JIIkzeM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ui0JIIkzeM .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ui0JIIkzeM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui0JIIkzeM .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ui0JIIkzeM .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ui0JIIkzeM .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-ui0JIIkzeM .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ui0JIIkzeM .container {
  display: flex;
  margin: auto;
}
.cid-ui0JIIkzeM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ui0JIIkzeM .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ui0JIIkzeM .navbar-nav {
    align-items: center;
  }
}
.cid-ui0JIIkzeM .dropdown-menu,
.cid-ui0JIIkzeM .navbar.opened {
  background: #fffdf7 !important;
}
.cid-ui0JIIkzeM .nav-item:focus,
.cid-ui0JIIkzeM .nav-link:focus {
  outline: none;
}
.cid-ui0JIIkzeM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ui0JIIkzeM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui0JIIkzeM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui0JIIkzeM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui0JIIkzeM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui0JIIkzeM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui0JIIkzeM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ui0JIIkzeM .navbar.opened {
  transition: all 0.3s;
}
.cid-ui0JIIkzeM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ui0JIIkzeM .navbar .navbar-logo img {
  width: auto;
}
.cid-ui0JIIkzeM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ui0JIIkzeM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui0JIIkzeM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui0JIIkzeM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui0JIIkzeM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui0JIIkzeM .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-ui0JIIkzeM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui0JIIkzeM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ui0JIIkzeM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ui0JIIkzeM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui0JIIkzeM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ui0JIIkzeM .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui0JIIkzeM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui0JIIkzeM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui0JIIkzeM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ui0JIIkzeM .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ui0JIIkzeM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui0JIIkzeM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui0JIIkzeM .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ui0JIIkzeM .dropdown-item.active,
.cid-ui0JIIkzeM .dropdown-item:active {
  background-color: transparent;
}
.cid-ui0JIIkzeM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ui0JIIkzeM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui0JIIkzeM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui0JIIkzeM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-ui0JIIkzeM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui0JIIkzeM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui0JIIkzeM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui0JIIkzeM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui0JIIkzeM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui0JIIkzeM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ui0JIIkzeM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui0JIIkzeM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui0JIIkzeM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui0JIIkzeM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui0JIIkzeM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui0JIIkzeM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui0JIIkzeM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui0JIIkzeM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui0JIIkzeM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ui0JIIkzeM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui0JIIkzeM .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-ui0JIIkzeM .navbar {
    height: 70px;
  }
  .cid-ui0JIIkzeM .navbar.opened {
    height: auto;
  }
  .cid-ui0JIIkzeM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ui0JIIkzeM .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ui0JIIkzeM .container-fluid {
    padding: 0 40px;
  }
}
.cid-ui0JIIkzeM .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ui0JIIkzeM .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ui0JIIkzeM .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ui0JIIkzeM .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ui0JIIkzeM .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ui0JIIkzeM .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ui0JIIkzeM .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ui0JIIkzeM .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ui0JIIkzeM .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ui0JIIkzeM .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ui0JIIkzeM .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ui0JIIkzeM .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ui0JIJA4e8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0JIJA4e8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0JIJA4e8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0JIJA4e8 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0JIJA4e8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0JIJA4e8 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui0JIJA4e8 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0JIJA4e8 .container {
    padding: 0 12px;
  }
}
.cid-ui0JIJA4e8 .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ui0JIJA4e8 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ui0JIJA4e8 .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #ffcd9f;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ui0JIJA4e8 .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-ui0JIJA4e8 .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0JIJA4e8 .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-ui0JIJA4e8 .title-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-ui0JIJA4e8 .title-wrapper .tags-wrapper {
  margin-bottom: 24px;
}
.cid-ui0JIJA4e8 .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-block;
}
.cid-ui0JIJA4e8 .title-wrapper .tags-wrapper .tags-wrap .tag-item {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.cid-ui0JIJA4e8 .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-iconfont {
  font-size: 44px;
  margin-right: 8px;
  color: #222222;
}
.cid-ui0JIJA4e8 .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-tag {
  margin-bottom: 0;
}
.cid-ui0JIJA4e8 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-ui0JIJA4e8 .image-wrapper img {
  width: 420px;
  height: 420px;
  border-radius: 100%;
  border: 3px solid #db0309;
  box-shadow: 4px 4px #db0309;
  background-color: #db0309;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .cid-ui0JIJA4e8 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-ui0JIJA4e8 .image-wrapper img {
    width: 310px;
    height: 310px;
  }
}
@media (max-width: 768px) {
  .cid-ui0JIJA4e8 .image-wrapper img {
    width: 280px;
    height: 280px;
  }
}
.cid-ui0JIJA4e8 .mbr-section-title {
  color: #222222;
}
.cid-ui0JIJA4e8 .mbr-text {
  color: #ffffff;
}
.cid-ui0JIJA4e8 .mbr-tag {
  color: #222222;
}
.cid-ui0JIJA4e8 .mbr-section-title,
.cid-ui0JIJA4e8 .mbr-section-btn {
  color: #ffffff;
}
.cid-ui0JIKMaFK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0JIKMaFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0JIKMaFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0JIKMaFK .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0JIKMaFK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0JIKMaFK .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui0JIKMaFK .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0JIKMaFK .container {
    padding: 0 12px;
  }
}
.cid-ui0JIKMaFK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ui0JIKMaFK .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #ffffff;
}
.cid-ui0JIKMaFK .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-ui0JIKMaFK .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #e3b4fa;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-ui0JIKMaFK .mbr-section-title {
  color: #ffffff;
}
.cid-ui0JILxK53 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0JILxK53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0JILxK53 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0JILxK53 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0JILxK53 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0JILxK53 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui0JILxK53 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0JILxK53 .container {
    padding: 0 12px;
  }
}
.cid-ui0JILxK53 .row {
  justify-content: center;
}
.cid-ui0JILxK53 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0JILxK53 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-ui0JILxK53 .card {
    margin-bottom: 32px;
  }
}
.cid-ui0JILxK53 .card .card-wrapper .icon-wrapper {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ui0JILxK53 .card .card-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-ui0JILxK53 .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  color: #000000;
}
.cid-ui0JILxK53 .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #e3b4fa;
}
.cid-ui0JILxK53 .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #ffcd9f;
}
.cid-ui0JILxK53 .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #b4dcfa;
}
.cid-ui0JILxK53 .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ui0JILxK53 .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-ui0JILxK53 .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ui0JILxK53 .card .card-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-ui0JILxK53 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-ui0JILxK53 .mbr-card-title {
  color: #222222;
}
.cid-ui0JILxK53 .mbr-text {
  color: #222222;
}
.cid-ui0JILxK53 .mbr-card-title,
.cid-ui0JILxK53 .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ui0JIMDBZM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0JIMDBZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0JIMDBZM .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-ui0JIMDBZM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0JIMDBZM .container {
    padding: 0 12px;
  }
}
.cid-ui0JIMDBZM .row {
  justify-content: center;
}
.cid-ui0JIMDBZM .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0JIMDBZM .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-ui0JIMDBZM .image-wrapper img {
  height: 270px;
  width: 270px;
  margin: 0 auto;
  border-radius: 100%;
  border: 3px solid #db0309;
  box-shadow: 4px 4px #db0309;
  background-color: #db0309;
  object-fit: cover;
}
.cid-ui0JIMDBZM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ui0JIMDBZM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ui0JINsd1h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0JINsd1h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0JINsd1h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0JINsd1h .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0JINsd1h .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0JINsd1h .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui0JINsd1h .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0JINsd1h .container {
    padding: 0 12px;
  }
}
.cid-ui0JINsd1h .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0JINsd1h .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ui0JINsd1h .card {
  margin-bottom: 32px;
}
.cid-ui0JINsd1h .card .card-wrapper {
  padding: 32px;
  border: 3px solid #ececec;
  box-shadow: 4px 4px #ececec;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ui0JINsd1h .card .card-wrapper {
    padding: 20px;
    border-radius: 24px;
  }
}
.cid-ui0JINsd1h .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ui0JINsd1h .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ui0JINsd1h .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui0JINsd1h .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ui0JINsd1h .mbr-card-title {
  color: #222222;
}
.cid-ui0JINsd1h .mbr-card-title,
.cid-ui0JINsd1h .title-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-ui0JIOwGbI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #db0309;
}
.cid-ui0JIOwGbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0JIOwGbI .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-ui0JIOwGbI .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0JIOwGbI .container {
    padding: 0 12px;
  }
}
.cid-ui0JIOwGbI .row {
  justify-content: center;
}
.cid-ui0JIOwGbI .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #db0309;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-ui0JIOwGbI .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ui0JIOwGbI .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ui0JIOwGbI .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ui0JIOwGbI .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ui0JIOwGbI .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-ui0JIOwGbI .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-ui0JIOwGbI .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-ui0JIOwGbI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui0JIOwGbI .mbr-text {
  color: #222222;
}
.cid-ui0JIOwGbI .mbr-text,
.cid-ui0JIOwGbI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ui0JIPugBn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0JIPugBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0JIPugBn .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-ui0JIPugBn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0JIPugBn .container {
    padding: 0 12px;
  }
}
.cid-ui0JIPugBn .item {
  margin-bottom: 32px;
}
.cid-ui0JIPugBn .item a {
  display: block;
}
.cid-ui0JIPugBn .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ui0JIPugBn .item a .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 32px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ui0JIPugBn .item a .item-wrapper .item-img {
    border-radius: 24px;
  }
}
.cid-ui0JIPugBn .item a .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ui0JIPugBn .item a .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-ui0JIPugBn .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-ui0JIPugBn .mbr-section-btn {
  text-align: center;
}
.cid-ui0JIPugBn .item-content {
  color: #222222;
}
.cid-ui0JIQvkaP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #db0309;
}
.cid-ui0JIQvkaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0JIQvkaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0JIQvkaP .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ui0JIQvkaP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ui0JIQvkaP .container {
    padding: 0 16px;
  }
}
.cid-ui0JIQvkaP .card {
  justify-content: center;
}
.cid-ui0JIQvkaP .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ffffff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-ui0JIQvkaP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ui0JIQvkaP .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-ui0JIQvkaP .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-ui0JIQvkaP .mbr-section-title {
  color: #000000;
}
.cid-ui0JIQvkaP .mbr-text {
  color: #000000;
}
.cid-ui0JIQvkaP .mbr-desc {
  color: #000000;
}
.cid-ui0JIQvkaP .mbr-text,
.cid-ui0JIQvkaP .mbr-section-btn {
  color: #ffffff;
}
.cid-ui0JIRjIVU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0JIRjIVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0JIRjIVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0JIRjIVU .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0JIRjIVU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0JIRjIVU .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui0JIRjIVU .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0JIRjIVU .container {
    padding: 0 12px;
  }
}
.cid-ui0JIRjIVU .row {
  justify-content: center;
}
.cid-ui0JIRjIVU .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0JIRjIVU .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ui0JIRjIVU .panel-group .card {
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ui0JIRjIVU .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-ui0JIRjIVU .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-ui0JIRjIVU .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ui0JIRjIVU .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ui0JIRjIVU .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ui0JIRjIVU .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-ui0JIRjIVU .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-ui0JIRjIVU .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-ui0JIRjIVU .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ui0JIRjIVU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui0JIRjIVU .panel-title-edit {
  color: #222222;
}
.cid-ui0JIRjIVU .panel-text {
  color: #222222;
}
.cid-ui0JISQPzT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0JISQPzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0JISQPzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0JISQPzT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0JISQPzT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0JISQPzT .container-fluid {
    padding: 0 12px;
  }
}
.cid-ui0JISQPzT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ui0JISQPzT .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0JISQPzT .container {
    padding: 0 12px;
  }
}
.cid-ui0JISQPzT .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0JISQPzT .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ui0JISQPzT .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ui0JISQPzT .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-ui0JISQPzT .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ui0JISQPzT .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-ui0JISQPzT .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-ui0JISQPzT .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-ui0JISQPzT .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-ui0JISQPzT .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-ui0JISQPzT .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ui0JISQPzT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui0JISQPzT .mbr-section-subtitle {
  color: #222222;
}
.cid-ui0JISQPzT .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-ui0JISQPzT .list {
  color: #222222;
}
.cid-ui0JITOWfx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0JITOWfx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0JITOWfx .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-ui0JITOWfx .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0JITOWfx .container {
    padding: 0 12px;
  }
}
.cid-ui0JITOWfx .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ui0JITOWfx .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ui0JITOWfx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui0JITOWfx .mbr-text {
  color: #222222;
}
.cid-ui0JITOWfx .mbr-text,
.cid-ui0JITOWfx .mbr-section-btn {
  color: #ffffff;
}
.cid-ui0JIULxhy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0JIULxhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0JIULxhy .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-ui0JIULxhy .container {
    padding: 0 16px;
  }
}
.cid-ui0JIULxhy .row {
  position: relative;
  z-index: 1;
}
.cid-ui0JIULxhy .card {
  justify-content: flex-end;
}
.cid-ui0JIULxhy .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-ui0JIULxhy .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-ui0JIULxhy .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ui0JIULxhy .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-ui0JIULxhy .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-ui0JIULxhy .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-ui0JIULxhy .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-ui0JIULxhy .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #db0309;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-ui0JIULxhy .card-wrapper .image-wrapper .card-desc {
    left: .5rem;
  }
}
.cid-ui0JIULxhy .card-wrapper .card-wrap {
  background-color: #ffffff;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-ui0JIULxhy .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-ui0JIULxhy .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-ui0JIULxhy .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ui0JIULxhy .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ui0JIULxhy .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ui0JIULxhy .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ui0JIULxhy .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-ui0JIULxhy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ui0JIULxhy .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-ui0JIULxhy .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-ui0JIULxhy .text-wrapper {
    margin-left: 0;
  }
}
.cid-ui0JIULxhy .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-ui0JIULxhy .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-ui0JIULxhy .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-ui0JIULxhy .mbr-text {
  color: #000000;
}
.cid-ui0JIULxhy .card-desc {
  color: #000000;
}
.cid-ui0JIULxhy .card-text {
  color: #000000;
}
.cid-ui0JIULxhy .card-name {
  color: #ffffff;
}
.cid-ui0JIULxhy .card-role {
  color: #ffffff;
}
.cid-ui0JIULxhy .mbr-text,
.cid-ui0JIULxhy .mbr-section-btn {
  color: #ffffff;
}
.cid-ui13qy0j1V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui13qy0j1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui13qy0j1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui13qy0j1V .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui13qy0j1V .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui13qy0j1V .container {
    padding: 0 20px;
  }
}
.cid-ui13qy0j1V .row {
  justify-content: space-between;
}
.cid-ui13qy0j1V .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-ui13qy0j1V .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-ui13qy0j1V .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-ui13qy0j1V .image-wrapper .image-wrap {
  padding: 0 0 0 116px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-ui13qy0j1V .image-wrapper .image-wrap {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ui13qy0j1V .image-wrapper .image-wrap {
    margin-bottom: 40px;
  }
}
.cid-ui13qy0j1V .image-wrapper .image-wrap img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ui13qy0j1V .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-ui13qy0j1V .content-wrapper {
  padding: 0 100px 0 100px;
  position: sticky;
  top: 20px;
}
@media (max-width: 1200px) {
  .cid-ui13qy0j1V .content-wrapper {
    padding: 0 50px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-ui13qy0j1V .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ui13qy0j1V .content-wrapper .content-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .cid-ui13qy0j1V .content-wrapper .content-wrap {
    padding-right: 0;
  }
}
.cid-ui13qy0j1V .content-wrapper .content-wrap .mbr-text {
  font-family: "Source Serif 4", sans-serif !important;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.cid-ui13qy0j1V .content-wrapper .content-wrap .mbr-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 80%;
  background-color: #1e1d1c;
  opacity: .2;
}
.cid-ui13qy0j1V .mbr-text {
  color: #ffffff;
}
.cid-ui13qy0j1V .mbr-section-title {
  color: #1e1d1c;
}
.cid-ui0JIWjJuq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0JIWjJuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0JIWjJuq .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-ui0JIWjJuq .container {
    padding: 0 16px;
  }
}
.cid-ui0JIWjJuq .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ui0JIWjJuq .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ui0JIWjJuq .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #ffffff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-ui0JIWjJuq .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-ui0JIWjJuq .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ui0JIWjJuq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ui0JIWjJuq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ui0JIWjJuq .card-wrapper {
  background-color: #ffffff;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px;
  padding: 80px;
}
.cid-ui0JIWjJuq .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ui0JIWjJuq .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-ui0JIWjJuq .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg);
}
.cid-ui0JIWjJuq .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-ui0JIWjJuq .mbr-section-title {
  color: #ffffff;
}
.cid-ui0JIWjJuq .mbr-section-subtitle {
  color: #000000;
}
.cid-ui0JIWjJuq .mbr-text {
  color: #ffffff;
}
.cid-ui0JIWjJuq .card-text {
  text-align: center;
  color: #000000;
}
.cid-ui0JIXICcd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0JIXICcd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0JIXICcd .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-ui0JIXICcd .container {
    padding: 0 16px;
  }
}
.cid-ui0JIXICcd .row {
  justify-content: center;
}
.cid-ui0JIXICcd .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #ffffff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-ui0JIXICcd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ui0JIXICcd .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ui0JIXICcd .panel-group .card {
    padding: 24px;
  }
}
.cid-ui0JIXICcd .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ui0JIXICcd .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ui0JIXICcd .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ui0JIXICcd .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ui0JIXICcd .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-ui0JIXICcd .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #db0309;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-ui0JIXICcd .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #db0309;
}
.cid-ui0JIXICcd .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-ui0JIXICcd .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-ui0JIXICcd .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-ui0JIXICcd .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-ui0JIXICcd .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ui0JIXICcd .mbr-section-title {
  color: #000000;
}
.cid-ui0JIXICcd .panel-title-edit {
  color: #000000;
}
.cid-ui0JIXICcd .panel-text {
  color: #000000;
}
.cid-ui0JIZ8Zr9 {
  background-color: #db0309;
}
.cid-ui0JIZ8Zr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0JIZ8Zr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0JIZ8Zr9 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ui0JIZ8Zr9 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ui0JIZ8Zr9 .container {
    padding: 0 26px;
  }
}
.cid-ui0JIZ8Zr9 .row {
  justify-content: center;
}
.cid-ui0JIZ8Zr9 .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-ui0JIZ8Zr9 .google-map iframe {
    height: 400px;
  }
}
.cid-ui0JJ0k67q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0JJ0k67q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0JJ0k67q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0JJ0k67q .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0JJ0k67q .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0JJ0k67q .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui0JJ0k67q .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0JJ0k67q .container {
    padding: 0 12px;
  }
}
.cid-ui0JJ0k67q .title-wrapper a {
  display: block;
}
.cid-ui0JJ0k67q .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ui0JJ0k67q .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-ui0JJ0k67q .list-wrapper .list,
.cid-ui0JJ0k67q .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ui0JJ0k67q .list-wrapper .list,
  .cid-ui0JJ0k67q .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-ui0JJ0k67q .list-wrapper .list .item-wrap,
.cid-ui0JJ0k67q .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ui0JJ0k67q .list-wrapper .list .item-wrap:hover,
.cid-ui0JJ0k67q .list-wrapper .list_main .item-wrap:hover,
.cid-ui0JJ0k67q .list-wrapper .list .item-wrap:focus,
.cid-ui0JJ0k67q .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-ui0JJ0k67q .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-ui0JJ0k67q .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-ui0JJ0k67q .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ui0JJ0k67q .contacts-wrapper .list .item-wrap:hover,
.cid-ui0JJ0k67q .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-ui0JJ0k67q .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0JJ0k67q .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-ui0JJ0k67q .social-row .soc-item {
  margin-right: 24px;
}
.cid-ui0JJ0k67q .social-row .soc-item a:hover .mbr-iconfont,
.cid-ui0JJ0k67q .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-ui0JJ0k67q .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-ui0JJ0k67q .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: right;
}
.cid-ui0JJ0k67q .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-ui0JJ0k67q .mbr-list-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui0JJ0k67q .list {
  color: #ffffff;
  text-align: center;
}
.cid-ui0JJ0k67q .list_main {
  color: #ffffff;
  text-align: center;
}
.cid-ui0TnmJGsG .navbar-dropdown {
  position: relative !important;
}
.cid-ui0TnmJGsG .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-ui0TnmJGsG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ui0TnmJGsG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ui0TnmJGsG .dropdown-item:hover,
.cid-ui0TnmJGsG .dropdown-item:focus {
  background: #88c3f0 !important;
  color: white !important;
}
.cid-ui0TnmJGsG .dropdown-item:hover span {
  color: white;
}
.cid-ui0TnmJGsG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ui0TnmJGsG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ui0TnmJGsG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ui0TnmJGsG .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ui0TnmJGsG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui0TnmJGsG .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ui0TnmJGsG .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ui0TnmJGsG .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-ui0TnmJGsG .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ui0TnmJGsG .container {
  display: flex;
  margin: auto;
}
.cid-ui0TnmJGsG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ui0TnmJGsG .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ui0TnmJGsG .navbar-nav {
    align-items: center;
  }
}
.cid-ui0TnmJGsG .dropdown-menu,
.cid-ui0TnmJGsG .navbar.opened {
  background: #fffdf7 !important;
}
.cid-ui0TnmJGsG .nav-item:focus,
.cid-ui0TnmJGsG .nav-link:focus {
  outline: none;
}
.cid-ui0TnmJGsG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ui0TnmJGsG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui0TnmJGsG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui0TnmJGsG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui0TnmJGsG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui0TnmJGsG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui0TnmJGsG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ui0TnmJGsG .navbar.opened {
  transition: all 0.3s;
}
.cid-ui0TnmJGsG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ui0TnmJGsG .navbar .navbar-logo img {
  width: auto;
}
.cid-ui0TnmJGsG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ui0TnmJGsG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui0TnmJGsG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui0TnmJGsG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui0TnmJGsG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui0TnmJGsG .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-ui0TnmJGsG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui0TnmJGsG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ui0TnmJGsG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ui0TnmJGsG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui0TnmJGsG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ui0TnmJGsG .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui0TnmJGsG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui0TnmJGsG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui0TnmJGsG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ui0TnmJGsG .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ui0TnmJGsG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui0TnmJGsG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui0TnmJGsG .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ui0TnmJGsG .dropdown-item.active,
.cid-ui0TnmJGsG .dropdown-item:active {
  background-color: transparent;
}
.cid-ui0TnmJGsG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ui0TnmJGsG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui0TnmJGsG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui0TnmJGsG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-ui0TnmJGsG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui0TnmJGsG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui0TnmJGsG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui0TnmJGsG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui0TnmJGsG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui0TnmJGsG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ui0TnmJGsG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui0TnmJGsG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui0TnmJGsG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui0TnmJGsG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui0TnmJGsG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui0TnmJGsG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui0TnmJGsG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui0TnmJGsG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui0TnmJGsG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ui0TnmJGsG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui0TnmJGsG .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-ui0TnmJGsG .navbar {
    height: 70px;
  }
  .cid-ui0TnmJGsG .navbar.opened {
    height: auto;
  }
  .cid-ui0TnmJGsG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ui0TnmJGsG .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ui0TnmJGsG .container-fluid {
    padding: 0 40px;
  }
}
.cid-ui0TnmJGsG .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ui0TnmJGsG .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ui0TnmJGsG .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ui0TnmJGsG .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ui0TnmJGsG .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ui0TnmJGsG .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ui0TnmJGsG .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ui0TnmJGsG .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ui0TnmJGsG .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ui0TnmJGsG .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ui0TnmJGsG .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ui0TnmJGsG .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ui0Tno4RS4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0Tno4RS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0Tno4RS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0Tno4RS4 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0Tno4RS4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0Tno4RS4 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui0Tno4RS4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0Tno4RS4 .container {
    padding: 0 12px;
  }
}
.cid-ui0Tno4RS4 .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ui0Tno4RS4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ui0Tno4RS4 .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #ffcd9f;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ui0Tno4RS4 .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-ui0Tno4RS4 .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0Tno4RS4 .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-ui0Tno4RS4 .title-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-ui0Tno4RS4 .title-wrapper .tags-wrapper {
  margin-bottom: 24px;
}
.cid-ui0Tno4RS4 .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-block;
}
.cid-ui0Tno4RS4 .title-wrapper .tags-wrapper .tags-wrap .tag-item {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.cid-ui0Tno4RS4 .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-iconfont {
  font-size: 44px;
  margin-right: 8px;
  color: #222222;
}
.cid-ui0Tno4RS4 .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-tag {
  margin-bottom: 0;
}
.cid-ui0Tno4RS4 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-ui0Tno4RS4 .image-wrapper img {
  width: 420px;
  height: 420px;
  border-radius: 100%;
  border: 3px solid #db0309;
  box-shadow: 4px 4px #db0309;
  background-color: #db0309;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .cid-ui0Tno4RS4 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-ui0Tno4RS4 .image-wrapper img {
    width: 310px;
    height: 310px;
  }
}
@media (max-width: 768px) {
  .cid-ui0Tno4RS4 .image-wrapper img {
    width: 280px;
    height: 280px;
  }
}
.cid-ui0Tno4RS4 .mbr-section-title {
  color: #222222;
}
.cid-ui0Tno4RS4 .mbr-text {
  color: #ffffff;
}
.cid-ui0Tno4RS4 .mbr-tag {
  color: #222222;
}
.cid-ui0Tno4RS4 .mbr-section-title,
.cid-ui0Tno4RS4 .mbr-section-btn {
  color: #ffffff;
}
.cid-ui0TnplXGd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0TnplXGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0TnplXGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0TnplXGd .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0TnplXGd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0TnplXGd .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui0TnplXGd .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0TnplXGd .container {
    padding: 0 12px;
  }
}
.cid-ui0TnplXGd .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ui0TnplXGd .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #ffffff;
}
.cid-ui0TnplXGd .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-ui0TnplXGd .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #e3b4fa;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-ui0TnplXGd .mbr-section-title {
  color: #ffffff;
}
.cid-ui0Tnr6rYn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0Tnr6rYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0Tnr6rYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0Tnr6rYn .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0Tnr6rYn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0Tnr6rYn .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui0Tnr6rYn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0Tnr6rYn .container {
    padding: 0 12px;
  }
}
.cid-ui0Tnr6rYn .row {
  justify-content: center;
}
.cid-ui0Tnr6rYn .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0Tnr6rYn .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-ui0Tnr6rYn .card {
    margin-bottom: 32px;
  }
}
.cid-ui0Tnr6rYn .card .card-wrapper .icon-wrapper {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ui0Tnr6rYn .card .card-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-ui0Tnr6rYn .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  color: #000000;
}
.cid-ui0Tnr6rYn .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #e3b4fa;
}
.cid-ui0Tnr6rYn .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #ffcd9f;
}
.cid-ui0Tnr6rYn .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #b4dcfa;
}
.cid-ui0Tnr6rYn .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ui0Tnr6rYn .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-ui0Tnr6rYn .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ui0Tnr6rYn .card .card-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-ui0Tnr6rYn .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-ui0Tnr6rYn .mbr-card-title {
  color: #222222;
}
.cid-ui0Tnr6rYn .mbr-text {
  color: #222222;
}
.cid-ui0Tnr6rYn .mbr-card-title,
.cid-ui0Tnr6rYn .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ui0TnteomV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0TnteomV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0TnteomV .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-ui0TnteomV .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0TnteomV .container {
    padding: 0 12px;
  }
}
.cid-ui0TnteomV .row {
  justify-content: center;
}
.cid-ui0TnteomV .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0TnteomV .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-ui0TnteomV .image-wrapper img {
  height: 270px;
  width: 270px;
  margin: 0 auto;
  border-radius: 100%;
  border: 3px solid #db0309;
  box-shadow: 4px 4px #db0309;
  background-color: #db0309;
  object-fit: cover;
}
.cid-ui0TnteomV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ui0TnteomV .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ui0Tnuzfuw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0Tnuzfuw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0Tnuzfuw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0Tnuzfuw .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0Tnuzfuw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0Tnuzfuw .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui0Tnuzfuw .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0Tnuzfuw .container {
    padding: 0 12px;
  }
}
.cid-ui0Tnuzfuw .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0Tnuzfuw .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ui0Tnuzfuw .card {
  margin-bottom: 32px;
}
.cid-ui0Tnuzfuw .card .card-wrapper {
  padding: 32px;
  border: 3px solid #ececec;
  box-shadow: 4px 4px #ececec;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ui0Tnuzfuw .card .card-wrapper {
    padding: 20px;
    border-radius: 24px;
  }
}
.cid-ui0Tnuzfuw .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ui0Tnuzfuw .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ui0Tnuzfuw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui0Tnuzfuw .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ui0Tnuzfuw .mbr-card-title {
  color: #222222;
}
.cid-ui0Tnuzfuw .mbr-card-title,
.cid-ui0Tnuzfuw .title-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-ui0TnwMuqo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #db0309;
}
.cid-ui0TnwMuqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0TnwMuqo .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-ui0TnwMuqo .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0TnwMuqo .container {
    padding: 0 12px;
  }
}
.cid-ui0TnwMuqo .row {
  justify-content: center;
}
.cid-ui0TnwMuqo .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #db0309;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-ui0TnwMuqo .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ui0TnwMuqo .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ui0TnwMuqo .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ui0TnwMuqo .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ui0TnwMuqo .card-wrapper .title-wrapper .mbr-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.cid-ui0TnwMuqo .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-ui0TnwMuqo .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-ui0TnwMuqo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui0TnwMuqo .mbr-text {
  color: #222222;
}
.cid-ui0TnwMuqo .mbr-text,
.cid-ui0TnwMuqo .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ui0TnyIqle {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0TnyIqle .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0TnyIqle .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-ui0TnyIqle .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0TnyIqle .container {
    padding: 0 12px;
  }
}
.cid-ui0TnyIqle .item {
  margin-bottom: 32px;
}
.cid-ui0TnyIqle .item a {
  display: block;
}
.cid-ui0TnyIqle .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ui0TnyIqle .item a .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 32px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ui0TnyIqle .item a .item-wrapper .item-img {
    border-radius: 24px;
  }
}
.cid-ui0TnyIqle .item a .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ui0TnyIqle .item a .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-ui0TnyIqle .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-ui0TnyIqle .mbr-section-btn {
  text-align: center;
}
.cid-ui0TnyIqle .item-content {
  color: #222222;
}
.cid-ui0TnB2ccN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #db0309;
}
.cid-ui0TnB2ccN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0TnB2ccN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0TnB2ccN .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ui0TnB2ccN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ui0TnB2ccN .container {
    padding: 0 16px;
  }
}
.cid-ui0TnB2ccN .card {
  justify-content: center;
}
.cid-ui0TnB2ccN .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ffffff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-ui0TnB2ccN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ui0TnB2ccN .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-ui0TnB2ccN .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-ui0TnB2ccN .mbr-section-title {
  color: #000000;
}
.cid-ui0TnB2ccN .mbr-text {
  color: #000000;
}
.cid-ui0TnB2ccN .mbr-desc {
  color: #000000;
}
.cid-ui0TnB2ccN .mbr-text,
.cid-ui0TnB2ccN .mbr-section-btn {
  color: #ffffff;
}
.cid-ui0TnD4sjj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0TnD4sjj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0TnD4sjj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0TnD4sjj .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0TnD4sjj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0TnD4sjj .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui0TnD4sjj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0TnD4sjj .container {
    padding: 0 12px;
  }
}
.cid-ui0TnD4sjj .row {
  justify-content: center;
}
.cid-ui0TnD4sjj .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0TnD4sjj .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ui0TnD4sjj .panel-group .card {
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ui0TnD4sjj .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-ui0TnD4sjj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-ui0TnD4sjj .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ui0TnD4sjj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ui0TnD4sjj .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ui0TnD4sjj .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-ui0TnD4sjj .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-ui0TnD4sjj .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-ui0TnD4sjj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ui0TnD4sjj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui0TnD4sjj .panel-title-edit {
  color: #222222;
}
.cid-ui0TnD4sjj .panel-text {
  color: #222222;
}
.cid-ui0TnEsY5s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0TnEsY5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0TnEsY5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0TnEsY5s .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0TnEsY5s .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0TnEsY5s .container-fluid {
    padding: 0 12px;
  }
}
.cid-ui0TnEsY5s .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ui0TnEsY5s .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0TnEsY5s .container {
    padding: 0 12px;
  }
}
.cid-ui0TnEsY5s .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0TnEsY5s .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ui0TnEsY5s .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ui0TnEsY5s .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-ui0TnEsY5s .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ui0TnEsY5s .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-ui0TnEsY5s .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-ui0TnEsY5s .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-ui0TnEsY5s .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-ui0TnEsY5s .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-ui0TnEsY5s .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ui0TnEsY5s .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui0TnEsY5s .mbr-section-subtitle {
  color: #222222;
}
.cid-ui0TnEsY5s .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-ui0TnEsY5s .list {
  color: #222222;
}
.cid-ui0TnFpQ6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0TnFpQ6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0TnFpQ6S .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-ui0TnFpQ6S .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0TnFpQ6S .container {
    padding: 0 12px;
  }
}
.cid-ui0TnFpQ6S .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ui0TnFpQ6S .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ui0TnFpQ6S .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui0TnFpQ6S .mbr-text {
  color: #222222;
}
.cid-ui0TnFpQ6S .mbr-text,
.cid-ui0TnFpQ6S .mbr-section-btn {
  color: #ffffff;
}
.cid-ui0TnGofg1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0TnGofg1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0TnGofg1 .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-ui0TnGofg1 .container {
    padding: 0 16px;
  }
}
.cid-ui0TnGofg1 .row {
  position: relative;
  z-index: 1;
}
.cid-ui0TnGofg1 .card {
  justify-content: flex-end;
}
.cid-ui0TnGofg1 .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-ui0TnGofg1 .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-ui0TnGofg1 .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ui0TnGofg1 .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-ui0TnGofg1 .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-ui0TnGofg1 .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-ui0TnGofg1 .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-ui0TnGofg1 .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #db0309;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-ui0TnGofg1 .card-wrapper .image-wrapper .card-desc {
    left: .5rem;
  }
}
.cid-ui0TnGofg1 .card-wrapper .card-wrap {
  background-color: #ffffff;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-ui0TnGofg1 .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-ui0TnGofg1 .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-ui0TnGofg1 .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-ui0TnGofg1 .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-ui0TnGofg1 .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ui0TnGofg1 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ui0TnGofg1 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-ui0TnGofg1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ui0TnGofg1 .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-ui0TnGofg1 .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-ui0TnGofg1 .text-wrapper {
    margin-left: 0;
  }
}
.cid-ui0TnGofg1 .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-ui0TnGofg1 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-ui0TnGofg1 .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-ui0TnGofg1 .mbr-text {
  color: #000000;
}
.cid-ui0TnGofg1 .card-desc {
  color: #000000;
}
.cid-ui0TnGofg1 .card-text {
  color: #000000;
}
.cid-ui0TnGofg1 .card-name {
  color: #ffffff;
}
.cid-ui0TnGofg1 .card-role {
  color: #ffffff;
}
.cid-ui0TnGofg1 .mbr-text,
.cid-ui0TnGofg1 .mbr-section-btn {
  color: #ffffff;
}
.cid-ui0TnHqaMF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0TnHqaMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0TnHqaMF .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-ui0TnHqaMF .container {
    padding: 0 16px;
  }
}
.cid-ui0TnHqaMF .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ui0TnHqaMF .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ui0TnHqaMF .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #ffffff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-ui0TnHqaMF .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-ui0TnHqaMF .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ui0TnHqaMF .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ui0TnHqaMF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ui0TnHqaMF .card-wrapper {
  background-color: #ffffff;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px;
  padding: 80px;
}
.cid-ui0TnHqaMF .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ui0TnHqaMF .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-ui0TnHqaMF .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg);
}
.cid-ui0TnHqaMF .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-ui0TnHqaMF .mbr-section-title {
  color: #ffffff;
}
.cid-ui0TnHqaMF .mbr-section-subtitle {
  color: #000000;
}
.cid-ui0TnHqaMF .mbr-text {
  color: #ffffff;
}
.cid-ui0TnHqaMF .card-text {
  text-align: center;
  color: #000000;
}
.cid-ui0TnIr3r6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0TnIr3r6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0TnIr3r6 .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-ui0TnIr3r6 .container {
    padding: 0 16px;
  }
}
.cid-ui0TnIr3r6 .row {
  justify-content: center;
}
.cid-ui0TnIr3r6 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #ffffff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-ui0TnIr3r6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ui0TnIr3r6 .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ui0TnIr3r6 .panel-group .card {
    padding: 24px;
  }
}
.cid-ui0TnIr3r6 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ui0TnIr3r6 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ui0TnIr3r6 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ui0TnIr3r6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ui0TnIr3r6 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-ui0TnIr3r6 .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #db0309;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-ui0TnIr3r6 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #db0309;
}
.cid-ui0TnIr3r6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-ui0TnIr3r6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-ui0TnIr3r6 .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-ui0TnIr3r6 .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-ui0TnIr3r6 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ui0TnIr3r6 .mbr-section-title {
  color: #000000;
}
.cid-ui0TnIr3r6 .panel-title-edit {
  color: #000000;
}
.cid-ui0TnIr3r6 .panel-text {
  color: #000000;
}
.cid-ui0TnJsqMF {
  background-color: #db0309;
}
.cid-ui0TnJsqMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0TnJsqMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0TnJsqMF .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ui0TnJsqMF .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ui0TnJsqMF .container {
    padding: 0 26px;
  }
}
.cid-ui0TnJsqMF .row {
  justify-content: center;
}
.cid-ui0TnJsqMF .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-ui0TnJsqMF .google-map iframe {
    height: 400px;
  }
}
.cid-ui0TnKxLUq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #db0309;
}
.cid-ui0TnKxLUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0TnKxLUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui0TnKxLUq .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui0TnKxLUq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0TnKxLUq .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ui0TnKxLUq .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui0TnKxLUq .container {
    padding: 0 12px;
  }
}
.cid-ui0TnKxLUq .title-wrapper a {
  display: block;
}
.cid-ui0TnKxLUq .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ui0TnKxLUq .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-ui0TnKxLUq .list-wrapper .list,
.cid-ui0TnKxLUq .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ui0TnKxLUq .list-wrapper .list,
  .cid-ui0TnKxLUq .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-ui0TnKxLUq .list-wrapper .list .item-wrap,
.cid-ui0TnKxLUq .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ui0TnKxLUq .list-wrapper .list .item-wrap:hover,
.cid-ui0TnKxLUq .list-wrapper .list_main .item-wrap:hover,
.cid-ui0TnKxLUq .list-wrapper .list .item-wrap:focus,
.cid-ui0TnKxLUq .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-ui0TnKxLUq .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-ui0TnKxLUq .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-ui0TnKxLUq .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ui0TnKxLUq .contacts-wrapper .list .item-wrap:hover,
.cid-ui0TnKxLUq .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-ui0TnKxLUq .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0TnKxLUq .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-ui0TnKxLUq .social-row .soc-item {
  margin-right: 24px;
}
.cid-ui0TnKxLUq .social-row .soc-item a:hover .mbr-iconfont,
.cid-ui0TnKxLUq .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-ui0TnKxLUq .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-ui0TnKxLUq .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: right;
}
.cid-ui0TnKxLUq .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-ui0TnKxLUq .mbr-list-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui0TnKxLUq .list {
  color: #ffffff;
  text-align: center;
}
.cid-ui0TnKxLUq .list_main {
  color: #ffffff;
  text-align: center;
}
