.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1,
.mbr-iconfont.icon-title-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont,
.mbr-iconfont.icon-title-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2,
.mbr-iconfont.icon-title-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: -1px;
}
.display-2 > .mbr-iconfont,
.mbr-iconfont.icon-title-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1,
  .mbr-iconfont.icon-title-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1,
  .mbr-iconfont.icon-title-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2,
  .mbr-iconfont.icon-title-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1,
  .mbr-iconfont.icon-title-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2,
  .mbr-iconfont.icon-title-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.125rem 1.6rem;
  border-radius: 3rem;
}
.btn-sm {
  padding: 0.4rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.4rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d50000 !important;
}
.bg-success {
  background-color: #d3f59d !important;
}
.bg-info {
  background-color: #e64a19 !important;
}
.bg-warning {
  background-color: #d50000 !important;
}
.bg-danger {
  background-color: #7787a5 !important;
}
.btn-primary {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-primary,
.btn-primary:active {
  background-color: #d50000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #d50000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff5656 !important;
  border-color: #ff5656 !important;
}
.btn-secondary {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fdfde1 !important;
  border-color: #000000 !important;
  color: #717108 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fdfde1 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #717108 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-info,
.btn-info:active {
  background-color: #e64a19 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e64a19 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f3a58c !important;
  border-color: #f3a58c !important;
}
.btn-success {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-success,
.btn-success:active {
  background-color: #d3f59d !important;
  border-color: #000000 !important;
  color: #1b2904 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d3f59d !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #1b2904 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-warning,
.btn-warning:active {
  background-color: #d50000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #d50000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5656 !important;
  border-color: #ff5656 !important;
}
.btn-danger {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-danger,
.btn-danger:active {
  background-color: #7787a5 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #7787a5 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c4cbd8 !important;
  border-color: #c4cbd8 !important;
}
.btn-white {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-white,
.btn-white:active {
  background-color: #fffff5 !important;
  border-color: #000000 !important;
  color: #8f8f00 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #fffff5 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #8f8f00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-primary-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d50000;
  color: #d50000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7e0000 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #7e0000 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d50000 !important;
  border-color: #d50000 !important;
}
.btn-secondary-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fdfde1;
  color: #fdfde1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f8f890 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #f8f890 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d1d10e !important;
  background-color: #fdfde1 !important;
  border-color: #fdfde1 !important;
}
.btn-info-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e64a19;
  color: #e64a19;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #983110 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #983110 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e64a19 !important;
  border-color: #e64a19 !important;
}
.btn-success-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d3f59d;
  color: #d3f59d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b0ed4e !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #b0ed4e !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #57850e !important;
  background-color: #d3f59d !important;
  border-color: #d3f59d !important;
}
.btn-warning-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d50000;
  color: #d50000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #7e0000 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #7e0000 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d50000 !important;
  border-color: #d50000 !important;
}
.btn-danger-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #7787a5;
  color: #7787a5;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4f5d77 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #4f5d77 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #7787a5 !important;
  border-color: #7787a5 !important;
}
.btn-black-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fffff5;
  color: #fffff5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffff9e !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #ffff9e !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #f5f500 !important;
  background-color: #fffff5 !important;
  border-color: #fffff5 !important;
}
.text-primary {
  color: #d50000 !important;
}
.text-secondary {
  color: #fdfde1 !important;
}
.text-success {
  color: #d3f59d !important;
}
.text-info {
  color: #e64a19 !important;
}
.text-warning {
  color: #d50000 !important;
}
.text-danger {
  color: #7787a5 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6f0000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #f3f352 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a9ec40 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8a2c0f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6f0000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #48556e !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: #d50000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e64a19;
}
.alert-warning {
  background-color: #d50000;
}
.alert-danger {
  background-color: #7787a5;
}
.btn .mbr-iconfont-btn::before {
  background-color: #000000;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d50000;
  border-color: #d50000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d50000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffa2a2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fadbd1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffa2a2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c4cbd8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #d50000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #d50000;
}
/* 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: #d50000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d50000;
}
.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: #d50000;
  border-bottom-color: #d50000;
}
.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: #d50000 !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: #fdfde1 !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='%23d50000' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uLRae692ae {
  background-color: transparent;
}
.cid-uLRae692ae .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLRae692ae .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLRae692ae .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLRae692ae .navbar {
  border-bottom: 2px solid #150764 !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uLRae692ae .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uLRae692ae .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uLRae692ae .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLRae692ae .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRae692ae .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLRae692ae .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-uLRae692ae .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLRae692ae .navbar.collapsed {
  justify-content: center;
}
.cid-uLRae692ae .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRae692ae .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLRae692ae .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRae692ae .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRae692ae .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRae692ae .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLRae692ae .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLRae692ae .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLRae692ae .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uLRae692ae .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRae692ae .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRae692ae .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLRae692ae .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRae692ae .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLRae692ae .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLRae692ae .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLRae692ae .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLRae692ae .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLRae692ae .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLRae692ae .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRae692ae .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLRae692ae .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLRae692ae .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLRae692ae .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLRae692ae .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLRae692ae .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLRae692ae .menu_box .navbar.opened,
  .cid-uLRae692ae .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLRae692ae .navbar-dropdown {
  position: relative !important;
}
.cid-uLRae692ae .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uLRae692ae .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLRae692ae .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLRae692ae .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uLRae692ae .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uLRae692ae .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uLRae692ae .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uLRae692ae .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uLRae692ae .nav-item {
    margin: 0 !important;
  }
}
.cid-uLRae692ae .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uLRae692ae .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uLRae692ae .nav-item .nav-link:hover,
.cid-uLRae692ae .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uLRae692ae .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLRae692ae .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLRae692ae .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLRae692ae .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLRae692ae .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLRae692ae .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLRae692ae .offcanvas_box {
    display: none;
  }
}
.cid-uLRae692ae .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLRae692ae .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLRae692ae .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLRae692ae .container {
  display: flex;
  margin: auto;
}
.cid-uLRae692ae .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uLRae692ae .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLRae692ae .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uLRae692ae .navbar-nav {
    margin: 0;
  }
}
.cid-uLRae692ae .dropdown-menu,
.cid-uLRae692ae .navbar.opened {
  background-color: false !important;
}
.cid-uLRae692ae .nav-item:focus,
.cid-uLRae692ae .nav-link:focus {
  outline: none;
}
.cid-uLRae692ae .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRae692ae .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRae692ae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRae692ae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRae692ae .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRae692ae .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRae692ae .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLRae692ae .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLRae692ae .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRae692ae .dropdown-item.active,
.cid-uLRae692ae .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRae692ae .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uLRae692ae .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uLRae692ae .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRae692ae .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRae692ae .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLRae692ae ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLRae692ae .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLRae692ae button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f4f2ef;
}
.cid-uLRae692ae button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-uLRae692ae button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLRae692ae button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRae692ae button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRae692ae button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLRae692ae nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRae692ae nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLRae692ae nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLRae692ae nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRae692ae a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLRae692ae .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRae692ae .navbar {
    height: 70px;
  }
  .cid-uLRae692ae .navbar.opened {
    height: auto;
  }
  .cid-uLRae692ae .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRae692ae .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uLRae692ae .navbar-caption:hover {
  color: #d50000;
}
@media (min-width: 992px) {
  .cid-uLRae692ae .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLRae692ae .text_widget {
  margin-bottom: 32px;
}
.cid-uLRae692ae .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLRae692ae .text_widget a:hover,
.cid-uLRae692ae .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uLRae692ae .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uLRae692ae .navbar-caption {
  color: #150764;
}
.cid-uLRae692ae .mbr-section-subtitle,
.cid-uLRae692ae .text_widget,
.cid-uLRae692ae .mbr-section-btn {
  text-align: center;
}
.cid-uLRae692ae a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLRbeOoZeS {
  background-image: url("../../../assets/images/6.jpg-1280x852.jpg");
}
.cid-uLRbeOoZeS .text {
  display: flex;
  align-items: center;
}
.cid-uLRbeOoZeS .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #ffffff;
}
.cid-uLRbeOoZeS .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-uLRbeOoZeS .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-uLRbeOoZeS .btn:hover {
  box-shadow: none;
}
.cid-uLRbeOoZeS .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLRbeOoZeS .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uLRbeOoZeS .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uLRbeOoZeS .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uLRbeOoZeS .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-uLRbeOoZeS .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uLRbeOoZeS .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uLRbeOoZeS .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-uLRbeOoZeS .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-uLRbeOoZeS .row:hover img {
  transform: rotate(0deg);
}
.cid-uLRbeOoZeS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRbeOoZeS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQqh0rgmB {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLQqh0rgmB .card-wrapper {
  background: #ffffff;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uLQqh0rgmB .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLQqh0rgmB .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLQqh0rgmB .mbr-text {
  color: #000000;
}
.cid-uLQqh0rgmB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLQqh0rgmB .mbr-section-title {
  color: #ffffff;
}
.cid-uLRbtNCaVl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRbtNCaVl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRbtNCaVl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRbtNCaVl .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uLRbtNCaVl .content-wrapper {
    padding: 0;
  }
}
.cid-uLRbtNCaVl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLRbtNCaVl .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLRbtNCaVl .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uLRbtNCaVl .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLRbtNCaVl .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uLRbtNCaVl .mbr-section-title {
  color: #050f0f;
}
.cid-uLQqhe4cGQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uLQqhe4cGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQqhe4cGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLQqhe4cGQ .container {
    padding: 0 30px;
  }
}
.cid-uLQqhe4cGQ .row {
  justify-content: center;
}
.cid-uLQqhe4cGQ .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uLQqhe4cGQ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLQqhe4cGQ .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLQqhe4cGQ .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLQqhe4cGQ .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uLQqhe4cGQ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLQqhe4cGQ .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uLQqhe4cGQ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLQqhe4cGQ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uLQqhe4cGQ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uLQqhe4cGQ .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLQqhe4cGQ .nav-wrapper .list .item-wrap:hover,
.cid-uLQqhe4cGQ .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLQqhe4cGQ .nav-wrapper .list .item-wrap:hover::before,
.cid-uLQqhe4cGQ .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLQqhe4cGQ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLQqhe4cGQ .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLQqhe4cGQ .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uLQqhe4cGQ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLQqhe4cGQ .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLQqhe4cGQ .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLQqhe4cGQ .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uLQqhe4cGQ .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uLQqhe4cGQ .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLQqhe4cGQ .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uLQqhe4cGQ .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uLQqhe4cGQ .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLQqhe4cGQ .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLQqhe4cGQ .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uLQqhe4cGQ .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLQqhe4cGQ .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLQqhe4cGQ .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uLQqhe4cGQ .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLQqhe4cGQ .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uLQqhe4cGQ .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLQqhe4cGQ .mbr-section-title {
  color: #bee0d6;
}
.cid-uLQqhe4cGQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLQqhe4cGQ .list {
  color: #bee0d6;
}
.cid-uLQqhe4cGQ .mbr-address {
  color: #ffffff;
}
.cid-uLQqhe4cGQ .mbr-copy {
  color: #ffffff;
}
.cid-uLQqhe4cGQ .list,
.cid-uLQqhe4cGQ .item-wrap,
.cid-uLQqhe4cGQ .nav-wrapper {
  color: #ffffff;
}
.cid-uLRae692ae {
  background-color: transparent;
}
.cid-uLRae692ae .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLRae692ae .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLRae692ae .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLRae692ae .navbar {
  border-bottom: 2px solid #150764 !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uLRae692ae .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uLRae692ae .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uLRae692ae .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLRae692ae .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRae692ae .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLRae692ae .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-uLRae692ae .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLRae692ae .navbar.collapsed {
  justify-content: center;
}
.cid-uLRae692ae .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRae692ae .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLRae692ae .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRae692ae .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRae692ae .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRae692ae .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLRae692ae .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLRae692ae .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLRae692ae .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uLRae692ae .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRae692ae .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRae692ae .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLRae692ae .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRae692ae .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLRae692ae .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLRae692ae .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLRae692ae .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLRae692ae .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLRae692ae .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLRae692ae .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRae692ae .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLRae692ae .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLRae692ae .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLRae692ae .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLRae692ae .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLRae692ae .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLRae692ae .menu_box .navbar.opened,
  .cid-uLRae692ae .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLRae692ae .navbar-dropdown {
  position: relative !important;
}
.cid-uLRae692ae .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uLRae692ae .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLRae692ae .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLRae692ae .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uLRae692ae .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uLRae692ae .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uLRae692ae .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uLRae692ae .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uLRae692ae .nav-item {
    margin: 0 !important;
  }
}
.cid-uLRae692ae .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uLRae692ae .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uLRae692ae .nav-item .nav-link:hover,
.cid-uLRae692ae .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uLRae692ae .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLRae692ae .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLRae692ae .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLRae692ae .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLRae692ae .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLRae692ae .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLRae692ae .offcanvas_box {
    display: none;
  }
}
.cid-uLRae692ae .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLRae692ae .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLRae692ae .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLRae692ae .container {
  display: flex;
  margin: auto;
}
.cid-uLRae692ae .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uLRae692ae .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLRae692ae .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uLRae692ae .navbar-nav {
    margin: 0;
  }
}
.cid-uLRae692ae .dropdown-menu,
.cid-uLRae692ae .navbar.opened {
  background-color: false !important;
}
.cid-uLRae692ae .nav-item:focus,
.cid-uLRae692ae .nav-link:focus {
  outline: none;
}
.cid-uLRae692ae .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRae692ae .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRae692ae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRae692ae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRae692ae .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRae692ae .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRae692ae .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLRae692ae .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLRae692ae .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRae692ae .dropdown-item.active,
.cid-uLRae692ae .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRae692ae .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uLRae692ae .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uLRae692ae .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRae692ae .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRae692ae .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLRae692ae ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLRae692ae .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLRae692ae button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f4f2ef;
}
.cid-uLRae692ae button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-uLRae692ae button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLRae692ae button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRae692ae button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRae692ae button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLRae692ae nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRae692ae nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLRae692ae nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLRae692ae nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRae692ae a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLRae692ae .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRae692ae .navbar {
    height: 70px;
  }
  .cid-uLRae692ae .navbar.opened {
    height: auto;
  }
  .cid-uLRae692ae .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRae692ae .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uLRae692ae .navbar-caption:hover {
  color: #d50000;
}
@media (min-width: 992px) {
  .cid-uLRae692ae .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLRae692ae .text_widget {
  margin-bottom: 32px;
}
.cid-uLRae692ae .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLRae692ae .text_widget a:hover,
.cid-uLRae692ae .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uLRae692ae .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uLRae692ae .navbar-caption {
  color: #150764;
}
.cid-uLRae692ae .mbr-section-subtitle,
.cid-uLRae692ae .text_widget,
.cid-uLRae692ae .mbr-section-btn {
  text-align: center;
}
.cid-uLRae692ae a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLRbWpf6km {
  background-image: url("../../../assets/images/188114139-m.jpg-2000x1333.jpg");
}
.cid-uLRbWpf6km .text {
  display: flex;
  align-items: center;
}
.cid-uLRbWpf6km .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #ffffff;
}
.cid-uLRbWpf6km .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-uLRbWpf6km .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-uLRbWpf6km .btn:hover {
  box-shadow: none;
}
.cid-uLRbWpf6km .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLRbWpf6km .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uLRbWpf6km .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uLRbWpf6km .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uLRbWpf6km .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-uLRbWpf6km .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uLRbWpf6km .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uLRbWpf6km .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-uLRbWpf6km .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-uLRbWpf6km .row:hover img {
  transform: rotate(0deg);
}
.cid-uLRbWpf6km .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRbWpf6km .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQqZQbH8A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLQqZQbH8A .card-wrapper {
  background: #ffffff;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uLQqZQbH8A .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLQqZQbH8A .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLQqZQbH8A .mbr-text {
  color: #000000;
}
.cid-uLQqZQbH8A .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLQqZQbH8A .mbr-section-title {
  color: #ffffff;
}
.cid-uLRc3lcxHT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRc3lcxHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRc3lcxHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRc3lcxHT .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uLRc3lcxHT .content-wrapper {
    padding: 0;
  }
}
.cid-uLRc3lcxHT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLRc3lcxHT .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLRc3lcxHT .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uLRc3lcxHT .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLRc3lcxHT .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uLRc3lcxHT .mbr-section-title {
  color: #050f0f;
}
.cid-uLQqZR2cNS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uLQqZR2cNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQqZR2cNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLQqZR2cNS .container {
    padding: 0 30px;
  }
}
.cid-uLQqZR2cNS .row {
  justify-content: center;
}
.cid-uLQqZR2cNS .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uLQqZR2cNS .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLQqZR2cNS .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLQqZR2cNS .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLQqZR2cNS .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uLQqZR2cNS .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLQqZR2cNS .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uLQqZR2cNS .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLQqZR2cNS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uLQqZR2cNS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uLQqZR2cNS .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLQqZR2cNS .nav-wrapper .list .item-wrap:hover,
.cid-uLQqZR2cNS .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLQqZR2cNS .nav-wrapper .list .item-wrap:hover::before,
.cid-uLQqZR2cNS .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLQqZR2cNS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLQqZR2cNS .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLQqZR2cNS .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uLQqZR2cNS .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLQqZR2cNS .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLQqZR2cNS .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLQqZR2cNS .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uLQqZR2cNS .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uLQqZR2cNS .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLQqZR2cNS .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uLQqZR2cNS .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uLQqZR2cNS .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLQqZR2cNS .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLQqZR2cNS .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uLQqZR2cNS .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLQqZR2cNS .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLQqZR2cNS .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uLQqZR2cNS .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLQqZR2cNS .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uLQqZR2cNS .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLQqZR2cNS .mbr-section-title {
  color: #bee0d6;
}
.cid-uLQqZR2cNS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLQqZR2cNS .list {
  color: #bee0d6;
}
.cid-uLQqZR2cNS .mbr-address {
  color: #ffffff;
}
.cid-uLQqZR2cNS .mbr-copy {
  color: #ffffff;
}
.cid-uLQqZR2cNS .list,
.cid-uLQqZR2cNS .item-wrap,
.cid-uLQqZR2cNS .nav-wrapper {
  color: #ffffff;
}
.cid-uLRg8ZAcNd {
  background-color: transparent;
}
.cid-uLRg8ZAcNd .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLRg8ZAcNd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLRg8ZAcNd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLRg8ZAcNd .navbar {
  border-bottom: 2px solid #150764 !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uLRg8ZAcNd .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uLRg8ZAcNd .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uLRg8ZAcNd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLRg8ZAcNd .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRg8ZAcNd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLRg8ZAcNd .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-uLRg8ZAcNd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLRg8ZAcNd .navbar.collapsed {
  justify-content: center;
}
.cid-uLRg8ZAcNd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRg8ZAcNd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLRg8ZAcNd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRg8ZAcNd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRg8ZAcNd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRg8ZAcNd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLRg8ZAcNd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLRg8ZAcNd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLRg8ZAcNd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uLRg8ZAcNd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRg8ZAcNd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRg8ZAcNd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLRg8ZAcNd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRg8ZAcNd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLRg8ZAcNd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLRg8ZAcNd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLRg8ZAcNd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLRg8ZAcNd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLRg8ZAcNd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLRg8ZAcNd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRg8ZAcNd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLRg8ZAcNd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLRg8ZAcNd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLRg8ZAcNd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLRg8ZAcNd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLRg8ZAcNd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLRg8ZAcNd .menu_box .navbar.opened,
  .cid-uLRg8ZAcNd .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLRg8ZAcNd .navbar-dropdown {
  position: relative !important;
}
.cid-uLRg8ZAcNd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uLRg8ZAcNd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLRg8ZAcNd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLRg8ZAcNd .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uLRg8ZAcNd .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uLRg8ZAcNd .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uLRg8ZAcNd .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uLRg8ZAcNd .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uLRg8ZAcNd .nav-item {
    margin: 0 !important;
  }
}
.cid-uLRg8ZAcNd .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uLRg8ZAcNd .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uLRg8ZAcNd .nav-item .nav-link:hover,
.cid-uLRg8ZAcNd .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uLRg8ZAcNd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLRg8ZAcNd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLRg8ZAcNd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLRg8ZAcNd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLRg8ZAcNd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLRg8ZAcNd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLRg8ZAcNd .offcanvas_box {
    display: none;
  }
}
.cid-uLRg8ZAcNd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLRg8ZAcNd .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLRg8ZAcNd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLRg8ZAcNd .container {
  display: flex;
  margin: auto;
}
.cid-uLRg8ZAcNd .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uLRg8ZAcNd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLRg8ZAcNd .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uLRg8ZAcNd .navbar-nav {
    margin: 0;
  }
}
.cid-uLRg8ZAcNd .dropdown-menu,
.cid-uLRg8ZAcNd .navbar.opened {
  background-color: false !important;
}
.cid-uLRg8ZAcNd .nav-item:focus,
.cid-uLRg8ZAcNd .nav-link:focus {
  outline: none;
}
.cid-uLRg8ZAcNd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRg8ZAcNd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRg8ZAcNd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRg8ZAcNd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRg8ZAcNd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRg8ZAcNd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRg8ZAcNd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLRg8ZAcNd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLRg8ZAcNd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRg8ZAcNd .dropdown-item.active,
.cid-uLRg8ZAcNd .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRg8ZAcNd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uLRg8ZAcNd .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uLRg8ZAcNd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRg8ZAcNd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRg8ZAcNd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLRg8ZAcNd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLRg8ZAcNd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLRg8ZAcNd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f4f2ef;
}
.cid-uLRg8ZAcNd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-uLRg8ZAcNd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLRg8ZAcNd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRg8ZAcNd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRg8ZAcNd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLRg8ZAcNd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRg8ZAcNd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLRg8ZAcNd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLRg8ZAcNd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRg8ZAcNd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLRg8ZAcNd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRg8ZAcNd .navbar {
    height: 70px;
  }
  .cid-uLRg8ZAcNd .navbar.opened {
    height: auto;
  }
  .cid-uLRg8ZAcNd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRg8ZAcNd .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uLRg8ZAcNd .navbar-caption:hover {
  color: #d50000;
}
@media (min-width: 992px) {
  .cid-uLRg8ZAcNd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLRg8ZAcNd .text_widget {
  margin-bottom: 32px;
}
.cid-uLRg8ZAcNd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLRg8ZAcNd .text_widget a:hover,
.cid-uLRg8ZAcNd .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uLRg8ZAcNd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uLRg8ZAcNd .navbar-caption {
  color: #150764;
}
.cid-uLRg8ZAcNd .mbr-section-subtitle,
.cid-uLRg8ZAcNd .text_widget,
.cid-uLRg8ZAcNd .mbr-section-btn {
  text-align: center;
}
.cid-uLRg8ZAcNd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLRg8Y1ESe {
  background-image: url("../../../assets/images/17.jpg-1000x667.jpg");
}
.cid-uLRg8Y1ESe .text {
  display: flex;
  align-items: center;
}
.cid-uLRg8Y1ESe .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #ffffff;
}
.cid-uLRg8Y1ESe .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-uLRg8Y1ESe .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-uLRg8Y1ESe .btn:hover {
  box-shadow: none;
}
.cid-uLRg8Y1ESe .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLRg8Y1ESe .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uLRg8Y1ESe .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uLRg8Y1ESe .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uLRg8Y1ESe .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-uLRg8Y1ESe .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uLRg8Y1ESe .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uLRg8Y1ESe .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-uLRg8Y1ESe .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-uLRg8Y1ESe .row:hover img {
  transform: rotate(0deg);
}
.cid-uLRg8Y1ESe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRg8Y1ESe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRg91htOa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRg91htOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRg91htOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLRg91htOa .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLRg91htOa .container {
    padding: 0 12px;
  }
}
.cid-uLRg91htOa .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLRg91htOa .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #000000;
}
.cid-uLRg91htOa .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uLRg91htOa .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uLRg91htOa .mbr-section-title {
  color: #222222;
}
.cid-uLRg92EKkE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLRg92EKkE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRg92EKkE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRg92EKkE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uLRg92EKkE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLRg92EKkE .container {
    padding: 0 30px;
  }
}
.cid-uLRg92EKkE .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLRg92EKkE .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uLRg92EKkE .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .cid-uLRg92EKkE .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uLRg92EKkE .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 20%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uLRg92EKkE .card-wrapper .mbr-number {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.cid-uLRg92EKkE .card-wrapper .content-wrap {
  width: 80%;
}
.cid-uLRg92EKkE .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLRg92EKkE .card-wrapper .content-wrap .mbr-card-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLRg92EKkE .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uLRg92EKkE .mbr-section-title {
  color: #ffffff;
}
.cid-uLRg92EKkE .mbr-card-title {
  color: #2b2b2b;
}
.cid-uLRg92EKkE .mbr-text {
  color: #000000;
}
.cid-uLRg92EKkE .mbr-number {
  color: #FE5115;
}
.cid-uLRg93ZFhp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRg93ZFhp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRg93ZFhp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRg93ZFhp .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uLRg93ZFhp .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 54px;
  border: 3px dashed #000000;
}
@media (max-width: 992px) {
  .cid-uLRg93ZFhp .card-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uLRg93ZFhp .card-wrapper {
    padding: 22px;
  }
}
.cid-uLRg93ZFhp .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uLRg93ZFhp .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uLRg93ZFhp .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uLRg93ZFhp .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uLRg93ZFhp .card-wrapper .content-wrapper .mbr-desc {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uLRg93ZFhp .card-wrapper .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uLRg93ZFhp .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uLRg93ZFhp .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uLRg93ZFhp .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLRg93ZFhp .card-wrapper .image-wrapper {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
@media (max-width: 1440px) {
  .cid-uLRg93ZFhp .card-wrapper .image-wrapper {
    gap: 42px;
  }
}
@media (max-width: 992px) {
  .cid-uLRg93ZFhp .card-wrapper .image-wrapper {
    width: 100%;
    gap: 22px;
    grid-template-columns: 1fr;
  }
}
.cid-uLRg93ZFhp .card-wrapper .image-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLRg93ZFhp .card-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uLRg93ZFhp .mbr-label {
  color: #c10b02;
}
.cid-uLRg93ZFhp .mbr-section-title {
  color: #c10b02;
}
.cid-uLRg93ZFhp .mbr-desc {
  color: #4b4949;
}
.cid-uLRg93ZFhp .mbr-text {
  color: #4b4949;
}
.cid-uLRg93ZFhp .mbr-text,
.cid-uLRg93ZFhp .text-wrapper {
  color: #000000;
}
.cid-uLRg93ZFhp .mbr-section-title,
.cid-uLRg93ZFhp .mbr-section-btn {
  color: #000000;
}
.cid-uLRg95qOxE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRg95qOxE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRg95qOxE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRg95qOxE .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLRg95qOxE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLRg95qOxE .title .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uLRg95qOxE .title .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uLRg95qOxE .title .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uLRg95qOxE .title .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uLRg95qOxE .items-wrap {
  justify-content: center;
  margin: 0 -10px;
  row-gap: 25px;
}
.cid-uLRg95qOxE .items-wrap .card {
  padding: 0 10px;
}
.cid-uLRg95qOxE .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uLRg95qOxE .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uLRg95qOxE .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uLRg95qOxE .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uLRg95qOxE .card .item-wrapper {
  background-color: #000000;
  transition: all 0.3s ease;
}
.cid-uLRg95qOxE .card .item-wrapper .card-box {
  padding: 3rem 1.5rem;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-uLRg95qOxE .card .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uLRg95qOxE .card .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uLRg95qOxE .card .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uLRg95qOxE .card .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.66;
}
.cid-uLRg95qOxE .card .item-wrapper .card-box .icon-wrap {
  font-size: 3rem;
  color: #fdfde1;
}
.cid-uLRg95qOxE .card .item-wrapper:hover {
  box-shadow: 5px 5px 0 0 #ffffff;
  transform: translateY(-1.15rem);
}
.cid-uLRg95qOxE .mbr-section-title {
  color: #000000;
}
.cid-uLRg95qOxE .item-title {
  color: #fdfde1;
}
.cid-uLRg95qOxE .item-number {
  color: #ffffff;
}
.cid-uLRg95qOxE .item-text {
  color: #fdfde1;
}
.cid-uLRg97jseS {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRg97jseS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRg97jseS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLRg97jseS .container {
    padding: 0 30px;
  }
}
.cid-uLRg97jseS .row {
  justify-content: center;
}
.cid-uLRg97jseS .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #000000;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLRg97jseS .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uLRg97jseS .title-wrapper {
    margin: 0;
  }
}
.cid-uLRg97jseS .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uLRg97jseS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLRg97jseS .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uLRg97jseS .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uLRg97jseS .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uLRg97jseS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLRg97jseS .mbr-text {
  color: #000000;
}
.cid-uLRg97jseS .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uLRg98NkIH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRg98NkIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRg98NkIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRg98NkIH .content-wrapper {
  padding: 10px;
  border-top: 10px solid #000000;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-uLRg98NkIH .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uLRg98NkIH .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uLRg98NkIH .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLRg98NkIH .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLRg98NkIH .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLRg98NkIH .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uLRg98NkIH .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uLRg98NkIH .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLRg98NkIH .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uLRg98NkIH .mbr-section-title {
  color: #000c3f;
}
.cid-uLRg98NkIH .mbr-text {
  color: #000c3f;
}
.cid-uLRg98NkIH .mbr-text,
.cid-uLRg98NkIH .text-wrapper {
  color: #000000;
}
.cid-uLRg98NkIH .mbr-section-title,
.cid-uLRg98NkIH .mbr-section-btn {
  color: #000000;
}
.cid-uLRg9azVWo {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRg9azVWo .card-wrapper {
  background: #000000;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uLRg9azVWo .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLRg9azVWo .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLRg9azVWo .mbr-text {
  color: #ffffff;
}
.cid-uLRg9azVWo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLRg9azVWo .mbr-section-title {
  color: #ffffff;
}
.cid-uLRg9c8mit {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLRg9c8mit .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRg9c8mit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRg9c8mit .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uLRg9c8mit .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uLRg9c8mit .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLRg9c8mit .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uLRg9c8mit .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uLRg9c8mit .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uLRg9c8mit .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uLRg9c8mit .card-box .item-footer {
  margin-left: 0;
}
.cid-uLRg9c8mit .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uLRg9c8mit .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uLRg9c8mit .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-uLRg9c8mit .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uLRg9c8mit .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uLRg9c8mit .item-wrapper:hover {
  background-color: #ffffff;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-uLRg9c8mit .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uLRg9c8mit .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uLRg9c8mit .icon-title {
  color: #bff747;
}
.cid-uLRg9c8mit .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLRg9c8mit .mbr-section-subtitle {
  color: #000000;
}
.cid-uLRg9c8mit .content-head {
  max-width: 856px;
}
.cid-uLRg9c8mit .card-title,
.cid-uLRg9c8mit .iconfont-wrapper {
  color: #000000;
}
.cid-uLRg9c8mit .card-text,
.cid-uLRg9c8mit .item .mbr-section-btn {
  color: #000000;
}
.cid-uLRg9e86zT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLRg9e86zT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRg9e86zT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLRg9e86zT .container {
    padding: 0 30px;
  }
}
.cid-uLRg9e86zT .row {
  justify-content: center;
}
.cid-uLRg9e86zT .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #f1f4e9;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLRg9e86zT .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uLRg9e86zT .title-wrapper {
    margin: 0;
  }
}
.cid-uLRg9e86zT .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uLRg9e86zT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLRg9e86zT .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uLRg9e86zT .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uLRg9e86zT .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uLRg9e86zT .mbr-section-title {
  color: #f1f4e9;
  text-align: center;
}
.cid-uLRg9e86zT .mbr-text {
  color: #f1f4e9;
}
.cid-uLRg9e86zT .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uLRg9fKHqb {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRg9fKHqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRg9fKHqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRg9fKHqb .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uLRg9fKHqb .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uLRg9fKHqb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uLRg9fKHqb .container {
    padding: 0 16px;
  }
}
.cid-uLRg9fKHqb .row {
  justify-content: space-between;
}
.cid-uLRg9fKHqb .title-wrapper {
  position: sticky;
}
.cid-uLRg9fKHqb .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLRg9fKHqb .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uLRg9fKHqb .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #000000, #000000 34%, #000000 67%, #ffffff) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLRg9fKHqb .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uLRg9fKHqb .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #ffffff;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uLRg9fKHqb .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uLRg9fKHqb .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uLRg9fKHqb .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLRg9fKHqb .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uLRg9fKHqb .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uLRg9fKHqb .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #000000, #000000 34%, #000000 67%, #ffffff);
  border-radius: 50%;
}
.cid-uLRg9fKHqb .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uLRg9fKHqb .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uLRg9fKHqb .mbr-section-title {
  color: #000000;
}
.cid-uLRg9fKHqb .panel-title-edit {
  color: #080808;
}
.cid-uLRg9fKHqb .panel-text {
  color: #333333;
}
.cid-uLRg9i3492 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRg9i3492 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRg9i3492 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLRg9i3492 .container {
    padding: 0 30px;
  }
}
.cid-uLRg9i3492 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLRg9i3492 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLRg9i3492 .mbr-section-title {
  color: #000000;
}
.cid-uLRg9i3492 .mbr-text {
  color: #000000;
}
.cid-uLRg9jxOqm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRg9jxOqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRg9jxOqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLRg9jxOqm .container {
    padding: 0 20px;
  }
}
.cid-uLRg9jxOqm .row {
  margin: 0;
}
.cid-uLRg9jxOqm .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLRg9jxOqm .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLRg9jxOqm .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uLRg9jxOqm .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uLRg9jxOqm .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uLRg9jxOqm .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uLRg9jxOqm .mbr-section-title {
  color: #000000;
}
.cid-uLRg9ldLCB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffff5;
}
.cid-uLRg9ldLCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRg9ldLCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRg9ldLCB .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uLRg9ldLCB .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uLRg9ldLCB .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLRg9ldLCB .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uLRg9ldLCB .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uLRg9ldLCB .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uLRg9ldLCB .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uLRg9ldLCB .card-box .item-footer {
  margin-left: 0;
}
.cid-uLRg9ldLCB .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uLRg9ldLCB .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uLRg9ldLCB .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-uLRg9ldLCB .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uLRg9ldLCB .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uLRg9ldLCB .item-wrapper:hover {
  background-color: #ffffff;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-uLRg9ldLCB .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uLRg9ldLCB .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uLRg9ldLCB .icon-title {
  color: #bff747;
}
.cid-uLRg9ldLCB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLRg9ldLCB .mbr-section-subtitle {
  color: #000000;
}
.cid-uLRg9ldLCB .content-head {
  max-width: 856px;
}
.cid-uLRg9ldLCB .card-title,
.cid-uLRg9ldLCB .iconfont-wrapper {
  color: #000000;
}
.cid-uLRg9ldLCB .card-text,
.cid-uLRg9ldLCB .item .mbr-section-btn {
  color: #000000;
}
.cid-uLRg9n0smQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRg9n0smQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRg9n0smQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRg9n0smQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLRg9n0smQ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLRg9n0smQ .container {
    padding: 0 12px;
  }
}
.cid-uLRg9n0smQ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLRg9n0smQ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLRg9n0smQ .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLRg9n0smQ .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uLRg9n0smQ .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLRg9n0smQ .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uLRg9n0smQ .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uLRg9n0smQ .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uLRg9n0smQ .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uLRg9n0smQ .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uLRg9n0smQ .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uLRg9n0smQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLRg9n0smQ .mbr-section-subtitle {
  color: #222222;
}
.cid-uLRg9n0smQ .mbr-text {
  color: #000000;
}
.cid-uLRg9n0smQ .list {
  color: #222222;
}
.cid-uLRiitYLfz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRiitYLfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRiitYLfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRiitYLfz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLRiitYLfz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLRiitYLfz .container {
    padding: 0 16px;
  }
}
.cid-uLRiitYLfz .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uLRiitYLfz .row {
    margin: 0 10px;
  }
}
.cid-uLRiitYLfz .row .item {
  padding: 0;
}
.cid-uLRiitYLfz .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLRiitYLfz .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLRiitYLfz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLRiitYLfz .panel-group {
  border: 1px solid #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uLRiitYLfz .panel-group .card {
  border-top: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uLRiitYLfz .panel-group .card:first-child {
  border-top: none;
}
.cid-uLRiitYLfz .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uLRiitYLfz .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uLRiitYLfz .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLRiitYLfz .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-uLRiitYLfz .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #666666;
}
.cid-uLRiitYLfz .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #000000;
  background-color: #ffffff;
}
.cid-uLRiitYLfz .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uLRiitYLfz .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLRiitYLfz .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #000000;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uLRiitYLfz .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uLRiitYLfz .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uLRiitYLfz .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uLRiitYLfz .image-wrapper {
  height: 100%;
}
.cid-uLRiitYLfz .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLRiitYLfz .image-wrapper img {
    height: 350px;
  }
}
.cid-uLRiitYLfz .mbr-section-title {
  color: #000000;
}
.cid-uLRiitYLfz .panel-title-edit {
  color: #000000;
}
.cid-uLRiitYLfz .panel-text {
  color: #000000;
}
.cid-uLRg9oJAoi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRg9oJAoi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRg9oJAoi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRg9oJAoi .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uLRg9oJAoi .content-wrapper {
    padding: 0;
  }
}
.cid-uLRg9oJAoi .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLRg9oJAoi .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLRg9oJAoi .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uLRg9oJAoi .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLRg9oJAoi .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uLRg9oJAoi .mbr-section-title {
  color: #050f0f;
}
.cid-uLRg9saSy7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uLRg9saSy7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRg9saSy7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLRg9saSy7 .container {
    padding: 0 30px;
  }
}
.cid-uLRg9saSy7 .row {
  justify-content: center;
}
.cid-uLRg9saSy7 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uLRg9saSy7 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLRg9saSy7 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLRg9saSy7 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLRg9saSy7 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uLRg9saSy7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLRg9saSy7 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uLRg9saSy7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLRg9saSy7 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uLRg9saSy7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uLRg9saSy7 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLRg9saSy7 .nav-wrapper .list .item-wrap:hover,
.cid-uLRg9saSy7 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLRg9saSy7 .nav-wrapper .list .item-wrap:hover::before,
.cid-uLRg9saSy7 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLRg9saSy7 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLRg9saSy7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLRg9saSy7 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uLRg9saSy7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLRg9saSy7 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLRg9saSy7 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLRg9saSy7 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uLRg9saSy7 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uLRg9saSy7 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLRg9saSy7 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uLRg9saSy7 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uLRg9saSy7 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLRg9saSy7 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLRg9saSy7 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uLRg9saSy7 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLRg9saSy7 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLRg9saSy7 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uLRg9saSy7 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLRg9saSy7 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uLRg9saSy7 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLRg9saSy7 .mbr-section-title {
  color: #bee0d6;
}
.cid-uLRg9saSy7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLRg9saSy7 .list {
  color: #bee0d6;
}
.cid-uLRg9saSy7 .mbr-address {
  color: #ffffff;
}
.cid-uLRg9saSy7 .mbr-copy {
  color: #ffffff;
}
.cid-uLRg9saSy7 .list,
.cid-uLRg9saSy7 .item-wrap,
.cid-uLRg9saSy7 .nav-wrapper {
  color: #ffffff;
}
.cid-uLRjgHWTCl {
  background-color: transparent;
}
.cid-uLRjgHWTCl .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLRjgHWTCl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLRjgHWTCl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLRjgHWTCl .navbar {
  border-bottom: 2px solid #150764 !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uLRjgHWTCl .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uLRjgHWTCl .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uLRjgHWTCl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLRjgHWTCl .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRjgHWTCl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLRjgHWTCl .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-uLRjgHWTCl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLRjgHWTCl .navbar.collapsed {
  justify-content: center;
}
.cid-uLRjgHWTCl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRjgHWTCl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLRjgHWTCl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRjgHWTCl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRjgHWTCl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRjgHWTCl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLRjgHWTCl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLRjgHWTCl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLRjgHWTCl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uLRjgHWTCl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRjgHWTCl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRjgHWTCl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLRjgHWTCl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRjgHWTCl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLRjgHWTCl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLRjgHWTCl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLRjgHWTCl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLRjgHWTCl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLRjgHWTCl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLRjgHWTCl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRjgHWTCl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLRjgHWTCl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLRjgHWTCl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLRjgHWTCl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLRjgHWTCl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLRjgHWTCl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLRjgHWTCl .menu_box .navbar.opened,
  .cid-uLRjgHWTCl .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLRjgHWTCl .navbar-dropdown {
  position: relative !important;
}
.cid-uLRjgHWTCl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uLRjgHWTCl .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLRjgHWTCl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLRjgHWTCl .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uLRjgHWTCl .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uLRjgHWTCl .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uLRjgHWTCl .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uLRjgHWTCl .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uLRjgHWTCl .nav-item {
    margin: 0 !important;
  }
}
.cid-uLRjgHWTCl .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uLRjgHWTCl .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uLRjgHWTCl .nav-item .nav-link:hover,
.cid-uLRjgHWTCl .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uLRjgHWTCl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLRjgHWTCl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLRjgHWTCl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLRjgHWTCl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLRjgHWTCl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLRjgHWTCl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLRjgHWTCl .offcanvas_box {
    display: none;
  }
}
.cid-uLRjgHWTCl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLRjgHWTCl .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLRjgHWTCl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLRjgHWTCl .container {
  display: flex;
  margin: auto;
}
.cid-uLRjgHWTCl .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uLRjgHWTCl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLRjgHWTCl .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uLRjgHWTCl .navbar-nav {
    margin: 0;
  }
}
.cid-uLRjgHWTCl .dropdown-menu,
.cid-uLRjgHWTCl .navbar.opened {
  background-color: false !important;
}
.cid-uLRjgHWTCl .nav-item:focus,
.cid-uLRjgHWTCl .nav-link:focus {
  outline: none;
}
.cid-uLRjgHWTCl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRjgHWTCl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRjgHWTCl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRjgHWTCl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRjgHWTCl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRjgHWTCl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRjgHWTCl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLRjgHWTCl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLRjgHWTCl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRjgHWTCl .dropdown-item.active,
.cid-uLRjgHWTCl .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRjgHWTCl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uLRjgHWTCl .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uLRjgHWTCl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRjgHWTCl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRjgHWTCl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLRjgHWTCl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLRjgHWTCl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLRjgHWTCl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f4f2ef;
}
.cid-uLRjgHWTCl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-uLRjgHWTCl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLRjgHWTCl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRjgHWTCl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRjgHWTCl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLRjgHWTCl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRjgHWTCl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLRjgHWTCl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLRjgHWTCl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRjgHWTCl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLRjgHWTCl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRjgHWTCl .navbar {
    height: 70px;
  }
  .cid-uLRjgHWTCl .navbar.opened {
    height: auto;
  }
  .cid-uLRjgHWTCl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRjgHWTCl .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uLRjgHWTCl .navbar-caption:hover {
  color: #d50000;
}
@media (min-width: 992px) {
  .cid-uLRjgHWTCl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLRjgHWTCl .text_widget {
  margin-bottom: 32px;
}
.cid-uLRjgHWTCl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLRjgHWTCl .text_widget a:hover,
.cid-uLRjgHWTCl .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uLRjgHWTCl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uLRjgHWTCl .navbar-caption {
  color: #150764;
}
.cid-uLRjgHWTCl .mbr-section-subtitle,
.cid-uLRjgHWTCl .text_widget,
.cid-uLRjgHWTCl .mbr-section-btn {
  text-align: center;
}
.cid-uLRjgHWTCl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLRjgCiCin {
  background-image: url("../../../assets/images/aluminium-door-repair.jpg-2000x2000.jpg");
}
.cid-uLRjgCiCin .text {
  display: flex;
  align-items: center;
}
.cid-uLRjgCiCin .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #ffffff;
}
.cid-uLRjgCiCin .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-uLRjgCiCin .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-uLRjgCiCin .btn:hover {
  box-shadow: none;
}
.cid-uLRjgCiCin .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLRjgCiCin .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uLRjgCiCin .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uLRjgCiCin .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uLRjgCiCin .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-uLRjgCiCin .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uLRjgCiCin .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uLRjgCiCin .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-uLRjgCiCin .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-uLRjgCiCin .row:hover img {
  transform: rotate(0deg);
}
.cid-uLRjgCiCin .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRjgCiCin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRjgK9ie3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRjgK9ie3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRjgK9ie3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLRjgK9ie3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLRjgK9ie3 .container {
    padding: 0 12px;
  }
}
.cid-uLRjgK9ie3 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLRjgK9ie3 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #000000;
}
.cid-uLRjgK9ie3 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uLRjgK9ie3 .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uLRjgK9ie3 .mbr-section-title {
  color: #222222;
}
.cid-uLRjgM7BBd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLRjgM7BBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRjgM7BBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRjgM7BBd .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uLRjgM7BBd .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLRjgM7BBd .container {
    padding: 0 30px;
  }
}
.cid-uLRjgM7BBd .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLRjgM7BBd .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uLRjgM7BBd .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .cid-uLRjgM7BBd .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uLRjgM7BBd .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 20%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uLRjgM7BBd .card-wrapper .mbr-number {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.cid-uLRjgM7BBd .card-wrapper .content-wrap {
  width: 80%;
}
.cid-uLRjgM7BBd .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLRjgM7BBd .card-wrapper .content-wrap .mbr-card-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLRjgM7BBd .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uLRjgM7BBd .mbr-section-title {
  color: #ffffff;
}
.cid-uLRjgM7BBd .mbr-card-title {
  color: #2b2b2b;
}
.cid-uLRjgM7BBd .mbr-text {
  color: #000000;
}
.cid-uLRjgM7BBd .mbr-number {
  color: #FE5115;
}
.cid-uLRjgNZK4j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRjgNZK4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRjgNZK4j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRjgNZK4j .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uLRjgNZK4j .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 54px;
  border: 3px dashed #000000;
}
@media (max-width: 992px) {
  .cid-uLRjgNZK4j .card-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uLRjgNZK4j .card-wrapper {
    padding: 22px;
  }
}
.cid-uLRjgNZK4j .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uLRjgNZK4j .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uLRjgNZK4j .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uLRjgNZK4j .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uLRjgNZK4j .card-wrapper .content-wrapper .mbr-desc {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uLRjgNZK4j .card-wrapper .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uLRjgNZK4j .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uLRjgNZK4j .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uLRjgNZK4j .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLRjgNZK4j .card-wrapper .image-wrapper {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
@media (max-width: 1440px) {
  .cid-uLRjgNZK4j .card-wrapper .image-wrapper {
    gap: 42px;
  }
}
@media (max-width: 992px) {
  .cid-uLRjgNZK4j .card-wrapper .image-wrapper {
    width: 100%;
    gap: 22px;
    grid-template-columns: 1fr;
  }
}
.cid-uLRjgNZK4j .card-wrapper .image-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLRjgNZK4j .card-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uLRjgNZK4j .mbr-label {
  color: #c10b02;
}
.cid-uLRjgNZK4j .mbr-section-title {
  color: #c10b02;
}
.cid-uLRjgNZK4j .mbr-desc {
  color: #4b4949;
}
.cid-uLRjgNZK4j .mbr-text {
  color: #4b4949;
}
.cid-uLRjgNZK4j .mbr-text,
.cid-uLRjgNZK4j .text-wrapper {
  color: #000000;
}
.cid-uLRjgNZK4j .mbr-section-title,
.cid-uLRjgNZK4j .mbr-section-btn {
  color: #000000;
}
.cid-uLRjgQ1WeB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRjgQ1WeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRjgQ1WeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRjgQ1WeB .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLRjgQ1WeB .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLRjgQ1WeB .title .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uLRjgQ1WeB .title .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uLRjgQ1WeB .title .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uLRjgQ1WeB .title .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uLRjgQ1WeB .items-wrap {
  justify-content: center;
  margin: 0 -10px;
  row-gap: 25px;
}
.cid-uLRjgQ1WeB .items-wrap .card {
  padding: 0 10px;
}
.cid-uLRjgQ1WeB .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uLRjgQ1WeB .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uLRjgQ1WeB .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uLRjgQ1WeB .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uLRjgQ1WeB .card .item-wrapper {
  background-color: #000000;
  transition: all 0.3s ease;
}
.cid-uLRjgQ1WeB .card .item-wrapper .card-box {
  padding: 3rem 1.5rem;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-uLRjgQ1WeB .card .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uLRjgQ1WeB .card .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uLRjgQ1WeB .card .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uLRjgQ1WeB .card .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.66;
}
.cid-uLRjgQ1WeB .card .item-wrapper .card-box .icon-wrap {
  font-size: 3rem;
  color: #fdfde1;
}
.cid-uLRjgQ1WeB .card .item-wrapper:hover {
  box-shadow: 5px 5px 0 0 #ffffff;
  transform: translateY(-1.15rem);
}
.cid-uLRjgQ1WeB .mbr-section-title {
  color: #000000;
}
.cid-uLRjgQ1WeB .item-title {
  color: #fdfde1;
}
.cid-uLRjgQ1WeB .item-number {
  color: #ffffff;
}
.cid-uLRjgQ1WeB .item-text {
  color: #fdfde1;
}
.cid-uLRjgSfgQR {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRjgSfgQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRjgSfgQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLRjgSfgQR .container {
    padding: 0 30px;
  }
}
.cid-uLRjgSfgQR .row {
  justify-content: center;
}
.cid-uLRjgSfgQR .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #000000;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLRjgSfgQR .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uLRjgSfgQR .title-wrapper {
    margin: 0;
  }
}
.cid-uLRjgSfgQR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uLRjgSfgQR .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLRjgSfgQR .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uLRjgSfgQR .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uLRjgSfgQR .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uLRjgSfgQR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLRjgSfgQR .mbr-text {
  color: #000000;
}
.cid-uLRjgSfgQR .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uLRjgUjYNQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRjgUjYNQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRjgUjYNQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRjgUjYNQ .content-wrapper {
  padding: 10px;
  border-top: 10px solid #000000;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-uLRjgUjYNQ .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uLRjgUjYNQ .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uLRjgUjYNQ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLRjgUjYNQ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLRjgUjYNQ .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLRjgUjYNQ .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uLRjgUjYNQ .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uLRjgUjYNQ .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLRjgUjYNQ .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uLRjgUjYNQ .mbr-section-title {
  color: #000c3f;
}
.cid-uLRjgUjYNQ .mbr-text {
  color: #000c3f;
}
.cid-uLRjgUjYNQ .mbr-text,
.cid-uLRjgUjYNQ .text-wrapper {
  color: #000000;
}
.cid-uLRjgUjYNQ .mbr-section-title,
.cid-uLRjgUjYNQ .mbr-section-btn {
  color: #000000;
}
.cid-uLRjgWq8sX {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRjgWq8sX .card-wrapper {
  background: #000000;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uLRjgWq8sX .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLRjgWq8sX .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLRjgWq8sX .mbr-text {
  color: #ffffff;
}
.cid-uLRjgWq8sX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLRjgWq8sX .mbr-section-title {
  color: #ffffff;
}
.cid-uLRjgYvzs1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLRjgYvzs1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRjgYvzs1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRjgYvzs1 .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uLRjgYvzs1 .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uLRjgYvzs1 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLRjgYvzs1 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uLRjgYvzs1 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uLRjgYvzs1 .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uLRjgYvzs1 .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uLRjgYvzs1 .card-box .item-footer {
  margin-left: 0;
}
.cid-uLRjgYvzs1 .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uLRjgYvzs1 .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uLRjgYvzs1 .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-uLRjgYvzs1 .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uLRjgYvzs1 .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uLRjgYvzs1 .item-wrapper:hover {
  background-color: #ffffff;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-uLRjgYvzs1 .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uLRjgYvzs1 .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uLRjgYvzs1 .icon-title {
  color: #bff747;
}
.cid-uLRjgYvzs1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLRjgYvzs1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uLRjgYvzs1 .content-head {
  max-width: 856px;
}
.cid-uLRjgYvzs1 .card-title,
.cid-uLRjgYvzs1 .iconfont-wrapper {
  color: #000000;
}
.cid-uLRjgYvzs1 .card-text,
.cid-uLRjgYvzs1 .item .mbr-section-btn {
  color: #000000;
}
.cid-uLRjh0Gj9o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLRjh0Gj9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRjh0Gj9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLRjh0Gj9o .container {
    padding: 0 30px;
  }
}
.cid-uLRjh0Gj9o .row {
  justify-content: center;
}
.cid-uLRjh0Gj9o .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #f1f4e9;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLRjh0Gj9o .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uLRjh0Gj9o .title-wrapper {
    margin: 0;
  }
}
.cid-uLRjh0Gj9o .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uLRjh0Gj9o .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLRjh0Gj9o .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uLRjh0Gj9o .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uLRjh0Gj9o .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uLRjh0Gj9o .mbr-section-title {
  color: #f1f4e9;
  text-align: center;
}
.cid-uLRjh0Gj9o .mbr-text {
  color: #f1f4e9;
}
.cid-uLRjh0Gj9o .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uLRjh2ISzM {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRjh2ISzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRjh2ISzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRjh2ISzM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uLRjh2ISzM .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uLRjh2ISzM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uLRjh2ISzM .container {
    padding: 0 16px;
  }
}
.cid-uLRjh2ISzM .row {
  justify-content: space-between;
}
.cid-uLRjh2ISzM .title-wrapper {
  position: sticky;
}
.cid-uLRjh2ISzM .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLRjh2ISzM .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uLRjh2ISzM .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #000000, #000000 34%, #000000 67%, #ffffff) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLRjh2ISzM .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uLRjh2ISzM .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #ffffff;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uLRjh2ISzM .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uLRjh2ISzM .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uLRjh2ISzM .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLRjh2ISzM .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uLRjh2ISzM .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uLRjh2ISzM .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #000000, #000000 34%, #000000 67%, #ffffff);
  border-radius: 50%;
}
.cid-uLRjh2ISzM .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uLRjh2ISzM .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uLRjh2ISzM .mbr-section-title {
  color: #000000;
}
.cid-uLRjh2ISzM .panel-title-edit {
  color: #080808;
}
.cid-uLRjh2ISzM .panel-text {
  color: #333333;
}
.cid-uLRjh57jgS {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRjh57jgS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRjh57jgS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLRjh57jgS .container {
    padding: 0 30px;
  }
}
.cid-uLRjh57jgS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLRjh57jgS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLRjh57jgS .mbr-section-title {
  color: #000000;
}
.cid-uLRjh57jgS .mbr-text {
  color: #000000;
}
.cid-uLRjh7bAzN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRjh7bAzN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRjh7bAzN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLRjh7bAzN .container {
    padding: 0 20px;
  }
}
.cid-uLRjh7bAzN .row {
  margin: 0;
}
.cid-uLRjh7bAzN .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLRjh7bAzN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLRjh7bAzN .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uLRjh7bAzN .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uLRjh7bAzN .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uLRjh7bAzN .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uLRjh7bAzN .mbr-section-title {
  color: #000000;
}
.cid-uLRjh9d9ud {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffff5;
}
.cid-uLRjh9d9ud .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRjh9d9ud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRjh9d9ud .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uLRjh9d9ud .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uLRjh9d9ud .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLRjh9d9ud .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uLRjh9d9ud .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uLRjh9d9ud .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uLRjh9d9ud .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uLRjh9d9ud .card-box .item-footer {
  margin-left: 0;
}
.cid-uLRjh9d9ud .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uLRjh9d9ud .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uLRjh9d9ud .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-uLRjh9d9ud .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uLRjh9d9ud .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uLRjh9d9ud .item-wrapper:hover {
  background-color: #ffffff;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-uLRjh9d9ud .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uLRjh9d9ud .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uLRjh9d9ud .icon-title {
  color: #bff747;
}
.cid-uLRjh9d9ud .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLRjh9d9ud .mbr-section-subtitle {
  color: #000000;
}
.cid-uLRjh9d9ud .content-head {
  max-width: 856px;
}
.cid-uLRjh9d9ud .card-title,
.cid-uLRjh9d9ud .iconfont-wrapper {
  color: #000000;
}
.cid-uLRjh9d9ud .card-text,
.cid-uLRjh9d9ud .item .mbr-section-btn {
  color: #000000;
}
.cid-uLRjhbBZVP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRjhbBZVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRjhbBZVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRjhbBZVP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLRjhbBZVP .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLRjhbBZVP .container {
    padding: 0 12px;
  }
}
.cid-uLRjhbBZVP .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLRjhbBZVP .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLRjhbBZVP .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLRjhbBZVP .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uLRjhbBZVP .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLRjhbBZVP .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uLRjhbBZVP .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uLRjhbBZVP .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uLRjhbBZVP .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uLRjhbBZVP .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uLRjhbBZVP .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uLRjhbBZVP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLRjhbBZVP .mbr-section-subtitle {
  color: #222222;
}
.cid-uLRjhbBZVP .mbr-text {
  color: #000000;
}
.cid-uLRjhbBZVP .list {
  color: #222222;
}
.cid-uLRjhdO3AV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRjhdO3AV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRjhdO3AV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRjhdO3AV .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLRjhdO3AV .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLRjhdO3AV .container {
    padding: 0 16px;
  }
}
.cid-uLRjhdO3AV .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uLRjhdO3AV .row {
    margin: 0 10px;
  }
}
.cid-uLRjhdO3AV .row .item {
  padding: 0;
}
.cid-uLRjhdO3AV .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLRjhdO3AV .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLRjhdO3AV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLRjhdO3AV .panel-group {
  border: 1px solid #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uLRjhdO3AV .panel-group .card {
  border-top: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uLRjhdO3AV .panel-group .card:first-child {
  border-top: none;
}
.cid-uLRjhdO3AV .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uLRjhdO3AV .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uLRjhdO3AV .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLRjhdO3AV .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-uLRjhdO3AV .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #666666;
}
.cid-uLRjhdO3AV .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #000000;
  background-color: #ffffff;
}
.cid-uLRjhdO3AV .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uLRjhdO3AV .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLRjhdO3AV .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #000000;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uLRjhdO3AV .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uLRjhdO3AV .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uLRjhdO3AV .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uLRjhdO3AV .image-wrapper {
  height: 100%;
}
.cid-uLRjhdO3AV .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLRjhdO3AV .image-wrapper img {
    height: 350px;
  }
}
.cid-uLRjhdO3AV .mbr-section-title {
  color: #000000;
}
.cid-uLRjhdO3AV .panel-title-edit {
  color: #000000;
}
.cid-uLRjhdO3AV .panel-text {
  color: #000000;
}
.cid-uLRjhfWEHv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRjhfWEHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRjhfWEHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRjhfWEHv .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uLRjhfWEHv .content-wrapper {
    padding: 0;
  }
}
.cid-uLRjhfWEHv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLRjhfWEHv .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLRjhfWEHv .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uLRjhfWEHv .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLRjhfWEHv .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uLRjhfWEHv .mbr-section-title {
  color: #050f0f;
}
.cid-uLRjhigFKk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uLRjhigFKk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRjhigFKk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLRjhigFKk .container {
    padding: 0 30px;
  }
}
.cid-uLRjhigFKk .row {
  justify-content: center;
}
.cid-uLRjhigFKk .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uLRjhigFKk .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLRjhigFKk .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLRjhigFKk .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLRjhigFKk .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uLRjhigFKk .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLRjhigFKk .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uLRjhigFKk .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLRjhigFKk .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uLRjhigFKk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uLRjhigFKk .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLRjhigFKk .nav-wrapper .list .item-wrap:hover,
.cid-uLRjhigFKk .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLRjhigFKk .nav-wrapper .list .item-wrap:hover::before,
.cid-uLRjhigFKk .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLRjhigFKk .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLRjhigFKk .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLRjhigFKk .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uLRjhigFKk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLRjhigFKk .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLRjhigFKk .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLRjhigFKk .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uLRjhigFKk .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uLRjhigFKk .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLRjhigFKk .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uLRjhigFKk .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uLRjhigFKk .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLRjhigFKk .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLRjhigFKk .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uLRjhigFKk .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLRjhigFKk .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLRjhigFKk .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uLRjhigFKk .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLRjhigFKk .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uLRjhigFKk .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLRjhigFKk .mbr-section-title {
  color: #bee0d6;
}
.cid-uLRjhigFKk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLRjhigFKk .list {
  color: #bee0d6;
}
.cid-uLRjhigFKk .mbr-address {
  color: #ffffff;
}
.cid-uLRjhigFKk .mbr-copy {
  color: #ffffff;
}
.cid-uLRjhigFKk .list,
.cid-uLRjhigFKk .item-wrap,
.cid-uLRjhigFKk .nav-wrapper {
  color: #ffffff;
}
.cid-uLU2asENsh {
  background-color: transparent;
}
.cid-uLU2asENsh .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLU2asENsh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLU2asENsh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLU2asENsh .navbar {
  border-bottom: 2px solid #150764 !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uLU2asENsh .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uLU2asENsh .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uLU2asENsh .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLU2asENsh .navbar.opened {
  transition: all 0.3s;
}
.cid-uLU2asENsh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLU2asENsh .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-uLU2asENsh .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLU2asENsh .navbar.collapsed {
  justify-content: center;
}
.cid-uLU2asENsh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLU2asENsh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLU2asENsh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLU2asENsh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLU2asENsh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLU2asENsh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLU2asENsh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLU2asENsh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLU2asENsh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uLU2asENsh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLU2asENsh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLU2asENsh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLU2asENsh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLU2asENsh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLU2asENsh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLU2asENsh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLU2asENsh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLU2asENsh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLU2asENsh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLU2asENsh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLU2asENsh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLU2asENsh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLU2asENsh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLU2asENsh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLU2asENsh .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLU2asENsh .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLU2asENsh .menu_box .navbar.opened,
  .cid-uLU2asENsh .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLU2asENsh .navbar-dropdown {
  position: relative !important;
}
.cid-uLU2asENsh .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uLU2asENsh .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLU2asENsh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLU2asENsh .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uLU2asENsh .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uLU2asENsh .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uLU2asENsh .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uLU2asENsh .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uLU2asENsh .nav-item {
    margin: 0 !important;
  }
}
.cid-uLU2asENsh .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uLU2asENsh .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uLU2asENsh .nav-item .nav-link:hover,
.cid-uLU2asENsh .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uLU2asENsh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLU2asENsh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLU2asENsh .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLU2asENsh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLU2asENsh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLU2asENsh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLU2asENsh .offcanvas_box {
    display: none;
  }
}
.cid-uLU2asENsh .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLU2asENsh .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLU2asENsh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLU2asENsh .container {
  display: flex;
  margin: auto;
}
.cid-uLU2asENsh .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uLU2asENsh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLU2asENsh .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uLU2asENsh .navbar-nav {
    margin: 0;
  }
}
.cid-uLU2asENsh .dropdown-menu,
.cid-uLU2asENsh .navbar.opened {
  background-color: false !important;
}
.cid-uLU2asENsh .nav-item:focus,
.cid-uLU2asENsh .nav-link:focus {
  outline: none;
}
.cid-uLU2asENsh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLU2asENsh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLU2asENsh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLU2asENsh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLU2asENsh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLU2asENsh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLU2asENsh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLU2asENsh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLU2asENsh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLU2asENsh .dropdown-item.active,
.cid-uLU2asENsh .dropdown-item:active {
  background-color: transparent;
}
.cid-uLU2asENsh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uLU2asENsh .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uLU2asENsh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLU2asENsh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLU2asENsh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLU2asENsh ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLU2asENsh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLU2asENsh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f4f2ef;
}
.cid-uLU2asENsh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-uLU2asENsh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLU2asENsh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLU2asENsh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLU2asENsh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLU2asENsh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLU2asENsh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLU2asENsh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLU2asENsh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLU2asENsh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLU2asENsh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLU2asENsh .navbar {
    height: 70px;
  }
  .cid-uLU2asENsh .navbar.opened {
    height: auto;
  }
  .cid-uLU2asENsh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLU2asENsh .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uLU2asENsh .navbar-caption:hover {
  color: #d50000;
}
@media (min-width: 992px) {
  .cid-uLU2asENsh .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLU2asENsh .text_widget {
  margin-bottom: 32px;
}
.cid-uLU2asENsh .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLU2asENsh .text_widget a:hover,
.cid-uLU2asENsh .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uLU2asENsh .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uLU2asENsh .navbar-caption {
  color: #150764;
}
.cid-uLU2asENsh .mbr-section-subtitle,
.cid-uLU2asENsh .text_widget,
.cid-uLU2asENsh .mbr-section-btn {
  text-align: center;
}
.cid-uLU2asENsh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLU2atElSU {
  background-image: url("../../../assets/images/bimage6-6db8dd40-b4ca-4470-954c-fa1a8c7ba6ad.jpg-2000x1125.jpg");
}
.cid-uLU2atElSU .text {
  display: flex;
  align-items: center;
}
.cid-uLU2atElSU .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #ffffff;
}
.cid-uLU2atElSU .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-uLU2atElSU .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-uLU2atElSU .btn:hover {
  box-shadow: none;
}
.cid-uLU2atElSU .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLU2atElSU .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uLU2atElSU .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uLU2atElSU .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uLU2atElSU .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-uLU2atElSU .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uLU2atElSU .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uLU2atElSU .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-uLU2atElSU .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-uLU2atElSU .row:hover img {
  transform: rotate(0deg);
}
.cid-uLU2atElSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLU2atElSU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLU2auGOmh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLU2auGOmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLU2auGOmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLU2auGOmh .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLU2auGOmh .container {
    padding: 0 12px;
  }
}
.cid-uLU2auGOmh .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLU2auGOmh .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #000000;
}
.cid-uLU2auGOmh .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uLU2auGOmh .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uLU2auGOmh .mbr-section-title {
  color: #222222;
}
.cid-uLU2avrc8r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLU2avrc8r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLU2avrc8r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLU2avrc8r .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uLU2avrc8r .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLU2avrc8r .container {
    padding: 0 30px;
  }
}
.cid-uLU2avrc8r .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLU2avrc8r .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uLU2avrc8r .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .cid-uLU2avrc8r .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uLU2avrc8r .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 20%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uLU2avrc8r .card-wrapper .mbr-number {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.cid-uLU2avrc8r .card-wrapper .content-wrap {
  width: 80%;
}
.cid-uLU2avrc8r .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLU2avrc8r .card-wrapper .content-wrap .mbr-card-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLU2avrc8r .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uLU2avrc8r .mbr-section-title {
  color: #ffffff;
}
.cid-uLU2avrc8r .mbr-card-title {
  color: #2b2b2b;
}
.cid-uLU2avrc8r .mbr-text {
  color: #000000;
}
.cid-uLU2avrc8r .mbr-number {
  color: #FE5115;
}
.cid-uLU2awbm6V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLU2awbm6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLU2awbm6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLU2awbm6V .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uLU2awbm6V .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 54px;
  border: 3px dashed #000000;
}
@media (max-width: 992px) {
  .cid-uLU2awbm6V .card-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uLU2awbm6V .card-wrapper {
    padding: 22px;
  }
}
.cid-uLU2awbm6V .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uLU2awbm6V .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uLU2awbm6V .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uLU2awbm6V .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uLU2awbm6V .card-wrapper .content-wrapper .mbr-desc {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uLU2awbm6V .card-wrapper .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uLU2awbm6V .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uLU2awbm6V .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uLU2awbm6V .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLU2awbm6V .card-wrapper .image-wrapper {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
@media (max-width: 1440px) {
  .cid-uLU2awbm6V .card-wrapper .image-wrapper {
    gap: 42px;
  }
}
@media (max-width: 992px) {
  .cid-uLU2awbm6V .card-wrapper .image-wrapper {
    width: 100%;
    gap: 22px;
    grid-template-columns: 1fr;
  }
}
.cid-uLU2awbm6V .card-wrapper .image-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLU2awbm6V .card-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uLU2awbm6V .mbr-label {
  color: #c10b02;
}
.cid-uLU2awbm6V .mbr-section-title {
  color: #c10b02;
}
.cid-uLU2awbm6V .mbr-desc {
  color: #4b4949;
}
.cid-uLU2awbm6V .mbr-text {
  color: #4b4949;
}
.cid-uLU2awbm6V .mbr-text,
.cid-uLU2awbm6V .text-wrapper {
  color: #000000;
}
.cid-uLU2awbm6V .mbr-section-title,
.cid-uLU2awbm6V .mbr-section-btn {
  color: #000000;
}
.cid-uLU2awVi01 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLU2awVi01 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLU2awVi01 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLU2awVi01 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLU2awVi01 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLU2awVi01 .title .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uLU2awVi01 .title .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uLU2awVi01 .title .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uLU2awVi01 .title .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uLU2awVi01 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
  row-gap: 25px;
}
.cid-uLU2awVi01 .items-wrap .card {
  padding: 0 10px;
}
.cid-uLU2awVi01 .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uLU2awVi01 .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uLU2awVi01 .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uLU2awVi01 .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uLU2awVi01 .card .item-wrapper {
  background-color: #000000;
  transition: all 0.3s ease;
}
.cid-uLU2awVi01 .card .item-wrapper .card-box {
  padding: 3rem 1.5rem;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-uLU2awVi01 .card .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uLU2awVi01 .card .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uLU2awVi01 .card .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uLU2awVi01 .card .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.66;
}
.cid-uLU2awVi01 .card .item-wrapper .card-box .icon-wrap {
  font-size: 3rem;
  color: #fdfde1;
}
.cid-uLU2awVi01 .card .item-wrapper:hover {
  box-shadow: 5px 5px 0 0 #ffffff;
  transform: translateY(-1.15rem);
}
.cid-uLU2awVi01 .mbr-section-title {
  color: #000000;
}
.cid-uLU2awVi01 .item-title {
  color: #fdfde1;
}
.cid-uLU2awVi01 .item-number {
  color: #ffffff;
}
.cid-uLU2awVi01 .item-text {
  color: #fdfde1;
}
.cid-uLU2axQwQY {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLU2axQwQY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLU2axQwQY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLU2axQwQY .container {
    padding: 0 30px;
  }
}
.cid-uLU2axQwQY .row {
  justify-content: center;
}
.cid-uLU2axQwQY .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #000000;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLU2axQwQY .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uLU2axQwQY .title-wrapper {
    margin: 0;
  }
}
.cid-uLU2axQwQY .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uLU2axQwQY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLU2axQwQY .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uLU2axQwQY .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uLU2axQwQY .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uLU2axQwQY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLU2axQwQY .mbr-text {
  color: #000000;
}
.cid-uLU2axQwQY .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uLU2ayG8QH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLU2ayG8QH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLU2ayG8QH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLU2ayG8QH .content-wrapper {
  padding: 10px;
  border-top: 10px solid #000000;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-uLU2ayG8QH .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uLU2ayG8QH .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uLU2ayG8QH .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLU2ayG8QH .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLU2ayG8QH .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLU2ayG8QH .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uLU2ayG8QH .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uLU2ayG8QH .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLU2ayG8QH .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uLU2ayG8QH .mbr-section-title {
  color: #000c3f;
}
.cid-uLU2ayG8QH .mbr-text {
  color: #000c3f;
}
.cid-uLU2ayG8QH .mbr-text,
.cid-uLU2ayG8QH .text-wrapper {
  color: #000000;
}
.cid-uLU2ayG8QH .mbr-section-title,
.cid-uLU2ayG8QH .mbr-section-btn {
  color: #000000;
}
.cid-uLU2azyhyi {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLU2azyhyi .card-wrapper {
  background: #000000;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uLU2azyhyi .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLU2azyhyi .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLU2azyhyi .mbr-text {
  color: #ffffff;
}
.cid-uLU2azyhyi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLU2azyhyi .mbr-section-title {
  color: #ffffff;
}
.cid-uLU2aAg2A8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLU2aAg2A8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLU2aAg2A8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLU2aAg2A8 .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uLU2aAg2A8 .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uLU2aAg2A8 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLU2aAg2A8 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uLU2aAg2A8 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uLU2aAg2A8 .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uLU2aAg2A8 .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uLU2aAg2A8 .card-box .item-footer {
  margin-left: 0;
}
.cid-uLU2aAg2A8 .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uLU2aAg2A8 .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uLU2aAg2A8 .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-uLU2aAg2A8 .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uLU2aAg2A8 .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uLU2aAg2A8 .item-wrapper:hover {
  background-color: #ffffff;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-uLU2aAg2A8 .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uLU2aAg2A8 .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uLU2aAg2A8 .icon-title {
  color: #bff747;
}
.cid-uLU2aAg2A8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLU2aAg2A8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uLU2aAg2A8 .content-head {
  max-width: 856px;
}
.cid-uLU2aAg2A8 .card-title,
.cid-uLU2aAg2A8 .iconfont-wrapper {
  color: #000000;
}
.cid-uLU2aAg2A8 .card-text,
.cid-uLU2aAg2A8 .item .mbr-section-btn {
  color: #000000;
}
.cid-uLU2aBd1rZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLU2aBd1rZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLU2aBd1rZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLU2aBd1rZ .container {
    padding: 0 30px;
  }
}
.cid-uLU2aBd1rZ .row {
  justify-content: center;
}
.cid-uLU2aBd1rZ .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #f1f4e9;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLU2aBd1rZ .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uLU2aBd1rZ .title-wrapper {
    margin: 0;
  }
}
.cid-uLU2aBd1rZ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uLU2aBd1rZ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLU2aBd1rZ .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uLU2aBd1rZ .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uLU2aBd1rZ .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uLU2aBd1rZ .mbr-section-title {
  color: #f1f4e9;
  text-align: center;
}
.cid-uLU2aBd1rZ .mbr-text {
  color: #f1f4e9;
}
.cid-uLU2aBd1rZ .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uLU2aC0BvH {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLU2aC0BvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLU2aC0BvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLU2aC0BvH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uLU2aC0BvH .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uLU2aC0BvH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uLU2aC0BvH .container {
    padding: 0 16px;
  }
}
.cid-uLU2aC0BvH .row {
  justify-content: space-between;
}
.cid-uLU2aC0BvH .title-wrapper {
  position: sticky;
}
.cid-uLU2aC0BvH .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLU2aC0BvH .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uLU2aC0BvH .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #000000, #000000 34%, #000000 67%, #ffffff) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLU2aC0BvH .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uLU2aC0BvH .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #ffffff;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uLU2aC0BvH .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uLU2aC0BvH .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uLU2aC0BvH .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLU2aC0BvH .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uLU2aC0BvH .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uLU2aC0BvH .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #000000, #000000 34%, #000000 67%, #ffffff);
  border-radius: 50%;
}
.cid-uLU2aC0BvH .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uLU2aC0BvH .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uLU2aC0BvH .mbr-section-title {
  color: #000000;
}
.cid-uLU2aC0BvH .panel-title-edit {
  color: #080808;
}
.cid-uLU2aC0BvH .panel-text {
  color: #333333;
}
.cid-uLU2aD5I3H {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLU2aD5I3H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLU2aD5I3H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLU2aD5I3H .container {
    padding: 0 30px;
  }
}
.cid-uLU2aD5I3H .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLU2aD5I3H .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLU2aD5I3H .mbr-section-title {
  color: #000000;
}
.cid-uLU2aD5I3H .mbr-text {
  color: #000000;
}
.cid-uLU2aDT1RM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLU2aDT1RM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLU2aDT1RM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLU2aDT1RM .container {
    padding: 0 20px;
  }
}
.cid-uLU2aDT1RM .row {
  margin: 0;
}
.cid-uLU2aDT1RM .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLU2aDT1RM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLU2aDT1RM .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uLU2aDT1RM .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uLU2aDT1RM .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uLU2aDT1RM .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uLU2aDT1RM .mbr-section-title {
  color: #000000;
}
.cid-uLU2aEOfp1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffff5;
}
.cid-uLU2aEOfp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLU2aEOfp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLU2aEOfp1 .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uLU2aEOfp1 .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uLU2aEOfp1 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLU2aEOfp1 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uLU2aEOfp1 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uLU2aEOfp1 .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uLU2aEOfp1 .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uLU2aEOfp1 .card-box .item-footer {
  margin-left: 0;
}
.cid-uLU2aEOfp1 .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uLU2aEOfp1 .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uLU2aEOfp1 .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-uLU2aEOfp1 .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uLU2aEOfp1 .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uLU2aEOfp1 .item-wrapper:hover {
  background-color: #ffffff;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-uLU2aEOfp1 .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uLU2aEOfp1 .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uLU2aEOfp1 .icon-title {
  color: #bff747;
}
.cid-uLU2aEOfp1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLU2aEOfp1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uLU2aEOfp1 .content-head {
  max-width: 856px;
}
.cid-uLU2aEOfp1 .card-title,
.cid-uLU2aEOfp1 .iconfont-wrapper {
  color: #000000;
}
.cid-uLU2aEOfp1 .card-text,
.cid-uLU2aEOfp1 .item .mbr-section-btn {
  color: #000000;
}
.cid-uLU2aFL4e0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLU2aFL4e0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLU2aFL4e0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLU2aFL4e0 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLU2aFL4e0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLU2aFL4e0 .container {
    padding: 0 12px;
  }
}
.cid-uLU2aFL4e0 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLU2aFL4e0 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLU2aFL4e0 .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLU2aFL4e0 .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uLU2aFL4e0 .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLU2aFL4e0 .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uLU2aFL4e0 .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uLU2aFL4e0 .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uLU2aFL4e0 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uLU2aFL4e0 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uLU2aFL4e0 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uLU2aFL4e0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLU2aFL4e0 .mbr-section-subtitle {
  color: #222222;
}
.cid-uLU2aFL4e0 .mbr-text {
  color: #000000;
}
.cid-uLU2aFL4e0 .list {
  color: #222222;
}
.cid-uLU2aGBo9L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLU2aGBo9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLU2aGBo9L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLU2aGBo9L .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLU2aGBo9L .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLU2aGBo9L .container {
    padding: 0 16px;
  }
}
.cid-uLU2aGBo9L .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uLU2aGBo9L .row {
    margin: 0 10px;
  }
}
.cid-uLU2aGBo9L .row .item {
  padding: 0;
}
.cid-uLU2aGBo9L .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLU2aGBo9L .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLU2aGBo9L .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLU2aGBo9L .panel-group {
  border: 1px solid #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uLU2aGBo9L .panel-group .card {
  border-top: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uLU2aGBo9L .panel-group .card:first-child {
  border-top: none;
}
.cid-uLU2aGBo9L .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uLU2aGBo9L .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uLU2aGBo9L .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLU2aGBo9L .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-uLU2aGBo9L .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #666666;
}
.cid-uLU2aGBo9L .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #000000;
  background-color: #ffffff;
}
.cid-uLU2aGBo9L .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uLU2aGBo9L .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLU2aGBo9L .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #000000;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uLU2aGBo9L .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uLU2aGBo9L .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uLU2aGBo9L .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uLU2aGBo9L .image-wrapper {
  height: 100%;
}
.cid-uLU2aGBo9L .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLU2aGBo9L .image-wrapper img {
    height: 350px;
  }
}
.cid-uLU2aGBo9L .mbr-section-title {
  color: #000000;
}
.cid-uLU2aGBo9L .panel-title-edit {
  color: #000000;
}
.cid-uLU2aGBo9L .panel-text {
  color: #000000;
}
.cid-uLU2aHtmf3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLU2aHtmf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLU2aHtmf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLU2aHtmf3 .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uLU2aHtmf3 .content-wrapper {
    padding: 0;
  }
}
.cid-uLU2aHtmf3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLU2aHtmf3 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLU2aHtmf3 .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uLU2aHtmf3 .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLU2aHtmf3 .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uLU2aHtmf3 .mbr-section-title {
  color: #050f0f;
}
.cid-uLU2aIpeau {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uLU2aIpeau .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLU2aIpeau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLU2aIpeau .container {
    padding: 0 30px;
  }
}
.cid-uLU2aIpeau .row {
  justify-content: center;
}
.cid-uLU2aIpeau .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uLU2aIpeau .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLU2aIpeau .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLU2aIpeau .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLU2aIpeau .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uLU2aIpeau .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLU2aIpeau .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uLU2aIpeau .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLU2aIpeau .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uLU2aIpeau .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uLU2aIpeau .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLU2aIpeau .nav-wrapper .list .item-wrap:hover,
.cid-uLU2aIpeau .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLU2aIpeau .nav-wrapper .list .item-wrap:hover::before,
.cid-uLU2aIpeau .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLU2aIpeau .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLU2aIpeau .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLU2aIpeau .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uLU2aIpeau .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLU2aIpeau .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLU2aIpeau .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLU2aIpeau .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uLU2aIpeau .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uLU2aIpeau .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLU2aIpeau .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uLU2aIpeau .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uLU2aIpeau .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLU2aIpeau .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLU2aIpeau .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uLU2aIpeau .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLU2aIpeau .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLU2aIpeau .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uLU2aIpeau .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLU2aIpeau .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uLU2aIpeau .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLU2aIpeau .mbr-section-title {
  color: #bee0d6;
}
.cid-uLU2aIpeau .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLU2aIpeau .list {
  color: #bee0d6;
}
.cid-uLU2aIpeau .mbr-address {
  color: #ffffff;
}
.cid-uLU2aIpeau .mbr-copy {
  color: #ffffff;
}
.cid-uLU2aIpeau .list,
.cid-uLU2aIpeau .item-wrap,
.cid-uLU2aIpeau .nav-wrapper {
  color: #ffffff;
}
.cid-uLRae692ae {
  background-color: transparent;
}
.cid-uLRae692ae .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLRae692ae .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLRae692ae .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLRae692ae .navbar {
  border-bottom: 2px solid #150764 !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uLRae692ae .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uLRae692ae .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uLRae692ae .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLRae692ae .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRae692ae .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLRae692ae .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-uLRae692ae .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLRae692ae .navbar.collapsed {
  justify-content: center;
}
.cid-uLRae692ae .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRae692ae .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLRae692ae .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRae692ae .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRae692ae .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRae692ae .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLRae692ae .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLRae692ae .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLRae692ae .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uLRae692ae .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRae692ae .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRae692ae .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLRae692ae .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRae692ae .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLRae692ae .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLRae692ae .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLRae692ae .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLRae692ae .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLRae692ae .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLRae692ae .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRae692ae .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLRae692ae .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLRae692ae .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLRae692ae .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLRae692ae .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLRae692ae .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLRae692ae .menu_box .navbar.opened,
  .cid-uLRae692ae .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLRae692ae .navbar-dropdown {
  position: relative !important;
}
.cid-uLRae692ae .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uLRae692ae .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLRae692ae .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLRae692ae .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uLRae692ae .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uLRae692ae .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uLRae692ae .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uLRae692ae .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uLRae692ae .nav-item {
    margin: 0 !important;
  }
}
.cid-uLRae692ae .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uLRae692ae .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uLRae692ae .nav-item .nav-link:hover,
.cid-uLRae692ae .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uLRae692ae .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLRae692ae .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLRae692ae .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLRae692ae .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLRae692ae .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLRae692ae .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLRae692ae .offcanvas_box {
    display: none;
  }
}
.cid-uLRae692ae .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLRae692ae .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLRae692ae .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLRae692ae .container {
  display: flex;
  margin: auto;
}
.cid-uLRae692ae .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uLRae692ae .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLRae692ae .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uLRae692ae .navbar-nav {
    margin: 0;
  }
}
.cid-uLRae692ae .dropdown-menu,
.cid-uLRae692ae .navbar.opened {
  background-color: false !important;
}
.cid-uLRae692ae .nav-item:focus,
.cid-uLRae692ae .nav-link:focus {
  outline: none;
}
.cid-uLRae692ae .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRae692ae .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRae692ae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRae692ae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRae692ae .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRae692ae .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRae692ae .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLRae692ae .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLRae692ae .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRae692ae .dropdown-item.active,
.cid-uLRae692ae .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRae692ae .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uLRae692ae .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uLRae692ae .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRae692ae .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRae692ae .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLRae692ae ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLRae692ae .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLRae692ae button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f4f2ef;
}
.cid-uLRae692ae button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-uLRae692ae button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLRae692ae button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRae692ae button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLRae692ae button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLRae692ae nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRae692ae nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLRae692ae nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLRae692ae nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLRae692ae a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLRae692ae .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRae692ae .navbar {
    height: 70px;
  }
  .cid-uLRae692ae .navbar.opened {
    height: auto;
  }
  .cid-uLRae692ae .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRae692ae .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uLRae692ae .navbar-caption:hover {
  color: #d50000;
}
@media (min-width: 992px) {
  .cid-uLRae692ae .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLRae692ae .text_widget {
  margin-bottom: 32px;
}
.cid-uLRae692ae .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLRae692ae .text_widget a:hover,
.cid-uLRae692ae .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uLRae692ae .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uLRae692ae .navbar-caption {
  color: #150764;
}
.cid-uLRae692ae .mbr-section-subtitle,
.cid-uLRae692ae .text_widget,
.cid-uLRae692ae .mbr-section-btn {
  text-align: center;
}
.cid-uLRae692ae a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLR62UbNIF {
  background-image: url("../../../assets/images/18.jpg-540x360.jpg");
}
.cid-uLR62UbNIF .text {
  display: flex;
  align-items: center;
}
.cid-uLR62UbNIF .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #ffffff;
}
.cid-uLR62UbNIF .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-uLR62UbNIF .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-uLR62UbNIF .btn:hover {
  box-shadow: none;
}
.cid-uLR62UbNIF .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLR62UbNIF .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uLR62UbNIF .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uLR62UbNIF .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uLR62UbNIF .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-uLR62UbNIF .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uLR62UbNIF .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uLR62UbNIF .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-uLR62UbNIF .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-uLR62UbNIF .row:hover img {
  transform: rotate(0deg);
}
.cid-uLR62UbNIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLR62UbNIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLR6oNl6XI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLR6oNl6XI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLR6oNl6XI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLR6oNl6XI .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLR6oNl6XI .container {
    padding: 0 12px;
  }
}
.cid-uLR6oNl6XI .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLR6oNl6XI .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #000000;
}
.cid-uLR6oNl6XI .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uLR6oNl6XI .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uLR6oNl6XI .mbr-section-title {
  color: #222222;
}
.cid-uLR6D9J8eJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLR6D9J8eJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLR6D9J8eJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLR6D9J8eJ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uLR6D9J8eJ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLR6D9J8eJ .container {
    padding: 0 30px;
  }
}
.cid-uLR6D9J8eJ .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLR6D9J8eJ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uLR6D9J8eJ .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .cid-uLR6D9J8eJ .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uLR6D9J8eJ .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 20%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uLR6D9J8eJ .card-wrapper .mbr-number {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.cid-uLR6D9J8eJ .card-wrapper .content-wrap {
  width: 80%;
}
.cid-uLR6D9J8eJ .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLR6D9J8eJ .card-wrapper .content-wrap .mbr-card-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLR6D9J8eJ .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uLR6D9J8eJ .mbr-section-title {
  color: #ffffff;
}
.cid-uLR6D9J8eJ .mbr-card-title {
  color: #2b2b2b;
}
.cid-uLR6D9J8eJ .mbr-text {
  color: #000000;
}
.cid-uLR6D9J8eJ .mbr-number {
  color: #FE5115;
}
.cid-uLR7IwPHC7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLR7IwPHC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLR7IwPHC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLR7IwPHC7 .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uLR7IwPHC7 .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 54px;
  border: 3px dashed #000000;
}
@media (max-width: 992px) {
  .cid-uLR7IwPHC7 .card-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uLR7IwPHC7 .card-wrapper {
    padding: 22px;
  }
}
.cid-uLR7IwPHC7 .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uLR7IwPHC7 .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uLR7IwPHC7 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uLR7IwPHC7 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uLR7IwPHC7 .card-wrapper .content-wrapper .mbr-desc {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uLR7IwPHC7 .card-wrapper .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uLR7IwPHC7 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uLR7IwPHC7 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uLR7IwPHC7 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLR7IwPHC7 .card-wrapper .image-wrapper {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
@media (max-width: 1440px) {
  .cid-uLR7IwPHC7 .card-wrapper .image-wrapper {
    gap: 42px;
  }
}
@media (max-width: 992px) {
  .cid-uLR7IwPHC7 .card-wrapper .image-wrapper {
    width: 100%;
    gap: 22px;
    grid-template-columns: 1fr;
  }
}
.cid-uLR7IwPHC7 .card-wrapper .image-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLR7IwPHC7 .card-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uLR7IwPHC7 .mbr-label {
  color: #c10b02;
}
.cid-uLR7IwPHC7 .mbr-section-title {
  color: #c10b02;
}
.cid-uLR7IwPHC7 .mbr-desc {
  color: #4b4949;
}
.cid-uLR7IwPHC7 .mbr-text {
  color: #4b4949;
}
.cid-uLR7IwPHC7 .mbr-text,
.cid-uLR7IwPHC7 .text-wrapper {
  color: #000000;
}
.cid-uLR7IwPHC7 .mbr-section-title,
.cid-uLR7IwPHC7 .mbr-section-btn {
  color: #000000;
}
.cid-uLR6WFFzwY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLR6WFFzwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLR6WFFzwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLR6WFFzwY .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLR6WFFzwY .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLR6WFFzwY .title .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uLR6WFFzwY .title .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uLR6WFFzwY .title .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uLR6WFFzwY .title .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uLR6WFFzwY .items-wrap {
  justify-content: center;
  margin: 0 -10px;
  row-gap: 25px;
}
.cid-uLR6WFFzwY .items-wrap .card {
  padding: 0 10px;
}
.cid-uLR6WFFzwY .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uLR6WFFzwY .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uLR6WFFzwY .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uLR6WFFzwY .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uLR6WFFzwY .card .item-wrapper {
  background-color: #000000;
  transition: all 0.3s ease;
}
.cid-uLR6WFFzwY .card .item-wrapper .card-box {
  padding: 3rem 1.5rem;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-uLR6WFFzwY .card .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uLR6WFFzwY .card .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uLR6WFFzwY .card .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uLR6WFFzwY .card .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.66;
}
.cid-uLR6WFFzwY .card .item-wrapper .card-box .icon-wrap {
  font-size: 3rem;
  color: #fdfde1;
}
.cid-uLR6WFFzwY .card .item-wrapper:hover {
  box-shadow: 5px 5px 0 0 #ffffff;
  transform: translateY(-1.15rem);
}
.cid-uLR6WFFzwY .mbr-section-title {
  color: #000000;
}
.cid-uLR6WFFzwY .item-title {
  color: #fdfde1;
}
.cid-uLR6WFFzwY .item-number {
  color: #ffffff;
}
.cid-uLR6WFFzwY .item-text {
  color: #fdfde1;
}
.cid-uLR8oOSdaS {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLR8oOSdaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLR8oOSdaS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLR8oOSdaS .container {
    padding: 0 30px;
  }
}
.cid-uLR8oOSdaS .row {
  justify-content: center;
}
.cid-uLR8oOSdaS .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #000000;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLR8oOSdaS .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uLR8oOSdaS .title-wrapper {
    margin: 0;
  }
}
.cid-uLR8oOSdaS .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uLR8oOSdaS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLR8oOSdaS .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uLR8oOSdaS .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uLR8oOSdaS .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uLR8oOSdaS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLR8oOSdaS .mbr-text {
  color: #000000;
}
.cid-uLR8oOSdaS .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uLQVQmmyUk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLQVQmmyUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQVQmmyUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQVQmmyUk .content-wrapper {
  padding: 10px;
  border-top: 10px solid #000000;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-uLQVQmmyUk .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uLQVQmmyUk .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uLQVQmmyUk .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLQVQmmyUk .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLQVQmmyUk .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLQVQmmyUk .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uLQVQmmyUk .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uLQVQmmyUk .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLQVQmmyUk .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uLQVQmmyUk .mbr-section-title {
  color: #000c3f;
}
.cid-uLQVQmmyUk .mbr-text {
  color: #000c3f;
}
.cid-uLQVQmmyUk .mbr-text,
.cid-uLQVQmmyUk .text-wrapper {
  color: #000000;
}
.cid-uLQVQmmyUk .mbr-section-title,
.cid-uLQVQmmyUk .mbr-section-btn {
  color: #000000;
}
.cid-uLQcS0xW0b {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLQcS0xW0b .card-wrapper {
  background: #000000;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uLQcS0xW0b .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLQcS0xW0b .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLQcS0xW0b .mbr-text {
  color: #ffffff;
}
.cid-uLQcS0xW0b .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLQcS0xW0b .mbr-section-title {
  color: #ffffff;
}
.cid-uw6dwsh2vC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uw6dwsh2vC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6dwsh2vC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6dwsh2vC .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uw6dwsh2vC .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uw6dwsh2vC .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uw6dwsh2vC .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uw6dwsh2vC .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uw6dwsh2vC .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uw6dwsh2vC .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uw6dwsh2vC .card-box .item-footer {
  margin-left: 0;
}
.cid-uw6dwsh2vC .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uw6dwsh2vC .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uw6dwsh2vC .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-uw6dwsh2vC .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uw6dwsh2vC .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uw6dwsh2vC .item-wrapper:hover {
  background-color: #ffffff;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-uw6dwsh2vC .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uw6dwsh2vC .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uw6dwsh2vC .icon-title {
  color: #bff747;
}
.cid-uw6dwsh2vC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uw6dwsh2vC .mbr-section-subtitle {
  color: #000000;
}
.cid-uw6dwsh2vC .content-head {
  max-width: 856px;
}
.cid-uw6dwsh2vC .card-title,
.cid-uw6dwsh2vC .iconfont-wrapper {
  color: #000000;
}
.cid-uw6dwsh2vC .card-text,
.cid-uw6dwsh2vC .item .mbr-section-btn {
  color: #000000;
}
.cid-uLR8nhbccv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLR8nhbccv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLR8nhbccv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLR8nhbccv .container {
    padding: 0 30px;
  }
}
.cid-uLR8nhbccv .row {
  justify-content: center;
}
.cid-uLR8nhbccv .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #f1f4e9;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLR8nhbccv .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uLR8nhbccv .title-wrapper {
    margin: 0;
  }
}
.cid-uLR8nhbccv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uLR8nhbccv .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLR8nhbccv .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uLR8nhbccv .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uLR8nhbccv .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uLR8nhbccv .mbr-section-title {
  color: #f1f4e9;
  text-align: center;
}
.cid-uLR8nhbccv .mbr-text {
  color: #f1f4e9;
}
.cid-uLR8nhbccv .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uLQBBvvX0Y {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLQBBvvX0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQBBvvX0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQBBvvX0Y .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uLQBBvvX0Y .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uLQBBvvX0Y .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uLQBBvvX0Y .container {
    padding: 0 16px;
  }
}
.cid-uLQBBvvX0Y .row {
  justify-content: space-between;
}
.cid-uLQBBvvX0Y .title-wrapper {
  position: sticky;
}
.cid-uLQBBvvX0Y .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLQBBvvX0Y .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uLQBBvvX0Y .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #000000, #000000 34%, #000000 67%, #ffffff) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLQBBvvX0Y .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uLQBBvvX0Y .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #ffffff;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uLQBBvvX0Y .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uLQBBvvX0Y .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uLQBBvvX0Y .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLQBBvvX0Y .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uLQBBvvX0Y .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uLQBBvvX0Y .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #000000, #000000 34%, #000000 67%, #ffffff);
  border-radius: 50%;
}
.cid-uLQBBvvX0Y .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uLQBBvvX0Y .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uLQBBvvX0Y .mbr-section-title {
  color: #000000;
}
.cid-uLQBBvvX0Y .panel-title-edit {
  color: #080808;
}
.cid-uLQBBvvX0Y .panel-text {
  color: #333333;
}
.cid-uLR8r3LFsI {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLR8r3LFsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLR8r3LFsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLR8r3LFsI .container {
    padding: 0 30px;
  }
}
.cid-uLR8r3LFsI .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLR8r3LFsI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLR8r3LFsI .mbr-section-title {
  color: #000000;
}
.cid-uLR8r3LFsI .mbr-text {
  color: #000000;
}
.cid-uLQe4ACiRq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLQe4ACiRq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQe4ACiRq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLQe4ACiRq .container {
    padding: 0 20px;
  }
}
.cid-uLQe4ACiRq .row {
  margin: 0;
}
.cid-uLQe4ACiRq .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLQe4ACiRq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLQe4ACiRq .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uLQe4ACiRq .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uLQe4ACiRq .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uLQe4ACiRq .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uLQe4ACiRq .mbr-section-title {
  color: #000000;
}
.cid-uLRcppjpga {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffff5;
}
.cid-uLRcppjpga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRcppjpga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRcppjpga .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uLRcppjpga .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uLRcppjpga .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLRcppjpga .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uLRcppjpga .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uLRcppjpga .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uLRcppjpga .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uLRcppjpga .card-box .item-footer {
  margin-left: 0;
}
.cid-uLRcppjpga .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uLRcppjpga .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uLRcppjpga .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-uLRcppjpga .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uLRcppjpga .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uLRcppjpga .item-wrapper:hover {
  background-color: #ffffff;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-uLRcppjpga .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uLRcppjpga .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uLRcppjpga .icon-title {
  color: #bff747;
}
.cid-uLRcppjpga .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLRcppjpga .mbr-section-subtitle {
  color: #000000;
}
.cid-uLRcppjpga .content-head {
  max-width: 856px;
}
.cid-uLRcppjpga .card-title,
.cid-uLRcppjpga .iconfont-wrapper {
  color: #000000;
}
.cid-uLRcppjpga .card-text,
.cid-uLRcppjpga .item .mbr-section-btn {
  color: #000000;
}
.cid-uLR8skmlTu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLR8skmlTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLR8skmlTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLR8skmlTu .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLR8skmlTu .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLR8skmlTu .container {
    padding: 0 12px;
  }
}
.cid-uLR8skmlTu .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLR8skmlTu .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLR8skmlTu .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLR8skmlTu .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uLR8skmlTu .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLR8skmlTu .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uLR8skmlTu .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uLR8skmlTu .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uLR8skmlTu .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uLR8skmlTu .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uLR8skmlTu .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uLR8skmlTu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLR8skmlTu .mbr-section-subtitle {
  color: #222222;
}
.cid-uLR8skmlTu .mbr-text {
  color: #000000;
}
.cid-uLR8skmlTu .list {
  color: #222222;
}
.cid-uLQEJFKkJy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLQEJFKkJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQEJFKkJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQEJFKkJy .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uLQEJFKkJy .content-wrapper {
    padding: 0;
  }
}
.cid-uLQEJFKkJy .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLQEJFKkJy .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLQEJFKkJy .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uLQEJFKkJy .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLQEJFKkJy .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uLQEJFKkJy .mbr-section-title {
  color: #050f0f;
}
.cid-uLQb4Yvr4t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uLQb4Yvr4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQb4Yvr4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLQb4Yvr4t .container {
    padding: 0 30px;
  }
}
.cid-uLQb4Yvr4t .row {
  justify-content: center;
}
.cid-uLQb4Yvr4t .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uLQb4Yvr4t .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLQb4Yvr4t .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLQb4Yvr4t .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLQb4Yvr4t .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uLQb4Yvr4t .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLQb4Yvr4t .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uLQb4Yvr4t .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLQb4Yvr4t .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uLQb4Yvr4t .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uLQb4Yvr4t .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLQb4Yvr4t .nav-wrapper .list .item-wrap:hover,
.cid-uLQb4Yvr4t .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLQb4Yvr4t .nav-wrapper .list .item-wrap:hover::before,
.cid-uLQb4Yvr4t .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLQb4Yvr4t .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLQb4Yvr4t .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLQb4Yvr4t .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uLQb4Yvr4t .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLQb4Yvr4t .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLQb4Yvr4t .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLQb4Yvr4t .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uLQb4Yvr4t .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uLQb4Yvr4t .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLQb4Yvr4t .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uLQb4Yvr4t .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uLQb4Yvr4t .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLQb4Yvr4t .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLQb4Yvr4t .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uLQb4Yvr4t .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLQb4Yvr4t .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLQb4Yvr4t .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uLQb4Yvr4t .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLQb4Yvr4t .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uLQb4Yvr4t .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLQb4Yvr4t .mbr-section-title {
  color: #bee0d6;
}
.cid-uLQb4Yvr4t .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLQb4Yvr4t .list {
  color: #bee0d6;
}
.cid-uLQb4Yvr4t .mbr-address {
  color: #ffffff;
}
.cid-uLQb4Yvr4t .mbr-copy {
  color: #ffffff;
}
.cid-uLQb4Yvr4t .list,
.cid-uLQb4Yvr4t .item-wrap,
.cid-uLQb4Yvr4t .nav-wrapper {
  color: #ffffff;
}
