.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Geologica;
}
.display-1 {
  font-family: 'Geologica', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Geologica', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Geologica', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Geologica', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Geologica', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #214e96 !important;
}
.bg-success {
  background-color: #597db6 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffa770 !important;
}
.bg-danger {
  background-color: #e2241f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #214e96 !important;
  border-color: #214e96 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2a64c0 !important;
  border-color: #2a64c0 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a64c0 !important;
  border-color: #2a64c0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #75db60 !important;
  border-color: #75db60 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #99e48a !important;
  border-color: #99e48a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #99e48a !important;
  border-color: #99e48a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #597db6 !important;
  border-color: #597db6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #7c99c6 !important;
  border-color: #7c99c6 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7c99c6 !important;
  border-color: #7c99c6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa770 !important;
  border-color: #ffa770 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc6a3 !important;
  border-color: #ffc6a3 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc6a3 !important;
  border-color: #ffc6a3 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e2241f !important;
  border-color: #e2241f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e8504c !important;
  border-color: #e8504c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e8504c !important;
  border-color: #e8504c !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #214e96;
  color: #214e96;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #11294f !important;
  background-color: transparent !important;
  border-color: #11294f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #214e96 !important;
  border-color: #214e96 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #75db60;
  color: #75db60;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #43ba2a !important;
  background-color: transparent !important;
  border-color: #43ba2a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #75db60 !important;
  border-color: #75db60 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #597db6;
  color: #597db6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #385480 !important;
  background-color: transparent !important;
  border-color: #385480 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #597db6 !important;
  border-color: #597db6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffa770;
  color: #ffa770;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff7219 !important;
  background-color: transparent !important;
  border-color: #ff7219 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa770 !important;
  border-color: #ffa770 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e2241f;
  color: #e2241f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #971714 !important;
  background-color: transparent !important;
  border-color: #971714 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e2241f !important;
  border-color: #e2241f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #214e96 !important;
}
.text-secondary {
  color: #75db60 !important;
}
.text-success {
  color: #597db6 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffa770 !important;
}
.text-danger {
  color: #e2241f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0f2342 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3eae27 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #344d75 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff680a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #891512 !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: #214e96;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffa770;
}
.alert-danger {
  background-color: #e2241f;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #214e96;
  border-color: #214e96;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #214e96;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5b8ddb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b2c2dd;
}
.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: #f9d5d4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Geologica', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #214e96 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Geologica', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #214e96;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #214e96;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #214e96;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #214e96;
  border-bottom-color: #214e96;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #214e96 !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: #75db60 !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='%23214e96' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 32px 88px;
  border-radius: 60px !important;
  font-weight: 400 !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 22px 40px;
  }
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  opacity: .7;
}
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.card-box {
  border-radius: 30px !important;
}
img {
  border-radius: 26px !important;
}
.cid-ujap3UvCx8 .navbar-dropdown {
  position: relative !important;
}
.cid-ujap3UvCx8 .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-ujap3UvCx8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujap3UvCx8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujap3UvCx8 .dropdown-item:hover,
.cid-ujap3UvCx8 .dropdown-item:focus {
  background: #214e96 !important;
  color: white !important;
}
.cid-ujap3UvCx8 .dropdown-item:hover span {
  color: white;
}
.cid-ujap3UvCx8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujap3UvCx8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujap3UvCx8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ujap3UvCx8 .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ujap3UvCx8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujap3UvCx8 .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ujap3UvCx8 .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ujap3UvCx8 .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-ujap3UvCx8 .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ujap3UvCx8 .container {
  display: flex;
  margin: auto;
}
.cid-ujap3UvCx8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujap3UvCx8 .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-ujap3UvCx8 .navbar-nav {
    align-items: center;
    padding: 0 32px;
  }
}
.cid-ujap3UvCx8 .dropdown-menu,
.cid-ujap3UvCx8 .navbar.opened {
  background: #ffffff !important;
}
.cid-ujap3UvCx8 .nav-item:focus,
.cid-ujap3UvCx8 .nav-link:focus {
  outline: none;
}
.cid-ujap3UvCx8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ujap3UvCx8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujap3UvCx8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujap3UvCx8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujap3UvCx8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujap3UvCx8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujap3UvCx8 .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: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ujap3UvCx8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ujap3UvCx8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujap3UvCx8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ujap3UvCx8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ujap3UvCx8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujap3UvCx8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujap3UvCx8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujap3UvCx8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujap3UvCx8 .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-ujap3UvCx8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujap3UvCx8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujap3UvCx8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujap3UvCx8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujap3UvCx8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujap3UvCx8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujap3UvCx8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujap3UvCx8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujap3UvCx8 .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-ujap3UvCx8 .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ujap3UvCx8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujap3UvCx8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujap3UvCx8 .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ujap3UvCx8 .dropdown-item.active,
.cid-ujap3UvCx8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ujap3UvCx8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujap3UvCx8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujap3UvCx8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujap3UvCx8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujap3UvCx8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujap3UvCx8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujap3UvCx8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujap3UvCx8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujap3UvCx8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujap3UvCx8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujap3UvCx8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujap3UvCx8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujap3UvCx8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujap3UvCx8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujap3UvCx8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujap3UvCx8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujap3UvCx8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujap3UvCx8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujap3UvCx8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujap3UvCx8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujap3UvCx8 .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-ujap3UvCx8 .navbar {
    height: 70px;
  }
  .cid-ujap3UvCx8 .navbar.opened {
    height: auto;
  }
  .cid-ujap3UvCx8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujap3UvCx8 .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ujap3UvCx8 .container-fluid {
    padding: 0 40px;
  }
}
.cid-ujap3UvCx8 .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ujap3UvCx8 .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ujap3UvCx8 .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ujap3UvCx8 .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ujap3UvCx8 .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ujap3UvCx8 .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ujap3UvCx8 .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ujap3UvCx8 .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ujap3UvCx8 .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ujap3UvCx8 .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ujap3UvCx8 .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-ujap3UvCx8 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-udqHaDyicf {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-udqHaDyicf .mbr-fallback-image.disabled {
  display: none;
}
.cid-udqHaDyicf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udqHaDyicf .card {
  justify-content: center;
}
.cid-udqHaDyicf .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-udqHaDyicf .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-udqHaDyicf .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udqHaDyicf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-udqHaDyicf .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-udqHaDyicf .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udqHaDyicf .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-udqHaDyicf .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-udqHaDyicf .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-udqHaDyicf .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-udqHaDyicf .mbr-section-title {
  color: #f24d4a;
}
.cid-udqHaDyicf .mbr-text {
  color: #f24d4a;
}
.cid-ujaIHszek2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-ujaIHszek2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaIHszek2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaIHszek2 .content-head {
  max-width: 800px;
}
.cid-ujaIHszek2 .item {
  color: #ffd9c8;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ujaIHszek2 .item {
    min-height: 45px;
  }
}
.cid-ujaIHszek2 .border-wrap {
  height: 2px;
  background-color: #f24d4a;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-ujaIHszek2 .border-wrap {
    margin-top: 40px;
  }
}
.cid-udqHfFQ7Pz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udqHfFQ7Pz .mbr-fallback-image.disabled {
  display: none;
}
.cid-udqHfFQ7Pz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udqHfFQ7Pz .items-wrapper {
  margin: 0 -5px;
}
.cid-udqHfFQ7Pz .items-wrapper .item {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-udqHfFQ7Pz .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-udqHfFQ7Pz .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-udqHfFQ7Pz .item-wrapper {
  height: 100%;
  padding: 5px;
  background-color: #ffffff;
}
.cid-udqHfFQ7Pz .item-wrapper .card-box {
  height: 100%;
  padding: 42px;
  border: 1px dashed #f24d4a;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-udqHfFQ7Pz .item-wrapper .card-box {
    padding: 24px;
    height: auto;
  }
}
.cid-udqHfFQ7Pz .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udqHfFQ7Pz .item-wrapper .card-box .card-title {
    margin-bottom: 40px;
  }
}
.cid-udqHfFQ7Pz .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-udqHfFQ7Pz .item-wrapper .card-box .list .item-wrap {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid #f24d4a;
}
.cid-udqHfFQ7Pz .item-wrapper .card-box .list .item-wrap:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.cid-udqHfFQ7Pz .card-title {
  color: #f24d4a;
}
.cid-udqHfFQ7Pz .list {
  color: #f24d4a;
}
.cid-ujawQex75s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd9c8;
}
.cid-ujawQex75s .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujawQex75s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujawQex75s .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujawQex75s .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ujawQex75s .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ujawQex75s .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ujawQex75s .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ujawQex75s .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ujawQex75s .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ujawQex75s .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ujawQex75s .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ujawQex75s .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ujawQex75s .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujawQex75s .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ujawQex75s .mbr-section-title {
  color: #212529;
}
.cid-ujawQex75s .mbr-desc {
  color: #212529;
}
.cid-udqHkpcoCQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udqHkpcoCQ .mbr-overlay {
  background: #e2241f;
  opacity: 0.9;
}
.cid-udqHkpcoCQ .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-udqHkpcoCQ .content-wrapper .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-udqHkpcoCQ .content-wrapper .decor {
    display: none;
  }
}
.cid-udqHkpcoCQ .content-wrapper .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-udqHkpcoCQ .content-wrapper .decor_1 {
  transform: rotate(6deg);
}
.cid-udqHkpcoCQ .content-wrapper .decor_2 {
  transform: rotate(-6deg);
}
.cid-udqHkpcoCQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-udqHkpcoCQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-udqHkpcoCQ .embla__slide .slide-content {
  width: 100%;
  background-color: #ffffff;
  padding: 5px;
  min-height: 560px;
}
@media (max-width: 768px) {
  .cid-udqHkpcoCQ .embla__slide .slide-content {
    min-height: auto;
  }
}
.cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px dashed #f24d4a;
  padding: 56px;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
    margin-bottom: 16px;
  }
}
.cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
  width: 92px;
  height: 92px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #feeeed;
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap .item-letter {
  margin-bottom: 0;
}
.cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper .item-date {
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper .item-date {
    margin-top: 16px;
  }
}
.cid-udqHkpcoCQ .embla__button--next,
.cid-udqHkpcoCQ .embla__button--prev {
  display: flex;
}
.cid-udqHkpcoCQ .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #f24d4a !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-udqHkpcoCQ .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-udqHkpcoCQ .embla__button:hover {
  opacity: .7;
}
.cid-udqHkpcoCQ .embla__button.embla__button--prev {
  left: 0;
}
.cid-udqHkpcoCQ .embla__button.embla__button--next {
  right: 0;
}
.cid-udqHkpcoCQ .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udqHkpcoCQ .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-udqHkpcoCQ .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-udqHkpcoCQ .embla__viewport {
    width: 100%;
  }
}
.cid-udqHkpcoCQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-udqHkpcoCQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-udqHkpcoCQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-udqHkpcoCQ .item-letter {
  color: #f24d4a;
}
.cid-udqHkpcoCQ .item-name {
  color: #f24d4a;
}
.cid-udqHkpcoCQ .item-text {
  color: #f24d4a;
}
.cid-udqHkpcoCQ .item-date {
  color: #f24d4a;
}
.cid-udqHkpcoCQ .item-name,
.cid-udqHkpcoCQ .name-wrapper {
  text-align: center;
}
.cid-ujax8FrX1I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd9c8;
}
.cid-ujax8FrX1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujax8FrX1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujax8FrX1I .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #e2241f;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujax8FrX1I .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ujax8FrX1I .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ujax8FrX1I .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ujax8FrX1I .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ujax8FrX1I .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ujax8FrX1I .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ujax8FrX1I .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ujax8FrX1I .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ujax8FrX1I .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ujax8FrX1I .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujax8FrX1I .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ujax8FrX1I .mbr-section-title {
  color: #212529;
}
.cid-ujax8FrX1I .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ujax8FrX1I .mbr-section-title,
.cid-ujax8FrX1I .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujax8FrX1I .mbr-section-title,
.cid-ujax8FrX1I .mbr-section-btn {
  color: #ffffff;
}
.cid-udqHjpdjMx {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udqHjpdjMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-udqHjpdjMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udqHjpdjMx .items-wrapper {
  margin: 0 -5px;
}
.cid-udqHjpdjMx .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-udqHjpdjMx .item {
    margin-bottom: 16px;
  }
  .cid-udqHjpdjMx .item:last-child {
    margin-bottom: 0;
  }
}
.cid-udqHjpdjMx .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-udqHjpdjMx .item .item-wrapper {
  height: 100%;
}
.cid-udqHjpdjMx .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-udqHjpdjMx .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-ujaxy2Lfy9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd9c8;
}
.cid-ujaxy2Lfy9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaxy2Lfy9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaxy2Lfy9 .row {
  position: relative;
  z-index: 2;
}
.cid-ujaxy2Lfy9 .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-ujaxy2Lfy9 .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-ujaxy2Lfy9 .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ujaxy2Lfy9 .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-ujaxy2Lfy9 .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujaxy2Lfy9 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-ujaxy2Lfy9 .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #e2241f;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-ujaxy2Lfy9 .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-ujaxy2Lfy9 .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ujaxy2Lfy9 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujaxy2Lfy9 .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-ujaxy2Lfy9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujaxy2Lfy9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujaxy2Lfy9 .mbr-section-title {
  color: #212529;
}
.cid-ujaxy2Lfy9 .mbr-text {
  color: #51565c;
}
.cid-ujaxy2Lfy9 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ujaxy2Lfy9 .mbr-text,
.cid-ujaxy2Lfy9 .text-wrapper {
  color: #000000;
}
.cid-udqHiTCWr5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udqHiTCWr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udqHiTCWr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udqHiTCWr5 .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-udqHiTCWr5 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udqHiTCWr5 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udqHiTCWr5 .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-udqHiTCWr5 .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-udqHiTCWr5 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-udqHiTCWr5 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-udqHiTCWr5 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-udqHiTCWr5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udqHiTCWr5 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-udqHiTCWr5 .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-udqHiTCWr5 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #f24d4a;
}
.cid-udqHiTCWr5 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-udqHiTCWr5 .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-udqHiTCWr5 .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-udqHiTCWr5 .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-udqHiTCWr5 .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-udqHiTCWr5 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udqHiTCWr5 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-udqHiTCWr5 .card {
  justify-content: space-between;
}
.cid-udqHiTCWr5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udqHiTCWr5 .panel-title-edit {
  color: #f24d4a;
}
.cid-udqHiTCWr5 .panel-text {
  color: #f24d4a;
}
.cid-ujaDQri5GX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd9c8;
}
.cid-ujaDQri5GX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaDQri5GX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaDQri5GX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujaDQri5GX .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ujaDQri5GX .container {
    padding: 0 30px;
  }
}
.cid-ujaDQri5GX .row {
  justify-content: center;
}
.cid-ujaDQri5GX .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujaDQri5GX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujaDQri5GX .mbr-desc {
  color: #000000;
}
.cid-ujaDQri5GX .mbr-text {
  color: #144031;
}
.cid-ujaDV6i1gR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e2241f;
}
.cid-ujaDV6i1gR .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffd9c8 0, #ffffff 43%, #e2241f 100%);
}
.cid-ujaDV6i1gR .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffd9c8 0, #ffffff 43%, #e2241f 100%);
}
.cid-ujaDV6i1gR .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffd9c8 0, #ffffff 43%, #e2241f 100%);
}
.cid-ujaDV6i1gR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaDV6i1gR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaDV6i1gR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujaDV6i1gR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ujaDV6i1gR .container {
    padding: 0 30px;
  }
}
.cid-ujaDV6i1gR .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ujaDV6i1gR .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ujaDV6i1gR .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujaDV6i1gR .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-ujaDV6i1gR .mbr-section-title {
  color: #ffffff;
}
.cid-ujaDV6i1gR .mbr-text,
.cid-ujaDV6i1gR .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ujaDV6i1gR .mbr-section-title,
.cid-ujaDV6i1gR .mbr-section-btn {
  text-align: center;
}
.cid-ujaFMWr1Xj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujaFMWr1Xj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaFMWr1Xj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaFMWr1Xj .items-wrapper {
  margin: 0 -5px;
}
.cid-ujaFMWr1Xj .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-ujaFMWr1Xj .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-ujaFMWr1Xj .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-ujaFMWr1Xj .image-wrapper {
  height: 100%;
}
.cid-ujaFMWr1Xj .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujaFMWr1Xj .image-wrapper img {
    height: 350px;
  }
}
.cid-ujaFMWr1Xj .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #e2241f;
}
@media (max-width: 992px) {
  .cid-ujaFMWr1Xj .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-ujaFMWr1Xj .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujaFMWr1Xj .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujaFMWr1Xj .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujaFMWr1Xj .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-ujaFMWr1Xj .mbr-section-title {
  color: #ffffff;
}
.cid-ujaFMWr1Xj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ujaFMWr1Xj .mbr-section-title,
.cid-ujaFMWr1Xj .mbr-section-btn {
  text-align: center;
}
.cid-ujaEFVJ7qV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2241f;
}
.cid-ujaEFVJ7qV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaEFVJ7qV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaEFVJ7qV .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ujaEFVJ7qV .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ujaEFVJ7qV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ujaEFVJ7qV .container {
    padding: 0 20px;
  }
}
.cid-ujaEFVJ7qV .row {
  justify-content: center;
}
.cid-ujaEFVJ7qV .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ujaEFVJ7qV .content-wrapper {
    display: block;
  }
}
.cid-ujaEFVJ7qV .content-wrapper .card {
  justify-content: center;
}
.cid-ujaEFVJ7qV .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ujaEFVJ7qV .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-ujaEFVJ7qV .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-ujaEFVJ7qV .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ujaEFVJ7qV .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-ujaEFVJ7qV .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-ujaEFVJ7qV .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-ujaEFVJ7qV .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-ujaEFVJ7qV .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ujaEFVJ7qV .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-ujaEFVJ7qV .mbr-section-title {
  color: #ffffff;
}
.cid-ujaEFVJ7qV .mbr-text {
  color: #ffffff;
}
.cid-ujaFZS6O0K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd9c8;
}
.cid-ujaFZS6O0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaFZS6O0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaFZS6O0K .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujaFZS6O0K .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ujaFZS6O0K .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ujaFZS6O0K .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ujaFZS6O0K .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ujaFZS6O0K .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ujaFZS6O0K .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ujaFZS6O0K .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ujaFZS6O0K .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ujaFZS6O0K .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ujaFZS6O0K .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujaFZS6O0K .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ujaFZS6O0K .mbr-section-title {
  color: #212529;
}
.cid-ujaFZS6O0K .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-ujaFZS6O0K .mbr-section-title,
.cid-ujaFZS6O0K .mbr-section-btn {
  text-align: center;
}
.cid-udqHjZ9ssC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udqHjZ9ssC .mbr-fallback-image.disabled {
  display: none;
}
.cid-udqHjZ9ssC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udqHjZ9ssC .content-head {
  max-width: 800px;
}
.cid-udqHjZ9ssC .item {
  color: #ffd9c8;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-udqHjZ9ssC .item {
    min-height: 45px;
  }
}
.cid-udqHjZ9ssC .border-wrap {
  height: 2px;
  background-color: #f24d4a;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-udqHjZ9ssC .border-wrap {
    margin-top: 40px;
  }
}
.cid-ujatxvNLXQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujatxvNLXQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujatxvNLXQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujatxvNLXQ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujatxvNLXQ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujatxvNLXQ .items-wrapper {
  margin: 0 -5px;
}
.cid-ujatxvNLXQ .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-ujatxvNLXQ .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-ujatxvNLXQ .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-ujatxvNLXQ .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ujatxvNLXQ .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-ujatxvNLXQ .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .cid-ujatxvNLXQ .content-wrapper .mbr-section-subtitle {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-ujatxvNLXQ .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ujatxvNLXQ .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-ujatxvNLXQ .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-ujatxvNLXQ .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f24d4a;
}
@media (max-width: 992px) {
  .cid-ujatxvNLXQ .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-ujatxvNLXQ .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-desc {
  width: 50%;
  padding-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujatxvNLXQ .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-desc {
    width: 100%;
    margin-bottom: 6px;
    padding-right: 0;
  }
}
.cid-ujatxvNLXQ .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujatxvNLXQ .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-text {
    width: 100%;
  }
}
.cid-ujatxvNLXQ .map-wrapper {
  height: 100%;
}
.cid-ujatxvNLXQ .map-wrapper .google-map {
  height: 100%;
}
.cid-ujatxvNLXQ .map-wrapper .google-map iframe {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ujatxvNLXQ .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-ujatxvNLXQ .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-ujatxvNLXQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujatxvNLXQ .mbr-section-subtitle {
  color: #f24d4a;
}
.cid-ujatxvNLXQ .card-desc {
  color: #f24d4a;
}
.cid-ujatxvNLXQ .card-text {
  color: #f24d4a;
}
.cid-ujauxet6Hy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2241f;
}
.cid-ujauxet6Hy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujauxet6Hy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujauxet6Hy .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ujauxet6Hy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujauxet6Hy .container {
    padding: 0 16px;
  }
}
.cid-ujauxet6Hy .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ujauxet6Hy .card {
    margin-bottom: 40px;
  }
}
.cid-ujauxet6Hy .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ujauxet6Hy .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ujauxet6Hy .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ujauxet6Hy .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujauxet6Hy .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ujauxet6Hy .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ujauxet6Hy .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujauxet6Hy .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ujauxet6Hy .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujauxet6Hy .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-ujauxet6Hy .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ujauxet6Hy .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ujauxet6Hy .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ujauxet6Hy .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ujauxet6Hy .mbr-section-title {
  color: #ffffff;
}
.cid-ujauxet6Hy .copyright {
  color: #ffffff;
}
.cid-ujauxet6Hy .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujauxet6Hy .list {
  color: #ffffff;
  text-align: center;
}
.cid-ujaJDNKWDY .navbar-dropdown {
  position: relative !important;
}
.cid-ujaJDNKWDY .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-ujaJDNKWDY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujaJDNKWDY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujaJDNKWDY .dropdown-item:hover,
.cid-ujaJDNKWDY .dropdown-item:focus {
  background: #214e96 !important;
  color: white !important;
}
.cid-ujaJDNKWDY .dropdown-item:hover span {
  color: white;
}
.cid-ujaJDNKWDY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujaJDNKWDY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujaJDNKWDY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ujaJDNKWDY .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ujaJDNKWDY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujaJDNKWDY .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ujaJDNKWDY .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ujaJDNKWDY .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-ujaJDNKWDY .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ujaJDNKWDY .container {
  display: flex;
  margin: auto;
}
.cid-ujaJDNKWDY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujaJDNKWDY .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-ujaJDNKWDY .navbar-nav {
    align-items: center;
    padding: 0 32px;
  }
}
.cid-ujaJDNKWDY .dropdown-menu,
.cid-ujaJDNKWDY .navbar.opened {
  background: #ffffff !important;
}
.cid-ujaJDNKWDY .nav-item:focus,
.cid-ujaJDNKWDY .nav-link:focus {
  outline: none;
}
.cid-ujaJDNKWDY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ujaJDNKWDY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujaJDNKWDY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujaJDNKWDY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujaJDNKWDY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujaJDNKWDY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujaJDNKWDY .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: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ujaJDNKWDY .navbar.opened {
  transition: all 0.3s;
}
.cid-ujaJDNKWDY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujaJDNKWDY .navbar .navbar-logo img {
  width: auto;
}
.cid-ujaJDNKWDY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ujaJDNKWDY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujaJDNKWDY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujaJDNKWDY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujaJDNKWDY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujaJDNKWDY .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-ujaJDNKWDY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujaJDNKWDY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujaJDNKWDY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujaJDNKWDY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujaJDNKWDY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujaJDNKWDY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujaJDNKWDY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujaJDNKWDY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujaJDNKWDY .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-ujaJDNKWDY .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ujaJDNKWDY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujaJDNKWDY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujaJDNKWDY .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ujaJDNKWDY .dropdown-item.active,
.cid-ujaJDNKWDY .dropdown-item:active {
  background-color: transparent;
}
.cid-ujaJDNKWDY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujaJDNKWDY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujaJDNKWDY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujaJDNKWDY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujaJDNKWDY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujaJDNKWDY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujaJDNKWDY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujaJDNKWDY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujaJDNKWDY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujaJDNKWDY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujaJDNKWDY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujaJDNKWDY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujaJDNKWDY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujaJDNKWDY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujaJDNKWDY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujaJDNKWDY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujaJDNKWDY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujaJDNKWDY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujaJDNKWDY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujaJDNKWDY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujaJDNKWDY .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-ujaJDNKWDY .navbar {
    height: 70px;
  }
  .cid-ujaJDNKWDY .navbar.opened {
    height: auto;
  }
  .cid-ujaJDNKWDY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujaJDNKWDY .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ujaJDNKWDY .container-fluid {
    padding: 0 40px;
  }
}
.cid-ujaJDNKWDY .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ujaJDNKWDY .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ujaJDNKWDY .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ujaJDNKWDY .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ujaJDNKWDY .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ujaJDNKWDY .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ujaJDNKWDY .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ujaJDNKWDY .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ujaJDNKWDY .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ujaJDNKWDY .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ujaJDNKWDY .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-ujaJDNKWDY .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ujaJDOEWbE {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-ujaJDOEWbE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaJDOEWbE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaJDOEWbE .card {
  justify-content: center;
}
.cid-ujaJDOEWbE .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujaJDOEWbE .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-ujaJDOEWbE .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ujaJDOEWbE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-ujaJDOEWbE .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-ujaJDOEWbE .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujaJDOEWbE .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-ujaJDOEWbE .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-ujaJDOEWbE .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-ujaJDOEWbE .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-ujaJDOEWbE .mbr-section-title {
  color: #f24d4a;
}
.cid-ujaJDOEWbE .mbr-text {
  color: #f24d4a;
}
.cid-ujaJDQ92LR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujaJDQ92LR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaJDQ92LR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaJDQ92LR .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #e2241f;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujaJDQ92LR .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ujaJDQ92LR .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ujaJDQ92LR .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ujaJDQ92LR .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ujaJDQ92LR .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ujaJDQ92LR .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ujaJDQ92LR .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ujaJDQ92LR .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ujaJDQ92LR .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ujaJDQ92LR .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujaJDQ92LR .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ujaJDQ92LR .mbr-section-title {
  color: #212529;
}
.cid-ujaJDQ92LR .mbr-desc {
  color: #212529;
}
.cid-ujaJDQ92LR .mbr-section-title,
.cid-ujaJDQ92LR .mbr-section-btn {
  color: #ffffff;
}
.cid-ujaJDWROA3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujaJDWROA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaJDWROA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaJDWROA3 .content-head {
  max-width: 800px;
}
.cid-ujaJDWROA3 .item {
  color: #ffd9c8;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ujaJDWROA3 .item {
    min-height: 45px;
  }
}
.cid-ujaJDWROA3 .border-wrap {
  height: 2px;
  background-color: #f24d4a;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-ujaJDWROA3 .border-wrap {
    margin-top: 40px;
  }
}
.cid-ujaJDXyDRl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujaJDXyDRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaJDXyDRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaJDXyDRl .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujaJDXyDRl .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujaJDXyDRl .items-wrapper {
  margin: 0 -5px;
}
.cid-ujaJDXyDRl .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-ujaJDXyDRl .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-ujaJDXyDRl .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-ujaJDXyDRl .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ujaJDXyDRl .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-ujaJDXyDRl .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .cid-ujaJDXyDRl .content-wrapper .mbr-section-subtitle {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-ujaJDXyDRl .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ujaJDXyDRl .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-ujaJDXyDRl .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-ujaJDXyDRl .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f24d4a;
}
@media (max-width: 992px) {
  .cid-ujaJDXyDRl .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-ujaJDXyDRl .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-desc {
  width: 50%;
  padding-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujaJDXyDRl .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-desc {
    width: 100%;
    margin-bottom: 6px;
    padding-right: 0;
  }
}
.cid-ujaJDXyDRl .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujaJDXyDRl .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-text {
    width: 100%;
  }
}
.cid-ujaJDXyDRl .map-wrapper {
  height: 100%;
}
.cid-ujaJDXyDRl .map-wrapper .google-map {
  height: 100%;
}
.cid-ujaJDXyDRl .map-wrapper .google-map iframe {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ujaJDXyDRl .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-ujaJDXyDRl .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-ujaJDXyDRl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujaJDXyDRl .mbr-section-subtitle {
  color: #f24d4a;
}
.cid-ujaJDXyDRl .card-desc {
  color: #f24d4a;
}
.cid-ujaJDXyDRl .card-text {
  color: #f24d4a;
}
.cid-ujaJDYi3PT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2241f;
}
.cid-ujaJDYi3PT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaJDYi3PT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaJDYi3PT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ujaJDYi3PT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujaJDYi3PT .container {
    padding: 0 16px;
  }
}
.cid-ujaJDYi3PT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ujaJDYi3PT .card {
    margin-bottom: 40px;
  }
}
.cid-ujaJDYi3PT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ujaJDYi3PT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ujaJDYi3PT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ujaJDYi3PT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujaJDYi3PT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ujaJDYi3PT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ujaJDYi3PT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujaJDYi3PT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ujaJDYi3PT .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujaJDYi3PT .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-ujaJDYi3PT .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ujaJDYi3PT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ujaJDYi3PT .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ujaJDYi3PT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ujaJDYi3PT .mbr-section-title {
  color: #ffffff;
}
.cid-ujaJDYi3PT .copyright {
  color: #ffffff;
}
.cid-ujaJDYi3PT .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujaJDYi3PT .list {
  color: #ffffff;
  text-align: center;
}
.cid-ujaKbB31Jd .navbar-dropdown {
  position: relative !important;
}
.cid-ujaKbB31Jd .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-ujaKbB31Jd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujaKbB31Jd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujaKbB31Jd .dropdown-item:hover,
.cid-ujaKbB31Jd .dropdown-item:focus {
  background: #214e96 !important;
  color: white !important;
}
.cid-ujaKbB31Jd .dropdown-item:hover span {
  color: white;
}
.cid-ujaKbB31Jd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujaKbB31Jd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujaKbB31Jd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ujaKbB31Jd .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ujaKbB31Jd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujaKbB31Jd .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ujaKbB31Jd .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ujaKbB31Jd .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-ujaKbB31Jd .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ujaKbB31Jd .container {
  display: flex;
  margin: auto;
}
.cid-ujaKbB31Jd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujaKbB31Jd .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-ujaKbB31Jd .navbar-nav {
    align-items: center;
    padding: 0 32px;
  }
}
.cid-ujaKbB31Jd .dropdown-menu,
.cid-ujaKbB31Jd .navbar.opened {
  background: #ffffff !important;
}
.cid-ujaKbB31Jd .nav-item:focus,
.cid-ujaKbB31Jd .nav-link:focus {
  outline: none;
}
.cid-ujaKbB31Jd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ujaKbB31Jd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujaKbB31Jd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujaKbB31Jd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujaKbB31Jd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujaKbB31Jd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujaKbB31Jd .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: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ujaKbB31Jd .navbar.opened {
  transition: all 0.3s;
}
.cid-ujaKbB31Jd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujaKbB31Jd .navbar .navbar-logo img {
  width: auto;
}
.cid-ujaKbB31Jd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ujaKbB31Jd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujaKbB31Jd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujaKbB31Jd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujaKbB31Jd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujaKbB31Jd .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-ujaKbB31Jd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujaKbB31Jd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujaKbB31Jd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujaKbB31Jd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujaKbB31Jd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujaKbB31Jd .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujaKbB31Jd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujaKbB31Jd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujaKbB31Jd .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-ujaKbB31Jd .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ujaKbB31Jd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujaKbB31Jd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujaKbB31Jd .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ujaKbB31Jd .dropdown-item.active,
.cid-ujaKbB31Jd .dropdown-item:active {
  background-color: transparent;
}
.cid-ujaKbB31Jd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujaKbB31Jd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujaKbB31Jd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujaKbB31Jd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujaKbB31Jd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujaKbB31Jd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujaKbB31Jd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujaKbB31Jd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujaKbB31Jd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujaKbB31Jd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujaKbB31Jd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujaKbB31Jd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujaKbB31Jd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujaKbB31Jd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujaKbB31Jd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujaKbB31Jd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujaKbB31Jd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujaKbB31Jd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujaKbB31Jd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujaKbB31Jd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujaKbB31Jd .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-ujaKbB31Jd .navbar {
    height: 70px;
  }
  .cid-ujaKbB31Jd .navbar.opened {
    height: auto;
  }
  .cid-ujaKbB31Jd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujaKbB31Jd .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ujaKbB31Jd .container-fluid {
    padding: 0 40px;
  }
}
.cid-ujaKbB31Jd .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ujaKbB31Jd .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ujaKbB31Jd .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ujaKbB31Jd .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ujaKbB31Jd .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ujaKbB31Jd .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ujaKbB31Jd .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ujaKbB31Jd .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ujaKbB31Jd .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ujaKbB31Jd .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ujaKbB31Jd .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-ujaKbB31Jd .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ujaKbBSoTp {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-ujaKbBSoTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaKbBSoTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaKbBSoTp .card {
  justify-content: center;
}
.cid-ujaKbBSoTp .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujaKbBSoTp .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-ujaKbBSoTp .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ujaKbBSoTp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-ujaKbBSoTp .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-ujaKbBSoTp .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujaKbBSoTp .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-ujaKbBSoTp .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-ujaKbBSoTp .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-ujaKbBSoTp .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-ujaKbBSoTp .mbr-section-title {
  color: #f24d4a;
}
.cid-ujaKbBSoTp .mbr-text {
  color: #f24d4a;
}
.cid-ujaKbCyH8T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujaKbCyH8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaKbCyH8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaKbCyH8T .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #e2241f;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujaKbCyH8T .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ujaKbCyH8T .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ujaKbCyH8T .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ujaKbCyH8T .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ujaKbCyH8T .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ujaKbCyH8T .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ujaKbCyH8T .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ujaKbCyH8T .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ujaKbCyH8T .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ujaKbCyH8T .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujaKbCyH8T .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ujaKbCyH8T .mbr-section-title {
  color: #212529;
}
.cid-ujaKbCyH8T .mbr-desc {
  color: #212529;
}
.cid-ujaKbCyH8T .mbr-section-title,
.cid-ujaKbCyH8T .mbr-section-btn {
  color: #ffffff;
}
.cid-ujaKbCZY6k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujaKbCZY6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaKbCZY6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaKbCZY6k .content-head {
  max-width: 800px;
}
.cid-ujaKbCZY6k .item {
  color: #ffd9c8;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ujaKbCZY6k .item {
    min-height: 45px;
  }
}
.cid-ujaKbCZY6k .border-wrap {
  height: 2px;
  background-color: #f24d4a;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-ujaKbCZY6k .border-wrap {
    margin-top: 40px;
  }
}
.cid-ujaKbDrOtV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujaKbDrOtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaKbDrOtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaKbDrOtV .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujaKbDrOtV .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujaKbDrOtV .items-wrapper {
  margin: 0 -5px;
}
.cid-ujaKbDrOtV .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-ujaKbDrOtV .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-ujaKbDrOtV .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-ujaKbDrOtV .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ujaKbDrOtV .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-ujaKbDrOtV .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .cid-ujaKbDrOtV .content-wrapper .mbr-section-subtitle {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-ujaKbDrOtV .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ujaKbDrOtV .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-ujaKbDrOtV .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-ujaKbDrOtV .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f24d4a;
}
@media (max-width: 992px) {
  .cid-ujaKbDrOtV .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-ujaKbDrOtV .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-desc {
  width: 50%;
  padding-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujaKbDrOtV .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-desc {
    width: 100%;
    margin-bottom: 6px;
    padding-right: 0;
  }
}
.cid-ujaKbDrOtV .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujaKbDrOtV .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-text {
    width: 100%;
  }
}
.cid-ujaKbDrOtV .map-wrapper {
  height: 100%;
}
.cid-ujaKbDrOtV .map-wrapper .google-map {
  height: 100%;
}
.cid-ujaKbDrOtV .map-wrapper .google-map iframe {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ujaKbDrOtV .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-ujaKbDrOtV .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-ujaKbDrOtV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujaKbDrOtV .mbr-section-subtitle {
  color: #f24d4a;
}
.cid-ujaKbDrOtV .card-desc {
  color: #f24d4a;
}
.cid-ujaKbDrOtV .card-text {
  color: #f24d4a;
}
.cid-ujaKbE58dm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2241f;
}
.cid-ujaKbE58dm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaKbE58dm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaKbE58dm .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ujaKbE58dm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujaKbE58dm .container {
    padding: 0 16px;
  }
}
.cid-ujaKbE58dm .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ujaKbE58dm .card {
    margin-bottom: 40px;
  }
}
.cid-ujaKbE58dm .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ujaKbE58dm .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ujaKbE58dm .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ujaKbE58dm .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujaKbE58dm .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ujaKbE58dm .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ujaKbE58dm .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujaKbE58dm .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ujaKbE58dm .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujaKbE58dm .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-ujaKbE58dm .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ujaKbE58dm .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ujaKbE58dm .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ujaKbE58dm .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ujaKbE58dm .mbr-section-title {
  color: #ffffff;
}
.cid-ujaKbE58dm .copyright {
  color: #ffffff;
}
.cid-ujaKbE58dm .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujaKbE58dm .list {
  color: #ffffff;
  text-align: center;
}
.cid-ujaSTILskX .navbar-dropdown {
  position: relative !important;
}
.cid-ujaSTILskX .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-ujaSTILskX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujaSTILskX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujaSTILskX .dropdown-item:hover,
.cid-ujaSTILskX .dropdown-item:focus {
  background: #214e96 !important;
  color: white !important;
}
.cid-ujaSTILskX .dropdown-item:hover span {
  color: white;
}
.cid-ujaSTILskX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujaSTILskX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujaSTILskX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ujaSTILskX .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ujaSTILskX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujaSTILskX .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ujaSTILskX .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ujaSTILskX .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-ujaSTILskX .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ujaSTILskX .container {
  display: flex;
  margin: auto;
}
.cid-ujaSTILskX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujaSTILskX .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-ujaSTILskX .navbar-nav {
    align-items: center;
    padding: 0 32px;
  }
}
.cid-ujaSTILskX .dropdown-menu,
.cid-ujaSTILskX .navbar.opened {
  background: #ffffff !important;
}
.cid-ujaSTILskX .nav-item:focus,
.cid-ujaSTILskX .nav-link:focus {
  outline: none;
}
.cid-ujaSTILskX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ujaSTILskX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujaSTILskX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujaSTILskX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujaSTILskX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujaSTILskX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujaSTILskX .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: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ujaSTILskX .navbar.opened {
  transition: all 0.3s;
}
.cid-ujaSTILskX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujaSTILskX .navbar .navbar-logo img {
  width: auto;
}
.cid-ujaSTILskX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ujaSTILskX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujaSTILskX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujaSTILskX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujaSTILskX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujaSTILskX .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-ujaSTILskX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujaSTILskX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujaSTILskX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujaSTILskX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujaSTILskX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujaSTILskX .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujaSTILskX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujaSTILskX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujaSTILskX .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-ujaSTILskX .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ujaSTILskX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujaSTILskX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujaSTILskX .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ujaSTILskX .dropdown-item.active,
.cid-ujaSTILskX .dropdown-item:active {
  background-color: transparent;
}
.cid-ujaSTILskX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujaSTILskX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujaSTILskX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujaSTILskX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujaSTILskX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujaSTILskX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujaSTILskX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujaSTILskX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujaSTILskX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujaSTILskX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujaSTILskX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujaSTILskX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujaSTILskX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujaSTILskX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujaSTILskX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujaSTILskX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujaSTILskX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujaSTILskX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujaSTILskX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujaSTILskX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujaSTILskX .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-ujaSTILskX .navbar {
    height: 70px;
  }
  .cid-ujaSTILskX .navbar.opened {
    height: auto;
  }
  .cid-ujaSTILskX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujaSTILskX .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ujaSTILskX .container-fluid {
    padding: 0 40px;
  }
}
.cid-ujaSTILskX .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ujaSTILskX .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ujaSTILskX .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ujaSTILskX .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ujaSTILskX .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ujaSTILskX .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ujaSTILskX .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ujaSTILskX .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ujaSTILskX .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ujaSTILskX .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ujaSTILskX .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-ujaSTILskX .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ujaSTK1Sgx {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-ujaSTK1Sgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaSTK1Sgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaSTK1Sgx .card {
  justify-content: center;
}
.cid-ujaSTK1Sgx .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujaSTK1Sgx .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-ujaSTK1Sgx .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ujaSTK1Sgx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-ujaSTK1Sgx .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-ujaSTK1Sgx .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujaSTK1Sgx .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-ujaSTK1Sgx .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-ujaSTK1Sgx .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-ujaSTK1Sgx .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-ujaSTK1Sgx .mbr-section-title {
  color: #f24d4a;
}
.cid-ujaSTK1Sgx .mbr-text {
  color: #f24d4a;
}
.cid-ujaSTKGxe0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-ujaSTKGxe0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaSTKGxe0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaSTKGxe0 .content-head {
  max-width: 800px;
}
.cid-ujaSTKGxe0 .item {
  color: #ffd9c8;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ujaSTKGxe0 .item {
    min-height: 45px;
  }
}
.cid-ujaSTKGxe0 .border-wrap {
  height: 2px;
  background-color: #f24d4a;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-ujaSTKGxe0 .border-wrap {
    margin-top: 40px;
  }
}
.cid-ujaSTLm6MR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujaSTLm6MR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaSTLm6MR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaSTLm6MR .items-wrapper {
  margin: 0 -5px;
}
.cid-ujaSTLm6MR .items-wrapper .item {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-ujaSTLm6MR .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-ujaSTLm6MR .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ujaSTLm6MR .item-wrapper {
  height: 100%;
  padding: 5px;
  background-color: #ffffff;
}
.cid-ujaSTLm6MR .item-wrapper .card-box {
  height: 100%;
  padding: 42px;
  border: 1px dashed #f24d4a;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-ujaSTLm6MR .item-wrapper .card-box {
    padding: 24px;
    height: auto;
  }
}
.cid-ujaSTLm6MR .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujaSTLm6MR .item-wrapper .card-box .card-title {
    margin-bottom: 40px;
  }
}
.cid-ujaSTLm6MR .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ujaSTLm6MR .item-wrapper .card-box .list .item-wrap {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid #f24d4a;
}
.cid-ujaSTLm6MR .item-wrapper .card-box .list .item-wrap:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.cid-ujaSTLm6MR .card-title {
  color: #f24d4a;
}
.cid-ujaSTLm6MR .list {
  color: #f24d4a;
}
.cid-ujaSTMuDHi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd9c8;
}
.cid-ujaSTMuDHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaSTMuDHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaSTMuDHi .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujaSTMuDHi .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ujaSTMuDHi .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ujaSTMuDHi .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ujaSTMuDHi .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ujaSTMuDHi .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ujaSTMuDHi .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ujaSTMuDHi .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ujaSTMuDHi .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ujaSTMuDHi .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ujaSTMuDHi .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujaSTMuDHi .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ujaSTMuDHi .mbr-section-title {
  color: #212529;
}
.cid-ujaSTMuDHi .mbr-desc {
  color: #212529;
}
.cid-ujaSTN97Di {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujaSTN97Di .mbr-overlay {
  background: #e2241f;
  opacity: 0.9;
}
.cid-ujaSTN97Di .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-ujaSTN97Di .content-wrapper .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ujaSTN97Di .content-wrapper .decor {
    display: none;
  }
}
.cid-ujaSTN97Di .content-wrapper .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-ujaSTN97Di .content-wrapper .decor_1 {
  transform: rotate(6deg);
}
.cid-ujaSTN97Di .content-wrapper .decor_2 {
  transform: rotate(-6deg);
}
.cid-ujaSTN97Di .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ujaSTN97Di .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ujaSTN97Di .embla__slide .slide-content {
  width: 100%;
  background-color: #ffffff;
  padding: 5px;
  min-height: 560px;
}
@media (max-width: 768px) {
  .cid-ujaSTN97Di .embla__slide .slide-content {
    min-height: auto;
  }
}
.cid-ujaSTN97Di .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px dashed #f24d4a;
  padding: 56px;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-ujaSTN97Di .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-ujaSTN97Di .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-ujaSTN97Di .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ujaSTN97Di .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ujaSTN97Di .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-ujaSTN97Di .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
  width: 92px;
  height: 92px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #feeeed;
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-ujaSTN97Di .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-ujaSTN97Di .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap .item-letter {
  margin-bottom: 0;
}
.cid-ujaSTN97Di .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-ujaSTN97Di .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ujaSTN97Di .embla__slide .slide-content .item-wrapper .item-date {
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujaSTN97Di .embla__slide .slide-content .item-wrapper .item-date {
    margin-top: 16px;
  }
}
.cid-ujaSTN97Di .embla__button--next,
.cid-ujaSTN97Di .embla__button--prev {
  display: flex;
}
.cid-ujaSTN97Di .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #f24d4a !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-ujaSTN97Di .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-ujaSTN97Di .embla__button:hover {
  opacity: .7;
}
.cid-ujaSTN97Di .embla__button.embla__button--prev {
  left: 0;
}
.cid-ujaSTN97Di .embla__button.embla__button--next {
  right: 0;
}
.cid-ujaSTN97Di .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujaSTN97Di .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-ujaSTN97Di .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ujaSTN97Di .embla__viewport {
    width: 100%;
  }
}
.cid-ujaSTN97Di .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ujaSTN97Di .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ujaSTN97Di .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ujaSTN97Di .item-letter {
  color: #f24d4a;
}
.cid-ujaSTN97Di .item-name {
  color: #f24d4a;
}
.cid-ujaSTN97Di .item-text {
  color: #f24d4a;
}
.cid-ujaSTN97Di .item-date {
  color: #f24d4a;
}
.cid-ujaSTN97Di .item-name,
.cid-ujaSTN97Di .name-wrapper {
  text-align: center;
}
.cid-ujaSTOn1XM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd9c8;
}
.cid-ujaSTOn1XM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaSTOn1XM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaSTOn1XM .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #e2241f;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujaSTOn1XM .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ujaSTOn1XM .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ujaSTOn1XM .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ujaSTOn1XM .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ujaSTOn1XM .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ujaSTOn1XM .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ujaSTOn1XM .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ujaSTOn1XM .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ujaSTOn1XM .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ujaSTOn1XM .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujaSTOn1XM .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ujaSTOn1XM .mbr-section-title {
  color: #212529;
}
.cid-ujaSTOn1XM .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ujaSTOn1XM .mbr-section-title,
.cid-ujaSTOn1XM .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujaSTOn1XM .mbr-section-title,
.cid-ujaSTOn1XM .mbr-section-btn {
  color: #ffffff;
}
.cid-ujaSTP6znA {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujaSTP6znA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaSTP6znA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaSTP6znA .items-wrapper {
  margin: 0 -5px;
}
.cid-ujaSTP6znA .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ujaSTP6znA .item {
    margin-bottom: 16px;
  }
  .cid-ujaSTP6znA .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ujaSTP6znA .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-ujaSTP6znA .item .item-wrapper {
  height: 100%;
}
.cid-ujaSTP6znA .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-ujaSTP6znA .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-ujaSTPW8d3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd9c8;
}
.cid-ujaSTPW8d3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaSTPW8d3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaSTPW8d3 .row {
  position: relative;
  z-index: 2;
}
.cid-ujaSTPW8d3 .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-ujaSTPW8d3 .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-ujaSTPW8d3 .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ujaSTPW8d3 .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-ujaSTPW8d3 .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujaSTPW8d3 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-ujaSTPW8d3 .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #e2241f;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-ujaSTPW8d3 .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-ujaSTPW8d3 .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ujaSTPW8d3 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujaSTPW8d3 .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-ujaSTPW8d3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujaSTPW8d3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujaSTPW8d3 .mbr-section-title {
  color: #212529;
}
.cid-ujaSTPW8d3 .mbr-text {
  color: #51565c;
}
.cid-ujaSTPW8d3 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ujaSTPW8d3 .mbr-text,
.cid-ujaSTPW8d3 .text-wrapper {
  color: #000000;
}
.cid-ujaSTQXhTX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujaSTQXhTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaSTQXhTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaSTQXhTX .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-ujaSTQXhTX .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujaSTQXhTX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujaSTQXhTX .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ujaSTQXhTX .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-ujaSTQXhTX .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ujaSTQXhTX .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ujaSTQXhTX .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ujaSTQXhTX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ujaSTQXhTX .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-ujaSTQXhTX .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-ujaSTQXhTX .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #f24d4a;
}
.cid-ujaSTQXhTX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-ujaSTQXhTX .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-ujaSTQXhTX .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-ujaSTQXhTX .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ujaSTQXhTX .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-ujaSTQXhTX .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujaSTQXhTX .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-ujaSTQXhTX .card {
  justify-content: space-between;
}
.cid-ujaSTQXhTX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujaSTQXhTX .panel-title-edit {
  color: #f24d4a;
}
.cid-ujaSTQXhTX .panel-text {
  color: #f24d4a;
}
.cid-ujaSTScme5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd9c8;
}
.cid-ujaSTScme5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaSTScme5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaSTScme5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujaSTScme5 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ujaSTScme5 .container {
    padding: 0 30px;
  }
}
.cid-ujaSTScme5 .row {
  justify-content: center;
}
.cid-ujaSTScme5 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujaSTScme5 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujaSTScme5 .mbr-desc {
  color: #000000;
}
.cid-ujaSTScme5 .mbr-text {
  color: #144031;
}
.cid-ujaSTT5tQb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e2241f;
}
.cid-ujaSTT5tQb .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffd9c8 0, #ffffff 43%, #e2241f 100%);
}
.cid-ujaSTT5tQb .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffd9c8 0, #ffffff 43%, #e2241f 100%);
}
.cid-ujaSTT5tQb .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffd9c8 0, #ffffff 43%, #e2241f 100%);
}
.cid-ujaSTT5tQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaSTT5tQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaSTT5tQb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujaSTT5tQb .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ujaSTT5tQb .container {
    padding: 0 30px;
  }
}
.cid-ujaSTT5tQb .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ujaSTT5tQb .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ujaSTT5tQb .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujaSTT5tQb .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-ujaSTT5tQb .mbr-section-title {
  color: #ffffff;
}
.cid-ujaSTT5tQb .mbr-text,
.cid-ujaSTT5tQb .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ujaSTT5tQb .mbr-section-title,
.cid-ujaSTT5tQb .mbr-section-btn {
  text-align: center;
}
.cid-ujaSTU58Y7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujaSTU58Y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaSTU58Y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaSTU58Y7 .items-wrapper {
  margin: 0 -5px;
}
.cid-ujaSTU58Y7 .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-ujaSTU58Y7 .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-ujaSTU58Y7 .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-ujaSTU58Y7 .image-wrapper {
  height: 100%;
}
.cid-ujaSTU58Y7 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujaSTU58Y7 .image-wrapper img {
    height: 350px;
  }
}
.cid-ujaSTU58Y7 .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #e2241f;
}
@media (max-width: 992px) {
  .cid-ujaSTU58Y7 .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-ujaSTU58Y7 .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujaSTU58Y7 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujaSTU58Y7 .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujaSTU58Y7 .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-ujaSTU58Y7 .mbr-section-title {
  color: #ffffff;
}
.cid-ujaSTU58Y7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ujaSTU58Y7 .mbr-section-title,
.cid-ujaSTU58Y7 .mbr-section-btn {
  text-align: center;
}
.cid-ujaSTV8Hb4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2241f;
}
.cid-ujaSTV8Hb4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaSTV8Hb4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaSTV8Hb4 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ujaSTV8Hb4 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ujaSTV8Hb4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ujaSTV8Hb4 .container {
    padding: 0 20px;
  }
}
.cid-ujaSTV8Hb4 .row {
  justify-content: center;
}
.cid-ujaSTV8Hb4 .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ujaSTV8Hb4 .content-wrapper {
    display: block;
  }
}
.cid-ujaSTV8Hb4 .content-wrapper .card {
  justify-content: center;
}
.cid-ujaSTV8Hb4 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ujaSTV8Hb4 .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-ujaSTV8Hb4 .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-ujaSTV8Hb4 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ujaSTV8Hb4 .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-ujaSTV8Hb4 .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-ujaSTV8Hb4 .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-ujaSTV8Hb4 .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-ujaSTV8Hb4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ujaSTV8Hb4 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-ujaSTV8Hb4 .mbr-section-title {
  color: #ffffff;
}
.cid-ujaSTV8Hb4 .mbr-text {
  color: #ffffff;
}
.cid-ujaSTW6AyN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd9c8;
}
.cid-ujaSTW6AyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaSTW6AyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaSTW6AyN .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujaSTW6AyN .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ujaSTW6AyN .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ujaSTW6AyN .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ujaSTW6AyN .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ujaSTW6AyN .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ujaSTW6AyN .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ujaSTW6AyN .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ujaSTW6AyN .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ujaSTW6AyN .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ujaSTW6AyN .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujaSTW6AyN .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ujaSTW6AyN .mbr-section-title {
  color: #212529;
}
.cid-ujaSTW6AyN .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-ujaSTW6AyN .mbr-section-title,
.cid-ujaSTW6AyN .mbr-section-btn {
  text-align: center;
}
.cid-ujaVJaoe4X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e2241f;
}
.cid-ujaVJaoe4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaVJaoe4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaVJaoe4X .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ujaVJaoe4X .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujaVJaoe4X .container {
    padding: 0 16px;
  }
}
.cid-ujaVJaoe4X .row {
  justify-content: center;
}
.cid-ujaVJaoe4X .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: #ffd9c8;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-ujaVJaoe4X .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ujaVJaoe4X .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ffd9c8;
}
@media (max-width: 992px) {
  .cid-ujaVJaoe4X .panel-group .card {
    padding: 24px;
  }
}
.cid-ujaVJaoe4X .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ujaVJaoe4X .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ujaVJaoe4X .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ujaVJaoe4X .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ujaVJaoe4X .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-ujaVJaoe4X .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e2241f;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-ujaVJaoe4X .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: #e2241f;
}
.cid-ujaVJaoe4X .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-ujaVJaoe4X .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-ujaVJaoe4X .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-ujaVJaoe4X .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-ujaVJaoe4X .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ujaVJaoe4X .mbr-section-title {
  color: #000000;
}
.cid-ujaVJaoe4X .panel-title-edit {
  color: #000000;
}
.cid-ujaVJaoe4X .panel-text {
  color: #000000;
}
.cid-ujaVJaoe4X .mbr-section-title,
.cid-ujaVJaoe4X .title-wrapper {
  text-align: center;
}
.cid-ujaSTXbFSJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujaSTXbFSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaSTXbFSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaSTXbFSJ .content-head {
  max-width: 800px;
}
.cid-ujaSTXbFSJ .item {
  color: #e2241f;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ujaSTXbFSJ .item {
    min-height: 45px;
  }
}
.cid-ujaSTXbFSJ .border-wrap {
  height: 2px;
  background-color: #f24d4a;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-ujaSTXbFSJ .border-wrap {
    margin-top: 40px;
  }
}
.cid-ujaSTXZi1h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujaSTXZi1h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaSTXZi1h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaSTXZi1h .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujaSTXZi1h .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujaSTXZi1h .items-wrapper {
  margin: 0 -5px;
}
.cid-ujaSTXZi1h .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-ujaSTXZi1h .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-ujaSTXZi1h .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-ujaSTXZi1h .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ujaSTXZi1h .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-ujaSTXZi1h .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .cid-ujaSTXZi1h .content-wrapper .mbr-section-subtitle {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-ujaSTXZi1h .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ujaSTXZi1h .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-ujaSTXZi1h .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-ujaSTXZi1h .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f24d4a;
}
@media (max-width: 992px) {
  .cid-ujaSTXZi1h .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-ujaSTXZi1h .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-desc {
  width: 50%;
  padding-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujaSTXZi1h .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-desc {
    width: 100%;
    margin-bottom: 6px;
    padding-right: 0;
  }
}
.cid-ujaSTXZi1h .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujaSTXZi1h .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-text {
    width: 100%;
  }
}
.cid-ujaSTXZi1h .map-wrapper {
  height: 100%;
}
.cid-ujaSTXZi1h .map-wrapper .google-map {
  height: 100%;
}
.cid-ujaSTXZi1h .map-wrapper .google-map iframe {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ujaSTXZi1h .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-ujaSTXZi1h .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-ujaSTXZi1h .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujaSTXZi1h .mbr-section-subtitle {
  color: #f24d4a;
}
.cid-ujaSTXZi1h .card-desc {
  color: #f24d4a;
}
.cid-ujaSTXZi1h .card-text {
  color: #f24d4a;
}
.cid-ujaSTZveDG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2241f;
}
.cid-ujaSTZveDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaSTZveDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaSTZveDG .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ujaSTZveDG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujaSTZveDG .container {
    padding: 0 16px;
  }
}
.cid-ujaSTZveDG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ujaSTZveDG .card {
    margin-bottom: 40px;
  }
}
.cid-ujaSTZveDG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ujaSTZveDG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ujaSTZveDG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ujaSTZveDG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujaSTZveDG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ujaSTZveDG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ujaSTZveDG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujaSTZveDG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ujaSTZveDG .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujaSTZveDG .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-ujaSTZveDG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ujaSTZveDG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ujaSTZveDG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ujaSTZveDG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ujaSTZveDG .mbr-section-title {
  color: #ffffff;
}
.cid-ujaSTZveDG .copyright {
  color: #ffffff;
}
.cid-ujaSTZveDG .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujaSTZveDG .list {
  color: #ffffff;
  text-align: center;
}
.cid-ujaXkfs78n .navbar-dropdown {
  position: relative !important;
}
.cid-ujaXkfs78n .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-ujaXkfs78n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujaXkfs78n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujaXkfs78n .dropdown-item:hover,
.cid-ujaXkfs78n .dropdown-item:focus {
  background: #214e96 !important;
  color: white !important;
}
.cid-ujaXkfs78n .dropdown-item:hover span {
  color: white;
}
.cid-ujaXkfs78n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujaXkfs78n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujaXkfs78n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ujaXkfs78n .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ujaXkfs78n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujaXkfs78n .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ujaXkfs78n .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ujaXkfs78n .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-ujaXkfs78n .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ujaXkfs78n .container {
  display: flex;
  margin: auto;
}
.cid-ujaXkfs78n .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujaXkfs78n .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-ujaXkfs78n .navbar-nav {
    align-items: center;
    padding: 0 32px;
  }
}
.cid-ujaXkfs78n .dropdown-menu,
.cid-ujaXkfs78n .navbar.opened {
  background: #ffffff !important;
}
.cid-ujaXkfs78n .nav-item:focus,
.cid-ujaXkfs78n .nav-link:focus {
  outline: none;
}
.cid-ujaXkfs78n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ujaXkfs78n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujaXkfs78n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujaXkfs78n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujaXkfs78n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujaXkfs78n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujaXkfs78n .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: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ujaXkfs78n .navbar.opened {
  transition: all 0.3s;
}
.cid-ujaXkfs78n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujaXkfs78n .navbar .navbar-logo img {
  width: auto;
}
.cid-ujaXkfs78n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ujaXkfs78n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujaXkfs78n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujaXkfs78n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujaXkfs78n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujaXkfs78n .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-ujaXkfs78n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujaXkfs78n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujaXkfs78n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujaXkfs78n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujaXkfs78n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujaXkfs78n .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujaXkfs78n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujaXkfs78n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujaXkfs78n .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-ujaXkfs78n .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ujaXkfs78n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujaXkfs78n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujaXkfs78n .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ujaXkfs78n .dropdown-item.active,
.cid-ujaXkfs78n .dropdown-item:active {
  background-color: transparent;
}
.cid-ujaXkfs78n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujaXkfs78n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujaXkfs78n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujaXkfs78n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujaXkfs78n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujaXkfs78n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujaXkfs78n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujaXkfs78n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujaXkfs78n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujaXkfs78n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujaXkfs78n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujaXkfs78n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujaXkfs78n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujaXkfs78n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujaXkfs78n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujaXkfs78n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujaXkfs78n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujaXkfs78n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujaXkfs78n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujaXkfs78n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujaXkfs78n .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-ujaXkfs78n .navbar {
    height: 70px;
  }
  .cid-ujaXkfs78n .navbar.opened {
    height: auto;
  }
  .cid-ujaXkfs78n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujaXkfs78n .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ujaXkfs78n .container-fluid {
    padding: 0 40px;
  }
}
.cid-ujaXkfs78n .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ujaXkfs78n .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ujaXkfs78n .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ujaXkfs78n .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ujaXkfs78n .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ujaXkfs78n .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ujaXkfs78n .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ujaXkfs78n .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ujaXkfs78n .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ujaXkfs78n .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ujaXkfs78n .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-ujaXkfs78n .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ujaXkhH29E {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-ujaXkhH29E .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaXkhH29E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaXkhH29E .card {
  justify-content: center;
}
.cid-ujaXkhH29E .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujaXkhH29E .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-ujaXkhH29E .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ujaXkhH29E .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-ujaXkhH29E .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-ujaXkhH29E .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujaXkhH29E .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-ujaXkhH29E .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-ujaXkhH29E .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-ujaXkhH29E .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-ujaXkhH29E .mbr-section-title {
  color: #f24d4a;
}
.cid-ujaXkhH29E .mbr-text {
  color: #f24d4a;
}
.cid-ujaXkjkQ57 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-ujaXkjkQ57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaXkjkQ57 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaXkjkQ57 .content-head {
  max-width: 800px;
}
.cid-ujaXkjkQ57 .item {
  color: #ffd9c8;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ujaXkjkQ57 .item {
    min-height: 45px;
  }
}
.cid-ujaXkjkQ57 .border-wrap {
  height: 2px;
  background-color: #f24d4a;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-ujaXkjkQ57 .border-wrap {
    margin-top: 40px;
  }
}
.cid-ujaXklvymR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujaXklvymR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaXklvymR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaXklvymR .items-wrapper {
  margin: 0 -5px;
}
.cid-ujaXklvymR .items-wrapper .item {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-ujaXklvymR .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-ujaXklvymR .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ujaXklvymR .item-wrapper {
  height: 100%;
  padding: 5px;
  background-color: #ffffff;
}
.cid-ujaXklvymR .item-wrapper .card-box {
  height: 100%;
  padding: 42px;
  border: 1px dashed #f24d4a;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-ujaXklvymR .item-wrapper .card-box {
    padding: 24px;
    height: auto;
  }
}
.cid-ujaXklvymR .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujaXklvymR .item-wrapper .card-box .card-title {
    margin-bottom: 40px;
  }
}
.cid-ujaXklvymR .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ujaXklvymR .item-wrapper .card-box .list .item-wrap {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid #f24d4a;
}
.cid-ujaXklvymR .item-wrapper .card-box .list .item-wrap:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.cid-ujaXklvymR .card-title {
  color: #f24d4a;
}
.cid-ujaXklvymR .list {
  color: #f24d4a;
}
.cid-ujaXknphq8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd9c8;
}
.cid-ujaXknphq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaXknphq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaXknphq8 .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujaXknphq8 .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ujaXknphq8 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ujaXknphq8 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ujaXknphq8 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ujaXknphq8 .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ujaXknphq8 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ujaXknphq8 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ujaXknphq8 .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ujaXknphq8 .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ujaXknphq8 .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujaXknphq8 .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ujaXknphq8 .mbr-section-title {
  color: #212529;
}
.cid-ujaXknphq8 .mbr-desc {
  color: #212529;
}
.cid-ujaXkoKCiS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujaXkoKCiS .mbr-overlay {
  background: #e2241f;
  opacity: 0.9;
}
.cid-ujaXkoKCiS .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-ujaXkoKCiS .content-wrapper .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ujaXkoKCiS .content-wrapper .decor {
    display: none;
  }
}
.cid-ujaXkoKCiS .content-wrapper .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-ujaXkoKCiS .content-wrapper .decor_1 {
  transform: rotate(6deg);
}
.cid-ujaXkoKCiS .content-wrapper .decor_2 {
  transform: rotate(-6deg);
}
.cid-ujaXkoKCiS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ujaXkoKCiS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ujaXkoKCiS .embla__slide .slide-content {
  width: 100%;
  background-color: #ffffff;
  padding: 5px;
  min-height: 560px;
}
@media (max-width: 768px) {
  .cid-ujaXkoKCiS .embla__slide .slide-content {
    min-height: auto;
  }
}
.cid-ujaXkoKCiS .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px dashed #f24d4a;
  padding: 56px;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-ujaXkoKCiS .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-ujaXkoKCiS .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-ujaXkoKCiS .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ujaXkoKCiS .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ujaXkoKCiS .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-ujaXkoKCiS .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
  width: 92px;
  height: 92px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #feeeed;
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-ujaXkoKCiS .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-ujaXkoKCiS .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap .item-letter {
  margin-bottom: 0;
}
.cid-ujaXkoKCiS .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-ujaXkoKCiS .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ujaXkoKCiS .embla__slide .slide-content .item-wrapper .item-date {
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujaXkoKCiS .embla__slide .slide-content .item-wrapper .item-date {
    margin-top: 16px;
  }
}
.cid-ujaXkoKCiS .embla__button--next,
.cid-ujaXkoKCiS .embla__button--prev {
  display: flex;
}
.cid-ujaXkoKCiS .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #f24d4a !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-ujaXkoKCiS .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-ujaXkoKCiS .embla__button:hover {
  opacity: .7;
}
.cid-ujaXkoKCiS .embla__button.embla__button--prev {
  left: 0;
}
.cid-ujaXkoKCiS .embla__button.embla__button--next {
  right: 0;
}
.cid-ujaXkoKCiS .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujaXkoKCiS .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-ujaXkoKCiS .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ujaXkoKCiS .embla__viewport {
    width: 100%;
  }
}
.cid-ujaXkoKCiS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ujaXkoKCiS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ujaXkoKCiS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ujaXkoKCiS .item-letter {
  color: #f24d4a;
}
.cid-ujaXkoKCiS .item-name {
  color: #f24d4a;
}
.cid-ujaXkoKCiS .item-text {
  color: #f24d4a;
}
.cid-ujaXkoKCiS .item-date {
  color: #f24d4a;
}
.cid-ujaXkoKCiS .item-name,
.cid-ujaXkoKCiS .name-wrapper {
  text-align: center;
}
.cid-ujaXkr6SEO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd9c8;
}
.cid-ujaXkr6SEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaXkr6SEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaXkr6SEO .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #e2241f;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujaXkr6SEO .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ujaXkr6SEO .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ujaXkr6SEO .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ujaXkr6SEO .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ujaXkr6SEO .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ujaXkr6SEO .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ujaXkr6SEO .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ujaXkr6SEO .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ujaXkr6SEO .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ujaXkr6SEO .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujaXkr6SEO .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ujaXkr6SEO .mbr-section-title {
  color: #212529;
}
.cid-ujaXkr6SEO .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ujaXkr6SEO .mbr-section-title,
.cid-ujaXkr6SEO .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujaXkr6SEO .mbr-section-title,
.cid-ujaXkr6SEO .mbr-section-btn {
  color: #ffffff;
}
.cid-ujaXksIoAH {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujaXksIoAH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaXksIoAH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaXksIoAH .items-wrapper {
  margin: 0 -5px;
}
.cid-ujaXksIoAH .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ujaXksIoAH .item {
    margin-bottom: 16px;
  }
  .cid-ujaXksIoAH .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ujaXksIoAH .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-ujaXksIoAH .item .item-wrapper {
  height: 100%;
}
.cid-ujaXksIoAH .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-ujaXksIoAH .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-ujaXku6wVi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd9c8;
}
.cid-ujaXku6wVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaXku6wVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaXku6wVi .row {
  position: relative;
  z-index: 2;
}
.cid-ujaXku6wVi .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-ujaXku6wVi .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-ujaXku6wVi .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ujaXku6wVi .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-ujaXku6wVi .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujaXku6wVi .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-ujaXku6wVi .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #e2241f;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-ujaXku6wVi .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-ujaXku6wVi .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ujaXku6wVi .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujaXku6wVi .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-ujaXku6wVi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujaXku6wVi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujaXku6wVi .mbr-section-title {
  color: #212529;
}
.cid-ujaXku6wVi .mbr-text {
  color: #51565c;
}
.cid-ujaXku6wVi .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ujaXku6wVi .mbr-text,
.cid-ujaXku6wVi .text-wrapper {
  color: #000000;
}
.cid-ujaXkvsH7Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujaXkvsH7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaXkvsH7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaXkvsH7Q .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-ujaXkvsH7Q .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujaXkvsH7Q .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujaXkvsH7Q .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ujaXkvsH7Q .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-ujaXkvsH7Q .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ujaXkvsH7Q .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ujaXkvsH7Q .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ujaXkvsH7Q .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ujaXkvsH7Q .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-ujaXkvsH7Q .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-ujaXkvsH7Q .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #f24d4a;
}
.cid-ujaXkvsH7Q .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-ujaXkvsH7Q .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-ujaXkvsH7Q .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-ujaXkvsH7Q .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ujaXkvsH7Q .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-ujaXkvsH7Q .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujaXkvsH7Q .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-ujaXkvsH7Q .card {
  justify-content: space-between;
}
.cid-ujaXkvsH7Q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujaXkvsH7Q .panel-title-edit {
  color: #f24d4a;
}
.cid-ujaXkvsH7Q .panel-text {
  color: #f24d4a;
}
.cid-ujaXkxjCdz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd9c8;
}
.cid-ujaXkxjCdz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaXkxjCdz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaXkxjCdz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujaXkxjCdz .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ujaXkxjCdz .container {
    padding: 0 30px;
  }
}
.cid-ujaXkxjCdz .row {
  justify-content: center;
}
.cid-ujaXkxjCdz .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujaXkxjCdz .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujaXkxjCdz .mbr-desc {
  color: #000000;
}
.cid-ujaXkxjCdz .mbr-text {
  color: #144031;
}
.cid-ujb0QW0TF3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujb0QW0TF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujb0QW0TF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujb0QW0TF3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ujb0QW0TF3 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ujb0QW0TF3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ujb0QW0TF3 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ujb0QW0TF3 .container {
    padding: 0 24px;
  }
}
.cid-ujb0QW0TF3 .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-ujb0QW0TF3 .image-wrapper img {
    height: 400px;
  }
}
.cid-ujaXkyGCFD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e2241f;
}
.cid-ujaXkyGCFD .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffd9c8 0, #ffffff 43%, #e2241f 100%);
}
.cid-ujaXkyGCFD .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffd9c8 0, #ffffff 43%, #e2241f 100%);
}
.cid-ujaXkyGCFD .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffd9c8 0, #ffffff 43%, #e2241f 100%);
}
.cid-ujaXkyGCFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaXkyGCFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaXkyGCFD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujaXkyGCFD .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ujaXkyGCFD .container {
    padding: 0 30px;
  }
}
.cid-ujaXkyGCFD .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ujaXkyGCFD .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ujaXkyGCFD .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujaXkyGCFD .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-ujaXkyGCFD .mbr-section-title {
  color: #ffffff;
}
.cid-ujaXkyGCFD .mbr-text,
.cid-ujaXkyGCFD .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ujaXkyGCFD .mbr-section-title,
.cid-ujaXkyGCFD .mbr-section-btn {
  text-align: center;
}
.cid-ujaXkAbN6T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujaXkAbN6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaXkAbN6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaXkAbN6T .items-wrapper {
  margin: 0 -5px;
}
.cid-ujaXkAbN6T .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-ujaXkAbN6T .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-ujaXkAbN6T .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-ujaXkAbN6T .image-wrapper {
  height: 100%;
}
.cid-ujaXkAbN6T .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujaXkAbN6T .image-wrapper img {
    height: 350px;
  }
}
.cid-ujaXkAbN6T .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #e2241f;
}
@media (max-width: 992px) {
  .cid-ujaXkAbN6T .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-ujaXkAbN6T .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujaXkAbN6T .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujaXkAbN6T .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujaXkAbN6T .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-ujaXkAbN6T .mbr-section-title {
  color: #ffffff;
}
.cid-ujaXkAbN6T .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ujaXkAbN6T .mbr-section-title,
.cid-ujaXkAbN6T .mbr-section-btn {
  text-align: center;
}
.cid-ujaXkBDUTv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2241f;
}
.cid-ujaXkBDUTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaXkBDUTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaXkBDUTv .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ujaXkBDUTv .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ujaXkBDUTv .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ujaXkBDUTv .container {
    padding: 0 20px;
  }
}
.cid-ujaXkBDUTv .row {
  justify-content: center;
}
.cid-ujaXkBDUTv .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ujaXkBDUTv .content-wrapper {
    display: block;
  }
}
.cid-ujaXkBDUTv .content-wrapper .card {
  justify-content: center;
}
.cid-ujaXkBDUTv .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ujaXkBDUTv .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-ujaXkBDUTv .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-ujaXkBDUTv .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ujaXkBDUTv .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-ujaXkBDUTv .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-ujaXkBDUTv .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-ujaXkBDUTv .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-ujaXkBDUTv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ujaXkBDUTv .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-ujaXkBDUTv .mbr-section-title {
  color: #ffffff;
}
.cid-ujaXkBDUTv .mbr-text {
  color: #ffffff;
}
.cid-ujaXkD5Y48 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd9c8;
}
.cid-ujaXkD5Y48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaXkD5Y48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaXkD5Y48 .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujaXkD5Y48 .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ujaXkD5Y48 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ujaXkD5Y48 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ujaXkD5Y48 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ujaXkD5Y48 .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ujaXkD5Y48 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ujaXkD5Y48 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ujaXkD5Y48 .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ujaXkD5Y48 .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ujaXkD5Y48 .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujaXkD5Y48 .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ujaXkD5Y48 .mbr-section-title {
  color: #212529;
}
.cid-ujaXkD5Y48 .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-ujaXkD5Y48 .mbr-section-title,
.cid-ujaXkD5Y48 .mbr-section-btn {
  text-align: center;
}
.cid-ujaXkEHRG1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e2241f;
}
.cid-ujaXkEHRG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaXkEHRG1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaXkEHRG1 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ujaXkEHRG1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujaXkEHRG1 .container {
    padding: 0 16px;
  }
}
.cid-ujaXkEHRG1 .row {
  justify-content: center;
}
.cid-ujaXkEHRG1 .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: #ffd9c8;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-ujaXkEHRG1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ujaXkEHRG1 .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ffd9c8;
}
@media (max-width: 992px) {
  .cid-ujaXkEHRG1 .panel-group .card {
    padding: 24px;
  }
}
.cid-ujaXkEHRG1 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ujaXkEHRG1 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ujaXkEHRG1 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ujaXkEHRG1 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ujaXkEHRG1 .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-ujaXkEHRG1 .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e2241f;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-ujaXkEHRG1 .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: #e2241f;
}
.cid-ujaXkEHRG1 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-ujaXkEHRG1 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-ujaXkEHRG1 .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-ujaXkEHRG1 .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-ujaXkEHRG1 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ujaXkEHRG1 .mbr-section-title {
  color: #000000;
}
.cid-ujaXkEHRG1 .panel-title-edit {
  color: #000000;
}
.cid-ujaXkEHRG1 .panel-text {
  color: #000000;
}
.cid-ujaXkEHRG1 .mbr-section-title,
.cid-ujaXkEHRG1 .title-wrapper {
  text-align: center;
}
.cid-ujaXkGK9Zn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujaXkGK9Zn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaXkGK9Zn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaXkGK9Zn .content-head {
  max-width: 800px;
}
.cid-ujaXkGK9Zn .item {
  color: #e2241f;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ujaXkGK9Zn .item {
    min-height: 45px;
  }
}
.cid-ujaXkGK9Zn .border-wrap {
  height: 2px;
  background-color: #f24d4a;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-ujaXkGK9Zn .border-wrap {
    margin-top: 40px;
  }
}
.cid-ujaXkIfySK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujaXkIfySK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaXkIfySK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaXkIfySK .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujaXkIfySK .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujaXkIfySK .items-wrapper {
  margin: 0 -5px;
}
.cid-ujaXkIfySK .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-ujaXkIfySK .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-ujaXkIfySK .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-ujaXkIfySK .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ujaXkIfySK .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-ujaXkIfySK .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .cid-ujaXkIfySK .content-wrapper .mbr-section-subtitle {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-ujaXkIfySK .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ujaXkIfySK .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-ujaXkIfySK .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-ujaXkIfySK .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f24d4a;
}
@media (max-width: 992px) {
  .cid-ujaXkIfySK .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-ujaXkIfySK .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-desc {
  width: 50%;
  padding-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujaXkIfySK .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-desc {
    width: 100%;
    margin-bottom: 6px;
    padding-right: 0;
  }
}
.cid-ujaXkIfySK .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujaXkIfySK .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-text {
    width: 100%;
  }
}
.cid-ujaXkIfySK .map-wrapper {
  height: 100%;
}
.cid-ujaXkIfySK .map-wrapper .google-map {
  height: 100%;
}
.cid-ujaXkIfySK .map-wrapper .google-map iframe {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ujaXkIfySK .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-ujaXkIfySK .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-ujaXkIfySK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujaXkIfySK .mbr-section-subtitle {
  color: #f24d4a;
}
.cid-ujaXkIfySK .card-desc {
  color: #f24d4a;
}
.cid-ujaXkIfySK .card-text {
  color: #f24d4a;
}
.cid-ujaXkMydIk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2241f;
}
.cid-ujaXkMydIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaXkMydIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaXkMydIk .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ujaXkMydIk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujaXkMydIk .container {
    padding: 0 16px;
  }
}
.cid-ujaXkMydIk .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ujaXkMydIk .card {
    margin-bottom: 40px;
  }
}
.cid-ujaXkMydIk .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ujaXkMydIk .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ujaXkMydIk .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ujaXkMydIk .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujaXkMydIk .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ujaXkMydIk .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ujaXkMydIk .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujaXkMydIk .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ujaXkMydIk .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujaXkMydIk .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-ujaXkMydIk .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ujaXkMydIk .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ujaXkMydIk .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ujaXkMydIk .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ujaXkMydIk .mbr-section-title {
  color: #ffffff;
}
.cid-ujaXkMydIk .copyright {
  color: #ffffff;
}
.cid-ujaXkMydIk .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujaXkMydIk .list {
  color: #ffffff;
  text-align: center;
}
.cid-ujb12BcBAu .navbar-dropdown {
  position: relative !important;
}
.cid-ujb12BcBAu .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-ujb12BcBAu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujb12BcBAu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujb12BcBAu .dropdown-item:hover,
.cid-ujb12BcBAu .dropdown-item:focus {
  background: #214e96 !important;
  color: white !important;
}
.cid-ujb12BcBAu .dropdown-item:hover span {
  color: white;
}
.cid-ujb12BcBAu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujb12BcBAu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujb12BcBAu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ujb12BcBAu .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ujb12BcBAu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujb12BcBAu .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ujb12BcBAu .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ujb12BcBAu .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-ujb12BcBAu .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ujb12BcBAu .container {
  display: flex;
  margin: auto;
}
.cid-ujb12BcBAu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujb12BcBAu .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-ujb12BcBAu .navbar-nav {
    align-items: center;
    padding: 0 32px;
  }
}
.cid-ujb12BcBAu .dropdown-menu,
.cid-ujb12BcBAu .navbar.opened {
  background: #ffffff !important;
}
.cid-ujb12BcBAu .nav-item:focus,
.cid-ujb12BcBAu .nav-link:focus {
  outline: none;
}
.cid-ujb12BcBAu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ujb12BcBAu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujb12BcBAu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujb12BcBAu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujb12BcBAu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujb12BcBAu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujb12BcBAu .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: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ujb12BcBAu .navbar.opened {
  transition: all 0.3s;
}
.cid-ujb12BcBAu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujb12BcBAu .navbar .navbar-logo img {
  width: auto;
}
.cid-ujb12BcBAu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ujb12BcBAu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujb12BcBAu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujb12BcBAu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujb12BcBAu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujb12BcBAu .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-ujb12BcBAu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujb12BcBAu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujb12BcBAu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujb12BcBAu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujb12BcBAu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujb12BcBAu .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujb12BcBAu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujb12BcBAu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujb12BcBAu .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-ujb12BcBAu .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ujb12BcBAu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujb12BcBAu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujb12BcBAu .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ujb12BcBAu .dropdown-item.active,
.cid-ujb12BcBAu .dropdown-item:active {
  background-color: transparent;
}
.cid-ujb12BcBAu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujb12BcBAu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujb12BcBAu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujb12BcBAu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujb12BcBAu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujb12BcBAu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujb12BcBAu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujb12BcBAu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujb12BcBAu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujb12BcBAu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujb12BcBAu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujb12BcBAu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujb12BcBAu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujb12BcBAu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujb12BcBAu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujb12BcBAu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujb12BcBAu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujb12BcBAu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujb12BcBAu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujb12BcBAu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujb12BcBAu .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-ujb12BcBAu .navbar {
    height: 70px;
  }
  .cid-ujb12BcBAu .navbar.opened {
    height: auto;
  }
  .cid-ujb12BcBAu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujb12BcBAu .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ujb12BcBAu .container-fluid {
    padding: 0 40px;
  }
}
.cid-ujb12BcBAu .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ujb12BcBAu .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ujb12BcBAu .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ujb12BcBAu .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ujb12BcBAu .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ujb12BcBAu .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ujb12BcBAu .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ujb12BcBAu .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ujb12BcBAu .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ujb12BcBAu .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ujb12BcBAu .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-ujb12BcBAu .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ujb12EabH9 {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-ujb12EabH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujb12EabH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujb12EabH9 .card {
  justify-content: center;
}
.cid-ujb12EabH9 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujb12EabH9 .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-ujb12EabH9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ujb12EabH9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-ujb12EabH9 .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-ujb12EabH9 .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujb12EabH9 .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-ujb12EabH9 .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-ujb12EabH9 .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-ujb12EabH9 .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-ujb12EabH9 .mbr-section-title {
  color: #f24d4a;
}
.cid-ujb12EabH9 .mbr-text {
  color: #f24d4a;
}
.cid-ujb12FvFdy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-ujb12FvFdy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujb12FvFdy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujb12FvFdy .content-head {
  max-width: 800px;
}
.cid-ujb12FvFdy .item {
  color: #ffd9c8;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ujb12FvFdy .item {
    min-height: 45px;
  }
}
.cid-ujb12FvFdy .border-wrap {
  height: 2px;
  background-color: #f24d4a;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-ujb12FvFdy .border-wrap {
    margin-top: 40px;
  }
}
.cid-ujb12GYUjG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujb12GYUjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujb12GYUjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujb12GYUjG .items-wrapper {
  margin: 0 -5px;
}
.cid-ujb12GYUjG .items-wrapper .item {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-ujb12GYUjG .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-ujb12GYUjG .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ujb12GYUjG .item-wrapper {
  height: 100%;
  padding: 5px;
  background-color: #ffffff;
}
.cid-ujb12GYUjG .item-wrapper .card-box {
  height: 100%;
  padding: 42px;
  border: 1px dashed #f24d4a;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-ujb12GYUjG .item-wrapper .card-box {
    padding: 24px;
    height: auto;
  }
}
.cid-ujb12GYUjG .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujb12GYUjG .item-wrapper .card-box .card-title {
    margin-bottom: 40px;
  }
}
.cid-ujb12GYUjG .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ujb12GYUjG .item-wrapper .card-box .list .item-wrap {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid #f24d4a;
}
.cid-ujb12GYUjG .item-wrapper .card-box .list .item-wrap:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.cid-ujb12GYUjG .card-title {
  color: #f24d4a;
}
.cid-ujb12GYUjG .list {
  color: #f24d4a;
}
.cid-ujb12IcVVV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd9c8;
}
.cid-ujb12IcVVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujb12IcVVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujb12IcVVV .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujb12IcVVV .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ujb12IcVVV .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ujb12IcVVV .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ujb12IcVVV .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ujb12IcVVV .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ujb12IcVVV .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ujb12IcVVV .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ujb12IcVVV .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ujb12IcVVV .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ujb12IcVVV .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujb12IcVVV .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ujb12IcVVV .mbr-section-title {
  color: #212529;
}
.cid-ujb12IcVVV .mbr-desc {
  color: #212529;
}
.cid-ujb12JuaJ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujb12JuaJ3 .mbr-overlay {
  background: #e2241f;
  opacity: 0.9;
}
.cid-ujb12JuaJ3 .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-ujb12JuaJ3 .content-wrapper .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ujb12JuaJ3 .content-wrapper .decor {
    display: none;
  }
}
.cid-ujb12JuaJ3 .content-wrapper .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-ujb12JuaJ3 .content-wrapper .decor_1 {
  transform: rotate(6deg);
}
.cid-ujb12JuaJ3 .content-wrapper .decor_2 {
  transform: rotate(-6deg);
}
.cid-ujb12JuaJ3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ujb12JuaJ3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ujb12JuaJ3 .embla__slide .slide-content {
  width: 100%;
  background-color: #ffffff;
  padding: 5px;
  min-height: 560px;
}
@media (max-width: 768px) {
  .cid-ujb12JuaJ3 .embla__slide .slide-content {
    min-height: auto;
  }
}
.cid-ujb12JuaJ3 .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px dashed #f24d4a;
  padding: 56px;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-ujb12JuaJ3 .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-ujb12JuaJ3 .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-ujb12JuaJ3 .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ujb12JuaJ3 .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ujb12JuaJ3 .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-ujb12JuaJ3 .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
  width: 92px;
  height: 92px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #feeeed;
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-ujb12JuaJ3 .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-ujb12JuaJ3 .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap .item-letter {
  margin-bottom: 0;
}
.cid-ujb12JuaJ3 .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-ujb12JuaJ3 .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ujb12JuaJ3 .embla__slide .slide-content .item-wrapper .item-date {
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujb12JuaJ3 .embla__slide .slide-content .item-wrapper .item-date {
    margin-top: 16px;
  }
}
.cid-ujb12JuaJ3 .embla__button--next,
.cid-ujb12JuaJ3 .embla__button--prev {
  display: flex;
}
.cid-ujb12JuaJ3 .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #f24d4a !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-ujb12JuaJ3 .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-ujb12JuaJ3 .embla__button:hover {
  opacity: .7;
}
.cid-ujb12JuaJ3 .embla__button.embla__button--prev {
  left: 0;
}
.cid-ujb12JuaJ3 .embla__button.embla__button--next {
  right: 0;
}
.cid-ujb12JuaJ3 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujb12JuaJ3 .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-ujb12JuaJ3 .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ujb12JuaJ3 .embla__viewport {
    width: 100%;
  }
}
.cid-ujb12JuaJ3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ujb12JuaJ3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ujb12JuaJ3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ujb12JuaJ3 .item-letter {
  color: #f24d4a;
}
.cid-ujb12JuaJ3 .item-name {
  color: #f24d4a;
}
.cid-ujb12JuaJ3 .item-text {
  color: #f24d4a;
}
.cid-ujb12JuaJ3 .item-date {
  color: #f24d4a;
}
.cid-ujb12JuaJ3 .item-name,
.cid-ujb12JuaJ3 .name-wrapper {
  text-align: center;
}
.cid-ujb12Loudx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd9c8;
}
.cid-ujb12Loudx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujb12Loudx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujb12Loudx .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #e2241f;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujb12Loudx .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ujb12Loudx .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ujb12Loudx .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ujb12Loudx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ujb12Loudx .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ujb12Loudx .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ujb12Loudx .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ujb12Loudx .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ujb12Loudx .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ujb12Loudx .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujb12Loudx .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ujb12Loudx .mbr-section-title {
  color: #212529;
}
.cid-ujb12Loudx .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ujb12Loudx .mbr-section-title,
.cid-ujb12Loudx .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujb12Loudx .mbr-section-title,
.cid-ujb12Loudx .mbr-section-btn {
  color: #ffffff;
}
.cid-ujb12MLidR {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujb12MLidR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujb12MLidR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujb12MLidR .items-wrapper {
  margin: 0 -5px;
}
.cid-ujb12MLidR .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ujb12MLidR .item {
    margin-bottom: 16px;
  }
  .cid-ujb12MLidR .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ujb12MLidR .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-ujb12MLidR .item .item-wrapper {
  height: 100%;
}
.cid-ujb12MLidR .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-ujb12MLidR .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-ujb12OhZTZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd9c8;
}
.cid-ujb12OhZTZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujb12OhZTZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujb12OhZTZ .row {
  position: relative;
  z-index: 2;
}
.cid-ujb12OhZTZ .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-ujb12OhZTZ .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-ujb12OhZTZ .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ujb12OhZTZ .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-ujb12OhZTZ .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujb12OhZTZ .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-ujb12OhZTZ .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #e2241f;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-ujb12OhZTZ .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-ujb12OhZTZ .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ujb12OhZTZ .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ujb12OhZTZ .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-ujb12OhZTZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujb12OhZTZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujb12OhZTZ .mbr-section-title {
  color: #212529;
}
.cid-ujb12OhZTZ .mbr-text {
  color: #51565c;
}
.cid-ujb12OhZTZ .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ujb12OhZTZ .mbr-text,
.cid-ujb12OhZTZ .text-wrapper {
  color: #000000;
}
.cid-ujb12Q460X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujb12Q460X .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujb12Q460X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujb12Q460X .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-ujb12Q460X .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujb12Q460X .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujb12Q460X .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ujb12Q460X .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-ujb12Q460X .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ujb12Q460X .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ujb12Q460X .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ujb12Q460X .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ujb12Q460X .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-ujb12Q460X .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-ujb12Q460X .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #f24d4a;
}
.cid-ujb12Q460X .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-ujb12Q460X .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-ujb12Q460X .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-ujb12Q460X .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ujb12Q460X .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-ujb12Q460X .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujb12Q460X .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-ujb12Q460X .card {
  justify-content: space-between;
}
.cid-ujb12Q460X .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujb12Q460X .panel-title-edit {
  color: #f24d4a;
}
.cid-ujb12Q460X .panel-text {
  color: #f24d4a;
}
.cid-ujb12SdtcG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd9c8;
}
.cid-ujb12SdtcG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujb12SdtcG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujb12SdtcG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujb12SdtcG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ujb12SdtcG .container {
    padding: 0 30px;
  }
}
.cid-ujb12SdtcG .row {
  justify-content: center;
}
.cid-ujb12SdtcG .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujb12SdtcG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujb12SdtcG .mbr-desc {
  color: #000000;
}
.cid-ujb12SdtcG .mbr-text {
  color: #144031;
}
.cid-ujb12V0WT9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e2241f;
}
.cid-ujb12V0WT9 .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffd9c8 0, #ffffff 43%, #e2241f 100%);
}
.cid-ujb12V0WT9 .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffd9c8 0, #ffffff 43%, #e2241f 100%);
}
.cid-ujb12V0WT9 .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffd9c8 0, #ffffff 43%, #e2241f 100%);
}
.cid-ujb12V0WT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujb12V0WT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujb12V0WT9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujb12V0WT9 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ujb12V0WT9 .container {
    padding: 0 30px;
  }
}
.cid-ujb12V0WT9 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ujb12V0WT9 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ujb12V0WT9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujb12V0WT9 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-ujb12V0WT9 .mbr-section-title {
  color: #ffffff;
}
.cid-ujb12V0WT9 .mbr-text,
.cid-ujb12V0WT9 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ujb12V0WT9 .mbr-section-title,
.cid-ujb12V0WT9 .mbr-section-btn {
  text-align: center;
}
.cid-ujb12WvO5u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujb12WvO5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujb12WvO5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujb12WvO5u .items-wrapper {
  margin: 0 -5px;
}
.cid-ujb12WvO5u .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-ujb12WvO5u .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-ujb12WvO5u .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-ujb12WvO5u .image-wrapper {
  height: 100%;
}
.cid-ujb12WvO5u .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujb12WvO5u .image-wrapper img {
    height: 350px;
  }
}
.cid-ujb12WvO5u .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #e2241f;
}
@media (max-width: 992px) {
  .cid-ujb12WvO5u .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-ujb12WvO5u .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujb12WvO5u .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujb12WvO5u .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujb12WvO5u .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-ujb12WvO5u .mbr-section-title {
  color: #ffffff;
}
.cid-ujb12WvO5u .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ujb12WvO5u .mbr-section-title,
.cid-ujb12WvO5u .mbr-section-btn {
  text-align: center;
}
.cid-ujb12Y8CmP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2241f;
}
.cid-ujb12Y8CmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujb12Y8CmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujb12Y8CmP .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ujb12Y8CmP .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ujb12Y8CmP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ujb12Y8CmP .container {
    padding: 0 20px;
  }
}
.cid-ujb12Y8CmP .row {
  justify-content: center;
}
.cid-ujb12Y8CmP .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ujb12Y8CmP .content-wrapper {
    display: block;
  }
}
.cid-ujb12Y8CmP .content-wrapper .card {
  justify-content: center;
}
.cid-ujb12Y8CmP .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ujb12Y8CmP .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-ujb12Y8CmP .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-ujb12Y8CmP .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ujb12Y8CmP .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-ujb12Y8CmP .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-ujb12Y8CmP .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-ujb12Y8CmP .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-ujb12Y8CmP .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ujb12Y8CmP .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-ujb12Y8CmP .mbr-section-title {
  color: #ffffff;
}
.cid-ujb12Y8CmP .mbr-text {
  color: #ffffff;
}
.cid-ujb12ZABdH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd9c8;
}
.cid-ujb12ZABdH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujb12ZABdH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujb12ZABdH .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ujb12ZABdH .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ujb12ZABdH .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ujb12ZABdH .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ujb12ZABdH .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ujb12ZABdH .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ujb12ZABdH .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ujb12ZABdH .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ujb12ZABdH .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ujb12ZABdH .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ujb12ZABdH .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujb12ZABdH .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ujb12ZABdH .mbr-section-title {
  color: #212529;
}
.cid-ujb12ZABdH .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-ujb12ZABdH .mbr-section-title,
.cid-ujb12ZABdH .mbr-section-btn {
  text-align: center;
}
.cid-ujb1314ywy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e2241f;
}
.cid-ujb1314ywy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujb1314ywy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujb1314ywy .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ujb1314ywy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujb1314ywy .container {
    padding: 0 16px;
  }
}
.cid-ujb1314ywy .row {
  justify-content: center;
}
.cid-ujb1314ywy .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: #ffd9c8;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-ujb1314ywy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ujb1314ywy .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ffd9c8;
}
@media (max-width: 992px) {
  .cid-ujb1314ywy .panel-group .card {
    padding: 24px;
  }
}
.cid-ujb1314ywy .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ujb1314ywy .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ujb1314ywy .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ujb1314ywy .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ujb1314ywy .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-ujb1314ywy .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e2241f;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-ujb1314ywy .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: #e2241f;
}
.cid-ujb1314ywy .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-ujb1314ywy .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-ujb1314ywy .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-ujb1314ywy .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-ujb1314ywy .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ujb1314ywy .mbr-section-title {
  color: #000000;
}
.cid-ujb1314ywy .panel-title-edit {
  color: #000000;
}
.cid-ujb1314ywy .panel-text {
  color: #000000;
}
.cid-ujb1314ywy .mbr-section-title,
.cid-ujb1314ywy .title-wrapper {
  text-align: center;
}
.cid-ujb132CXo2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujb132CXo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujb132CXo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujb132CXo2 .content-head {
  max-width: 800px;
}
.cid-ujb132CXo2 .item {
  color: #e2241f;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ujb132CXo2 .item {
    min-height: 45px;
  }
}
.cid-ujb132CXo2 .border-wrap {
  height: 2px;
  background-color: #f24d4a;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-ujb132CXo2 .border-wrap {
    margin-top: 40px;
  }
}
.cid-ujb133SSMn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujb133SSMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujb133SSMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujb133SSMn .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujb133SSMn .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujb133SSMn .items-wrapper {
  margin: 0 -5px;
}
.cid-ujb133SSMn .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-ujb133SSMn .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-ujb133SSMn .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-ujb133SSMn .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ujb133SSMn .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-ujb133SSMn .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .cid-ujb133SSMn .content-wrapper .mbr-section-subtitle {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-ujb133SSMn .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ujb133SSMn .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-ujb133SSMn .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-ujb133SSMn .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f24d4a;
}
@media (max-width: 992px) {
  .cid-ujb133SSMn .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-ujb133SSMn .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-desc {
  width: 50%;
  padding-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujb133SSMn .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-desc {
    width: 100%;
    margin-bottom: 6px;
    padding-right: 0;
  }
}
.cid-ujb133SSMn .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujb133SSMn .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-text {
    width: 100%;
  }
}
.cid-ujb133SSMn .map-wrapper {
  height: 100%;
}
.cid-ujb133SSMn .map-wrapper .google-map {
  height: 100%;
}
.cid-ujb133SSMn .map-wrapper .google-map iframe {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ujb133SSMn .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-ujb133SSMn .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-ujb133SSMn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujb133SSMn .mbr-section-subtitle {
  color: #f24d4a;
}
.cid-ujb133SSMn .card-desc {
  color: #f24d4a;
}
.cid-ujb133SSMn .card-text {
  color: #f24d4a;
}
.cid-ujb135ykDq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2241f;
}
.cid-ujb135ykDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujb135ykDq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujb135ykDq .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ujb135ykDq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujb135ykDq .container {
    padding: 0 16px;
  }
}
.cid-ujb135ykDq .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ujb135ykDq .card {
    margin-bottom: 40px;
  }
}
.cid-ujb135ykDq .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ujb135ykDq .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ujb135ykDq .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ujb135ykDq .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujb135ykDq .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ujb135ykDq .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ujb135ykDq .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujb135ykDq .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ujb135ykDq .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujb135ykDq .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-ujb135ykDq .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ujb135ykDq .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ujb135ykDq .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ujb135ykDq .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ujb135ykDq .mbr-section-title {
  color: #ffffff;
}
.cid-ujb135ykDq .copyright {
  color: #ffffff;
}
.cid-ujb135ykDq .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujb135ykDq .list {
  color: #ffffff;
  text-align: center;
}
