.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: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: -0.18rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: -0.08ch;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((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.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1c1c1c !important;
}
.bg-success {
  background-color: #ffd751 !important;
}
.bg-info {
  background-color: #1c1c1c !important;
}
.bg-warning {
  background-color: #2ce5cc !important;
}
.bg-danger {
  background-color: #ff3631 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #363636 !important;
  border-color: #363636 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #363636 !important;
  border-color: #363636 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #363636 !important;
  border-color: #363636 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #363636 !important;
  border-color: #363636 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffd751 !important;
  border-color: #ffd751 !important;
  color: #513e00 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffe384 !important;
  border-color: #ffe384 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #513e00 !important;
  background-color: #ffe384 !important;
  border-color: #ffe384 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2ce5cc !important;
  border-color: #2ce5cc !important;
  color: #02100e !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #59ebd7 !important;
  border-color: #59ebd7 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #02100e !important;
  background-color: #59ebd7 !important;
  border-color: #59ebd7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff3631 !important;
  border-color: #ff3631 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff6864 !important;
  border-color: #ff6864 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6864 !important;
  border-color: #ff6864 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1c1c1c;
  color: #1c1c1c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #1c1c1c;
  color: #1c1c1c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffd751;
  color: #ffd751;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f9c000 !important;
  background-color: transparent !important;
  border-color: #f9c000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #513e00 !important;
  background-color: #ffd751 !important;
  border-color: #ffd751 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #2ce5cc;
  color: #2ce5cc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #14a692 !important;
  background-color: transparent !important;
  border-color: #14a692 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #02100e !important;
  background-color: #2ce5cc !important;
  border-color: #2ce5cc !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff3631;
  color: #ff3631;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d90500 !important;
  background-color: transparent !important;
  border-color: #d90500 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3631 !important;
  border-color: #ff3631 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1c1c1c !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #ffd751 !important;
}
.text-info {
  color: #1c1c1c !important;
}
.text-warning {
  color: #2ce5cc !important;
}
.text-danger {
  color: #ff3631 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #eab400 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #139886 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ca0500 !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: #1c1c1c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1c1c1c;
}
.alert-warning {
  background-color: #2ce5cc;
}
.alert-danger {
  background-color: #ff3631;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1c1c1c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cfcfcf;
}
.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: #cfcfcf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e2fbf8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffdfd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #1c1c1c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #1c1c1c;
}
/* 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: #1c1c1c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1c1c1c;
}
.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: #1c1c1c;
  border-bottom-color: #1c1c1c;
}
.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: #1c1c1c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%231c1c1c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  border-radius: .3rem !important;
  padding: 16px 20px;
  font-weight: 500 !important;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  border-width: 1px !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 0;
  opacity: 0;
  margin: 2px 0 0 0;
  transform: translateX(-5px);
  color: #2ce5cc !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  width: 1.5rem;
  display: inline-flex;
  opacity: 1;
  transform: translateX(0);
  margin: 2px 8px 0 0;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #1c1c1c !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #1c1c1c !important;
  color: #1c1c1c !important;
}
img {
  border-radius: .3rem !important;
}
.cid-uF4mgbmHrX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .nav-item,
.cid-uF4mgbmHrX .nav-link,
.cid-uF4mgbmHrX .navbar-caption {
  font-weight: normal;
}
.cid-uF4mgbmHrX .nav-item:focus,
.cid-uF4mgbmHrX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4mgbmHrX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4mgbmHrX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF4mgbmHrX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF4mgbmHrX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uF4mgbmHrX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4mgbmHrX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 7.1rem);
  }
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF4mgbmHrX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF4mgbmHrX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF4mgbmHrX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4mgbmHrX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF4mgbmHrX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF4mgbmHrX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF4mgbmHrX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF4mgbmHrX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF4mgbmHrX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF4mgbmHrX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF4mgbmHrX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4mgbmHrX .dropdown-item.active,
.cid-uF4mgbmHrX .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4mgbmHrX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF4mgbmHrX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4mgbmHrX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF4mgbmHrX .navbar-buttons {
  text-align: center;
}
.cid-uF4mgbmHrX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF4mgbmHrX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uF4mgbmHrX .soc-item {
  margin: .5rem .3rem;
}
.cid-uF4mgbmHrX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link,
.cid-uF4mgbmHrX a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uF4mgbmHrX a.nav-link:hover .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4mgbmHrX .navbar {
    height: 77px;
  }
  .cid-uF4mgbmHrX .navbar.opened {
    height: auto;
  }
  .cid-uF4mgbmHrX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEKBA1l2pp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/about-us-1200x720.webp");
}
.cid-uEKBA1l2pp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKBA1l2pp .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-uEKBA1l2pp .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEKBA1l2pp .container {
    padding: 0 24px;
  }
}
.cid-uEKBA1l2pp .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uEKBA1l2pp .content-wrapper {
    padding: 0;
  }
}
.cid-uEKBA1l2pp .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uEKBA1l2pp .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uEKBA1l2pp .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uEKBA1l2pp .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEKBA1l2pp .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uEKBA1l2pp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEKBA1l2pp .mbr-section-title {
  color: #ffffff;
}
.cid-uEKBA1l2pp .mbr-desc,
.cid-uEKBA1l2pp .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEKBA1l2pp .mbr-text,
.cid-uEKBA1l2pp .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEKBA1l2pp .mbr-section-title,
.cid-uEKBA1l2pp .mbr-section-btn {
  text-align: center;
}
.cid-uEKAOJlPuB {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uEKAOJlPuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKAOJlPuB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKAOJlPuB .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEKAOJlPuB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEKAOJlPuB .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEKAOJlPuB .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEKAOJlPuB .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEKAOJlPuB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEKAOJlPuB .content-wrapper .title-wrapper .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEKAOJlPuB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEKAOJlPuB .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEKAOJlPuB .image-wrapper img {
    height: 350px;
  }
}
.cid-uEKAOJlPuB .mbr-section-title {
  color: #000000;
}
.cid-uEKAOJlPuB .mbr-desc {
  color: #b19a7c;
}
.cid-uEKAOJlPuB .mbr-text {
  color: #404349;
}
.cid-uEKAOLckIO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEKAOLckIO .mbr-section-title {
  padding: 0 60px;
  margin-bottom: 80px;
  color: #050f0f;
}
@media (max-width: 992px) {
  .cid-uEKAOLckIO .mbr-section-title {
    padding: 0;
    margin-bottom: 24px;
  }
}
.cid-uEKAOLckIO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 512px;
  max-width: 512px;
}
@media (max-width: 767px) {
  .cid-uEKAOLckIO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uEKAOLckIO .embla__slide .slide-content {
  width: 100%;
}
.cid-uEKAOLckIO .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f7fff7;
  border: 3px solid #050f0f;
  overflow: hidden;
}
.cid-uEKAOLckIO .embla__slide .slide-content .item-content .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-bottom: 3px solid #050f0f;
  border-radius: 0 !important;
}
.cid-uEKAOLckIO .embla__slide .slide-content .item-content .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uEKAOLckIO .embla__slide .slide-content .item-content .text-wrapper {
    padding: 32px 16px 24px 16px;
  }
}
.cid-uEKAOLckIO .embla__slide .slide-content .item-content .text-wrapper .item-date {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-uEKAOLckIO .embla__slide .slide-content .item-content .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uEKAOLckIO .embla__slide .slide-content .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEKAOLckIO .embla__slide .slide-content .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 32px 32px 32px;
}
@media (max-width: 992px) {
  .cid-uEKAOLckIO .embla__slide .slide-content .icon-wrapper {
    padding: 0 16px 32px 16px;
  }
}
.cid-uEKAOLckIO .embla__slide .slide-content .icon-wrapper .mbr-iconfont {
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #34363a;
  border: 3px solid #ffffff;
  border-radius: 100%;
  box-shadow: 2px 2px #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uEKAOLckIO .embla__slide .slide-content .icon-wrapper .mbr-iconfont:hover,
.cid-uEKAOLckIO .embla__slide .slide-content .icon-wrapper .mbr-iconfont:focus {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uEKAOLckIO .embla__button--next,
.cid-uEKAOLckIO .embla__button--prev {
  display: flex;
}
.cid-uEKAOLckIO .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  font-size: 24px;
  background-color: #ffe66d !important;
  color: #050f0f !important;
  border: 3px solid #050f0f !important;
  box-shadow: 2px 2px #050f0f;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uEKAOLckIO .embla__button {
    display: none;
  }
}
.cid-uEKAOLckIO .embla__button:hover {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uEKAOLckIO .embla__button.embla__button--prev {
  left: 60px;
}
@media (max-width: 992px) {
  .cid-uEKAOLckIO .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uEKAOLckIO .embla__button.embla__button--next {
  right: 60px;
}
@media (max-width: 992px) {
  .cid-uEKAOLckIO .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uEKAOLckIO .embla {
  position: relative;
  width: 100%;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uEKAOLckIO .embla {
    padding: 0;
  }
}
.cid-uEKAOLckIO .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uEKAOLckIO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEKAOLckIO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEKAOLckIO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEKAOLckIO .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uEKAOLckIO .item-date {
  color: #050f0f;
}
.cid-uEKAOLckIO .item-title {
  color: #050f0f;
}
.cid-uEKAOLckIO .item-text {
  color: #050f0f;
}
.cid-uEKAOLckIO .icon-wrapper {
  text-align: right;
}
.cid-uF4gXpCWTs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-uF4gXpCWTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4gXpCWTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4gXpCWTs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF4gXpCWTs .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uF4gXpCWTs .container {
    padding: 0 30px;
  }
}
.cid-uF4gXpCWTs .row {
  justify-content: center;
}
.cid-uF4gXpCWTs .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4gXpCWTs .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4gXpCWTs .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4gXpCWTs .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4gXpCWTs .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 160px;
  height: 140px;
  object-fit: contain;
  background-color: white;
}
.cid-uF4gXpCWTs .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF4gXpCWTs .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4gXpCWTs .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4gXpCWTs .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4gXpCWTs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uF4gXpCWTs .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4gXpCWTs .nav-wrapper .list .item-wrap:hover,
.cid-uF4gXpCWTs .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4gXpCWTs .nav-wrapper .list .item-wrap:hover::before,
.cid-uF4gXpCWTs .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uF4gXpCWTs .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uF4gXpCWTs .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4gXpCWTs .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4gXpCWTs .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4gXpCWTs .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4gXpCWTs .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4gXpCWTs .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uF4gXpCWTs .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4gXpCWTs .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4gXpCWTs .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uF4gXpCWTs .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uF4gXpCWTs .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uF4gXpCWTs .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4gXpCWTs .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uF4gXpCWTs .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4gXpCWTs .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4gXpCWTs .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uF4gXpCWTs .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4gXpCWTs .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uF4gXpCWTs .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uF4gXpCWTs .mbr-section-title {
  color: #bee0d6;
}
.cid-uF4gXpCWTs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF4gXpCWTs .list {
  color: #bee0d6;
}
.cid-uF4gXpCWTs .mbr-address {
  color: #e0e2e2;
}
.cid-uF4gXpCWTs .mbr-copy {
  color: #ffffff;
}
.cid-uF4gXpCWTs .list,
.cid-uF4gXpCWTs .item-wrap,
.cid-uF4gXpCWTs .nav-wrapper {
  text-align: left;
  color: #eaeaea;
}
.cid-uF4gXpCWTs .mbr-section-title,
.cid-uF4gXpCWTs .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uF4mgbmHrX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .nav-item,
.cid-uF4mgbmHrX .nav-link,
.cid-uF4mgbmHrX .navbar-caption {
  font-weight: normal;
}
.cid-uF4mgbmHrX .nav-item:focus,
.cid-uF4mgbmHrX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4mgbmHrX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4mgbmHrX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF4mgbmHrX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF4mgbmHrX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uF4mgbmHrX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4mgbmHrX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 7.1rem);
  }
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF4mgbmHrX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF4mgbmHrX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF4mgbmHrX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4mgbmHrX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF4mgbmHrX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF4mgbmHrX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF4mgbmHrX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF4mgbmHrX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF4mgbmHrX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF4mgbmHrX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF4mgbmHrX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4mgbmHrX .dropdown-item.active,
.cid-uF4mgbmHrX .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4mgbmHrX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF4mgbmHrX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4mgbmHrX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF4mgbmHrX .navbar-buttons {
  text-align: center;
}
.cid-uF4mgbmHrX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF4mgbmHrX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uF4mgbmHrX .soc-item {
  margin: .5rem .3rem;
}
.cid-uF4mgbmHrX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link,
.cid-uF4mgbmHrX a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uF4mgbmHrX a.nav-link:hover .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4mgbmHrX .navbar {
    height: 77px;
  }
  .cid-uF4mgbmHrX .navbar.opened {
    height: auto;
  }
  .cid-uF4mgbmHrX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEKD1mid4H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/contacts-us-1000x355.webp");
}
.cid-uEKD1mid4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKD1mid4H .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-uEKD1mid4H .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEKD1mid4H .container {
    padding: 0 24px;
  }
}
.cid-uEKD1mid4H .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uEKD1mid4H .content-wrapper {
    padding: 0;
  }
}
.cid-uEKD1mid4H .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uEKD1mid4H .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uEKD1mid4H .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uEKD1mid4H .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEKD1mid4H .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uEKD1mid4H .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEKD1mid4H .mbr-section-title {
  color: #ffffff;
}
.cid-uEKD1mid4H .mbr-desc,
.cid-uEKD1mid4H .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEKD1mid4H .mbr-text,
.cid-uEKD1mid4H .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEKD1mid4H .mbr-section-title,
.cid-uEKD1mid4H .mbr-section-btn {
  text-align: center;
}
.cid-uEKDp20Ujg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e9e9e6;
}
.cid-uEKDp20Ujg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKDp20Ujg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKDp20Ujg .row {
  justify-content: center;
}
.cid-uEKDp20Ujg .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uEKDp20Ujg .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uEKDp20Ujg .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEKDp20Ujg .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uEKDp20Ujg .item {
    margin-bottom: 35px;
  }
}
.cid-uEKDp20Ujg .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uEKDp20Ujg .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uEKDp20Ujg .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-uEKDp20Ujg .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uEKDp20Ujg .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-uEKDp20Ujg .mbr-section-title {
  color: #000000;
}
.cid-uEKDp20Ujg .item-title {
  color: #000000;
}
.cid-uEKDqXJt9f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uEKDqXJt9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKDqXJt9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKDqXJt9f .card-wrapper {
  border: 1px solid #1c1c1c;
}
.cid-uEKDqXJt9f .google-map {
  height: 30rem;
  position: relative;
}
.cid-uEKDqXJt9f .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uEKDqXJt9f .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uEKDqXJt9f .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uEKDqXJt9f .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uEKDqXJt9f .content-head {
  max-width: 800px;
}
.cid-uEKDqXJt9f .mbr-section-title {
  color: #221b35;
}
.cid-uF4h0jzVkm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-uF4h0jzVkm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4h0jzVkm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4h0jzVkm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF4h0jzVkm .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uF4h0jzVkm .container {
    padding: 0 30px;
  }
}
.cid-uF4h0jzVkm .row {
  justify-content: center;
}
.cid-uF4h0jzVkm .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4h0jzVkm .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4h0jzVkm .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4h0jzVkm .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4h0jzVkm .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 160px;
  height: 140px;
  object-fit: contain;
  background-color: white;
}
.cid-uF4h0jzVkm .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF4h0jzVkm .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4h0jzVkm .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4h0jzVkm .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4h0jzVkm .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uF4h0jzVkm .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4h0jzVkm .nav-wrapper .list .item-wrap:hover,
.cid-uF4h0jzVkm .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4h0jzVkm .nav-wrapper .list .item-wrap:hover::before,
.cid-uF4h0jzVkm .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uF4h0jzVkm .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uF4h0jzVkm .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4h0jzVkm .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4h0jzVkm .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4h0jzVkm .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4h0jzVkm .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4h0jzVkm .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uF4h0jzVkm .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4h0jzVkm .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4h0jzVkm .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uF4h0jzVkm .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uF4h0jzVkm .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uF4h0jzVkm .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4h0jzVkm .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uF4h0jzVkm .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4h0jzVkm .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4h0jzVkm .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uF4h0jzVkm .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4h0jzVkm .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uF4h0jzVkm .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uF4h0jzVkm .mbr-section-title {
  color: #bee0d6;
}
.cid-uF4h0jzVkm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF4h0jzVkm .list {
  color: #bee0d6;
}
.cid-uF4h0jzVkm .mbr-address {
  color: #e0e2e2;
}
.cid-uF4h0jzVkm .mbr-copy {
  color: #ffffff;
}
.cid-uF4h0jzVkm .list,
.cid-uF4h0jzVkm .item-wrap,
.cid-uF4h0jzVkm .nav-wrapper {
  text-align: left;
  color: #eaeaea;
}
.cid-uF4h0jzVkm .mbr-section-title,
.cid-uF4h0jzVkm .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uF4mgbmHrX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .nav-item,
.cid-uF4mgbmHrX .nav-link,
.cid-uF4mgbmHrX .navbar-caption {
  font-weight: normal;
}
.cid-uF4mgbmHrX .nav-item:focus,
.cid-uF4mgbmHrX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4mgbmHrX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4mgbmHrX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF4mgbmHrX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF4mgbmHrX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uF4mgbmHrX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4mgbmHrX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 7.1rem);
  }
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF4mgbmHrX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF4mgbmHrX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF4mgbmHrX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4mgbmHrX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF4mgbmHrX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF4mgbmHrX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF4mgbmHrX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF4mgbmHrX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF4mgbmHrX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF4mgbmHrX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF4mgbmHrX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4mgbmHrX .dropdown-item.active,
.cid-uF4mgbmHrX .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4mgbmHrX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF4mgbmHrX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4mgbmHrX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF4mgbmHrX .navbar-buttons {
  text-align: center;
}
.cid-uF4mgbmHrX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF4mgbmHrX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uF4mgbmHrX .soc-item {
  margin: .5rem .3rem;
}
.cid-uF4mgbmHrX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link,
.cid-uF4mgbmHrX a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uF4mgbmHrX a.nav-link:hover .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4mgbmHrX .navbar {
    height: 77px;
  }
  .cid-uF4mgbmHrX .navbar.opened {
    height: auto;
  }
  .cid-uF4mgbmHrX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELbur3vBr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/5-2.webp");
}
.cid-uELbur3vBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uELbur3vBr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uELbur3vBr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uELbur3vBr .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uELbur3vBr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uELbur3vBr .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uELbur3vBr .container {
    padding: 0 24px;
  }
}
.cid-uELbur3vBr .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uELbur3vBr .content-wrapper {
    padding: 0;
  }
}
.cid-uELbur3vBr .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uELbur3vBr .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uELbur3vBr .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uELbur3vBr .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uELbur3vBr .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uELbur3vBr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uELbur3vBr .mbr-section-title {
  color: #ffffff;
}
.cid-uELbur3vBr .mbr-desc,
.cid-uELbur3vBr .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uELbur3vBr .mbr-text,
.cid-uELbur3vBr .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uELbur3vBr .mbr-section-title,
.cid-uELbur3vBr .mbr-section-btn {
  text-align: left;
}
.cid-uEL8UASuvz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEL8UASuvz .mbr-section-title {
  padding: 0 60px;
  margin-bottom: 80px;
  color: #050f0f;
}
@media (max-width: 992px) {
  .cid-uEL8UASuvz .mbr-section-title {
    padding: 0;
    margin-bottom: 24px;
  }
}
.cid-uEL8UASuvz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 512px;
  max-width: 512px;
}
@media (max-width: 767px) {
  .cid-uEL8UASuvz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uEL8UASuvz .embla__slide .slide-content {
  width: 100%;
}
.cid-uEL8UASuvz .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f7fff7;
  border: 3px solid #050f0f;
  overflow: hidden;
}
.cid-uEL8UASuvz .embla__slide .slide-content .item-content .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-bottom: 3px solid #050f0f;
  border-radius: 0 !important;
}
.cid-uEL8UASuvz .embla__slide .slide-content .item-content .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uEL8UASuvz .embla__slide .slide-content .item-content .text-wrapper {
    padding: 32px 16px 24px 16px;
  }
}
.cid-uEL8UASuvz .embla__slide .slide-content .item-content .text-wrapper .item-date {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-uEL8UASuvz .embla__slide .slide-content .item-content .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uEL8UASuvz .embla__slide .slide-content .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEL8UASuvz .embla__slide .slide-content .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 32px 32px 32px;
}
@media (max-width: 992px) {
  .cid-uEL8UASuvz .embla__slide .slide-content .icon-wrapper {
    padding: 0 16px 32px 16px;
  }
}
.cid-uEL8UASuvz .embla__slide .slide-content .icon-wrapper .mbr-iconfont {
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #34363a;
  border: 3px solid #ffffff;
  border-radius: 100%;
  box-shadow: 2px 2px #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uEL8UASuvz .embla__slide .slide-content .icon-wrapper .mbr-iconfont:hover,
.cid-uEL8UASuvz .embla__slide .slide-content .icon-wrapper .mbr-iconfont:focus {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uEL8UASuvz .embla__button--next,
.cid-uEL8UASuvz .embla__button--prev {
  display: flex;
}
.cid-uEL8UASuvz .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  font-size: 24px;
  background-color: #ffe66d !important;
  color: #050f0f !important;
  border: 3px solid #050f0f !important;
  box-shadow: 2px 2px #050f0f;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uEL8UASuvz .embla__button {
    display: none;
  }
}
.cid-uEL8UASuvz .embla__button:hover {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uEL8UASuvz .embla__button.embla__button--prev {
  left: 60px;
}
@media (max-width: 992px) {
  .cid-uEL8UASuvz .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uEL8UASuvz .embla__button.embla__button--next {
  right: 60px;
}
@media (max-width: 992px) {
  .cid-uEL8UASuvz .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uEL8UASuvz .embla {
  position: relative;
  width: 100%;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uEL8UASuvz .embla {
    padding: 0;
  }
}
.cid-uEL8UASuvz .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uEL8UASuvz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEL8UASuvz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEL8UASuvz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEL8UASuvz .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uEL8UASuvz .item-date {
  color: #050f0f;
}
.cid-uEL8UASuvz .item-title {
  color: #050f0f;
}
.cid-uEL8UASuvz .item-text {
  color: #050f0f;
}
.cid-uEL8UASuvz .icon-wrapper {
  text-align: right;
}
.cid-uF4gKCfhU7 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-uF4gKCfhU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4gKCfhU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4gKCfhU7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF4gKCfhU7 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uF4gKCfhU7 .container {
    padding: 0 30px;
  }
}
.cid-uF4gKCfhU7 .row {
  justify-content: center;
}
.cid-uF4gKCfhU7 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4gKCfhU7 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4gKCfhU7 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4gKCfhU7 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4gKCfhU7 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 160px;
  height: 140px;
  object-fit: contain;
  background-color: white;
}
.cid-uF4gKCfhU7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF4gKCfhU7 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4gKCfhU7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4gKCfhU7 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4gKCfhU7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uF4gKCfhU7 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4gKCfhU7 .nav-wrapper .list .item-wrap:hover,
.cid-uF4gKCfhU7 .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4gKCfhU7 .nav-wrapper .list .item-wrap:hover::before,
.cid-uF4gKCfhU7 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uF4gKCfhU7 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uF4gKCfhU7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4gKCfhU7 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4gKCfhU7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4gKCfhU7 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4gKCfhU7 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4gKCfhU7 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uF4gKCfhU7 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4gKCfhU7 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4gKCfhU7 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uF4gKCfhU7 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uF4gKCfhU7 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uF4gKCfhU7 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4gKCfhU7 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uF4gKCfhU7 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4gKCfhU7 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4gKCfhU7 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uF4gKCfhU7 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4gKCfhU7 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uF4gKCfhU7 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uF4gKCfhU7 .mbr-section-title {
  color: #bee0d6;
}
.cid-uF4gKCfhU7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF4gKCfhU7 .list {
  color: #bee0d6;
}
.cid-uF4gKCfhU7 .mbr-address {
  color: #e0e2e2;
}
.cid-uF4gKCfhU7 .mbr-copy {
  color: #ffffff;
}
.cid-uF4gKCfhU7 .list,
.cid-uF4gKCfhU7 .item-wrap,
.cid-uF4gKCfhU7 .nav-wrapper {
  text-align: left;
  color: #eaeaea;
}
.cid-uF4gKCfhU7 .mbr-section-title,
.cid-uF4gKCfhU7 .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uF4mgbmHrX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .nav-item,
.cid-uF4mgbmHrX .nav-link,
.cid-uF4mgbmHrX .navbar-caption {
  font-weight: normal;
}
.cid-uF4mgbmHrX .nav-item:focus,
.cid-uF4mgbmHrX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4mgbmHrX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4mgbmHrX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF4mgbmHrX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF4mgbmHrX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uF4mgbmHrX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4mgbmHrX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 7.1rem);
  }
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF4mgbmHrX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF4mgbmHrX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF4mgbmHrX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4mgbmHrX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF4mgbmHrX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF4mgbmHrX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF4mgbmHrX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF4mgbmHrX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF4mgbmHrX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF4mgbmHrX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF4mgbmHrX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4mgbmHrX .dropdown-item.active,
.cid-uF4mgbmHrX .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4mgbmHrX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF4mgbmHrX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4mgbmHrX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF4mgbmHrX .navbar-buttons {
  text-align: center;
}
.cid-uF4mgbmHrX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF4mgbmHrX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uF4mgbmHrX .soc-item {
  margin: .5rem .3rem;
}
.cid-uF4mgbmHrX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link,
.cid-uF4mgbmHrX a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uF4mgbmHrX a.nav-link:hover .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4mgbmHrX .navbar {
    height: 77px;
  }
  .cid-uF4mgbmHrX .navbar.opened {
    height: auto;
  }
  .cid-uF4mgbmHrX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF2RuVWbQo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/1-714x400.webp");
}
.cid-uF2RuVWbQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2RuVWbQo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2RuVWbQo .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uF2RuVWbQo .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uF2RuVWbQo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uF2RuVWbQo .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uF2RuVWbQo .container {
    padding: 0 24px;
  }
}
.cid-uF2RuVWbQo .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uF2RuVWbQo .content-wrapper {
    padding: 0;
  }
}
.cid-uF2RuVWbQo .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uF2RuVWbQo .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uF2RuVWbQo .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uF2RuVWbQo .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF2RuVWbQo .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uF2RuVWbQo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF2RuVWbQo .mbr-section-title {
  color: #ffffff;
}
.cid-uF2RuVWbQo .mbr-desc,
.cid-uF2RuVWbQo .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF2RuVWbQo .mbr-text,
.cid-uF2RuVWbQo .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uF2RuVWbQo .mbr-section-title,
.cid-uF2RuVWbQo .mbr-section-btn {
  text-align: left;
}
.cid-uF2RuWAVt1 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uF2RuWAVt1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2RuWAVt1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2RuWAVt1 .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uF2RuWAVt1 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF2RuWAVt1 .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uF2RuWAVt1 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF2RuWAVt1 .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uF2RuWAVt1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF2RuWAVt1 .content-wrapper .title-wrapper .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uF2RuWAVt1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uF2RuWAVt1 .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uF2RuWAVt1 .image-wrapper img {
    height: 350px;
  }
}
.cid-uF2RuWAVt1 .mbr-section-title {
  color: #000000;
}
.cid-uF2RuWAVt1 .mbr-desc {
  color: #b19a7c;
}
.cid-uF2RuWAVt1 .mbr-text {
  color: #404349;
}
.cid-uF2RuWRFxJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF2RuWRFxJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2RuWRFxJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2RuWRFxJ .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uF2RuWRFxJ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF2RuWRFxJ .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uF2RuWRFxJ .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uF2RuWRFxJ .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uF2RuWRFxJ .title-wrapper .title-wrap .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uF2RuWRFxJ .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uF2RuWRFxJ .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uF2RuWRFxJ .item:hover .item-wrapper .item-content,
.cid-uF2RuWRFxJ .item:focus .item-wrapper .item-content {
  background-color: #ffffff;
  margin: 10px;
}
.cid-uF2RuWRFxJ .item:hover .item-wrapper .item-content .item-title,
.cid-uF2RuWRFxJ .item:focus .item-wrapper .item-content .item-title {
  color: #404349;
}
.cid-uF2RuWRFxJ .item:hover .item-wrapper .item-content .item-text,
.cid-uF2RuWRFxJ .item:focus .item-wrapper .item-content .item-text {
  color: #404349;
}
.cid-uF2RuWRFxJ .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
}
.cid-uF2RuWRFxJ .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uF2RuWRFxJ .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uF2RuWRFxJ .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(top, transparent, #404349);
  pointer-events: none;
  z-index: 1;
}
.cid-uF2RuWRFxJ .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uF2RuWRFxJ .item .item-wrapper .item-content {
    padding: 20px;
    background-color: #ffffff;
    margin: 10px;
  }
}
.cid-uF2RuWRFxJ .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.cid-uF2RuWRFxJ .item .item-wrapper .item-content .desc-wrap .desc_1 {
  background-color: #000000;
}
.cid-uF2RuWRFxJ .item .item-wrapper .item-content .desc-wrap .desc_2 {
  background-color: #000000;
}
.cid-uF2RuWRFxJ .item .item-wrapper .item-content .desc-wrap .desc_3 {
  background-color: #1c1c1c;
}
.cid-uF2RuWRFxJ .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uF2RuWRFxJ .item .item-wrapper .item-content .item-title {
    color: #404349;
  }
}
.cid-uF2RuWRFxJ .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uF2RuWRFxJ .item .item-wrapper .item-content .item-text {
    color: #404349;
  }
}
.cid-uF2RuWRFxJ .mbr-section-title {
  color: #404349;
}
.cid-uF2RuWRFxJ .mbr-desc {
  color: #b19a7c;
}
.cid-uF2RuWRFxJ .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uF2RuWRFxJ .item-desc {
  color: #ffffff;
}
.cid-uF2RuWRFxJ .item-text {
  color: #ffffff;
}
.cid-uF2RuWRFxJ .mbr-section-title,
.cid-uF2RuWRFxJ .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-uF2RuXatUx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF2RuXatUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2RuXatUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2RuXatUx .row {
  justify-content: space-between;
}
.cid-uF2RuXatUx .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uF2RuXatUx .content-wrapper {
    padding: 0;
  }
}
.cid-uF2RuXatUx .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF2RuXatUx .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uF2RuXatUx .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF2RuXatUx .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uF2RuXatUx .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uF2RuXatUx .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uF2RuXatUx .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uF2RuXatUx .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uF2RuXatUx .mbr-section-title {
  color: #000000;
}
.cid-uF2RuXatUx .mbr-desc {
  color: #000000;
}
.cid-uF2RuXatUx .mbr-text {
  color: #000000;
}
.cid-uF2RuXv8Tq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uF2RuXv8Tq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2RuXv8Tq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2RuXv8Tq .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uF2RuXv8Tq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uF2RuXv8Tq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uF2RuXv8Tq .container {
    padding: 0 16px;
  }
}
.cid-uF2RuXv8Tq .image-wrapper {
  height: 100%;
}
.cid-uF2RuXv8Tq .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uF2RuXv8Tq .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-uF2RuXv8Tq .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-uF2RuXv8Tq .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uF2RuXv8Tq .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uF2RuXv8Tq .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uF2RuXv8Tq .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uF2RuXv8Tq .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uF2RuXv8Tq .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uF2RuXv8Tq .mbr-section-title {
  color: #1c1c1c;
}
.cid-uF2RuXv8Tq .mbr-text {
  color: #1c1c1c;
}
.cid-uFdQ7YDzoZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #1c1c1c;
}
.cid-uFdQ7YDzoZ .mbr-text {
  color: #767676;
}
.cid-uFdQ7YDzoZ h4 {
  font-weight: 500;
}
.cid-uFdQ7YDzoZ h4,
.cid-uFdQ7YDzoZ h5 {
  text-align: center;
}
.cid-uFdQ7YDzoZ p {
  text-align: center;
}
.cid-uFdQ7YDzoZ .card-box {
  text-align: center;
}
.cid-uFdQ7YDzoZ .card-img {
  font-size: 3rem;
}
.cid-uFdQ7YDzoZ .mbr-iconfont {
  color: #1c1c1c;
}
.cid-uFdQ7YDzoZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFdQ7YDzoZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFdQ7YDzoZ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uF2RuXMzYQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-uF2RuXMzYQ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF2RuXMzYQ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uF2RuXMzYQ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uF2RuXMzYQ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uF2RuXMzYQ .container {
    padding: 0 12px;
  }
}
.cid-uF2RuXMzYQ .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uF2RuXMzYQ .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uF2RuXMzYQ .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
  width: fit-content;
}
.cid-uF2RuXMzYQ .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #000000;
  border-radius: 10rem;
}
.cid-uF2RuXMzYQ .content-wrapper {
  border-radius: 32px;
  background-color: #1d1d1f;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uF2RuXMzYQ .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uF2RuXMzYQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 767px) {
  .cid-uF2RuXMzYQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uF2RuXMzYQ .embla__slide .slide-content {
  padding: 48px;
  border-radius: 32px !important;
  background-color: #212124;
}
@media (max-width: 768px) {
  .cid-uF2RuXMzYQ .embla__slide .slide-content {
    padding: 16px;
  }
}
.cid-uF2RuXMzYQ .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uF2RuXMzYQ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  margin: 0 auto;
}
.cid-uF2RuXMzYQ .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uF2RuXMzYQ .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uF2RuXMzYQ .embla__slide .slide-content .item-content .item-name {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uF2RuXMzYQ .embla__button--next,
.cid-uF2RuXMzYQ .embla__button--prev {
  display: flex;
}
.cid-uF2RuXMzYQ .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #1c1c1c !important;
  color: #1c1c1c !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uF2RuXMzYQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uF2RuXMzYQ .embla__button:hover {
  opacity: .8 !important;
}
.cid-uF2RuXMzYQ .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 768px) {
  .cid-uF2RuXMzYQ .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uF2RuXMzYQ .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 768px) {
  .cid-uF2RuXMzYQ .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uF2RuXMzYQ .embla__button {
    top: 1rem;
  }
}
.cid-uF2RuXMzYQ .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uF2RuXMzYQ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uF2RuXMzYQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uF2RuXMzYQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uF2RuXMzYQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uF2RuXMzYQ .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uF2RuXMzYQ .item-name {
  color: #ffffff;
}
.cid-uF2RuXMzYQ .item-text {
  color: #ffffff;
}
.cid-uF2RuYhyDh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uF2RuYhyDh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2RuYhyDh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2RuYhyDh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uF2RuYhyDh .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uF2RuYhyDh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uF2RuYhyDh .container {
    padding: 0 16px;
  }
}
.cid-uF2RuYhyDh .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uF2RuYhyDh .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uF2RuYhyDh .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-uF2RuYhyDh .panel-group .card:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uF2RuYhyDh .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uF2RuYhyDh .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uF2RuYhyDh .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uF2RuYhyDh .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uF2RuYhyDh .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uF2RuYhyDh .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uF2RuYhyDh .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uF2RuYhyDh .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uF2RuYhyDh .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uF2RuYhyDh .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uF2RuYhyDh .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uF2RuYhyDh .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uF2RuYhyDh .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uF2RuYhyDh .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uF2RuYhyDh .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uF2RuYhyDh .mbr-section-title {
  color: #1c1c1c;
}
.cid-uF2RuYhyDh .panel-number {
  color: #1c1c1c;
}
.cid-uF2RuYhyDh .panel-title-edit {
  color: #1c1c1c;
}
.cid-uF2RuYhyDh .panel-text {
  color: #000000;
}
.cid-uF4hGGufs3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-uF4hGGufs3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4hGGufs3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4hGGufs3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF4hGGufs3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uF4hGGufs3 .container {
    padding: 0 30px;
  }
}
.cid-uF4hGGufs3 .row {
  justify-content: center;
}
.cid-uF4hGGufs3 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hGGufs3 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hGGufs3 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4hGGufs3 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hGGufs3 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 160px;
  height: 140px;
  object-fit: contain;
  background-color: white;
}
.cid-uF4hGGufs3 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF4hGGufs3 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hGGufs3 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hGGufs3 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4hGGufs3 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uF4hGGufs3 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hGGufs3 .nav-wrapper .list .item-wrap:hover,
.cid-uF4hGGufs3 .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4hGGufs3 .nav-wrapper .list .item-wrap:hover::before,
.cid-uF4hGGufs3 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uF4hGGufs3 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uF4hGGufs3 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4hGGufs3 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hGGufs3 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hGGufs3 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4hGGufs3 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hGGufs3 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uF4hGGufs3 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4hGGufs3 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hGGufs3 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uF4hGGufs3 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uF4hGGufs3 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uF4hGGufs3 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hGGufs3 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uF4hGGufs3 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4hGGufs3 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4hGGufs3 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uF4hGGufs3 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hGGufs3 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uF4hGGufs3 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uF4hGGufs3 .mbr-section-title {
  color: #bee0d6;
}
.cid-uF4hGGufs3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF4hGGufs3 .list {
  color: #bee0d6;
}
.cid-uF4hGGufs3 .mbr-address {
  color: #e0e2e2;
}
.cid-uF4hGGufs3 .mbr-copy {
  color: #ffffff;
}
.cid-uF4hGGufs3 .list,
.cid-uF4hGGufs3 .item-wrap,
.cid-uF4hGGufs3 .nav-wrapper {
  text-align: left;
  color: #eaeaea;
}
.cid-uF4hGGufs3 .mbr-section-title,
.cid-uF4hGGufs3 .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uF4mgbmHrX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .nav-item,
.cid-uF4mgbmHrX .nav-link,
.cid-uF4mgbmHrX .navbar-caption {
  font-weight: normal;
}
.cid-uF4mgbmHrX .nav-item:focus,
.cid-uF4mgbmHrX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4mgbmHrX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4mgbmHrX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF4mgbmHrX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF4mgbmHrX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uF4mgbmHrX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4mgbmHrX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 7.1rem);
  }
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF4mgbmHrX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF4mgbmHrX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF4mgbmHrX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4mgbmHrX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF4mgbmHrX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF4mgbmHrX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF4mgbmHrX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF4mgbmHrX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF4mgbmHrX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF4mgbmHrX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF4mgbmHrX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4mgbmHrX .dropdown-item.active,
.cid-uF4mgbmHrX .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4mgbmHrX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF4mgbmHrX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4mgbmHrX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF4mgbmHrX .navbar-buttons {
  text-align: center;
}
.cid-uF4mgbmHrX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF4mgbmHrX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uF4mgbmHrX .soc-item {
  margin: .5rem .3rem;
}
.cid-uF4mgbmHrX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link,
.cid-uF4mgbmHrX a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uF4mgbmHrX a.nav-link:hover .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4mgbmHrX .navbar {
    height: 77px;
  }
  .cid-uF4mgbmHrX .navbar.opened {
    height: auto;
  }
  .cid-uF4mgbmHrX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEPRt2ugfg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/school-unoforms-1000x667.webp");
}
.cid-uEPRt2ugfg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPRt2ugfg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPRt2ugfg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEPRt2ugfg .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEPRt2ugfg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEPRt2ugfg .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEPRt2ugfg .container {
    padding: 0 24px;
  }
}
.cid-uEPRt2ugfg .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uEPRt2ugfg .content-wrapper {
    padding: 0;
  }
}
.cid-uEPRt2ugfg .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uEPRt2ugfg .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uEPRt2ugfg .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uEPRt2ugfg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEPRt2ugfg .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uEPRt2ugfg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEPRt2ugfg .mbr-section-title {
  color: #ffffff;
}
.cid-uEPRt2ugfg .mbr-desc,
.cid-uEPRt2ugfg .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEPRt2ugfg .mbr-text,
.cid-uEPRt2ugfg .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uEPRt2ugfg .mbr-section-title,
.cid-uEPRt2ugfg .mbr-section-btn {
  text-align: left;
}
.cid-uEPRt2HnN0 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uEPRt2HnN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPRt2HnN0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPRt2HnN0 .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEPRt2HnN0 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEPRt2HnN0 .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEPRt2HnN0 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEPRt2HnN0 .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEPRt2HnN0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEPRt2HnN0 .content-wrapper .title-wrapper .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEPRt2HnN0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEPRt2HnN0 .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEPRt2HnN0 .image-wrapper img {
    height: 350px;
  }
}
.cid-uEPRt2HnN0 .mbr-section-title {
  color: #000000;
}
.cid-uEPRt2HnN0 .mbr-desc {
  color: #b19a7c;
}
.cid-uEPRt2HnN0 .mbr-text {
  color: #404349;
}
.cid-uEPRt2Tp0e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEPRt2Tp0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPRt2Tp0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPRt2Tp0e .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEPRt2Tp0e .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEPRt2Tp0e .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEPRt2Tp0e .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uEPRt2Tp0e .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uEPRt2Tp0e .title-wrapper .title-wrap .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEPRt2Tp0e .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uEPRt2Tp0e .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uEPRt2Tp0e .item:hover .item-wrapper .item-content,
.cid-uEPRt2Tp0e .item:focus .item-wrapper .item-content {
  background-color: #ffffff;
  margin: 10px;
}
.cid-uEPRt2Tp0e .item:hover .item-wrapper .item-content .item-title,
.cid-uEPRt2Tp0e .item:focus .item-wrapper .item-content .item-title {
  color: #404349;
}
.cid-uEPRt2Tp0e .item:hover .item-wrapper .item-content .item-text,
.cid-uEPRt2Tp0e .item:focus .item-wrapper .item-content .item-text {
  color: #404349;
}
.cid-uEPRt2Tp0e .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
}
.cid-uEPRt2Tp0e .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEPRt2Tp0e .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEPRt2Tp0e .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(top, transparent, #404349);
  pointer-events: none;
  z-index: 1;
}
.cid-uEPRt2Tp0e .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEPRt2Tp0e .item .item-wrapper .item-content {
    padding: 20px;
    background-color: #ffffff;
    margin: 10px;
  }
}
.cid-uEPRt2Tp0e .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.cid-uEPRt2Tp0e .item .item-wrapper .item-content .desc-wrap .desc_1 {
  background-color: #000000;
}
.cid-uEPRt2Tp0e .item .item-wrapper .item-content .desc-wrap .desc_2 {
  background-color: #000000;
}
.cid-uEPRt2Tp0e .item .item-wrapper .item-content .desc-wrap .desc_3 {
  background-color: #1c1c1c;
}
.cid-uEPRt2Tp0e .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEPRt2Tp0e .item .item-wrapper .item-content .item-title {
    color: #404349;
  }
}
.cid-uEPRt2Tp0e .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEPRt2Tp0e .item .item-wrapper .item-content .item-text {
    color: #404349;
  }
}
.cid-uEPRt2Tp0e .mbr-section-title {
  color: #404349;
}
.cid-uEPRt2Tp0e .mbr-desc {
  color: #b19a7c;
}
.cid-uEPRt2Tp0e .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uEPRt2Tp0e .item-desc {
  color: #ffffff;
}
.cid-uEPRt2Tp0e .item-text {
  color: #ffffff;
}
.cid-uEPRt2Tp0e .mbr-section-title,
.cid-uEPRt2Tp0e .title-wrap {
  color: #000000;
  text-align: left;
}
.cid-uEPRt386Yz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEPRt386Yz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPRt386Yz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPRt386Yz .row {
  justify-content: space-between;
}
.cid-uEPRt386Yz .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uEPRt386Yz .content-wrapper {
    padding: 0;
  }
}
.cid-uEPRt386Yz .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEPRt386Yz .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uEPRt386Yz .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEPRt386Yz .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uEPRt386Yz .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uEPRt386Yz .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uEPRt386Yz .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uEPRt386Yz .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uEPRt386Yz .mbr-section-title {
  color: #000000;
}
.cid-uEPRt386Yz .mbr-desc {
  color: #000000;
}
.cid-uEPRt386Yz .mbr-text {
  color: #000000;
}
.cid-uF3upANmTI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uF3upANmTI .mbr-section-title {
  padding: 0 60px;
  margin-bottom: 80px;
  color: #050f0f;
}
@media (max-width: 992px) {
  .cid-uF3upANmTI .mbr-section-title {
    padding: 0;
    margin-bottom: 24px;
  }
}
.cid-uF3upANmTI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 512px;
  max-width: 512px;
}
@media (max-width: 767px) {
  .cid-uF3upANmTI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uF3upANmTI .embla__slide .slide-content {
  width: 100%;
}
.cid-uF3upANmTI .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f7fff7;
  border: 3px solid #050f0f;
  overflow: hidden;
}
.cid-uF3upANmTI .embla__slide .slide-content .item-content .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-bottom: 3px solid #050f0f;
  border-radius: 0 !important;
}
.cid-uF3upANmTI .embla__slide .slide-content .item-content .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uF3upANmTI .embla__slide .slide-content .item-content .text-wrapper {
    padding: 32px 16px 24px 16px;
  }
}
.cid-uF3upANmTI .embla__slide .slide-content .item-content .text-wrapper .item-date {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-uF3upANmTI .embla__slide .slide-content .item-content .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uF3upANmTI .embla__slide .slide-content .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uF3upANmTI .embla__slide .slide-content .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 32px 32px 32px;
}
@media (max-width: 992px) {
  .cid-uF3upANmTI .embla__slide .slide-content .icon-wrapper {
    padding: 0 16px 32px 16px;
  }
}
.cid-uF3upANmTI .embla__slide .slide-content .icon-wrapper .mbr-iconfont {
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #34363a;
  border: 3px solid #ffffff;
  border-radius: 100%;
  box-shadow: 2px 2px #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uF3upANmTI .embla__slide .slide-content .icon-wrapper .mbr-iconfont:hover,
.cid-uF3upANmTI .embla__slide .slide-content .icon-wrapper .mbr-iconfont:focus {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uF3upANmTI .embla__button--next,
.cid-uF3upANmTI .embla__button--prev {
  display: flex;
}
.cid-uF3upANmTI .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  font-size: 24px;
  background-color: #ffe66d !important;
  color: #050f0f !important;
  border: 3px solid #050f0f !important;
  box-shadow: 2px 2px #050f0f;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uF3upANmTI .embla__button {
    display: none;
  }
}
.cid-uF3upANmTI .embla__button:hover {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uF3upANmTI .embla__button.embla__button--prev {
  left: 60px;
}
@media (max-width: 992px) {
  .cid-uF3upANmTI .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uF3upANmTI .embla__button.embla__button--next {
  right: 60px;
}
@media (max-width: 992px) {
  .cid-uF3upANmTI .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uF3upANmTI .embla {
  position: relative;
  width: 100%;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF3upANmTI .embla {
    padding: 0;
  }
}
.cid-uF3upANmTI .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uF3upANmTI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uF3upANmTI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uF3upANmTI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uF3upANmTI .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uF3upANmTI .item-date {
  color: #050f0f;
}
.cid-uF3upANmTI .item-title {
  color: #050f0f;
}
.cid-uF3upANmTI .item-text {
  color: #050f0f;
}
.cid-uF3upANmTI .icon-wrapper {
  text-align: right;
}
.cid-uEPRt3n85L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uEPRt3n85L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPRt3n85L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPRt3n85L .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uEPRt3n85L .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uEPRt3n85L .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEPRt3n85L .container {
    padding: 0 16px;
  }
}
.cid-uEPRt3n85L .image-wrapper {
  height: 100%;
}
.cid-uEPRt3n85L .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uEPRt3n85L .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-uEPRt3n85L .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-uEPRt3n85L .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEPRt3n85L .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uEPRt3n85L .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEPRt3n85L .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uEPRt3n85L .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEPRt3n85L .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uEPRt3n85L .mbr-section-title {
  color: #1c1c1c;
}
.cid-uEPRt3n85L .mbr-text {
  color: #1c1c1c;
}
.cid-uFdEIkPUGB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1c1c;
}
.cid-uFdEIkPUGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFdEIkPUGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFdEIkPUGB .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uFdEIkPUGB .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFdEIkPUGB .mbr-text,
.cid-uFdEIkPUGB .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uER6bLKJxj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1c1c1c;
}
.cid-uER6bLKJxj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uER6bLKJxj .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uER6bLKJxj .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uER6bLKJxj .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uER6bLKJxj .container {
    padding: 0 12px;
  }
}
.cid-uER6bLKJxj .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uER6bLKJxj .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uER6bLKJxj .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
  width: fit-content;
}
.cid-uER6bLKJxj .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #e0e2e2;
  border-radius: 10rem;
}
.cid-uER6bLKJxj .content-wrapper {
  border-radius: 32px;
  background-color: #1d1d1f;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uER6bLKJxj .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uER6bLKJxj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 767px) {
  .cid-uER6bLKJxj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uER6bLKJxj .embla__slide .slide-content {
  padding: 48px;
  border-radius: 32px !important;
  background-color: #212124;
}
@media (max-width: 768px) {
  .cid-uER6bLKJxj .embla__slide .slide-content {
    padding: 16px;
  }
}
.cid-uER6bLKJxj .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uER6bLKJxj .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  margin: 0 auto;
}
.cid-uER6bLKJxj .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uER6bLKJxj .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uER6bLKJxj .embla__slide .slide-content .item-content .item-name {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uER6bLKJxj .embla__button--next,
.cid-uER6bLKJxj .embla__button--prev {
  display: flex;
}
.cid-uER6bLKJxj .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #1c1c1c !important;
  color: #1c1c1c !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uER6bLKJxj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uER6bLKJxj .embla__button:hover {
  opacity: .8 !important;
}
.cid-uER6bLKJxj .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 768px) {
  .cid-uER6bLKJxj .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uER6bLKJxj .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 768px) {
  .cid-uER6bLKJxj .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uER6bLKJxj .embla__button {
    top: 1rem;
  }
}
.cid-uER6bLKJxj .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uER6bLKJxj .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uER6bLKJxj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uER6bLKJxj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uER6bLKJxj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uER6bLKJxj .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uER6bLKJxj .item-name {
  color: #ffffff;
}
.cid-uER6bLKJxj .item-text {
  color: #ffffff;
}
.cid-uER6bLKJxj .mbr-section-title,
.cid-uER6bLKJxj .title-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uEPRt40edC {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uEPRt40edC .item-wrapper {
  width: 100%;
}
.cid-uEPRt40edC .carousel-caption {
  bottom: 40px;
}
.cid-uEPRt40edC .carousel-control {
  top: 59%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all 0.3s;
  color: #000000;
}
.cid-uEPRt40edC .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 4.5rem;
}
.cid-uEPRt40edC .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 4.5rem;
}
.cid-uEPRt40edC .left-side {
  text-align: left;
}
.cid-uEPRt40edC .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 400px;
}
.cid-uEPRt40edC .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uEPRt40edC .row {
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.cid-uEPRt40edC .carousel-fade .active.carousel-item-left,
.cid-uEPRt40edC .carousel-fade .active.carousel-item-right {
  transition: opacity 0.5s 0s;
}
.cid-uEPRt40edC .carousel-fade .carousel-item-left.carousel-item-next,
.cid-uEPRt40edC .carousel-fade .carousel-item-right.carousel-item-prev {
  transition: opacity 0.5s 0.5s;
}
.cid-uEPRt40edC .carousel-control-next,
.cid-uEPRt40edC .carousel-control-prev {
  opacity: 1;
}
.cid-uEPRt40edC .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-uEPRt40edC .card-box:focus-within {
  opacity: 1;
}
.cid-uEPRt40edC .row-center {
  height: 100%;
}
.cid-uEPRt40edC .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 400px;
  min-height: 250px;
  padding: 20px;
}
.cid-uEPRt40edC .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.cid-uEPRt40edC .card-wrapper:hover .card-box,
.cid-uEPRt40edC .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uEPRt40edC .card-wrapper:hover:before,
.cid-uEPRt40edC .card-wrapper:focus-within:before {
  opacity: 0.5;
}
.cid-uEPRt40edC .card-title {
  color: #fafafa;
  text-align: left;
}
.cid-uEPRt40edC .carousel-item {
  justify-content: center;
}
.cid-uEPRt40edC .g {
  grid-row-gap: 24px;
}
.cid-uEPRt40edC .mobi-mbri {
  font-size: 25px;
  color: #012B3A !important;
}
.cid-uEPRt40edC .container {
  width: 95%;
  margin: auto;
}
@media (max-width: 1000px) {
  .cid-uEPRt40edC .carousel-control {
    display: none;
  }
  .cid-uEPRt40edC .container {
    width: 100%;
    padding: 0;
  }
}
.cid-uEPRt40edC .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-uEPRt40edC .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: center;
}
.cid-uEPRt40edC a {
  font-weight: 400;
}
.cid-uEPRt40edC .card1 {
  background-image: url("../../../assets/images/10-640x427.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEPRt40edC .card2 {
  background-image: url("../../../assets/images/5-1800x900.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEPRt40edC .card3 {
  background-image: url("../../../assets/images/7-600x375.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEPRt40edC .card4 {
  background-image: url("../../../assets/images/3.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEPRt40edC .card5 {
  background-image: url("../../../assets/images/1-612x408.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEPRt40edC .card6 {
  background-image: url("../../../assets/images/4.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEPRt40edC .card7 {
  background-image: url("../../../assets/images/2-768x432.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEPRt40edC .card8 {
  background-image: url("../../../assets/images/8-1600x900.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEPRt40edC .card9 {
  background-image: url("../../../assets/images/11.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEPRt40edC .card10 {
  background-image: url("../../../assets/images/12-735x562.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-uEPRt40edC .g {
    grid-row-gap: 15px;
  }
}
.cid-uEPRt40edC .carousel.slide {
  padding: 0;
}
.cid-uEPRt4ysKv {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uEPRt4ysKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPRt4ysKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPRt4ysKv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uEPRt4ysKv .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uEPRt4ysKv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEPRt4ysKv .container {
    padding: 0 16px;
  }
}
.cid-uEPRt4ysKv .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uEPRt4ysKv .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uEPRt4ysKv .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-uEPRt4ysKv .panel-group .card:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uEPRt4ysKv .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uEPRt4ysKv .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uEPRt4ysKv .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uEPRt4ysKv .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uEPRt4ysKv .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uEPRt4ysKv .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEPRt4ysKv .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uEPRt4ysKv .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uEPRt4ysKv .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uEPRt4ysKv .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uEPRt4ysKv .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uEPRt4ysKv .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uEPRt4ysKv .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uEPRt4ysKv .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uEPRt4ysKv .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uEPRt4ysKv .mbr-section-title {
  color: #1c1c1c;
}
.cid-uEPRt4ysKv .panel-number {
  color: #1c1c1c;
}
.cid-uEPRt4ysKv .panel-title-edit {
  color: #1c1c1c;
}
.cid-uEPRt4ysKv .panel-text {
  color: #000000;
}
.cid-uF3fU3FRIa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF3fU3FRIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3fU3FRIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3fU3FRIa .row {
  justify-content: space-between;
}
.cid-uF3fU3FRIa .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uF3fU3FRIa .content-wrapper {
    padding: 0;
  }
}
.cid-uF3fU3FRIa .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF3fU3FRIa .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uF3fU3FRIa .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF3fU3FRIa .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uF3fU3FRIa .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uF3fU3FRIa .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uF3fU3FRIa .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uF3fU3FRIa .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uF3fU3FRIa .mbr-section-title {
  color: #000000;
}
.cid-uF3fU3FRIa .mbr-desc {
  color: #000000;
}
.cid-uF3fU3FRIa .mbr-text {
  color: #000000;
}
.cid-uF4h3EuD9d {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-uF4h3EuD9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4h3EuD9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4h3EuD9d .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF4h3EuD9d .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uF4h3EuD9d .container {
    padding: 0 30px;
  }
}
.cid-uF4h3EuD9d .row {
  justify-content: center;
}
.cid-uF4h3EuD9d .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4h3EuD9d .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4h3EuD9d .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4h3EuD9d .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4h3EuD9d .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 160px;
  height: 140px;
  object-fit: contain;
  background-color: white;
}
.cid-uF4h3EuD9d .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF4h3EuD9d .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4h3EuD9d .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4h3EuD9d .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4h3EuD9d .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uF4h3EuD9d .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4h3EuD9d .nav-wrapper .list .item-wrap:hover,
.cid-uF4h3EuD9d .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4h3EuD9d .nav-wrapper .list .item-wrap:hover::before,
.cid-uF4h3EuD9d .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uF4h3EuD9d .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uF4h3EuD9d .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4h3EuD9d .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4h3EuD9d .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4h3EuD9d .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4h3EuD9d .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4h3EuD9d .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uF4h3EuD9d .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4h3EuD9d .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4h3EuD9d .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uF4h3EuD9d .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uF4h3EuD9d .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uF4h3EuD9d .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4h3EuD9d .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uF4h3EuD9d .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4h3EuD9d .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4h3EuD9d .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uF4h3EuD9d .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4h3EuD9d .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uF4h3EuD9d .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uF4h3EuD9d .mbr-section-title {
  color: #bee0d6;
}
.cid-uF4h3EuD9d .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF4h3EuD9d .list {
  color: #bee0d6;
}
.cid-uF4h3EuD9d .mbr-address {
  color: #e0e2e2;
}
.cid-uF4h3EuD9d .mbr-copy {
  color: #ffffff;
}
.cid-uF4h3EuD9d .list,
.cid-uF4h3EuD9d .item-wrap,
.cid-uF4h3EuD9d .nav-wrapper {
  text-align: left;
  color: #eaeaea;
}
.cid-uF4h3EuD9d .mbr-section-title,
.cid-uF4h3EuD9d .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uF4mgbmHrX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .nav-item,
.cid-uF4mgbmHrX .nav-link,
.cid-uF4mgbmHrX .navbar-caption {
  font-weight: normal;
}
.cid-uF4mgbmHrX .nav-item:focus,
.cid-uF4mgbmHrX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4mgbmHrX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4mgbmHrX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF4mgbmHrX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF4mgbmHrX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uF4mgbmHrX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4mgbmHrX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 7.1rem);
  }
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF4mgbmHrX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF4mgbmHrX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF4mgbmHrX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4mgbmHrX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF4mgbmHrX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF4mgbmHrX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF4mgbmHrX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF4mgbmHrX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF4mgbmHrX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF4mgbmHrX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF4mgbmHrX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4mgbmHrX .dropdown-item.active,
.cid-uF4mgbmHrX .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4mgbmHrX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF4mgbmHrX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4mgbmHrX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF4mgbmHrX .navbar-buttons {
  text-align: center;
}
.cid-uF4mgbmHrX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF4mgbmHrX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uF4mgbmHrX .soc-item {
  margin: .5rem .3rem;
}
.cid-uF4mgbmHrX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link,
.cid-uF4mgbmHrX a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uF4mgbmHrX a.nav-link:hover .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4mgbmHrX .navbar {
    height: 77px;
  }
  .cid-uF4mgbmHrX .navbar.opened {
    height: auto;
  }
  .cid-uF4mgbmHrX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEu7g0Zvko {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/how-to-start-a-cleaning-business-article-image.webp");
}
.cid-uEu7g0Zvko .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7g0Zvko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7g0Zvko .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEu7g0Zvko .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEu7g0Zvko .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7g0Zvko .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEu7g0Zvko .container {
    padding: 0 24px;
  }
}
.cid-uEu7g0Zvko .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uEu7g0Zvko .content-wrapper {
    padding: 0;
  }
}
.cid-uEu7g0Zvko .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uEu7g0Zvko .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uEu7g0Zvko .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uEu7g0Zvko .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEu7g0Zvko .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uEu7g0Zvko .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEu7g0Zvko .mbr-section-title {
  color: #ffffff;
}
.cid-uEu7g0Zvko .mbr-desc,
.cid-uEu7g0Zvko .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEu7g0Zvko .mbr-text,
.cid-uEu7g0Zvko .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uEu7g0Zvko .mbr-section-title,
.cid-uEu7g0Zvko .mbr-section-btn {
  text-align: left;
}
.cid-uEu7g1nUi9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEu7g1nUi9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7g1nUi9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7g1nUi9 .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEu7g1nUi9 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEu7g1nUi9 .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEu7g1nUi9 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEu7g1nUi9 .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEu7g1nUi9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEu7g1nUi9 .content-wrapper .title-wrapper .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEu7g1nUi9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEu7g1nUi9 .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEu7g1nUi9 .image-wrapper img {
    height: 350px;
  }
}
.cid-uEu7g1nUi9 .mbr-section-title {
  color: #000000;
}
.cid-uEu7g1nUi9 .mbr-desc {
  color: #b19a7c;
}
.cid-uEu7g1nUi9 .mbr-text {
  color: #404349;
}
.cid-uEu7g1PWSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEu7g1PWSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7g1PWSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7g1PWSc .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEu7g1PWSc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEu7g1PWSc .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEu7g1PWSc .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uEu7g1PWSc .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uEu7g1PWSc .title-wrapper .title-wrap .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEu7g1PWSc .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uEu7g1PWSc .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uEu7g1PWSc .item:hover .item-wrapper .item-content,
.cid-uEu7g1PWSc .item:focus .item-wrapper .item-content {
  background-color: #ffffff;
  margin: 10px;
}
.cid-uEu7g1PWSc .item:hover .item-wrapper .item-content .item-title,
.cid-uEu7g1PWSc .item:focus .item-wrapper .item-content .item-title {
  color: #404349;
}
.cid-uEu7g1PWSc .item:hover .item-wrapper .item-content .item-text,
.cid-uEu7g1PWSc .item:focus .item-wrapper .item-content .item-text {
  color: #404349;
}
.cid-uEu7g1PWSc .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
}
.cid-uEu7g1PWSc .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEu7g1PWSc .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEu7g1PWSc .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(top, transparent, #404349);
  pointer-events: none;
  z-index: 1;
}
.cid-uEu7g1PWSc .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEu7g1PWSc .item .item-wrapper .item-content {
    padding: 20px;
    background-color: #ffffff;
    margin: 10px;
  }
}
.cid-uEu7g1PWSc .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.cid-uEu7g1PWSc .item .item-wrapper .item-content .desc-wrap .desc_1 {
  background-color: #000000;
}
.cid-uEu7g1PWSc .item .item-wrapper .item-content .desc-wrap .desc_2 {
  background-color: #000000;
}
.cid-uEu7g1PWSc .item .item-wrapper .item-content .desc-wrap .desc_3 {
  background-color: #1c1c1c;
}
.cid-uEu7g1PWSc .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEu7g1PWSc .item .item-wrapper .item-content .item-title {
    color: #404349;
  }
}
.cid-uEu7g1PWSc .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEu7g1PWSc .item .item-wrapper .item-content .item-text {
    color: #404349;
  }
}
.cid-uEu7g1PWSc .mbr-section-title {
  color: #404349;
}
.cid-uEu7g1PWSc .mbr-desc {
  color: #b19a7c;
}
.cid-uEu7g1PWSc .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uEu7g1PWSc .item-desc {
  color: #ffffff;
}
.cid-uEu7g1PWSc .item-text {
  color: #ffffff;
}
.cid-uEu7g1PWSc .mbr-section-title,
.cid-uEu7g1PWSc .title-wrap {
  color: #000000;
}
.cid-uEu7g2n7I0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEu7g2n7I0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7g2n7I0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7g2n7I0 .row {
  justify-content: space-between;
}
.cid-uEu7g2n7I0 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uEu7g2n7I0 .content-wrapper {
    padding: 0;
  }
}
.cid-uEu7g2n7I0 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEu7g2n7I0 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uEu7g2n7I0 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEu7g2n7I0 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uEu7g2n7I0 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uEu7g2n7I0 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uEu7g2n7I0 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uEu7g2n7I0 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uEu7g2n7I0 .mbr-section-title {
  color: #000000;
}
.cid-uEu7g2n7I0 .mbr-desc {
  color: #000000;
}
.cid-uEu7g2n7I0 .mbr-text {
  color: #000000;
}
.cid-uEu7g30lG5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uEu7g30lG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7g30lG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7g30lG5 .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uEu7g30lG5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uEu7g30lG5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7g30lG5 .container {
    padding: 0 16px;
  }
}
.cid-uEu7g30lG5 .image-wrapper {
  height: 100%;
}
.cid-uEu7g30lG5 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uEu7g30lG5 .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-uEu7g30lG5 .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-uEu7g30lG5 .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7g30lG5 .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uEu7g30lG5 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEu7g30lG5 .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uEu7g30lG5 .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEu7g30lG5 .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uEu7g30lG5 .mbr-section-title {
  color: #1c1c1c;
}
.cid-uEu7g30lG5 .mbr-text {
  color: #1c1c1c;
}
.cid-uFdPCnIyAT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #1c1c1c;
}
.cid-uFdPCnIyAT .mbr-text {
  color: #767676;
}
.cid-uFdPCnIyAT h4 {
  font-weight: 500;
}
.cid-uFdPCnIyAT h4,
.cid-uFdPCnIyAT h5 {
  text-align: center;
}
.cid-uFdPCnIyAT p {
  text-align: center;
}
.cid-uFdPCnIyAT .card-box {
  text-align: center;
}
.cid-uFdPCnIyAT .card-img {
  font-size: 3rem;
}
.cid-uFdPCnIyAT .mbr-iconfont {
  color: #1c1c1c;
}
.cid-uFdPCnIyAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFdPCnIyAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFdPCnIyAT .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uER5Z76Ly4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-uER5Z76Ly4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uER5Z76Ly4 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uER5Z76Ly4 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uER5Z76Ly4 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uER5Z76Ly4 .container {
    padding: 0 12px;
  }
}
.cid-uER5Z76Ly4 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uER5Z76Ly4 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uER5Z76Ly4 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
  width: fit-content;
}
.cid-uER5Z76Ly4 .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #000000;
  border-radius: 10rem;
}
.cid-uER5Z76Ly4 .content-wrapper {
  border-radius: 32px;
  background-color: #1d1d1f;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uER5Z76Ly4 .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uER5Z76Ly4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 767px) {
  .cid-uER5Z76Ly4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uER5Z76Ly4 .embla__slide .slide-content {
  padding: 48px;
  border-radius: 32px !important;
  background-color: #212124;
}
@media (max-width: 768px) {
  .cid-uER5Z76Ly4 .embla__slide .slide-content {
    padding: 16px;
  }
}
.cid-uER5Z76Ly4 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uER5Z76Ly4 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  margin: 0 auto;
}
.cid-uER5Z76Ly4 .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uER5Z76Ly4 .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uER5Z76Ly4 .embla__slide .slide-content .item-content .item-name {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uER5Z76Ly4 .embla__button--next,
.cid-uER5Z76Ly4 .embla__button--prev {
  display: flex;
}
.cid-uER5Z76Ly4 .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #1c1c1c !important;
  color: #1c1c1c !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uER5Z76Ly4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uER5Z76Ly4 .embla__button:hover {
  opacity: .8 !important;
}
.cid-uER5Z76Ly4 .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 768px) {
  .cid-uER5Z76Ly4 .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uER5Z76Ly4 .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 768px) {
  .cid-uER5Z76Ly4 .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uER5Z76Ly4 .embla__button {
    top: 1rem;
  }
}
.cid-uER5Z76Ly4 .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uER5Z76Ly4 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uER5Z76Ly4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uER5Z76Ly4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uER5Z76Ly4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uER5Z76Ly4 .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uER5Z76Ly4 .item-name {
  color: #ffffff;
}
.cid-uER5Z76Ly4 .item-text {
  color: #ffffff;
}
.cid-uEu7g3zE2w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uEu7g3zE2w .item-wrapper {
  width: 100%;
}
.cid-uEu7g3zE2w .carousel-caption {
  bottom: 40px;
}
.cid-uEu7g3zE2w .carousel-control {
  top: 59%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all 0.3s;
  color: #000000;
}
.cid-uEu7g3zE2w .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 4.5rem;
}
.cid-uEu7g3zE2w .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 4.5rem;
}
.cid-uEu7g3zE2w .left-side {
  text-align: left;
}
.cid-uEu7g3zE2w .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 400px;
}
.cid-uEu7g3zE2w .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uEu7g3zE2w .row {
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.cid-uEu7g3zE2w .carousel-fade .active.carousel-item-left,
.cid-uEu7g3zE2w .carousel-fade .active.carousel-item-right {
  transition: opacity 0.5s 0s;
}
.cid-uEu7g3zE2w .carousel-fade .carousel-item-left.carousel-item-next,
.cid-uEu7g3zE2w .carousel-fade .carousel-item-right.carousel-item-prev {
  transition: opacity 0.5s 0.5s;
}
.cid-uEu7g3zE2w .carousel-control-next,
.cid-uEu7g3zE2w .carousel-control-prev {
  opacity: 1;
}
.cid-uEu7g3zE2w .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-uEu7g3zE2w .card-box:focus-within {
  opacity: 1;
}
.cid-uEu7g3zE2w .row-center {
  height: 100%;
}
.cid-uEu7g3zE2w .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 400px;
  min-height: 250px;
  padding: 20px;
}
.cid-uEu7g3zE2w .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.cid-uEu7g3zE2w .card-wrapper:hover .card-box,
.cid-uEu7g3zE2w .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uEu7g3zE2w .card-wrapper:hover:before,
.cid-uEu7g3zE2w .card-wrapper:focus-within:before {
  opacity: 0.5;
}
.cid-uEu7g3zE2w .card-title {
  color: #fafafa;
  text-align: left;
}
.cid-uEu7g3zE2w .carousel-item {
  justify-content: center;
}
.cid-uEu7g3zE2w .g {
  grid-row-gap: 24px;
}
.cid-uEu7g3zE2w .mobi-mbri {
  font-size: 25px;
  color: #012B3A !important;
}
.cid-uEu7g3zE2w .container {
  width: 95%;
  margin: auto;
}
@media (max-width: 1000px) {
  .cid-uEu7g3zE2w .carousel-control {
    display: none;
  }
  .cid-uEu7g3zE2w .container {
    width: 100%;
    padding: 0;
  }
}
.cid-uEu7g3zE2w .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-uEu7g3zE2w .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: center;
}
.cid-uEu7g3zE2w a {
  font-weight: 400;
}
.cid-uEu7g3zE2w .card1 {
  background-image: url("../../../assets/images/1.1-600x400.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7g3zE2w .card2 {
  background-image: url("../../../assets/images/1.2-1030x644.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7g3zE2w .card3 {
  background-image: url("../../../assets/images/1.3-1000x667.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7g3zE2w .card4 {
  background-image: url("../../../assets/images/1.4.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7g3zE2w .card5 {
  background-image: url("../../../assets/images/8.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7g3zE2w .card6 {
  background-image: url("../../../assets/images/6.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7g3zE2w .card7 {
  background-image: url("../../../assets/images/4-1.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7g3zE2w .card8 {
  background-image: url("../../../assets/images/7.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7g3zE2w .card9 {
  background-image: url("../../../assets/images/2.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7g3zE2w .card10 {
  background-image: url("../../../assets/images/1.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-uEu7g3zE2w .g {
    grid-row-gap: 15px;
  }
}
.cid-uEu7g3zE2w .carousel.slide {
  padding: 0;
}
.cid-uEu7g53tzL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEu7g53tzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7g53tzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7g53tzL .row {
  justify-content: space-between;
}
.cid-uEu7g53tzL .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uEu7g53tzL .content-wrapper {
    padding: 0;
  }
}
.cid-uEu7g53tzL .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEu7g53tzL .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uEu7g53tzL .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEu7g53tzL .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uEu7g53tzL .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uEu7g53tzL .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uEu7g53tzL .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uEu7g53tzL .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uEu7g53tzL .mbr-section-title {
  color: #000000;
}
.cid-uEu7g53tzL .mbr-desc {
  color: #000000;
}
.cid-uEu7g53tzL .mbr-text {
  color: #000000;
}
.cid-uEu7g5JEqo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uEu7g5JEqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7g5JEqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7g5JEqo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uEu7g5JEqo .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7g5JEqo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7g5JEqo .container {
    padding: 0 16px;
  }
}
.cid-uEu7g5JEqo .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uEu7g5JEqo .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uEu7g5JEqo .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-uEu7g5JEqo .panel-group .card:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uEu7g5JEqo .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uEu7g5JEqo .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uEu7g5JEqo .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uEu7g5JEqo .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uEu7g5JEqo .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uEu7g5JEqo .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEu7g5JEqo .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uEu7g5JEqo .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uEu7g5JEqo .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uEu7g5JEqo .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uEu7g5JEqo .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uEu7g5JEqo .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uEu7g5JEqo .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uEu7g5JEqo .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uEu7g5JEqo .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uEu7g5JEqo .mbr-section-title {
  color: #1c1c1c;
}
.cid-uEu7g5JEqo .panel-number {
  color: #1c1c1c;
}
.cid-uEu7g5JEqo .panel-title-edit {
  color: #1c1c1c;
}
.cid-uEu7g5JEqo .panel-text {
  color: #000000;
}
.cid-uF4hclur6p {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-uF4hclur6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4hclur6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4hclur6p .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF4hclur6p .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uF4hclur6p .container {
    padding: 0 30px;
  }
}
.cid-uF4hclur6p .row {
  justify-content: center;
}
.cid-uF4hclur6p .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hclur6p .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hclur6p .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4hclur6p .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hclur6p .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 160px;
  height: 140px;
  object-fit: contain;
  background-color: white;
}
.cid-uF4hclur6p .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF4hclur6p .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hclur6p .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hclur6p .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4hclur6p .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uF4hclur6p .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hclur6p .nav-wrapper .list .item-wrap:hover,
.cid-uF4hclur6p .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4hclur6p .nav-wrapper .list .item-wrap:hover::before,
.cid-uF4hclur6p .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uF4hclur6p .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uF4hclur6p .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4hclur6p .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hclur6p .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hclur6p .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4hclur6p .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hclur6p .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uF4hclur6p .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4hclur6p .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hclur6p .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uF4hclur6p .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uF4hclur6p .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uF4hclur6p .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hclur6p .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uF4hclur6p .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4hclur6p .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4hclur6p .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uF4hclur6p .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hclur6p .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uF4hclur6p .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uF4hclur6p .mbr-section-title {
  color: #bee0d6;
}
.cid-uF4hclur6p .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF4hclur6p .list {
  color: #bee0d6;
}
.cid-uF4hclur6p .mbr-address {
  color: #e0e2e2;
}
.cid-uF4hclur6p .mbr-copy {
  color: #ffffff;
}
.cid-uF4hclur6p .list,
.cid-uF4hclur6p .item-wrap,
.cid-uF4hclur6p .nav-wrapper {
  text-align: left;
  color: #eaeaea;
}
.cid-uF4hclur6p .mbr-section-title,
.cid-uF4hclur6p .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uF4mgbmHrX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .nav-item,
.cid-uF4mgbmHrX .nav-link,
.cid-uF4mgbmHrX .navbar-caption {
  font-weight: normal;
}
.cid-uF4mgbmHrX .nav-item:focus,
.cid-uF4mgbmHrX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4mgbmHrX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4mgbmHrX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF4mgbmHrX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF4mgbmHrX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uF4mgbmHrX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4mgbmHrX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 7.1rem);
  }
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF4mgbmHrX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF4mgbmHrX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF4mgbmHrX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4mgbmHrX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF4mgbmHrX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF4mgbmHrX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF4mgbmHrX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF4mgbmHrX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF4mgbmHrX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF4mgbmHrX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF4mgbmHrX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4mgbmHrX .dropdown-item.active,
.cid-uF4mgbmHrX .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4mgbmHrX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF4mgbmHrX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4mgbmHrX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF4mgbmHrX .navbar-buttons {
  text-align: center;
}
.cid-uF4mgbmHrX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF4mgbmHrX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uF4mgbmHrX .soc-item {
  margin: .5rem .3rem;
}
.cid-uF4mgbmHrX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link,
.cid-uF4mgbmHrX a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uF4mgbmHrX a.nav-link:hover .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4mgbmHrX .navbar {
    height: 77px;
  }
  .cid-uF4mgbmHrX .navbar.opened {
    height: auto;
  }
  .cid-uF4mgbmHrX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEt1bzkyNx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hospital-1-2000x1333.webp");
}
.cid-uEt1bzkyNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEt1bzkyNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEt1bzkyNx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEt1bzkyNx .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEt1bzkyNx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEt1bzkyNx .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEt1bzkyNx .container {
    padding: 0 24px;
  }
}
.cid-uEt1bzkyNx .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uEt1bzkyNx .content-wrapper {
    padding: 0;
  }
}
.cid-uEt1bzkyNx .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uEt1bzkyNx .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uEt1bzkyNx .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uEt1bzkyNx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEt1bzkyNx .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uEt1bzkyNx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEt1bzkyNx .mbr-section-title {
  color: #ffffff;
}
.cid-uEt1bzkyNx .mbr-desc,
.cid-uEt1bzkyNx .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEt1bzkyNx .mbr-text,
.cid-uEt1bzkyNx .text-wrapper {
  color: #f4f4f4;
  text-align: left;
}
.cid-uEt1bzkyNx .mbr-section-title,
.cid-uEt1bzkyNx .mbr-section-btn {
  text-align: left;
}
.cid-uEt1bzWjdK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEt1bzWjdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEt1bzWjdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEt1bzWjdK .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEt1bzWjdK .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEt1bzWjdK .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEt1bzWjdK .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEt1bzWjdK .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEt1bzWjdK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEt1bzWjdK .content-wrapper .title-wrapper .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEt1bzWjdK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEt1bzWjdK .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEt1bzWjdK .image-wrapper img {
    height: 350px;
  }
}
.cid-uEt1bzWjdK .mbr-section-title {
  color: #000000;
}
.cid-uEt1bzWjdK .mbr-desc {
  color: #b19a7c;
}
.cid-uEt1bzWjdK .mbr-text {
  color: #404349;
}
.cid-uEt1bAoQ4q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEt1bAoQ4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEt1bAoQ4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEt1bAoQ4q .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEt1bAoQ4q .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEt1bAoQ4q .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEt1bAoQ4q .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uEt1bAoQ4q .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uEt1bAoQ4q .title-wrapper .title-wrap .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEt1bAoQ4q .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uEt1bAoQ4q .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uEt1bAoQ4q .item:hover .item-wrapper .item-content,
.cid-uEt1bAoQ4q .item:focus .item-wrapper .item-content {
  background-color: #ffffff;
  margin: 10px;
}
.cid-uEt1bAoQ4q .item:hover .item-wrapper .item-content .item-title,
.cid-uEt1bAoQ4q .item:focus .item-wrapper .item-content .item-title {
  color: #404349;
}
.cid-uEt1bAoQ4q .item:hover .item-wrapper .item-content .item-text,
.cid-uEt1bAoQ4q .item:focus .item-wrapper .item-content .item-text {
  color: #404349;
}
.cid-uEt1bAoQ4q .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
}
.cid-uEt1bAoQ4q .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEt1bAoQ4q .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEt1bAoQ4q .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(top, transparent, #404349);
  pointer-events: none;
  z-index: 1;
}
.cid-uEt1bAoQ4q .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEt1bAoQ4q .item .item-wrapper .item-content {
    padding: 20px;
    background-color: #ffffff;
    margin: 10px;
  }
}
.cid-uEt1bAoQ4q .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.cid-uEt1bAoQ4q .item .item-wrapper .item-content .desc-wrap .desc_1 {
  background-color: #000000;
}
.cid-uEt1bAoQ4q .item .item-wrapper .item-content .desc-wrap .desc_2 {
  background-color: #000000;
}
.cid-uEt1bAoQ4q .item .item-wrapper .item-content .desc-wrap .desc_3 {
  background-color: #1c1c1c;
}
.cid-uEt1bAoQ4q .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEt1bAoQ4q .item .item-wrapper .item-content .item-title {
    color: #404349;
  }
}
.cid-uEt1bAoQ4q .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEt1bAoQ4q .item .item-wrapper .item-content .item-text {
    color: #404349;
  }
}
.cid-uEt1bAoQ4q .mbr-section-title {
  color: #404349;
}
.cid-uEt1bAoQ4q .mbr-desc {
  color: #b19a7c;
}
.cid-uEt1bAoQ4q .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uEt1bAoQ4q .item-desc {
  color: #ffffff;
}
.cid-uEt1bAoQ4q .item-text {
  color: #ffffff;
}
.cid-uEt1bAoQ4q .mbr-section-title,
.cid-uEt1bAoQ4q .title-wrap {
  color: #000000;
}
.cid-uEt1bATkCV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEt1bATkCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEt1bATkCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEt1bATkCV .row {
  justify-content: space-between;
}
.cid-uEt1bATkCV .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uEt1bATkCV .content-wrapper {
    padding: 0;
  }
}
.cid-uEt1bATkCV .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEt1bATkCV .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uEt1bATkCV .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEt1bATkCV .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uEt1bATkCV .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uEt1bATkCV .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uEt1bATkCV .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uEt1bATkCV .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uEt1bATkCV .mbr-section-title {
  color: #000000;
}
.cid-uEt1bATkCV .mbr-desc {
  color: #000000;
}
.cid-uEt1bATkCV .mbr-text {
  color: #000000;
}
.cid-uF3zerlU2x {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uF3zerlU2x .mbr-section-title {
  padding: 0 60px;
  margin-bottom: 80px;
  color: #050f0f;
}
@media (max-width: 992px) {
  .cid-uF3zerlU2x .mbr-section-title {
    padding: 0;
    margin-bottom: 24px;
  }
}
.cid-uF3zerlU2x .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 512px;
  max-width: 512px;
}
@media (max-width: 767px) {
  .cid-uF3zerlU2x .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uF3zerlU2x .embla__slide .slide-content {
  width: 100%;
}
.cid-uF3zerlU2x .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f7fff7;
  border: 3px solid #050f0f;
  overflow: hidden;
}
.cid-uF3zerlU2x .embla__slide .slide-content .item-content .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-bottom: 3px solid #050f0f;
  border-radius: 0 !important;
}
.cid-uF3zerlU2x .embla__slide .slide-content .item-content .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uF3zerlU2x .embla__slide .slide-content .item-content .text-wrapper {
    padding: 32px 16px 24px 16px;
  }
}
.cid-uF3zerlU2x .embla__slide .slide-content .item-content .text-wrapper .item-date {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-uF3zerlU2x .embla__slide .slide-content .item-content .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uF3zerlU2x .embla__slide .slide-content .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uF3zerlU2x .embla__slide .slide-content .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 32px 32px 32px;
}
@media (max-width: 992px) {
  .cid-uF3zerlU2x .embla__slide .slide-content .icon-wrapper {
    padding: 0 16px 32px 16px;
  }
}
.cid-uF3zerlU2x .embla__slide .slide-content .icon-wrapper .mbr-iconfont {
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #34363a;
  border: 3px solid #ffffff;
  border-radius: 100%;
  box-shadow: 2px 2px #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uF3zerlU2x .embla__slide .slide-content .icon-wrapper .mbr-iconfont:hover,
.cid-uF3zerlU2x .embla__slide .slide-content .icon-wrapper .mbr-iconfont:focus {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uF3zerlU2x .embla__button--next,
.cid-uF3zerlU2x .embla__button--prev {
  display: flex;
}
.cid-uF3zerlU2x .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  font-size: 24px;
  background-color: #ffe66d !important;
  color: #050f0f !important;
  border: 3px solid #050f0f !important;
  box-shadow: 2px 2px #050f0f;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uF3zerlU2x .embla__button {
    display: none;
  }
}
.cid-uF3zerlU2x .embla__button:hover {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uF3zerlU2x .embla__button.embla__button--prev {
  left: 60px;
}
@media (max-width: 992px) {
  .cid-uF3zerlU2x .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uF3zerlU2x .embla__button.embla__button--next {
  right: 60px;
}
@media (max-width: 992px) {
  .cid-uF3zerlU2x .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uF3zerlU2x .embla {
  position: relative;
  width: 100%;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF3zerlU2x .embla {
    padding: 0;
  }
}
.cid-uF3zerlU2x .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uF3zerlU2x .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uF3zerlU2x .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uF3zerlU2x .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uF3zerlU2x .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uF3zerlU2x .item-date {
  color: #050f0f;
}
.cid-uF3zerlU2x .item-title {
  color: #050f0f;
}
.cid-uF3zerlU2x .item-text {
  color: #050f0f;
}
.cid-uF3zerlU2x .icon-wrapper {
  text-align: right;
}
.cid-uEt1bCdPJ5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEt1bCdPJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEt1bCdPJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEt1bCdPJ5 .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uEt1bCdPJ5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uEt1bCdPJ5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEt1bCdPJ5 .container {
    padding: 0 16px;
  }
}
.cid-uEt1bCdPJ5 .image-wrapper {
  height: 100%;
}
.cid-uEt1bCdPJ5 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uEt1bCdPJ5 .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-uEt1bCdPJ5 .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-uEt1bCdPJ5 .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEt1bCdPJ5 .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uEt1bCdPJ5 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEt1bCdPJ5 .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uEt1bCdPJ5 .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEt1bCdPJ5 .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uEt1bCdPJ5 .mbr-section-title {
  color: #1c1c1c;
}
.cid-uEt1bCdPJ5 .mbr-text {
  color: #1c1c1c;
}
.cid-uFdPvnCRf4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #1c1c1c;
}
.cid-uFdPvnCRf4 .mbr-text {
  color: #767676;
}
.cid-uFdPvnCRf4 h4 {
  font-weight: 500;
}
.cid-uFdPvnCRf4 h4,
.cid-uFdPvnCRf4 h5 {
  text-align: center;
}
.cid-uFdPvnCRf4 p {
  text-align: center;
}
.cid-uFdPvnCRf4 .card-box {
  text-align: center;
}
.cid-uFdPvnCRf4 .card-img {
  font-size: 3rem;
}
.cid-uFdPvnCRf4 .mbr-iconfont {
  color: #1c1c1c;
}
.cid-uFdPvnCRf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFdPvnCRf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFdPvnCRf4 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uER63loFZ6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-uER63loFZ6 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uER63loFZ6 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uER63loFZ6 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uER63loFZ6 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uER63loFZ6 .container {
    padding: 0 12px;
  }
}
.cid-uER63loFZ6 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uER63loFZ6 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uER63loFZ6 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
  width: fit-content;
}
.cid-uER63loFZ6 .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #000000;
  border-radius: 10rem;
}
.cid-uER63loFZ6 .content-wrapper {
  border-radius: 32px;
  background-color: #1d1d1f;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uER63loFZ6 .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uER63loFZ6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 767px) {
  .cid-uER63loFZ6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uER63loFZ6 .embla__slide .slide-content {
  padding: 48px;
  border-radius: 32px !important;
  background-color: #212124;
}
@media (max-width: 768px) {
  .cid-uER63loFZ6 .embla__slide .slide-content {
    padding: 16px;
  }
}
.cid-uER63loFZ6 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uER63loFZ6 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  margin: 0 auto;
}
.cid-uER63loFZ6 .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uER63loFZ6 .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uER63loFZ6 .embla__slide .slide-content .item-content .item-name {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uER63loFZ6 .embla__button--next,
.cid-uER63loFZ6 .embla__button--prev {
  display: flex;
}
.cid-uER63loFZ6 .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #1c1c1c !important;
  color: #1c1c1c !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uER63loFZ6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uER63loFZ6 .embla__button:hover {
  opacity: .8 !important;
}
.cid-uER63loFZ6 .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 768px) {
  .cid-uER63loFZ6 .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uER63loFZ6 .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 768px) {
  .cid-uER63loFZ6 .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uER63loFZ6 .embla__button {
    top: 1rem;
  }
}
.cid-uER63loFZ6 .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uER63loFZ6 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uER63loFZ6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uER63loFZ6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uER63loFZ6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uER63loFZ6 .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uER63loFZ6 .item-name {
  color: #ffffff;
}
.cid-uER63loFZ6 .item-text {
  color: #ffffff;
}
.cid-uEt1bCLmss {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uEt1bCLmss .item-wrapper {
  width: 100%;
}
.cid-uEt1bCLmss .carousel-caption {
  bottom: 40px;
}
.cid-uEt1bCLmss .carousel-control {
  top: 59%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all 0.3s;
  color: #000000;
}
.cid-uEt1bCLmss .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 4.5rem;
}
.cid-uEt1bCLmss .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 4.5rem;
}
.cid-uEt1bCLmss .left-side {
  text-align: left;
}
.cid-uEt1bCLmss .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 400px;
}
.cid-uEt1bCLmss .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uEt1bCLmss .row {
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.cid-uEt1bCLmss .carousel-fade .active.carousel-item-left,
.cid-uEt1bCLmss .carousel-fade .active.carousel-item-right {
  transition: opacity 0.5s 0s;
}
.cid-uEt1bCLmss .carousel-fade .carousel-item-left.carousel-item-next,
.cid-uEt1bCLmss .carousel-fade .carousel-item-right.carousel-item-prev {
  transition: opacity 0.5s 0.5s;
}
.cid-uEt1bCLmss .carousel-control-next,
.cid-uEt1bCLmss .carousel-control-prev {
  opacity: 1;
}
.cid-uEt1bCLmss .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-uEt1bCLmss .card-box:focus-within {
  opacity: 1;
}
.cid-uEt1bCLmss .row-center {
  height: 100%;
}
.cid-uEt1bCLmss .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 400px;
  min-height: 250px;
  padding: 20px;
}
.cid-uEt1bCLmss .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.cid-uEt1bCLmss .card-wrapper:hover .card-box,
.cid-uEt1bCLmss .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uEt1bCLmss .card-wrapper:hover:before,
.cid-uEt1bCLmss .card-wrapper:focus-within:before {
  opacity: 0.5;
}
.cid-uEt1bCLmss .card-title {
  color: #fafafa;
  text-align: left;
}
.cid-uEt1bCLmss .carousel-item {
  justify-content: center;
}
.cid-uEt1bCLmss .g {
  grid-row-gap: 24px;
}
.cid-uEt1bCLmss .mobi-mbri {
  font-size: 25px;
  color: #012B3A !important;
}
.cid-uEt1bCLmss .container {
  width: 95%;
  margin: auto;
}
@media (max-width: 1000px) {
  .cid-uEt1bCLmss .carousel-control {
    display: none;
  }
  .cid-uEt1bCLmss .container {
    width: 100%;
    padding: 0;
  }
}
.cid-uEt1bCLmss .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-uEt1bCLmss .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: center;
}
.cid-uEt1bCLmss a {
  font-weight: 400;
}
.cid-uEt1bCLmss .card1 {
  background-image: url("../../../assets/images/1.1-600x360.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEt1bCLmss .card2 {
  background-image: url("../../../assets/images/1.2-900x600.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEt1bCLmss .card3 {
  background-image: url("../../../assets/images/1.4-1920x1044.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEt1bCLmss .card4 {
  background-image: url("../../../assets/images/1.6-2000x1333.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEt1bCLmss .card5 {
  background-image: url("../../../assets/images/1.7-750x386.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEt1bCLmss .card6 {
  background-image: url("../../../assets/images/3-surgical-gowns-800x600.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEt1bCLmss .card7 {
  background-image: url("../../../assets/images/hospital-uniform-800x500.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEt1bCLmss .card8 {
  background-image: url("../../../assets/images/1.3-700x600.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEt1bCLmss .card9 {
  background-image: url("../../../assets/images/1-1920x1280.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEt1bCLmss .card10 {
  background-image: url("../../../assets/images/8-800x500.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-uEt1bCLmss .g {
    grid-row-gap: 15px;
  }
}
.cid-uEt1bCLmss .carousel.slide {
  padding: 0;
}
.cid-uEt1bDqKUg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEt1bDqKUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEt1bDqKUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEt1bDqKUg .row {
  justify-content: space-between;
}
.cid-uEt1bDqKUg .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uEt1bDqKUg .content-wrapper {
    padding: 0;
  }
}
.cid-uEt1bDqKUg .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEt1bDqKUg .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uEt1bDqKUg .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEt1bDqKUg .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uEt1bDqKUg .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uEt1bDqKUg .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uEt1bDqKUg .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uEt1bDqKUg .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uEt1bDqKUg .mbr-section-title {
  color: #000000;
}
.cid-uEt1bDqKUg .mbr-desc {
  color: #000000;
}
.cid-uEt1bDqKUg .mbr-text {
  color: #000000;
}
.cid-uEt1bDURHc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uEt1bDURHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEt1bDURHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEt1bDURHc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uEt1bDURHc .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uEt1bDURHc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEt1bDURHc .container {
    padding: 0 16px;
  }
}
.cid-uEt1bDURHc .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uEt1bDURHc .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uEt1bDURHc .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-uEt1bDURHc .panel-group .card:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uEt1bDURHc .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uEt1bDURHc .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uEt1bDURHc .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uEt1bDURHc .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uEt1bDURHc .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uEt1bDURHc .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEt1bDURHc .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uEt1bDURHc .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uEt1bDURHc .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uEt1bDURHc .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uEt1bDURHc .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uEt1bDURHc .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uEt1bDURHc .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uEt1bDURHc .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uEt1bDURHc .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uEt1bDURHc .mbr-section-title {
  color: #1c1c1c;
}
.cid-uEt1bDURHc .panel-number {
  color: #1c1c1c;
}
.cid-uEt1bDURHc .panel-title-edit {
  color: #1c1c1c;
}
.cid-uEt1bDURHc .panel-text {
  color: #000000;
}
.cid-uF4h8Sg1IM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-uF4h8Sg1IM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4h8Sg1IM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4h8Sg1IM .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF4h8Sg1IM .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uF4h8Sg1IM .container {
    padding: 0 30px;
  }
}
.cid-uF4h8Sg1IM .row {
  justify-content: center;
}
.cid-uF4h8Sg1IM .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4h8Sg1IM .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4h8Sg1IM .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4h8Sg1IM .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4h8Sg1IM .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 160px;
  height: 140px;
  object-fit: contain;
  background-color: white;
}
.cid-uF4h8Sg1IM .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF4h8Sg1IM .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4h8Sg1IM .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4h8Sg1IM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4h8Sg1IM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uF4h8Sg1IM .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4h8Sg1IM .nav-wrapper .list .item-wrap:hover,
.cid-uF4h8Sg1IM .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4h8Sg1IM .nav-wrapper .list .item-wrap:hover::before,
.cid-uF4h8Sg1IM .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uF4h8Sg1IM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uF4h8Sg1IM .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4h8Sg1IM .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4h8Sg1IM .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4h8Sg1IM .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4h8Sg1IM .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4h8Sg1IM .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uF4h8Sg1IM .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4h8Sg1IM .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4h8Sg1IM .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uF4h8Sg1IM .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uF4h8Sg1IM .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uF4h8Sg1IM .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4h8Sg1IM .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uF4h8Sg1IM .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4h8Sg1IM .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4h8Sg1IM .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uF4h8Sg1IM .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4h8Sg1IM .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uF4h8Sg1IM .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uF4h8Sg1IM .mbr-section-title {
  color: #bee0d6;
}
.cid-uF4h8Sg1IM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF4h8Sg1IM .list {
  color: #bee0d6;
}
.cid-uF4h8Sg1IM .mbr-address {
  color: #e0e2e2;
}
.cid-uF4h8Sg1IM .mbr-copy {
  color: #ffffff;
}
.cid-uF4h8Sg1IM .list,
.cid-uF4h8Sg1IM .item-wrap,
.cid-uF4h8Sg1IM .nav-wrapper {
  text-align: left;
  color: #eaeaea;
}
.cid-uF4h8Sg1IM .mbr-section-title,
.cid-uF4h8Sg1IM .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uF4mgbmHrX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .nav-item,
.cid-uF4mgbmHrX .nav-link,
.cid-uF4mgbmHrX .navbar-caption {
  font-weight: normal;
}
.cid-uF4mgbmHrX .nav-item:focus,
.cid-uF4mgbmHrX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4mgbmHrX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4mgbmHrX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF4mgbmHrX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF4mgbmHrX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uF4mgbmHrX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4mgbmHrX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 7.1rem);
  }
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF4mgbmHrX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF4mgbmHrX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF4mgbmHrX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4mgbmHrX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF4mgbmHrX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF4mgbmHrX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF4mgbmHrX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF4mgbmHrX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF4mgbmHrX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF4mgbmHrX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF4mgbmHrX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4mgbmHrX .dropdown-item.active,
.cid-uF4mgbmHrX .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4mgbmHrX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF4mgbmHrX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4mgbmHrX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF4mgbmHrX .navbar-buttons {
  text-align: center;
}
.cid-uF4mgbmHrX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF4mgbmHrX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uF4mgbmHrX .soc-item {
  margin: .5rem .3rem;
}
.cid-uF4mgbmHrX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link,
.cid-uF4mgbmHrX a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uF4mgbmHrX a.nav-link:hover .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4mgbmHrX .navbar {
    height: 77px;
  }
  .cid-uF4mgbmHrX .navbar.opened {
    height: auto;
  }
  .cid-uF4mgbmHrX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEu7tX3DuT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/industrial-uniforms-1100x341.webp");
}
.cid-uEu7tX3DuT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7tX3DuT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7tX3DuT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEu7tX3DuT .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEu7tX3DuT .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7tX3DuT .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEu7tX3DuT .container {
    padding: 0 24px;
  }
}
.cid-uEu7tX3DuT .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uEu7tX3DuT .content-wrapper {
    padding: 0;
  }
}
.cid-uEu7tX3DuT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uEu7tX3DuT .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uEu7tX3DuT .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uEu7tX3DuT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEu7tX3DuT .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uEu7tX3DuT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEu7tX3DuT .mbr-section-title {
  color: #ffffff;
}
.cid-uEu7tX3DuT .mbr-desc,
.cid-uEu7tX3DuT .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEu7tX3DuT .mbr-text,
.cid-uEu7tX3DuT .text-wrapper {
  color: #f4f4f4;
  text-align: left;
}
.cid-uEu7tX3DuT .mbr-section-title,
.cid-uEu7tX3DuT .mbr-section-btn {
  text-align: left;
}
.cid-uEu7tYmtJR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEu7tYmtJR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7tYmtJR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7tYmtJR .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEu7tYmtJR .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEu7tYmtJR .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEu7tYmtJR .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEu7tYmtJR .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEu7tYmtJR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEu7tYmtJR .content-wrapper .title-wrapper .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEu7tYmtJR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEu7tYmtJR .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEu7tYmtJR .image-wrapper img {
    height: 350px;
  }
}
.cid-uEu7tYmtJR .mbr-section-title {
  color: #000000;
}
.cid-uEu7tYmtJR .mbr-desc {
  color: #b19a7c;
}
.cid-uEu7tYmtJR .mbr-text {
  color: #404349;
}
.cid-uEu7tZCG4m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEu7tZCG4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7tZCG4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7tZCG4m .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEu7tZCG4m .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEu7tZCG4m .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEu7tZCG4m .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uEu7tZCG4m .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uEu7tZCG4m .title-wrapper .title-wrap .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEu7tZCG4m .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uEu7tZCG4m .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uEu7tZCG4m .item:hover .item-wrapper .item-content,
.cid-uEu7tZCG4m .item:focus .item-wrapper .item-content {
  background-color: #ffffff;
  margin: 10px;
}
.cid-uEu7tZCG4m .item:hover .item-wrapper .item-content .item-title,
.cid-uEu7tZCG4m .item:focus .item-wrapper .item-content .item-title {
  color: #404349;
}
.cid-uEu7tZCG4m .item:hover .item-wrapper .item-content .item-text,
.cid-uEu7tZCG4m .item:focus .item-wrapper .item-content .item-text {
  color: #404349;
}
.cid-uEu7tZCG4m .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
}
.cid-uEu7tZCG4m .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEu7tZCG4m .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEu7tZCG4m .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(top, transparent, #404349);
  pointer-events: none;
  z-index: 1;
}
.cid-uEu7tZCG4m .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEu7tZCG4m .item .item-wrapper .item-content {
    padding: 20px;
    background-color: #ffffff;
    margin: 10px;
  }
}
.cid-uEu7tZCG4m .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.cid-uEu7tZCG4m .item .item-wrapper .item-content .desc-wrap .desc_1 {
  background-color: #000000;
}
.cid-uEu7tZCG4m .item .item-wrapper .item-content .desc-wrap .desc_2 {
  background-color: #000000;
}
.cid-uEu7tZCG4m .item .item-wrapper .item-content .desc-wrap .desc_3 {
  background-color: #1c1c1c;
}
.cid-uEu7tZCG4m .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEu7tZCG4m .item .item-wrapper .item-content .item-title {
    color: #404349;
  }
}
.cid-uEu7tZCG4m .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEu7tZCG4m .item .item-wrapper .item-content .item-text {
    color: #404349;
  }
}
.cid-uEu7tZCG4m .mbr-section-title {
  color: #404349;
}
.cid-uEu7tZCG4m .mbr-desc {
  color: #b19a7c;
}
.cid-uEu7tZCG4m .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uEu7tZCG4m .item-desc {
  color: #ffffff;
}
.cid-uEu7tZCG4m .item-text {
  color: #ffffff;
}
.cid-uEu7tZCG4m .mbr-section-title,
.cid-uEu7tZCG4m .title-wrap {
  color: #000000;
}
.cid-uEu7u15K03 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEu7u15K03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7u15K03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7u15K03 .row {
  justify-content: space-between;
}
.cid-uEu7u15K03 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uEu7u15K03 .content-wrapper {
    padding: 0;
  }
}
.cid-uEu7u15K03 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEu7u15K03 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uEu7u15K03 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEu7u15K03 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uEu7u15K03 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uEu7u15K03 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uEu7u15K03 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uEu7u15K03 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uEu7u15K03 .mbr-section-title {
  color: #000000;
}
.cid-uEu7u15K03 .mbr-desc {
  color: #000000;
}
.cid-uEu7u15K03 .mbr-text {
  color: #000000;
}
.cid-uEu7u2tIpQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uEu7u2tIpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7u2tIpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7u2tIpQ .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uEu7u2tIpQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uEu7u2tIpQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7u2tIpQ .container {
    padding: 0 16px;
  }
}
.cid-uEu7u2tIpQ .image-wrapper {
  height: 100%;
}
.cid-uEu7u2tIpQ .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uEu7u2tIpQ .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-uEu7u2tIpQ .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-uEu7u2tIpQ .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7u2tIpQ .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uEu7u2tIpQ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEu7u2tIpQ .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uEu7u2tIpQ .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEu7u2tIpQ .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uEu7u2tIpQ .mbr-section-title {
  color: #1c1c1c;
}
.cid-uEu7u2tIpQ .mbr-text {
  color: #1c1c1c;
}
.cid-uFdPIjjVKh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #1c1c1c;
}
.cid-uFdPIjjVKh .mbr-text {
  color: #767676;
}
.cid-uFdPIjjVKh h4 {
  font-weight: 500;
}
.cid-uFdPIjjVKh h4,
.cid-uFdPIjjVKh h5 {
  text-align: center;
}
.cid-uFdPIjjVKh p {
  text-align: center;
}
.cid-uFdPIjjVKh .card-box {
  text-align: center;
}
.cid-uFdPIjjVKh .card-img {
  font-size: 3rem;
}
.cid-uFdPIjjVKh .mbr-iconfont {
  color: #1c1c1c;
}
.cid-uFdPIjjVKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFdPIjjVKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFdPIjjVKh .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uER5W6rpWO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-uER5W6rpWO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uER5W6rpWO .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uER5W6rpWO .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uER5W6rpWO .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uER5W6rpWO .container {
    padding: 0 12px;
  }
}
.cid-uER5W6rpWO .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uER5W6rpWO .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uER5W6rpWO .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
  width: fit-content;
}
.cid-uER5W6rpWO .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #000000;
  border-radius: 10rem;
}
.cid-uER5W6rpWO .content-wrapper {
  border-radius: 32px;
  background-color: #1d1d1f;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uER5W6rpWO .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uER5W6rpWO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 767px) {
  .cid-uER5W6rpWO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uER5W6rpWO .embla__slide .slide-content {
  padding: 48px;
  border-radius: 32px !important;
  background-color: #212124;
}
@media (max-width: 768px) {
  .cid-uER5W6rpWO .embla__slide .slide-content {
    padding: 16px;
  }
}
.cid-uER5W6rpWO .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uER5W6rpWO .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  margin: 0 auto;
}
.cid-uER5W6rpWO .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uER5W6rpWO .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uER5W6rpWO .embla__slide .slide-content .item-content .item-name {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uER5W6rpWO .embla__button--next,
.cid-uER5W6rpWO .embla__button--prev {
  display: flex;
}
.cid-uER5W6rpWO .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #1c1c1c !important;
  color: #1c1c1c !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uER5W6rpWO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uER5W6rpWO .embla__button:hover {
  opacity: .8 !important;
}
.cid-uER5W6rpWO .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 768px) {
  .cid-uER5W6rpWO .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uER5W6rpWO .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 768px) {
  .cid-uER5W6rpWO .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uER5W6rpWO .embla__button {
    top: 1rem;
  }
}
.cid-uER5W6rpWO .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uER5W6rpWO .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uER5W6rpWO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uER5W6rpWO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uER5W6rpWO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uER5W6rpWO .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uER5W6rpWO .item-name {
  color: #ffffff;
}
.cid-uER5W6rpWO .item-text {
  color: #ffffff;
}
.cid-uEu7u3Z64r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uEu7u3Z64r .item-wrapper {
  width: 100%;
}
.cid-uEu7u3Z64r .carousel-caption {
  bottom: 40px;
}
.cid-uEu7u3Z64r .carousel-control {
  top: 59%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all 0.3s;
  color: #000000;
}
.cid-uEu7u3Z64r .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 4.5rem;
}
.cid-uEu7u3Z64r .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 4.5rem;
}
.cid-uEu7u3Z64r .left-side {
  text-align: left;
}
.cid-uEu7u3Z64r .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 400px;
}
.cid-uEu7u3Z64r .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uEu7u3Z64r .row {
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.cid-uEu7u3Z64r .carousel-fade .active.carousel-item-left,
.cid-uEu7u3Z64r .carousel-fade .active.carousel-item-right {
  transition: opacity 0.5s 0s;
}
.cid-uEu7u3Z64r .carousel-fade .carousel-item-left.carousel-item-next,
.cid-uEu7u3Z64r .carousel-fade .carousel-item-right.carousel-item-prev {
  transition: opacity 0.5s 0.5s;
}
.cid-uEu7u3Z64r .carousel-control-next,
.cid-uEu7u3Z64r .carousel-control-prev {
  opacity: 1;
}
.cid-uEu7u3Z64r .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-uEu7u3Z64r .card-box:focus-within {
  opacity: 1;
}
.cid-uEu7u3Z64r .row-center {
  height: 100%;
}
.cid-uEu7u3Z64r .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 400px;
  min-height: 250px;
  padding: 20px;
}
.cid-uEu7u3Z64r .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.cid-uEu7u3Z64r .card-wrapper:hover .card-box,
.cid-uEu7u3Z64r .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uEu7u3Z64r .card-wrapper:hover:before,
.cid-uEu7u3Z64r .card-wrapper:focus-within:before {
  opacity: 0.5;
}
.cid-uEu7u3Z64r .card-title {
  color: #fafafa;
  text-align: left;
}
.cid-uEu7u3Z64r .carousel-item {
  justify-content: center;
}
.cid-uEu7u3Z64r .g {
  grid-row-gap: 24px;
}
.cid-uEu7u3Z64r .mobi-mbri {
  font-size: 25px;
  color: #012B3A !important;
}
.cid-uEu7u3Z64r .container {
  width: 95%;
  margin: auto;
}
@media (max-width: 1000px) {
  .cid-uEu7u3Z64r .carousel-control {
    display: none;
  }
  .cid-uEu7u3Z64r .container {
    width: 100%;
    padding: 0;
  }
}
.cid-uEu7u3Z64r .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-uEu7u3Z64r .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: center;
}
.cid-uEu7u3Z64r a {
  font-weight: 400;
}
.cid-uEu7u3Z64r .card1 {
  background-image: url("../../../assets/images/1.1.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7u3Z64r .card2 {
  background-image: url("../../../assets/images/1.2.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7u3Z64r .card3 {
  background-image: url("../../../assets/images/1.3.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7u3Z64r .card4 {
  background-image: url("../../../assets/images/1.4-1.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7u3Z64r .card5 {
  background-image: url("../../../assets/images/1.5-1024x689.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7u3Z64r .card6 {
  background-image: url("../../../assets/images/1.7-960x640.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7u3Z64r .card7 {
  background-image: url("../../../assets/images/1.8-800x533.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7u3Z64r .card8 {
  background-image: url("../../../assets/images/1.9-360x240.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7u3Z64r .card9 {
  background-image: url("../../../assets/images/10-540x360.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7u3Z64r .card10 {
  background-image: url("../../../assets/images/2.2.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-uEu7u3Z64r .g {
    grid-row-gap: 15px;
  }
}
.cid-uEu7u3Z64r .carousel.slide {
  padding: 0;
}
.cid-uEu7u80iYz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEu7u80iYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7u80iYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7u80iYz .row {
  justify-content: space-between;
}
.cid-uEu7u80iYz .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uEu7u80iYz .content-wrapper {
    padding: 0;
  }
}
.cid-uEu7u80iYz .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEu7u80iYz .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uEu7u80iYz .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEu7u80iYz .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uEu7u80iYz .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uEu7u80iYz .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uEu7u80iYz .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uEu7u80iYz .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uEu7u80iYz .mbr-section-title {
  color: #000000;
}
.cid-uEu7u80iYz .mbr-desc {
  color: #000000;
}
.cid-uEu7u80iYz .mbr-text {
  color: #000000;
}
.cid-uEu7u9HFdO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uEu7u9HFdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7u9HFdO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7u9HFdO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uEu7u9HFdO .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7u9HFdO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7u9HFdO .container {
    padding: 0 16px;
  }
}
.cid-uEu7u9HFdO .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uEu7u9HFdO .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uEu7u9HFdO .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-uEu7u9HFdO .panel-group .card:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uEu7u9HFdO .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uEu7u9HFdO .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uEu7u9HFdO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uEu7u9HFdO .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uEu7u9HFdO .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uEu7u9HFdO .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEu7u9HFdO .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uEu7u9HFdO .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uEu7u9HFdO .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uEu7u9HFdO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uEu7u9HFdO .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uEu7u9HFdO .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uEu7u9HFdO .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uEu7u9HFdO .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uEu7u9HFdO .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uEu7u9HFdO .mbr-section-title {
  color: #1c1c1c;
}
.cid-uEu7u9HFdO .panel-number {
  color: #1c1c1c;
}
.cid-uEu7u9HFdO .panel-title-edit {
  color: #1c1c1c;
}
.cid-uEu7u9HFdO .panel-text {
  color: #000000;
}
.cid-uF4hePYJCk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-uF4hePYJCk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4hePYJCk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4hePYJCk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF4hePYJCk .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uF4hePYJCk .container {
    padding: 0 30px;
  }
}
.cid-uF4hePYJCk .row {
  justify-content: center;
}
.cid-uF4hePYJCk .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hePYJCk .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hePYJCk .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4hePYJCk .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hePYJCk .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 160px;
  height: 140px;
  object-fit: contain;
  background-color: white;
}
.cid-uF4hePYJCk .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF4hePYJCk .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hePYJCk .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hePYJCk .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4hePYJCk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uF4hePYJCk .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hePYJCk .nav-wrapper .list .item-wrap:hover,
.cid-uF4hePYJCk .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4hePYJCk .nav-wrapper .list .item-wrap:hover::before,
.cid-uF4hePYJCk .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uF4hePYJCk .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uF4hePYJCk .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4hePYJCk .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hePYJCk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hePYJCk .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4hePYJCk .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hePYJCk .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uF4hePYJCk .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4hePYJCk .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hePYJCk .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uF4hePYJCk .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uF4hePYJCk .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uF4hePYJCk .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hePYJCk .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uF4hePYJCk .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4hePYJCk .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4hePYJCk .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uF4hePYJCk .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hePYJCk .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uF4hePYJCk .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uF4hePYJCk .mbr-section-title {
  color: #bee0d6;
}
.cid-uF4hePYJCk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF4hePYJCk .list {
  color: #bee0d6;
}
.cid-uF4hePYJCk .mbr-address {
  color: #e0e2e2;
}
.cid-uF4hePYJCk .mbr-copy {
  color: #ffffff;
}
.cid-uF4hePYJCk .list,
.cid-uF4hePYJCk .item-wrap,
.cid-uF4hePYJCk .nav-wrapper {
  text-align: left;
  color: #eaeaea;
}
.cid-uF4hePYJCk .mbr-section-title,
.cid-uF4hePYJCk .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uF4mgbmHrX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .nav-item,
.cid-uF4mgbmHrX .nav-link,
.cid-uF4mgbmHrX .navbar-caption {
  font-weight: normal;
}
.cid-uF4mgbmHrX .nav-item:focus,
.cid-uF4mgbmHrX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4mgbmHrX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4mgbmHrX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF4mgbmHrX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF4mgbmHrX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uF4mgbmHrX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4mgbmHrX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 7.1rem);
  }
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF4mgbmHrX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF4mgbmHrX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF4mgbmHrX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4mgbmHrX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF4mgbmHrX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF4mgbmHrX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF4mgbmHrX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF4mgbmHrX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF4mgbmHrX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF4mgbmHrX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF4mgbmHrX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4mgbmHrX .dropdown-item.active,
.cid-uF4mgbmHrX .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4mgbmHrX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF4mgbmHrX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4mgbmHrX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF4mgbmHrX .navbar-buttons {
  text-align: center;
}
.cid-uF4mgbmHrX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF4mgbmHrX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uF4mgbmHrX .soc-item {
  margin: .5rem .3rem;
}
.cid-uF4mgbmHrX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link,
.cid-uF4mgbmHrX a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uF4mgbmHrX a.nav-link:hover .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4mgbmHrX .navbar {
    height: 77px;
  }
  .cid-uF4mgbmHrX .navbar.opened {
    height: auto;
  }
  .cid-uF4mgbmHrX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEu7v1pRDG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/corporate-uniform-1100x341.webp");
}
.cid-uEu7v1pRDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7v1pRDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7v1pRDG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEu7v1pRDG .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEu7v1pRDG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7v1pRDG .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEu7v1pRDG .container {
    padding: 0 24px;
  }
}
.cid-uEu7v1pRDG .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uEu7v1pRDG .content-wrapper {
    padding: 0;
  }
}
.cid-uEu7v1pRDG .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uEu7v1pRDG .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uEu7v1pRDG .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uEu7v1pRDG .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEu7v1pRDG .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uEu7v1pRDG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEu7v1pRDG .mbr-section-title {
  color: #ffffff;
}
.cid-uEu7v1pRDG .mbr-desc,
.cid-uEu7v1pRDG .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEu7v1pRDG .mbr-text,
.cid-uEu7v1pRDG .text-wrapper {
  color: #f4f4f4;
  text-align: left;
}
.cid-uEu7v1pRDG .mbr-section-title,
.cid-uEu7v1pRDG .mbr-section-btn {
  text-align: left;
}
.cid-uEu7v1OvlP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEu7v1OvlP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7v1OvlP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7v1OvlP .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEu7v1OvlP .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEu7v1OvlP .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEu7v1OvlP .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEu7v1OvlP .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEu7v1OvlP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEu7v1OvlP .content-wrapper .title-wrapper .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEu7v1OvlP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEu7v1OvlP .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEu7v1OvlP .image-wrapper img {
    height: 350px;
  }
}
.cid-uEu7v1OvlP .mbr-section-title {
  color: #000000;
}
.cid-uEu7v1OvlP .mbr-desc {
  color: #b19a7c;
}
.cid-uEu7v1OvlP .mbr-text {
  color: #404349;
}
.cid-uEu7v2jraX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEu7v2jraX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7v2jraX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7v2jraX .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEu7v2jraX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEu7v2jraX .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEu7v2jraX .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uEu7v2jraX .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uEu7v2jraX .title-wrapper .title-wrap .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEu7v2jraX .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uEu7v2jraX .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uEu7v2jraX .item:hover .item-wrapper .item-content,
.cid-uEu7v2jraX .item:focus .item-wrapper .item-content {
  background-color: #ffffff;
  margin: 10px;
}
.cid-uEu7v2jraX .item:hover .item-wrapper .item-content .item-title,
.cid-uEu7v2jraX .item:focus .item-wrapper .item-content .item-title {
  color: #404349;
}
.cid-uEu7v2jraX .item:hover .item-wrapper .item-content .item-text,
.cid-uEu7v2jraX .item:focus .item-wrapper .item-content .item-text {
  color: #404349;
}
.cid-uEu7v2jraX .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
}
.cid-uEu7v2jraX .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEu7v2jraX .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEu7v2jraX .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(top, transparent, #404349);
  pointer-events: none;
  z-index: 1;
}
.cid-uEu7v2jraX .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEu7v2jraX .item .item-wrapper .item-content {
    padding: 20px;
    background-color: #ffffff;
    margin: 10px;
  }
}
.cid-uEu7v2jraX .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.cid-uEu7v2jraX .item .item-wrapper .item-content .desc-wrap .desc_1 {
  background-color: #000000;
}
.cid-uEu7v2jraX .item .item-wrapper .item-content .desc-wrap .desc_2 {
  background-color: #000000;
}
.cid-uEu7v2jraX .item .item-wrapper .item-content .desc-wrap .desc_3 {
  background-color: #1c1c1c;
}
.cid-uEu7v2jraX .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEu7v2jraX .item .item-wrapper .item-content .item-title {
    color: #404349;
  }
}
.cid-uEu7v2jraX .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEu7v2jraX .item .item-wrapper .item-content .item-text {
    color: #404349;
  }
}
.cid-uEu7v2jraX .mbr-section-title {
  color: #404349;
}
.cid-uEu7v2jraX .mbr-desc {
  color: #b19a7c;
}
.cid-uEu7v2jraX .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uEu7v2jraX .item-desc {
  color: #ffffff;
}
.cid-uEu7v2jraX .item-text {
  color: #ffffff;
}
.cid-uEu7v2jraX .mbr-section-title,
.cid-uEu7v2jraX .title-wrap {
  color: #000000;
}
.cid-uEu7v3bTEl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEu7v3bTEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7v3bTEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7v3bTEl .row {
  justify-content: space-between;
}
.cid-uEu7v3bTEl .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uEu7v3bTEl .content-wrapper {
    padding: 0;
  }
}
.cid-uEu7v3bTEl .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEu7v3bTEl .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uEu7v3bTEl .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEu7v3bTEl .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uEu7v3bTEl .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uEu7v3bTEl .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uEu7v3bTEl .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uEu7v3bTEl .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uEu7v3bTEl .mbr-section-title {
  color: #000000;
}
.cid-uEu7v3bTEl .mbr-desc {
  color: #000000;
}
.cid-uEu7v3bTEl .mbr-text {
  color: #000000;
}
.cid-uEu7v3DRt9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uEu7v3DRt9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7v3DRt9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7v3DRt9 .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uEu7v3DRt9 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uEu7v3DRt9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7v3DRt9 .container {
    padding: 0 16px;
  }
}
.cid-uEu7v3DRt9 .image-wrapper {
  height: 100%;
}
.cid-uEu7v3DRt9 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uEu7v3DRt9 .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-uEu7v3DRt9 .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-uEu7v3DRt9 .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7v3DRt9 .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uEu7v3DRt9 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEu7v3DRt9 .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uEu7v3DRt9 .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEu7v3DRt9 .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uEu7v3DRt9 .mbr-section-title {
  color: #1c1c1c;
}
.cid-uEu7v3DRt9 .mbr-text {
  color: #1c1c1c;
}
.cid-uFdPLAUb0r {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #1c1c1c;
}
.cid-uFdPLAUb0r .mbr-text {
  color: #767676;
}
.cid-uFdPLAUb0r h4 {
  font-weight: 500;
}
.cid-uFdPLAUb0r h4,
.cid-uFdPLAUb0r h5 {
  text-align: center;
}
.cid-uFdPLAUb0r p {
  text-align: center;
}
.cid-uFdPLAUb0r .card-box {
  text-align: center;
}
.cid-uFdPLAUb0r .card-img {
  font-size: 3rem;
}
.cid-uFdPLAUb0r .mbr-iconfont {
  color: #1c1c1c;
}
.cid-uFdPLAUb0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFdPLAUb0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFdPLAUb0r .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uER5T6HZqK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-uER5T6HZqK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uER5T6HZqK .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uER5T6HZqK .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uER5T6HZqK .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uER5T6HZqK .container {
    padding: 0 12px;
  }
}
.cid-uER5T6HZqK .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uER5T6HZqK .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uER5T6HZqK .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
  width: fit-content;
}
.cid-uER5T6HZqK .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #000000;
  border-radius: 10rem;
}
.cid-uER5T6HZqK .content-wrapper {
  border-radius: 32px;
  background-color: #1d1d1f;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uER5T6HZqK .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uER5T6HZqK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 767px) {
  .cid-uER5T6HZqK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uER5T6HZqK .embla__slide .slide-content {
  padding: 48px;
  border-radius: 32px !important;
  background-color: #212124;
}
@media (max-width: 768px) {
  .cid-uER5T6HZqK .embla__slide .slide-content {
    padding: 16px;
  }
}
.cid-uER5T6HZqK .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uER5T6HZqK .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  margin: 0 auto;
}
.cid-uER5T6HZqK .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uER5T6HZqK .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uER5T6HZqK .embla__slide .slide-content .item-content .item-name {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uER5T6HZqK .embla__button--next,
.cid-uER5T6HZqK .embla__button--prev {
  display: flex;
}
.cid-uER5T6HZqK .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #1c1c1c !important;
  color: #1c1c1c !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uER5T6HZqK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uER5T6HZqK .embla__button:hover {
  opacity: .8 !important;
}
.cid-uER5T6HZqK .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 768px) {
  .cid-uER5T6HZqK .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uER5T6HZqK .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 768px) {
  .cid-uER5T6HZqK .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uER5T6HZqK .embla__button {
    top: 1rem;
  }
}
.cid-uER5T6HZqK .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uER5T6HZqK .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uER5T6HZqK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uER5T6HZqK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uER5T6HZqK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uER5T6HZqK .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uER5T6HZqK .item-name {
  color: #ffffff;
}
.cid-uER5T6HZqK .item-text {
  color: #ffffff;
}
.cid-uEu7v40I9i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uEu7v40I9i .item-wrapper {
  width: 100%;
}
.cid-uEu7v40I9i .carousel-caption {
  bottom: 40px;
}
.cid-uEu7v40I9i .carousel-control {
  top: 59%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all 0.3s;
  color: #000000;
}
.cid-uEu7v40I9i .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 4.5rem;
}
.cid-uEu7v40I9i .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 4.5rem;
}
.cid-uEu7v40I9i .left-side {
  text-align: left;
}
.cid-uEu7v40I9i .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 400px;
}
.cid-uEu7v40I9i .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uEu7v40I9i .row {
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.cid-uEu7v40I9i .carousel-fade .active.carousel-item-left,
.cid-uEu7v40I9i .carousel-fade .active.carousel-item-right {
  transition: opacity 0.5s 0s;
}
.cid-uEu7v40I9i .carousel-fade .carousel-item-left.carousel-item-next,
.cid-uEu7v40I9i .carousel-fade .carousel-item-right.carousel-item-prev {
  transition: opacity 0.5s 0.5s;
}
.cid-uEu7v40I9i .carousel-control-next,
.cid-uEu7v40I9i .carousel-control-prev {
  opacity: 1;
}
.cid-uEu7v40I9i .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-uEu7v40I9i .card-box:focus-within {
  opacity: 1;
}
.cid-uEu7v40I9i .row-center {
  height: 100%;
}
.cid-uEu7v40I9i .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 400px;
  min-height: 250px;
  padding: 20px;
}
.cid-uEu7v40I9i .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.cid-uEu7v40I9i .card-wrapper:hover .card-box,
.cid-uEu7v40I9i .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uEu7v40I9i .card-wrapper:hover:before,
.cid-uEu7v40I9i .card-wrapper:focus-within:before {
  opacity: 0.5;
}
.cid-uEu7v40I9i .card-title {
  color: #fafafa;
  text-align: left;
}
.cid-uEu7v40I9i .carousel-item {
  justify-content: center;
}
.cid-uEu7v40I9i .g {
  grid-row-gap: 24px;
}
.cid-uEu7v40I9i .mobi-mbri {
  font-size: 25px;
  color: #012B3A !important;
}
.cid-uEu7v40I9i .container {
  width: 95%;
  margin: auto;
}
@media (max-width: 1000px) {
  .cid-uEu7v40I9i .carousel-control {
    display: none;
  }
  .cid-uEu7v40I9i .container {
    width: 100%;
    padding: 0;
  }
}
.cid-uEu7v40I9i .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-uEu7v40I9i .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: center;
}
.cid-uEu7v40I9i a {
  font-weight: 400;
}
.cid-uEu7v40I9i .card1 {
  background-image: url("../../../assets/images/4-2.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7v40I9i .card2 {
  background-image: url("../../../assets/images/5.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7v40I9i .card3 {
  background-image: url("../../../assets/images/6-1.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7v40I9i .card4 {
  background-image: url("../../../assets/images/7-1024x683.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7v40I9i .card5 {
  background-image: url("../../../assets/images/8-1280x853.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7v40I9i .card6 {
  background-image: url("../../../assets/images/9-300x190.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7v40I9i .card7 {
  background-image: url("../../../assets/images/10-627x396.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7v40I9i .card8 {
  background-image: url("../../../assets/images/11-1.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7v40I9i .card9 {
  background-image: url("../../../assets/images/14-500x500.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7v40I9i .card10 {
  background-image: url("../../../assets/images/13-1.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-uEu7v40I9i .g {
    grid-row-gap: 15px;
  }
}
.cid-uEu7v40I9i .carousel.slide {
  padding: 0;
}
.cid-uEu7v68Bzg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEu7v68Bzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7v68Bzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7v68Bzg .row {
  justify-content: space-between;
}
.cid-uEu7v68Bzg .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uEu7v68Bzg .content-wrapper {
    padding: 0;
  }
}
.cid-uEu7v68Bzg .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEu7v68Bzg .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uEu7v68Bzg .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEu7v68Bzg .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uEu7v68Bzg .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uEu7v68Bzg .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uEu7v68Bzg .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uEu7v68Bzg .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uEu7v68Bzg .mbr-section-title {
  color: #000000;
}
.cid-uEu7v68Bzg .mbr-desc {
  color: #000000;
}
.cid-uEu7v68Bzg .mbr-text {
  color: #000000;
}
.cid-uEu7v6XHuJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uEu7v6XHuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7v6XHuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7v6XHuJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uEu7v6XHuJ .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7v6XHuJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7v6XHuJ .container {
    padding: 0 16px;
  }
}
.cid-uEu7v6XHuJ .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uEu7v6XHuJ .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uEu7v6XHuJ .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-uEu7v6XHuJ .panel-group .card:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uEu7v6XHuJ .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uEu7v6XHuJ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uEu7v6XHuJ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uEu7v6XHuJ .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uEu7v6XHuJ .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uEu7v6XHuJ .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEu7v6XHuJ .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uEu7v6XHuJ .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uEu7v6XHuJ .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uEu7v6XHuJ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uEu7v6XHuJ .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uEu7v6XHuJ .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uEu7v6XHuJ .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uEu7v6XHuJ .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uEu7v6XHuJ .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uEu7v6XHuJ .mbr-section-title {
  color: #1c1c1c;
}
.cid-uEu7v6XHuJ .panel-number {
  color: #1c1c1c;
}
.cid-uEu7v6XHuJ .panel-title-edit {
  color: #1c1c1c;
}
.cid-uEu7v6XHuJ .panel-text {
  color: #000000;
}
.cid-uF4hh9kPC7 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-uF4hh9kPC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4hh9kPC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4hh9kPC7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF4hh9kPC7 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uF4hh9kPC7 .container {
    padding: 0 30px;
  }
}
.cid-uF4hh9kPC7 .row {
  justify-content: center;
}
.cid-uF4hh9kPC7 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hh9kPC7 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hh9kPC7 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4hh9kPC7 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hh9kPC7 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 160px;
  height: 140px;
  object-fit: contain;
  background-color: white;
}
.cid-uF4hh9kPC7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF4hh9kPC7 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hh9kPC7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hh9kPC7 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4hh9kPC7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uF4hh9kPC7 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hh9kPC7 .nav-wrapper .list .item-wrap:hover,
.cid-uF4hh9kPC7 .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4hh9kPC7 .nav-wrapper .list .item-wrap:hover::before,
.cid-uF4hh9kPC7 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uF4hh9kPC7 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uF4hh9kPC7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4hh9kPC7 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hh9kPC7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hh9kPC7 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4hh9kPC7 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hh9kPC7 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uF4hh9kPC7 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4hh9kPC7 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hh9kPC7 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uF4hh9kPC7 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uF4hh9kPC7 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uF4hh9kPC7 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hh9kPC7 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uF4hh9kPC7 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4hh9kPC7 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4hh9kPC7 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uF4hh9kPC7 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hh9kPC7 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uF4hh9kPC7 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uF4hh9kPC7 .mbr-section-title {
  color: #bee0d6;
}
.cid-uF4hh9kPC7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF4hh9kPC7 .list {
  color: #bee0d6;
}
.cid-uF4hh9kPC7 .mbr-address {
  color: #e0e2e2;
}
.cid-uF4hh9kPC7 .mbr-copy {
  color: #ffffff;
}
.cid-uF4hh9kPC7 .list,
.cid-uF4hh9kPC7 .item-wrap,
.cid-uF4hh9kPC7 .nav-wrapper {
  text-align: left;
  color: #eaeaea;
}
.cid-uF4hh9kPC7 .mbr-section-title,
.cid-uF4hh9kPC7 .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uF4mgbmHrX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .nav-item,
.cid-uF4mgbmHrX .nav-link,
.cid-uF4mgbmHrX .navbar-caption {
  font-weight: normal;
}
.cid-uF4mgbmHrX .nav-item:focus,
.cid-uF4mgbmHrX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4mgbmHrX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4mgbmHrX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF4mgbmHrX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF4mgbmHrX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uF4mgbmHrX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4mgbmHrX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 7.1rem);
  }
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF4mgbmHrX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF4mgbmHrX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF4mgbmHrX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4mgbmHrX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF4mgbmHrX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF4mgbmHrX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF4mgbmHrX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF4mgbmHrX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF4mgbmHrX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF4mgbmHrX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF4mgbmHrX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4mgbmHrX .dropdown-item.active,
.cid-uF4mgbmHrX .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4mgbmHrX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF4mgbmHrX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4mgbmHrX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF4mgbmHrX .navbar-buttons {
  text-align: center;
}
.cid-uF4mgbmHrX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF4mgbmHrX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uF4mgbmHrX .soc-item {
  margin: .5rem .3rem;
}
.cid-uF4mgbmHrX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link,
.cid-uF4mgbmHrX a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uF4mgbmHrX a.nav-link:hover .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4mgbmHrX .navbar {
    height: 77px;
  }
  .cid-uF4mgbmHrX .navbar.opened {
    height: auto;
  }
  .cid-uF4mgbmHrX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEu7xdhP8t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/960x0.webp");
}
.cid-uEu7xdhP8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7xdhP8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7xdhP8t .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEu7xdhP8t .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEu7xdhP8t .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7xdhP8t .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEu7xdhP8t .container {
    padding: 0 24px;
  }
}
.cid-uEu7xdhP8t .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uEu7xdhP8t .content-wrapper {
    padding: 0;
  }
}
.cid-uEu7xdhP8t .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uEu7xdhP8t .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uEu7xdhP8t .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uEu7xdhP8t .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEu7xdhP8t .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uEu7xdhP8t .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEu7xdhP8t .mbr-section-title {
  color: #ffffff;
}
.cid-uEu7xdhP8t .mbr-desc,
.cid-uEu7xdhP8t .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEu7xdhP8t .mbr-text,
.cid-uEu7xdhP8t .text-wrapper {
  color: #f4f4f4;
  text-align: left;
}
.cid-uEu7xdhP8t .mbr-section-title,
.cid-uEu7xdhP8t .mbr-section-btn {
  text-align: left;
}
.cid-uEu7xdC3TL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEu7xdC3TL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7xdC3TL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7xdC3TL .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEu7xdC3TL .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEu7xdC3TL .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEu7xdC3TL .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEu7xdC3TL .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEu7xdC3TL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEu7xdC3TL .content-wrapper .title-wrapper .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEu7xdC3TL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEu7xdC3TL .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEu7xdC3TL .image-wrapper img {
    height: 350px;
  }
}
.cid-uEu7xdC3TL .mbr-section-title {
  color: #000000;
}
.cid-uEu7xdC3TL .mbr-desc {
  color: #b19a7c;
}
.cid-uEu7xdC3TL .mbr-text {
  color: #404349;
}
.cid-uEu7xdYWpb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEu7xdYWpb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7xdYWpb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7xdYWpb .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEu7xdYWpb .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEu7xdYWpb .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEu7xdYWpb .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uEu7xdYWpb .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uEu7xdYWpb .title-wrapper .title-wrap .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEu7xdYWpb .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uEu7xdYWpb .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uEu7xdYWpb .item:hover .item-wrapper .item-content,
.cid-uEu7xdYWpb .item:focus .item-wrapper .item-content {
  background-color: #ffffff;
  margin: 10px;
}
.cid-uEu7xdYWpb .item:hover .item-wrapper .item-content .item-title,
.cid-uEu7xdYWpb .item:focus .item-wrapper .item-content .item-title {
  color: #404349;
}
.cid-uEu7xdYWpb .item:hover .item-wrapper .item-content .item-text,
.cid-uEu7xdYWpb .item:focus .item-wrapper .item-content .item-text {
  color: #404349;
}
.cid-uEu7xdYWpb .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
}
.cid-uEu7xdYWpb .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEu7xdYWpb .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEu7xdYWpb .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(top, transparent, #404349);
  pointer-events: none;
  z-index: 1;
}
.cid-uEu7xdYWpb .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEu7xdYWpb .item .item-wrapper .item-content {
    padding: 20px;
    background-color: #ffffff;
    margin: 10px;
  }
}
.cid-uEu7xdYWpb .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.cid-uEu7xdYWpb .item .item-wrapper .item-content .desc-wrap .desc_1 {
  background-color: #000000;
}
.cid-uEu7xdYWpb .item .item-wrapper .item-content .desc-wrap .desc_2 {
  background-color: #000000;
}
.cid-uEu7xdYWpb .item .item-wrapper .item-content .desc-wrap .desc_3 {
  background-color: #1c1c1c;
}
.cid-uEu7xdYWpb .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEu7xdYWpb .item .item-wrapper .item-content .item-title {
    color: #404349;
  }
}
.cid-uEu7xdYWpb .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEu7xdYWpb .item .item-wrapper .item-content .item-text {
    color: #404349;
  }
}
.cid-uEu7xdYWpb .mbr-section-title {
  color: #404349;
}
.cid-uEu7xdYWpb .mbr-desc {
  color: #b19a7c;
}
.cid-uEu7xdYWpb .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uEu7xdYWpb .item-desc {
  color: #ffffff;
}
.cid-uEu7xdYWpb .item-text {
  color: #ffffff;
}
.cid-uEu7xdYWpb .mbr-section-title,
.cid-uEu7xdYWpb .title-wrap {
  color: #000000;
}
.cid-uEu7xezW5F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEu7xezW5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7xezW5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7xezW5F .row {
  justify-content: space-between;
}
.cid-uEu7xezW5F .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uEu7xezW5F .content-wrapper {
    padding: 0;
  }
}
.cid-uEu7xezW5F .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEu7xezW5F .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uEu7xezW5F .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEu7xezW5F .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uEu7xezW5F .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uEu7xezW5F .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uEu7xezW5F .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uEu7xezW5F .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uEu7xezW5F .mbr-section-title {
  color: #000000;
}
.cid-uEu7xezW5F .mbr-desc {
  color: #000000;
}
.cid-uEu7xezW5F .mbr-text {
  color: #000000;
}
.cid-uEu7xf1lfe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uEu7xf1lfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7xf1lfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7xf1lfe .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uEu7xf1lfe .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uEu7xf1lfe .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7xf1lfe .container {
    padding: 0 16px;
  }
}
.cid-uEu7xf1lfe .image-wrapper {
  height: 100%;
}
.cid-uEu7xf1lfe .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uEu7xf1lfe .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-uEu7xf1lfe .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-uEu7xf1lfe .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7xf1lfe .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uEu7xf1lfe .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEu7xf1lfe .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uEu7xf1lfe .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEu7xf1lfe .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uEu7xf1lfe .mbr-section-title {
  color: #1c1c1c;
}
.cid-uEu7xf1lfe .mbr-text {
  color: #1c1c1c;
}
.cid-uFdPOm2xpz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #1c1c1c;
}
.cid-uFdPOm2xpz .mbr-text {
  color: #767676;
}
.cid-uFdPOm2xpz h4 {
  font-weight: 500;
}
.cid-uFdPOm2xpz h4,
.cid-uFdPOm2xpz h5 {
  text-align: center;
}
.cid-uFdPOm2xpz p {
  text-align: center;
}
.cid-uFdPOm2xpz .card-box {
  text-align: center;
}
.cid-uFdPOm2xpz .card-img {
  font-size: 3rem;
}
.cid-uFdPOm2xpz .mbr-iconfont {
  color: #1c1c1c;
}
.cid-uFdPOm2xpz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFdPOm2xpz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFdPOm2xpz .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uER5Lx6jpm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-uER5Lx6jpm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uER5Lx6jpm .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uER5Lx6jpm .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uER5Lx6jpm .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uER5Lx6jpm .container {
    padding: 0 12px;
  }
}
.cid-uER5Lx6jpm .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uER5Lx6jpm .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uER5Lx6jpm .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
  width: fit-content;
}
.cid-uER5Lx6jpm .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #000000;
  border-radius: 10rem;
}
.cid-uER5Lx6jpm .content-wrapper {
  border-radius: 32px;
  background-color: #1d1d1f;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uER5Lx6jpm .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uER5Lx6jpm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 767px) {
  .cid-uER5Lx6jpm .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uER5Lx6jpm .embla__slide .slide-content {
  padding: 48px;
  border-radius: 32px !important;
  background-color: #212124;
}
@media (max-width: 768px) {
  .cid-uER5Lx6jpm .embla__slide .slide-content {
    padding: 16px;
  }
}
.cid-uER5Lx6jpm .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uER5Lx6jpm .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  margin: 0 auto;
}
.cid-uER5Lx6jpm .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uER5Lx6jpm .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uER5Lx6jpm .embla__slide .slide-content .item-content .item-name {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uER5Lx6jpm .embla__button--next,
.cid-uER5Lx6jpm .embla__button--prev {
  display: flex;
}
.cid-uER5Lx6jpm .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #1c1c1c !important;
  color: #1c1c1c !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uER5Lx6jpm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uER5Lx6jpm .embla__button:hover {
  opacity: .8 !important;
}
.cid-uER5Lx6jpm .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 768px) {
  .cid-uER5Lx6jpm .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uER5Lx6jpm .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 768px) {
  .cid-uER5Lx6jpm .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uER5Lx6jpm .embla__button {
    top: 1rem;
  }
}
.cid-uER5Lx6jpm .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uER5Lx6jpm .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uER5Lx6jpm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uER5Lx6jpm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uER5Lx6jpm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uER5Lx6jpm .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uER5Lx6jpm .item-name {
  color: #ffffff;
}
.cid-uER5Lx6jpm .item-text {
  color: #ffffff;
}
.cid-uEu7xfsQ24 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uEu7xfsQ24 .item-wrapper {
  width: 100%;
}
.cid-uEu7xfsQ24 .carousel-caption {
  bottom: 40px;
}
.cid-uEu7xfsQ24 .carousel-control {
  top: 59%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all 0.3s;
  color: #000000;
}
.cid-uEu7xfsQ24 .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 4.5rem;
}
.cid-uEu7xfsQ24 .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 4.5rem;
}
.cid-uEu7xfsQ24 .left-side {
  text-align: left;
}
.cid-uEu7xfsQ24 .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 400px;
}
.cid-uEu7xfsQ24 .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uEu7xfsQ24 .row {
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.cid-uEu7xfsQ24 .carousel-fade .active.carousel-item-left,
.cid-uEu7xfsQ24 .carousel-fade .active.carousel-item-right {
  transition: opacity 0.5s 0s;
}
.cid-uEu7xfsQ24 .carousel-fade .carousel-item-left.carousel-item-next,
.cid-uEu7xfsQ24 .carousel-fade .carousel-item-right.carousel-item-prev {
  transition: opacity 0.5s 0.5s;
}
.cid-uEu7xfsQ24 .carousel-control-next,
.cid-uEu7xfsQ24 .carousel-control-prev {
  opacity: 1;
}
.cid-uEu7xfsQ24 .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-uEu7xfsQ24 .card-box:focus-within {
  opacity: 1;
}
.cid-uEu7xfsQ24 .row-center {
  height: 100%;
}
.cid-uEu7xfsQ24 .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 400px;
  min-height: 250px;
  padding: 20px;
}
.cid-uEu7xfsQ24 .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.cid-uEu7xfsQ24 .card-wrapper:hover .card-box,
.cid-uEu7xfsQ24 .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uEu7xfsQ24 .card-wrapper:hover:before,
.cid-uEu7xfsQ24 .card-wrapper:focus-within:before {
  opacity: 0.5;
}
.cid-uEu7xfsQ24 .card-title {
  color: #fafafa;
  text-align: left;
}
.cid-uEu7xfsQ24 .carousel-item {
  justify-content: center;
}
.cid-uEu7xfsQ24 .g {
  grid-row-gap: 24px;
}
.cid-uEu7xfsQ24 .mobi-mbri {
  font-size: 25px;
  color: #012B3A !important;
}
.cid-uEu7xfsQ24 .container {
  width: 95%;
  margin: auto;
}
@media (max-width: 1000px) {
  .cid-uEu7xfsQ24 .carousel-control {
    display: none;
  }
  .cid-uEu7xfsQ24 .container {
    width: 100%;
    padding: 0;
  }
}
.cid-uEu7xfsQ24 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-uEu7xfsQ24 .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: center;
}
.cid-uEu7xfsQ24 a {
  font-weight: 400;
}
.cid-uEu7xfsQ24 .card1 {
  background-image: url("../../../assets/images/1.1-1350x650.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7xfsQ24 .card2 {
  background-image: url("../../../assets/images/1.3-2000x553.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7xfsQ24 .card3 {
  background-image: url("../../../assets/images/1-3.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7xfsQ24 .card4 {
  background-image: url("../../../assets/images/1.4-1200x1200.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7xfsQ24 .card5 {
  background-image: url("../../../assets/images/1.7.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7xfsQ24 .card6 {
  background-image: url("../../../assets/images/1.8.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7xfsQ24 .card7 {
  background-image: url("../../../assets/images/1.9-1600x800.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7xfsQ24 .card8 {
  background-image: url("../../../assets/images/all-sports.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7xfsQ24 .card9 {
  background-image: url("../../../assets/images/2-2.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7xfsQ24 .card10 {
  background-image: url("../../../assets/images/5-1.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-uEu7xfsQ24 .g {
    grid-row-gap: 15px;
  }
}
.cid-uEu7xfsQ24 .carousel.slide {
  padding: 0;
}
.cid-uEu7xgHz6o {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEu7xgHz6o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7xgHz6o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7xgHz6o .row {
  justify-content: space-between;
}
.cid-uEu7xgHz6o .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uEu7xgHz6o .content-wrapper {
    padding: 0;
  }
}
.cid-uEu7xgHz6o .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEu7xgHz6o .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uEu7xgHz6o .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEu7xgHz6o .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uEu7xgHz6o .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uEu7xgHz6o .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uEu7xgHz6o .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uEu7xgHz6o .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uEu7xgHz6o .mbr-section-title {
  color: #000000;
}
.cid-uEu7xgHz6o .mbr-desc {
  color: #000000;
}
.cid-uEu7xgHz6o .mbr-text {
  color: #000000;
}
.cid-uEu7xhbj9t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uEu7xhbj9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7xhbj9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7xhbj9t .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uEu7xhbj9t .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7xhbj9t .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7xhbj9t .container {
    padding: 0 16px;
  }
}
.cid-uEu7xhbj9t .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uEu7xhbj9t .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uEu7xhbj9t .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-uEu7xhbj9t .panel-group .card:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uEu7xhbj9t .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uEu7xhbj9t .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uEu7xhbj9t .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uEu7xhbj9t .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uEu7xhbj9t .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uEu7xhbj9t .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEu7xhbj9t .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uEu7xhbj9t .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uEu7xhbj9t .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uEu7xhbj9t .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uEu7xhbj9t .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uEu7xhbj9t .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uEu7xhbj9t .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uEu7xhbj9t .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uEu7xhbj9t .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uEu7xhbj9t .mbr-section-title {
  color: #1c1c1c;
}
.cid-uEu7xhbj9t .panel-number {
  color: #1c1c1c;
}
.cid-uEu7xhbj9t .panel-title-edit {
  color: #1c1c1c;
}
.cid-uEu7xhbj9t .panel-text {
  color: #000000;
}
.cid-uF4hlGD6hT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-uF4hlGD6hT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4hlGD6hT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4hlGD6hT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF4hlGD6hT .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uF4hlGD6hT .container {
    padding: 0 30px;
  }
}
.cid-uF4hlGD6hT .row {
  justify-content: center;
}
.cid-uF4hlGD6hT .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hlGD6hT .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hlGD6hT .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4hlGD6hT .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hlGD6hT .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 160px;
  height: 140px;
  object-fit: contain;
  background-color: white;
}
.cid-uF4hlGD6hT .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF4hlGD6hT .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hlGD6hT .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hlGD6hT .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4hlGD6hT .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uF4hlGD6hT .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hlGD6hT .nav-wrapper .list .item-wrap:hover,
.cid-uF4hlGD6hT .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4hlGD6hT .nav-wrapper .list .item-wrap:hover::before,
.cid-uF4hlGD6hT .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uF4hlGD6hT .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uF4hlGD6hT .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4hlGD6hT .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hlGD6hT .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hlGD6hT .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4hlGD6hT .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hlGD6hT .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uF4hlGD6hT .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4hlGD6hT .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hlGD6hT .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uF4hlGD6hT .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uF4hlGD6hT .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uF4hlGD6hT .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hlGD6hT .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uF4hlGD6hT .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4hlGD6hT .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4hlGD6hT .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uF4hlGD6hT .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hlGD6hT .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uF4hlGD6hT .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uF4hlGD6hT .mbr-section-title {
  color: #bee0d6;
}
.cid-uF4hlGD6hT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF4hlGD6hT .list {
  color: #bee0d6;
}
.cid-uF4hlGD6hT .mbr-address {
  color: #e0e2e2;
}
.cid-uF4hlGD6hT .mbr-copy {
  color: #ffffff;
}
.cid-uF4hlGD6hT .list,
.cid-uF4hlGD6hT .item-wrap,
.cid-uF4hlGD6hT .nav-wrapper {
  text-align: left;
  color: #eaeaea;
}
.cid-uF4hlGD6hT .mbr-section-title,
.cid-uF4hlGD6hT .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uF4mgbmHrX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .nav-item,
.cid-uF4mgbmHrX .nav-link,
.cid-uF4mgbmHrX .navbar-caption {
  font-weight: normal;
}
.cid-uF4mgbmHrX .nav-item:focus,
.cid-uF4mgbmHrX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4mgbmHrX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4mgbmHrX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF4mgbmHrX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF4mgbmHrX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uF4mgbmHrX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4mgbmHrX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 7.1rem);
  }
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF4mgbmHrX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF4mgbmHrX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF4mgbmHrX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4mgbmHrX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF4mgbmHrX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF4mgbmHrX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF4mgbmHrX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF4mgbmHrX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF4mgbmHrX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF4mgbmHrX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF4mgbmHrX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4mgbmHrX .dropdown-item.active,
.cid-uF4mgbmHrX .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4mgbmHrX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF4mgbmHrX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4mgbmHrX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF4mgbmHrX .navbar-buttons {
  text-align: center;
}
.cid-uF4mgbmHrX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF4mgbmHrX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uF4mgbmHrX .soc-item {
  margin: .5rem .3rem;
}
.cid-uF4mgbmHrX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link,
.cid-uF4mgbmHrX a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uF4mgbmHrX a.nav-link:hover .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4mgbmHrX .navbar {
    height: 77px;
  }
  .cid-uF4mgbmHrX .navbar.opened {
    height: auto;
  }
  .cid-uF4mgbmHrX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEu7CV1njD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/square-group-1.webp");
}
.cid-uEu7CV1njD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7CV1njD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7CV1njD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEu7CV1njD .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEu7CV1njD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7CV1njD .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEu7CV1njD .container {
    padding: 0 24px;
  }
}
.cid-uEu7CV1njD .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uEu7CV1njD .content-wrapper {
    padding: 0;
  }
}
.cid-uEu7CV1njD .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uEu7CV1njD .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uEu7CV1njD .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uEu7CV1njD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEu7CV1njD .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uEu7CV1njD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEu7CV1njD .mbr-section-title {
  color: #ffffff;
}
.cid-uEu7CV1njD .mbr-desc,
.cid-uEu7CV1njD .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEu7CV1njD .mbr-text,
.cid-uEu7CV1njD .text-wrapper {
  color: #f4f4f4;
  text-align: left;
}
.cid-uEu7CV1njD .mbr-section-title,
.cid-uEu7CV1njD .mbr-section-btn {
  text-align: left;
}
.cid-uEu7CVqvxL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEu7CVqvxL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7CVqvxL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7CVqvxL .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEu7CVqvxL .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEu7CVqvxL .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEu7CVqvxL .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEu7CVqvxL .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEu7CVqvxL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEu7CVqvxL .content-wrapper .title-wrapper .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEu7CVqvxL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEu7CVqvxL .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEu7CVqvxL .image-wrapper img {
    height: 350px;
  }
}
.cid-uEu7CVqvxL .mbr-section-title {
  color: #000000;
}
.cid-uEu7CVqvxL .mbr-desc {
  color: #b19a7c;
}
.cid-uEu7CVqvxL .mbr-text {
  color: #000000;
}
.cid-uEu7CVPTO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEu7CVPTO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7CVPTO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7CVPTO7 .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEu7CVPTO7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEu7CVPTO7 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEu7CVPTO7 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uEu7CVPTO7 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uEu7CVPTO7 .title-wrapper .title-wrap .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEu7CVPTO7 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uEu7CVPTO7 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uEu7CVPTO7 .item:hover .item-wrapper .item-content,
.cid-uEu7CVPTO7 .item:focus .item-wrapper .item-content {
  background-color: #ffffff;
  margin: 10px;
}
.cid-uEu7CVPTO7 .item:hover .item-wrapper .item-content .item-title,
.cid-uEu7CVPTO7 .item:focus .item-wrapper .item-content .item-title {
  color: #404349;
}
.cid-uEu7CVPTO7 .item:hover .item-wrapper .item-content .item-text,
.cid-uEu7CVPTO7 .item:focus .item-wrapper .item-content .item-text {
  color: #404349;
}
.cid-uEu7CVPTO7 .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
}
.cid-uEu7CVPTO7 .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEu7CVPTO7 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEu7CVPTO7 .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(top, transparent, #404349);
  pointer-events: none;
  z-index: 1;
}
.cid-uEu7CVPTO7 .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEu7CVPTO7 .item .item-wrapper .item-content {
    padding: 20px;
    background-color: #ffffff;
    margin: 10px;
  }
}
.cid-uEu7CVPTO7 .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.cid-uEu7CVPTO7 .item .item-wrapper .item-content .desc-wrap .desc_1 {
  background-color: #000000;
}
.cid-uEu7CVPTO7 .item .item-wrapper .item-content .desc-wrap .desc_2 {
  background-color: #000000;
}
.cid-uEu7CVPTO7 .item .item-wrapper .item-content .desc-wrap .desc_3 {
  background-color: #1c1c1c;
}
.cid-uEu7CVPTO7 .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEu7CVPTO7 .item .item-wrapper .item-content .item-title {
    color: #404349;
  }
}
.cid-uEu7CVPTO7 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEu7CVPTO7 .item .item-wrapper .item-content .item-text {
    color: #404349;
  }
}
.cid-uEu7CVPTO7 .mbr-section-title {
  color: #404349;
}
.cid-uEu7CVPTO7 .mbr-desc {
  color: #b19a7c;
}
.cid-uEu7CVPTO7 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uEu7CVPTO7 .item-desc {
  color: #ffffff;
}
.cid-uEu7CVPTO7 .item-text {
  color: #ffffff;
}
.cid-uEu7CVPTO7 .mbr-section-title,
.cid-uEu7CVPTO7 .title-wrap {
  color: #000000;
}
.cid-uEu7CWrcxd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEu7CWrcxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7CWrcxd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7CWrcxd .row {
  justify-content: space-between;
}
.cid-uEu7CWrcxd .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uEu7CWrcxd .content-wrapper {
    padding: 0;
  }
}
.cid-uEu7CWrcxd .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEu7CWrcxd .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uEu7CWrcxd .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEu7CWrcxd .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uEu7CWrcxd .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uEu7CWrcxd .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uEu7CWrcxd .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uEu7CWrcxd .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uEu7CWrcxd .mbr-section-title {
  color: #000000;
}
.cid-uEu7CWrcxd .mbr-desc {
  color: #000000;
}
.cid-uEu7CWrcxd .mbr-text {
  color: #1c1c1c;
}
.cid-uEu7CWWall {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uEu7CWWall .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7CWWall .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7CWWall .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uEu7CWWall .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uEu7CWWall .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7CWWall .container {
    padding: 0 16px;
  }
}
.cid-uEu7CWWall .image-wrapper {
  height: 100%;
}
.cid-uEu7CWWall .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uEu7CWWall .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-uEu7CWWall .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-uEu7CWWall .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7CWWall .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uEu7CWWall .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEu7CWWall .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uEu7CWWall .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEu7CWWall .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uEu7CWWall .mbr-section-title {
  color: #1c1c1c;
}
.cid-uEu7CWWall .mbr-text {
  color: #1c1c1c;
}
.cid-uFdPUOEPls {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #1c1c1c;
}
.cid-uFdPUOEPls .mbr-text {
  color: #767676;
}
.cid-uFdPUOEPls h4 {
  font-weight: 500;
}
.cid-uFdPUOEPls h4,
.cid-uFdPUOEPls h5 {
  text-align: center;
}
.cid-uFdPUOEPls p {
  text-align: center;
}
.cid-uFdPUOEPls .card-box {
  text-align: center;
}
.cid-uFdPUOEPls .card-img {
  font-size: 3rem;
}
.cid-uFdPUOEPls .mbr-iconfont {
  color: #1c1c1c;
}
.cid-uFdPUOEPls .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFdPUOEPls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFdPUOEPls .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uER5GaVl5M {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-uER5GaVl5M .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uER5GaVl5M .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uER5GaVl5M .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uER5GaVl5M .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uER5GaVl5M .container {
    padding: 0 12px;
  }
}
.cid-uER5GaVl5M .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uER5GaVl5M .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uER5GaVl5M .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
  width: fit-content;
}
.cid-uER5GaVl5M .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #000000;
  border-radius: 10rem;
}
.cid-uER5GaVl5M .content-wrapper {
  border-radius: 32px;
  background-color: #1d1d1f;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uER5GaVl5M .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uER5GaVl5M .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 767px) {
  .cid-uER5GaVl5M .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uER5GaVl5M .embla__slide .slide-content {
  padding: 48px;
  border-radius: 32px !important;
  background-color: #212124;
}
@media (max-width: 768px) {
  .cid-uER5GaVl5M .embla__slide .slide-content {
    padding: 16px;
  }
}
.cid-uER5GaVl5M .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uER5GaVl5M .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  margin: 0 auto;
}
.cid-uER5GaVl5M .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uER5GaVl5M .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uER5GaVl5M .embla__slide .slide-content .item-content .item-name {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uER5GaVl5M .embla__button--next,
.cid-uER5GaVl5M .embla__button--prev {
  display: flex;
}
.cid-uER5GaVl5M .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #1c1c1c !important;
  color: #1c1c1c !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uER5GaVl5M .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uER5GaVl5M .embla__button:hover {
  opacity: .8 !important;
}
.cid-uER5GaVl5M .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 768px) {
  .cid-uER5GaVl5M .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uER5GaVl5M .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 768px) {
  .cid-uER5GaVl5M .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uER5GaVl5M .embla__button {
    top: 1rem;
  }
}
.cid-uER5GaVl5M .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uER5GaVl5M .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uER5GaVl5M .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uER5GaVl5M .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uER5GaVl5M .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uER5GaVl5M .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uER5GaVl5M .item-name {
  color: #ffffff;
}
.cid-uER5GaVl5M .item-text {
  color: #ffffff;
}
.cid-uEu7CXkDQv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uEu7CXkDQv .item-wrapper {
  width: 100%;
}
.cid-uEu7CXkDQv .carousel-caption {
  bottom: 40px;
}
.cid-uEu7CXkDQv .carousel-control {
  top: 59%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all 0.3s;
  color: #000000;
}
.cid-uEu7CXkDQv .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 4.5rem;
}
.cid-uEu7CXkDQv .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 4.5rem;
}
.cid-uEu7CXkDQv .left-side {
  text-align: left;
}
.cid-uEu7CXkDQv .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 400px;
}
.cid-uEu7CXkDQv .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uEu7CXkDQv .row {
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.cid-uEu7CXkDQv .carousel-fade .active.carousel-item-left,
.cid-uEu7CXkDQv .carousel-fade .active.carousel-item-right {
  transition: opacity 0.5s 0s;
}
.cid-uEu7CXkDQv .carousel-fade .carousel-item-left.carousel-item-next,
.cid-uEu7CXkDQv .carousel-fade .carousel-item-right.carousel-item-prev {
  transition: opacity 0.5s 0.5s;
}
.cid-uEu7CXkDQv .carousel-control-next,
.cid-uEu7CXkDQv .carousel-control-prev {
  opacity: 1;
}
.cid-uEu7CXkDQv .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-uEu7CXkDQv .card-box:focus-within {
  opacity: 1;
}
.cid-uEu7CXkDQv .row-center {
  height: 100%;
}
.cid-uEu7CXkDQv .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 400px;
  min-height: 250px;
  padding: 20px;
}
.cid-uEu7CXkDQv .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.cid-uEu7CXkDQv .card-wrapper:hover .card-box,
.cid-uEu7CXkDQv .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uEu7CXkDQv .card-wrapper:hover:before,
.cid-uEu7CXkDQv .card-wrapper:focus-within:before {
  opacity: 0.5;
}
.cid-uEu7CXkDQv .card-title {
  color: #fafafa;
  text-align: left;
}
.cid-uEu7CXkDQv .carousel-item {
  justify-content: center;
}
.cid-uEu7CXkDQv .g {
  grid-row-gap: 24px;
}
.cid-uEu7CXkDQv .mobi-mbri {
  font-size: 25px;
  color: #012B3A !important;
}
.cid-uEu7CXkDQv .container {
  width: 95%;
  margin: auto;
}
@media (max-width: 1000px) {
  .cid-uEu7CXkDQv .carousel-control {
    display: none;
  }
  .cid-uEu7CXkDQv .container {
    width: 100%;
    padding: 0;
  }
}
.cid-uEu7CXkDQv .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-uEu7CXkDQv .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: center;
}
.cid-uEu7CXkDQv a {
  font-weight: 400;
}
.cid-uEu7CXkDQv .card1 {
  background-image: url("../../../assets/images/1.5-800x550.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7CXkDQv .card2 {
  background-image: url("../../../assets/images/1.7-1200x900.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7CXkDQv .card3 {
  background-image: url("../../../assets/images/1.8-1024x685.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7CXkDQv .card4 {
  background-image: url("../../../assets/images/2.0-960x720.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7CXkDQv .card5 {
  background-image: url("../../../assets/images/2.1-1200x600.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7CXkDQv .card6 {
  background-image: url("../../../assets/images/1.3-800x500.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7CXkDQv .card7 {
  background-image: url("../../../assets/images/2.3-612x408.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7CXkDQv .card8 {
  background-image: url("../../../assets/images/1.4-1500x1500.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7CXkDQv .card9 {
  background-image: url("../../../assets/images/1.9-800x550.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEu7CXkDQv .card10 {
  background-image: url("../../../assets/images/1.6.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-uEu7CXkDQv .g {
    grid-row-gap: 15px;
  }
}
.cid-uEu7CXkDQv .carousel.slide {
  padding: 0;
}
.cid-uEu7CZ0USi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uEu7CZ0USi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu7CZ0USi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEu7CZ0USi .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uEu7CZ0USi .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7CZ0USi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEu7CZ0USi .container {
    padding: 0 16px;
  }
}
.cid-uEu7CZ0USi .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uEu7CZ0USi .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uEu7CZ0USi .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-uEu7CZ0USi .panel-group .card:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uEu7CZ0USi .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uEu7CZ0USi .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uEu7CZ0USi .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uEu7CZ0USi .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uEu7CZ0USi .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uEu7CZ0USi .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEu7CZ0USi .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uEu7CZ0USi .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uEu7CZ0USi .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uEu7CZ0USi .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uEu7CZ0USi .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uEu7CZ0USi .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uEu7CZ0USi .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uEu7CZ0USi .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uEu7CZ0USi .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uEu7CZ0USi .mbr-section-title {
  color: #1c1c1c;
}
.cid-uEu7CZ0USi .panel-number {
  color: #1c1c1c;
}
.cid-uEu7CZ0USi .panel-title-edit {
  color: #1c1c1c;
}
.cid-uEu7CZ0USi .panel-text {
  color: #000000;
}
.cid-uF4hpBogga {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-uF4hpBogga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4hpBogga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4hpBogga .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF4hpBogga .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uF4hpBogga .container {
    padding: 0 30px;
  }
}
.cid-uF4hpBogga .row {
  justify-content: center;
}
.cid-uF4hpBogga .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hpBogga .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hpBogga .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4hpBogga .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hpBogga .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 160px;
  height: 140px;
  object-fit: contain;
  background-color: white;
}
.cid-uF4hpBogga .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF4hpBogga .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hpBogga .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hpBogga .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4hpBogga .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uF4hpBogga .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hpBogga .nav-wrapper .list .item-wrap:hover,
.cid-uF4hpBogga .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4hpBogga .nav-wrapper .list .item-wrap:hover::before,
.cid-uF4hpBogga .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uF4hpBogga .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uF4hpBogga .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4hpBogga .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hpBogga .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hpBogga .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4hpBogga .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hpBogga .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uF4hpBogga .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4hpBogga .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hpBogga .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uF4hpBogga .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uF4hpBogga .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uF4hpBogga .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hpBogga .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uF4hpBogga .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4hpBogga .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4hpBogga .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uF4hpBogga .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hpBogga .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uF4hpBogga .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uF4hpBogga .mbr-section-title {
  color: #bee0d6;
}
.cid-uF4hpBogga .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF4hpBogga .list {
  color: #bee0d6;
}
.cid-uF4hpBogga .mbr-address {
  color: #e0e2e2;
}
.cid-uF4hpBogga .mbr-copy {
  color: #ffffff;
}
.cid-uF4hpBogga .list,
.cid-uF4hpBogga .item-wrap,
.cid-uF4hpBogga .nav-wrapper {
  text-align: left;
  color: #eaeaea;
}
.cid-uF4hpBogga .mbr-section-title,
.cid-uF4hpBogga .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uF4mgbmHrX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .nav-item,
.cid-uF4mgbmHrX .nav-link,
.cid-uF4mgbmHrX .navbar-caption {
  font-weight: normal;
}
.cid-uF4mgbmHrX .nav-item:focus,
.cid-uF4mgbmHrX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4mgbmHrX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4mgbmHrX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF4mgbmHrX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF4mgbmHrX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uF4mgbmHrX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4mgbmHrX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 7.1rem);
  }
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF4mgbmHrX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF4mgbmHrX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF4mgbmHrX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4mgbmHrX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF4mgbmHrX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF4mgbmHrX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF4mgbmHrX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF4mgbmHrX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF4mgbmHrX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF4mgbmHrX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF4mgbmHrX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4mgbmHrX .dropdown-item.active,
.cid-uF4mgbmHrX .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4mgbmHrX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF4mgbmHrX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4mgbmHrX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF4mgbmHrX .navbar-buttons {
  text-align: center;
}
.cid-uF4mgbmHrX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF4mgbmHrX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uF4mgbmHrX .soc-item {
  margin: .5rem .3rem;
}
.cid-uF4mgbmHrX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link,
.cid-uF4mgbmHrX a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uF4mgbmHrX a.nav-link:hover .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4mgbmHrX .navbar {
    height: 77px;
  }
  .cid-uF4mgbmHrX .navbar.opened {
    height: auto;
  }
  .cid-uF4mgbmHrX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uELdp9foIz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/6-768x450.webp");
}
.cid-uELdp9foIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uELdp9foIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uELdp9foIz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uELdp9foIz .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uELdp9foIz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uELdp9foIz .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uELdp9foIz .container {
    padding: 0 24px;
  }
}
.cid-uELdp9foIz .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uELdp9foIz .content-wrapper {
    padding: 0;
  }
}
.cid-uELdp9foIz .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uELdp9foIz .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uELdp9foIz .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uELdp9foIz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uELdp9foIz .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uELdp9foIz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uELdp9foIz .mbr-section-title {
  color: #ffffff;
}
.cid-uELdp9foIz .mbr-desc,
.cid-uELdp9foIz .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uELdp9foIz .mbr-text,
.cid-uELdp9foIz .text-wrapper {
  color: #f4f4f4;
  text-align: left;
}
.cid-uELdp9foIz .mbr-section-title,
.cid-uELdp9foIz .mbr-section-btn {
  text-align: left;
}
.cid-uELdpaKZU6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uELdpaKZU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uELdpaKZU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uELdpaKZU6 .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uELdpaKZU6 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uELdpaKZU6 .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uELdpaKZU6 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uELdpaKZU6 .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uELdpaKZU6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uELdpaKZU6 .content-wrapper .title-wrapper .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uELdpaKZU6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uELdpaKZU6 .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uELdpaKZU6 .image-wrapper img {
    height: 350px;
  }
}
.cid-uELdpaKZU6 .mbr-section-title {
  color: #000000;
}
.cid-uELdpaKZU6 .mbr-desc {
  color: #b19a7c;
}
.cid-uELdpaKZU6 .mbr-text {
  color: #000000;
}
.cid-uELdpc0EcJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uELdpc0EcJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uELdpc0EcJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uELdpc0EcJ .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uELdpc0EcJ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uELdpc0EcJ .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uELdpc0EcJ .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uELdpc0EcJ .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uELdpc0EcJ .title-wrapper .title-wrap .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uELdpc0EcJ .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uELdpc0EcJ .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uELdpc0EcJ .item:hover .item-wrapper .item-content,
.cid-uELdpc0EcJ .item:focus .item-wrapper .item-content {
  background-color: #ffffff;
  margin: 10px;
}
.cid-uELdpc0EcJ .item:hover .item-wrapper .item-content .item-title,
.cid-uELdpc0EcJ .item:focus .item-wrapper .item-content .item-title {
  color: #404349;
}
.cid-uELdpc0EcJ .item:hover .item-wrapper .item-content .item-text,
.cid-uELdpc0EcJ .item:focus .item-wrapper .item-content .item-text {
  color: #404349;
}
.cid-uELdpc0EcJ .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
}
.cid-uELdpc0EcJ .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uELdpc0EcJ .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uELdpc0EcJ .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(top, transparent, #000000);
  pointer-events: none;
  z-index: 1;
}
.cid-uELdpc0EcJ .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uELdpc0EcJ .item .item-wrapper .item-content {
    padding: 20px;
    background-color: #ffffff;
    margin: 10px;
  }
}
.cid-uELdpc0EcJ .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.cid-uELdpc0EcJ .item .item-wrapper .item-content .desc-wrap .desc_1 {
  background-color: #000000;
}
.cid-uELdpc0EcJ .item .item-wrapper .item-content .desc-wrap .desc_2 {
  background-color: #000000;
}
.cid-uELdpc0EcJ .item .item-wrapper .item-content .desc-wrap .desc_3 {
  background-color: #1c1c1c;
}
.cid-uELdpc0EcJ .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uELdpc0EcJ .item .item-wrapper .item-content .item-title {
    color: #404349;
  }
}
.cid-uELdpc0EcJ .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uELdpc0EcJ .item .item-wrapper .item-content .item-text {
    color: #404349;
  }
}
.cid-uELdpc0EcJ .mbr-section-title {
  color: #404349;
}
.cid-uELdpc0EcJ .mbr-desc {
  color: #b19a7c;
}
.cid-uELdpc0EcJ .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uELdpc0EcJ .item-desc {
  color: #ffffff;
}
.cid-uELdpc0EcJ .item-text {
  color: #ffffff;
}
.cid-uELdpc0EcJ .mbr-section-title,
.cid-uELdpc0EcJ .title-wrap {
  color: #000000;
}
.cid-uELdpdA6Fg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uELdpdA6Fg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uELdpdA6Fg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uELdpdA6Fg .row {
  justify-content: space-between;
}
.cid-uELdpdA6Fg .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uELdpdA6Fg .content-wrapper {
    padding: 0;
  }
}
.cid-uELdpdA6Fg .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uELdpdA6Fg .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uELdpdA6Fg .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uELdpdA6Fg .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uELdpdA6Fg .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uELdpdA6Fg .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uELdpdA6Fg .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uELdpdA6Fg .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uELdpdA6Fg .mbr-section-title {
  color: #000000;
}
.cid-uELdpdA6Fg .mbr-desc {
  color: #000000;
}
.cid-uELdpdA6Fg .mbr-text {
  color: #1c1c1c;
}
.cid-uELdpeXeAe {
  background-color: #eaeaea;
}
.cid-uELdpeXeAe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uELdpeXeAe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uELdpeXeAe .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uELdpeXeAe .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uELdpeXeAe .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uELdpeXeAe .container {
    padding: 0 16px;
  }
}
.cid-uELdpeXeAe .image-wrapper {
  height: 100%;
}
.cid-uELdpeXeAe .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uELdpeXeAe .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-uELdpeXeAe .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-uELdpeXeAe .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uELdpeXeAe .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uELdpeXeAe .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uELdpeXeAe .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uELdpeXeAe .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uELdpeXeAe .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uELdpeXeAe .mbr-section-title {
  color: #1c1c1c;
}
.cid-uELdpeXeAe .mbr-text {
  color: #1c1c1c;
}
.cid-uFdPXoiCsj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #1c1c1c;
}
.cid-uFdPXoiCsj .mbr-text {
  color: #767676;
}
.cid-uFdPXoiCsj h4 {
  font-weight: 500;
}
.cid-uFdPXoiCsj h4,
.cid-uFdPXoiCsj h5 {
  text-align: center;
}
.cid-uFdPXoiCsj p {
  text-align: center;
}
.cid-uFdPXoiCsj .card-box {
  text-align: center;
}
.cid-uFdPXoiCsj .card-img {
  font-size: 3rem;
}
.cid-uFdPXoiCsj .mbr-iconfont {
  color: #1c1c1c;
}
.cid-uFdPXoiCsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFdPXoiCsj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFdPXoiCsj .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uER5C6FVON {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-uER5C6FVON .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uER5C6FVON .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uER5C6FVON .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uER5C6FVON .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uER5C6FVON .container {
    padding: 0 12px;
  }
}
.cid-uER5C6FVON .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uER5C6FVON .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uER5C6FVON .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
  width: fit-content;
}
.cid-uER5C6FVON .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #000000;
  border-radius: 10rem;
}
.cid-uER5C6FVON .content-wrapper {
  border-radius: 32px;
  background-color: #1d1d1f;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uER5C6FVON .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uER5C6FVON .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 767px) {
  .cid-uER5C6FVON .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uER5C6FVON .embla__slide .slide-content {
  padding: 48px;
  border-radius: 32px !important;
  background-color: #212124;
}
@media (max-width: 768px) {
  .cid-uER5C6FVON .embla__slide .slide-content {
    padding: 16px;
  }
}
.cid-uER5C6FVON .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uER5C6FVON .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  margin: 0 auto;
}
.cid-uER5C6FVON .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uER5C6FVON .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uER5C6FVON .embla__slide .slide-content .item-content .item-name {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uER5C6FVON .embla__button--next,
.cid-uER5C6FVON .embla__button--prev {
  display: flex;
}
.cid-uER5C6FVON .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #1c1c1c !important;
  color: #1c1c1c !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uER5C6FVON .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uER5C6FVON .embla__button:hover {
  opacity: .8 !important;
}
.cid-uER5C6FVON .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 768px) {
  .cid-uER5C6FVON .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uER5C6FVON .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 768px) {
  .cid-uER5C6FVON .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uER5C6FVON .embla__button {
    top: 1rem;
  }
}
.cid-uER5C6FVON .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uER5C6FVON .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uER5C6FVON .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uER5C6FVON .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uER5C6FVON .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uER5C6FVON .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uER5C6FVON .item-name {
  color: #ffffff;
}
.cid-uER5C6FVON .item-text {
  color: #ffffff;
}
.cid-uELdpgeXdg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uELdpgeXdg .item-wrapper {
  width: 100%;
}
.cid-uELdpgeXdg .carousel-caption {
  bottom: 40px;
}
.cid-uELdpgeXdg .carousel-control {
  top: 59%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all 0.3s;
  color: #000000;
}
.cid-uELdpgeXdg .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 4.5rem;
}
.cid-uELdpgeXdg .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 4.5rem;
}
.cid-uELdpgeXdg .left-side {
  text-align: left;
}
.cid-uELdpgeXdg .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 400px;
}
.cid-uELdpgeXdg .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uELdpgeXdg .row {
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.cid-uELdpgeXdg .carousel-fade .active.carousel-item-left,
.cid-uELdpgeXdg .carousel-fade .active.carousel-item-right {
  transition: opacity 0.5s 0s;
}
.cid-uELdpgeXdg .carousel-fade .carousel-item-left.carousel-item-next,
.cid-uELdpgeXdg .carousel-fade .carousel-item-right.carousel-item-prev {
  transition: opacity 0.5s 0.5s;
}
.cid-uELdpgeXdg .carousel-control-next,
.cid-uELdpgeXdg .carousel-control-prev {
  opacity: 1;
}
.cid-uELdpgeXdg .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-uELdpgeXdg .card-box:focus-within {
  opacity: 1;
}
.cid-uELdpgeXdg .row-center {
  height: 100%;
}
.cid-uELdpgeXdg .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 400px;
  min-height: 250px;
  padding: 20px;
}
.cid-uELdpgeXdg .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.cid-uELdpgeXdg .card-wrapper:hover .card-box,
.cid-uELdpgeXdg .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uELdpgeXdg .card-wrapper:hover:before,
.cid-uELdpgeXdg .card-wrapper:focus-within:before {
  opacity: 0.5;
}
.cid-uELdpgeXdg .card-title {
  color: #fafafa;
  text-align: left;
}
.cid-uELdpgeXdg .carousel-item {
  justify-content: center;
}
.cid-uELdpgeXdg .g {
  grid-row-gap: 24px;
}
.cid-uELdpgeXdg .mobi-mbri {
  font-size: 25px;
  color: #012B3A !important;
}
.cid-uELdpgeXdg .container {
  width: 95%;
  margin: auto;
}
@media (max-width: 1000px) {
  .cid-uELdpgeXdg .carousel-control {
    display: none;
  }
  .cid-uELdpgeXdg .container {
    width: 100%;
    padding: 0;
  }
}
.cid-uELdpgeXdg .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-uELdpgeXdg .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: center;
}
.cid-uELdpgeXdg a {
  font-weight: 400;
}
.cid-uELdpgeXdg .card1 {
  background-image: url("../../../assets/images/6-768x450.webp");
  background-size: cover;
  background-position: center;
}
.cid-uELdpgeXdg .card2 {
  background-image: url("../../../assets/images/premium-photo-1682125939509-03aa8ae4b587-2000x1333.webp");
  background-size: cover;
  background-position: center;
}
.cid-uELdpgeXdg .card3 {
  background-image: url("../../../assets/images/2-720x600.webp");
  background-size: cover;
  background-position: center;
}
.cid-uELdpgeXdg .card4 {
  background-image: url("../../../assets/images/8-1000x795.webp");
  background-size: cover;
  background-position: center;
}
.cid-uELdpgeXdg .card5 {
  background-image: url("../../../assets/images/dsc-0494-scaled.webp");
  background-size: cover;
  background-position: center;
}
.cid-uELdpgeXdg .card6 {
  background-image: url("../../../assets/images/12-799x460.webp");
  background-size: cover;
  background-position: center;
}
.cid-uELdpgeXdg .card7 {
  background-image: url("../../../assets/images/11-734x344.webp");
  background-size: cover;
  background-position: center;
}
.cid-uELdpgeXdg .card8 {
  background-image: url("../../../assets/images/13-567x296.webp");
  background-size: cover;
  background-position: center;
}
.cid-uELdpgeXdg .card9 {
  background-image: url("../../../assets/images/15.webp");
  background-size: cover;
  background-position: center;
}
.cid-uELdpgeXdg .card10 {
  background-image: url("../../../assets/images/14.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-uELdpgeXdg .g {
    grid-row-gap: 15px;
  }
}
.cid-uELdpgeXdg .carousel.slide {
  padding: 0;
}
.cid-uELdpkNur5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uELdpkNur5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uELdpkNur5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uELdpkNur5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uELdpkNur5 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uELdpkNur5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uELdpkNur5 .container {
    padding: 0 16px;
  }
}
.cid-uELdpkNur5 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uELdpkNur5 .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uELdpkNur5 .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-uELdpkNur5 .panel-group .card:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uELdpkNur5 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uELdpkNur5 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uELdpkNur5 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uELdpkNur5 .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uELdpkNur5 .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uELdpkNur5 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uELdpkNur5 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uELdpkNur5 .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uELdpkNur5 .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uELdpkNur5 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uELdpkNur5 .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uELdpkNur5 .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uELdpkNur5 .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uELdpkNur5 .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uELdpkNur5 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uELdpkNur5 .mbr-section-title {
  color: #1c1c1c;
}
.cid-uELdpkNur5 .panel-number {
  color: #1c1c1c;
}
.cid-uELdpkNur5 .panel-title-edit {
  color: #1c1c1c;
}
.cid-uELdpkNur5 .panel-text {
  color: #000000;
}
.cid-uF4hsg0WF3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-uF4hsg0WF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4hsg0WF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4hsg0WF3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF4hsg0WF3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uF4hsg0WF3 .container {
    padding: 0 30px;
  }
}
.cid-uF4hsg0WF3 .row {
  justify-content: center;
}
.cid-uF4hsg0WF3 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hsg0WF3 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hsg0WF3 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4hsg0WF3 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hsg0WF3 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 160px;
  height: 140px;
  object-fit: contain;
  background-color: white;
}
.cid-uF4hsg0WF3 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF4hsg0WF3 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hsg0WF3 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hsg0WF3 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4hsg0WF3 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uF4hsg0WF3 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hsg0WF3 .nav-wrapper .list .item-wrap:hover,
.cid-uF4hsg0WF3 .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4hsg0WF3 .nav-wrapper .list .item-wrap:hover::before,
.cid-uF4hsg0WF3 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uF4hsg0WF3 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uF4hsg0WF3 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4hsg0WF3 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hsg0WF3 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hsg0WF3 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4hsg0WF3 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hsg0WF3 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uF4hsg0WF3 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4hsg0WF3 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hsg0WF3 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uF4hsg0WF3 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uF4hsg0WF3 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uF4hsg0WF3 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hsg0WF3 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uF4hsg0WF3 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4hsg0WF3 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4hsg0WF3 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uF4hsg0WF3 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hsg0WF3 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uF4hsg0WF3 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uF4hsg0WF3 .mbr-section-title {
  color: #bee0d6;
}
.cid-uF4hsg0WF3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF4hsg0WF3 .list {
  color: #bee0d6;
}
.cid-uF4hsg0WF3 .mbr-address {
  color: #e0e2e2;
}
.cid-uF4hsg0WF3 .mbr-copy {
  color: #ffffff;
}
.cid-uF4hsg0WF3 .list,
.cid-uF4hsg0WF3 .item-wrap,
.cid-uF4hsg0WF3 .nav-wrapper {
  text-align: left;
  color: #eaeaea;
}
.cid-uF4hsg0WF3 .mbr-section-title,
.cid-uF4hsg0WF3 .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uF4mgbmHrX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .nav-item,
.cid-uF4mgbmHrX .nav-link,
.cid-uF4mgbmHrX .navbar-caption {
  font-weight: normal;
}
.cid-uF4mgbmHrX .nav-item:focus,
.cid-uF4mgbmHrX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4mgbmHrX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4mgbmHrX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF4mgbmHrX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF4mgbmHrX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uF4mgbmHrX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4mgbmHrX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 7.1rem);
  }
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF4mgbmHrX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF4mgbmHrX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF4mgbmHrX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4mgbmHrX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF4mgbmHrX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF4mgbmHrX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF4mgbmHrX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF4mgbmHrX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF4mgbmHrX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF4mgbmHrX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF4mgbmHrX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4mgbmHrX .dropdown-item.active,
.cid-uF4mgbmHrX .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4mgbmHrX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF4mgbmHrX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4mgbmHrX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF4mgbmHrX .navbar-buttons {
  text-align: center;
}
.cid-uF4mgbmHrX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF4mgbmHrX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uF4mgbmHrX .soc-item {
  margin: .5rem .3rem;
}
.cid-uF4mgbmHrX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link,
.cid-uF4mgbmHrX a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uF4mgbmHrX a.nav-link:hover .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4mgbmHrX .navbar {
    height: 77px;
  }
  .cid-uF4mgbmHrX .navbar.opened {
    height: auto;
  }
  .cid-uF4mgbmHrX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEKkovuqGB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/10-1.webp");
}
.cid-uEKkovuqGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKkovuqGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKkovuqGB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEKkovuqGB .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEKkovuqGB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEKkovuqGB .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEKkovuqGB .container {
    padding: 0 24px;
  }
}
.cid-uEKkovuqGB .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uEKkovuqGB .content-wrapper {
    padding: 0;
  }
}
.cid-uEKkovuqGB .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uEKkovuqGB .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uEKkovuqGB .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uEKkovuqGB .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEKkovuqGB .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uEKkovuqGB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEKkovuqGB .mbr-section-title {
  color: #ffffff;
}
.cid-uEKkovuqGB .mbr-desc,
.cid-uEKkovuqGB .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEKkovuqGB .mbr-text,
.cid-uEKkovuqGB .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uEKkovuqGB .mbr-section-title,
.cid-uEKkovuqGB .mbr-section-btn {
  text-align: left;
}
.cid-uEKkovT9b3 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uEKkovT9b3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKkovT9b3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKkovT9b3 .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEKkovT9b3 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEKkovT9b3 .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEKkovT9b3 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEKkovT9b3 .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEKkovT9b3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEKkovT9b3 .content-wrapper .title-wrapper .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEKkovT9b3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEKkovT9b3 .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEKkovT9b3 .image-wrapper img {
    height: 350px;
  }
}
.cid-uEKkovT9b3 .mbr-section-title {
  color: #000000;
}
.cid-uEKkovT9b3 .mbr-desc {
  color: #b19a7c;
}
.cid-uEKkovT9b3 .mbr-text {
  color: #404349;
}
.cid-uEKkowgJCY {
  background-color: #ffffff;
}
.cid-uEKkowgJCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKkowgJCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKkowgJCY .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEKkowgJCY .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEKkowgJCY .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEKkowgJCY .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uEKkowgJCY .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uEKkowgJCY .title-wrapper .title-wrap .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEKkowgJCY .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uEKkowgJCY .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uEKkowgJCY .item:hover .item-wrapper .item-content,
.cid-uEKkowgJCY .item:focus .item-wrapper .item-content {
  background-color: #ffffff;
  margin: 10px;
}
.cid-uEKkowgJCY .item:hover .item-wrapper .item-content .item-title,
.cid-uEKkowgJCY .item:focus .item-wrapper .item-content .item-title {
  color: #404349;
}
.cid-uEKkowgJCY .item:hover .item-wrapper .item-content .item-text,
.cid-uEKkowgJCY .item:focus .item-wrapper .item-content .item-text {
  color: #404349;
}
.cid-uEKkowgJCY .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
}
.cid-uEKkowgJCY .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEKkowgJCY .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEKkowgJCY .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(top, transparent, #404349);
  pointer-events: none;
  z-index: 1;
}
.cid-uEKkowgJCY .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEKkowgJCY .item .item-wrapper .item-content {
    padding: 20px;
    background-color: #ffffff;
    margin: 10px;
  }
}
.cid-uEKkowgJCY .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.cid-uEKkowgJCY .item .item-wrapper .item-content .desc-wrap .desc_1 {
  background-color: #000000;
}
.cid-uEKkowgJCY .item .item-wrapper .item-content .desc-wrap .desc_2 {
  background-color: #000000;
}
.cid-uEKkowgJCY .item .item-wrapper .item-content .desc-wrap .desc_3 {
  background-color: #1c1c1c;
}
.cid-uEKkowgJCY .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEKkowgJCY .item .item-wrapper .item-content .item-title {
    color: #404349;
  }
}
.cid-uEKkowgJCY .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEKkowgJCY .item .item-wrapper .item-content .item-text {
    color: #404349;
  }
}
.cid-uEKkowgJCY .mbr-section-title {
  color: #404349;
}
.cid-uEKkowgJCY .mbr-desc {
  color: #b19a7c;
}
.cid-uEKkowgJCY .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uEKkowgJCY .item-desc {
  color: #ffffff;
}
.cid-uEKkowgJCY .item-text {
  color: #ffffff;
}
.cid-uEKkowgJCY .mbr-section-title,
.cid-uEKkowgJCY .title-wrap {
  color: #000000;
}
.cid-uEKkowF8FA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEKkowF8FA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKkowF8FA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKkowF8FA .row {
  justify-content: space-between;
}
.cid-uEKkowF8FA .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uEKkowF8FA .content-wrapper {
    padding: 0;
  }
}
.cid-uEKkowF8FA .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEKkowF8FA .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uEKkowF8FA .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEKkowF8FA .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uEKkowF8FA .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uEKkowF8FA .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uEKkowF8FA .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uEKkowF8FA .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uEKkowF8FA .mbr-section-title {
  color: #000000;
}
.cid-uEKkowF8FA .mbr-desc {
  color: #000000;
}
.cid-uEKkowF8FA .mbr-text {
  color: #000000;
}
.cid-uEKkox5fsW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uEKkox5fsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKkox5fsW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKkox5fsW .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uEKkox5fsW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uEKkox5fsW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEKkox5fsW .container {
    padding: 0 16px;
  }
}
.cid-uEKkox5fsW .image-wrapper {
  height: 100%;
}
.cid-uEKkox5fsW .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uEKkox5fsW .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-uEKkox5fsW .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-uEKkox5fsW .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEKkox5fsW .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uEKkox5fsW .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEKkox5fsW .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uEKkox5fsW .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEKkox5fsW .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uEKkox5fsW .mbr-section-title {
  color: #1c1c1c;
}
.cid-uEKkox5fsW .mbr-text {
  color: #1c1c1c;
}
.cid-uFdPZVHLk4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #1c1c1c;
}
.cid-uFdPZVHLk4 .mbr-text {
  color: #767676;
}
.cid-uFdPZVHLk4 h4 {
  font-weight: 500;
}
.cid-uFdPZVHLk4 h4,
.cid-uFdPZVHLk4 h5 {
  text-align: center;
}
.cid-uFdPZVHLk4 p {
  text-align: center;
}
.cid-uFdPZVHLk4 .card-box {
  text-align: center;
}
.cid-uFdPZVHLk4 .card-img {
  font-size: 3rem;
}
.cid-uFdPZVHLk4 .mbr-iconfont {
  color: #1c1c1c;
}
.cid-uFdPZVHLk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFdPZVHLk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFdPZVHLk4 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uER5xyeHse {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-uER5xyeHse .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uER5xyeHse .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uER5xyeHse .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uER5xyeHse .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uER5xyeHse .container {
    padding: 0 12px;
  }
}
.cid-uER5xyeHse .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uER5xyeHse .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uER5xyeHse .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
  width: fit-content;
}
.cid-uER5xyeHse .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #000000;
  border-radius: 10rem;
}
.cid-uER5xyeHse .content-wrapper {
  border-radius: 32px;
  background-color: #1d1d1f;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uER5xyeHse .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uER5xyeHse .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 767px) {
  .cid-uER5xyeHse .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uER5xyeHse .embla__slide .slide-content {
  padding: 48px;
  border-radius: 32px !important;
  background-color: #212124;
}
@media (max-width: 768px) {
  .cid-uER5xyeHse .embla__slide .slide-content {
    padding: 16px;
  }
}
.cid-uER5xyeHse .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uER5xyeHse .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  margin: 0 auto;
}
.cid-uER5xyeHse .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uER5xyeHse .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uER5xyeHse .embla__slide .slide-content .item-content .item-name {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uER5xyeHse .embla__button--next,
.cid-uER5xyeHse .embla__button--prev {
  display: flex;
}
.cid-uER5xyeHse .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #1c1c1c !important;
  color: #1c1c1c !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uER5xyeHse .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uER5xyeHse .embla__button:hover {
  opacity: .8 !important;
}
.cid-uER5xyeHse .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 768px) {
  .cid-uER5xyeHse .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uER5xyeHse .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 768px) {
  .cid-uER5xyeHse .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uER5xyeHse .embla__button {
    top: 1rem;
  }
}
.cid-uER5xyeHse .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uER5xyeHse .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uER5xyeHse .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uER5xyeHse .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uER5xyeHse .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uER5xyeHse .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uER5xyeHse .item-name {
  color: #ffffff;
}
.cid-uER5xyeHse .item-text {
  color: #ffffff;
}
.cid-uEKkoy66GE {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uEKkoy66GE .item-wrapper {
  width: 100%;
}
.cid-uEKkoy66GE .carousel-caption {
  bottom: 40px;
}
.cid-uEKkoy66GE .carousel-control {
  top: 59%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all 0.3s;
  color: #000000;
}
.cid-uEKkoy66GE .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 4.5rem;
}
.cid-uEKkoy66GE .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 4.5rem;
}
.cid-uEKkoy66GE .left-side {
  text-align: left;
}
.cid-uEKkoy66GE .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 400px;
}
.cid-uEKkoy66GE .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uEKkoy66GE .row {
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.cid-uEKkoy66GE .carousel-fade .active.carousel-item-left,
.cid-uEKkoy66GE .carousel-fade .active.carousel-item-right {
  transition: opacity 0.5s 0s;
}
.cid-uEKkoy66GE .carousel-fade .carousel-item-left.carousel-item-next,
.cid-uEKkoy66GE .carousel-fade .carousel-item-right.carousel-item-prev {
  transition: opacity 0.5s 0.5s;
}
.cid-uEKkoy66GE .carousel-control-next,
.cid-uEKkoy66GE .carousel-control-prev {
  opacity: 1;
}
.cid-uEKkoy66GE .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-uEKkoy66GE .card-box:focus-within {
  opacity: 1;
}
.cid-uEKkoy66GE .row-center {
  height: 100%;
}
.cid-uEKkoy66GE .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 400px;
  min-height: 250px;
  padding: 20px;
}
.cid-uEKkoy66GE .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.cid-uEKkoy66GE .card-wrapper:hover .card-box,
.cid-uEKkoy66GE .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uEKkoy66GE .card-wrapper:hover:before,
.cid-uEKkoy66GE .card-wrapper:focus-within:before {
  opacity: 0.5;
}
.cid-uEKkoy66GE .card-title {
  color: #fafafa;
  text-align: left;
}
.cid-uEKkoy66GE .carousel-item {
  justify-content: center;
}
.cid-uEKkoy66GE .g {
  grid-row-gap: 24px;
}
.cid-uEKkoy66GE .mobi-mbri {
  font-size: 25px;
  color: #012B3A !important;
}
.cid-uEKkoy66GE .container {
  width: 95%;
  margin: auto;
}
@media (max-width: 1000px) {
  .cid-uEKkoy66GE .carousel-control {
    display: none;
  }
  .cid-uEKkoy66GE .container {
    width: 100%;
    padding: 0;
  }
}
.cid-uEKkoy66GE .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-uEKkoy66GE .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: center;
}
.cid-uEKkoy66GE a {
  font-weight: 400;
}
.cid-uEKkoy66GE .card1 {
  background-image: url("../../../assets/images/2-1024x768.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEKkoy66GE .card2 {
  background-image: url("../../../assets/images/6-1024x683.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEKkoy66GE .card3 {
  background-image: url("../../../assets/images/7-600x375.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEKkoy66GE .card4 {
  background-image: url("../../../assets/images/3-689x368.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEKkoy66GE .card5 {
  background-image: url("../../../assets/images/1-612x408.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEKkoy66GE .card6 {
  background-image: url("../../../assets/images/4.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEKkoy66GE .card7 {
  background-image: url("../../../assets/images/2-768x432.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEKkoy66GE .card8 {
  background-image: url("../../../assets/images/8-1600x900.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEKkoy66GE .card9 {
  background-image: url("../../../assets/images/11.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEKkoy66GE .card10 {
  background-image: url("../../../assets/images/12-735x562.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-uEKkoy66GE .g {
    grid-row-gap: 15px;
  }
}
.cid-uEKkoy66GE .carousel.slide {
  padding: 0;
}
.cid-uEKkoyCl9n {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEKkoyCl9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKkoyCl9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKkoyCl9n .row {
  justify-content: space-between;
}
.cid-uEKkoyCl9n .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uEKkoyCl9n .content-wrapper {
    padding: 0;
  }
}
.cid-uEKkoyCl9n .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEKkoyCl9n .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uEKkoyCl9n .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEKkoyCl9n .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uEKkoyCl9n .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uEKkoyCl9n .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uEKkoyCl9n .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uEKkoyCl9n .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uEKkoyCl9n .mbr-section-title {
  color: #000000;
}
.cid-uEKkoyCl9n .mbr-desc {
  color: #000000;
}
.cid-uEKkoyCl9n .mbr-text {
  color: #000000;
}
.cid-uEKkoz0blc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uEKkoz0blc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKkoz0blc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKkoz0blc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uEKkoz0blc .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uEKkoz0blc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEKkoz0blc .container {
    padding: 0 16px;
  }
}
.cid-uEKkoz0blc .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uEKkoz0blc .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uEKkoz0blc .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-uEKkoz0blc .panel-group .card:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uEKkoz0blc .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uEKkoz0blc .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uEKkoz0blc .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uEKkoz0blc .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uEKkoz0blc .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uEKkoz0blc .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEKkoz0blc .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uEKkoz0blc .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uEKkoz0blc .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uEKkoz0blc .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uEKkoz0blc .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uEKkoz0blc .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uEKkoz0blc .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uEKkoz0blc .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uEKkoz0blc .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uEKkoz0blc .mbr-section-title {
  color: #1c1c1c;
}
.cid-uEKkoz0blc .panel-number {
  color: #1c1c1c;
}
.cid-uEKkoz0blc .panel-title-edit {
  color: #1c1c1c;
}
.cid-uEKkoz0blc .panel-text {
  color: #000000;
}
.cid-uF4hv5BtGt {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-uF4hv5BtGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4hv5BtGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4hv5BtGt .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF4hv5BtGt .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uF4hv5BtGt .container {
    padding: 0 30px;
  }
}
.cid-uF4hv5BtGt .row {
  justify-content: center;
}
.cid-uF4hv5BtGt .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hv5BtGt .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hv5BtGt .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4hv5BtGt .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hv5BtGt .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 160px;
  height: 140px;
  object-fit: contain;
  background-color: white;
}
.cid-uF4hv5BtGt .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF4hv5BtGt .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hv5BtGt .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hv5BtGt .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4hv5BtGt .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uF4hv5BtGt .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hv5BtGt .nav-wrapper .list .item-wrap:hover,
.cid-uF4hv5BtGt .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4hv5BtGt .nav-wrapper .list .item-wrap:hover::before,
.cid-uF4hv5BtGt .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uF4hv5BtGt .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uF4hv5BtGt .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4hv5BtGt .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hv5BtGt .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hv5BtGt .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4hv5BtGt .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hv5BtGt .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uF4hv5BtGt .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4hv5BtGt .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hv5BtGt .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uF4hv5BtGt .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uF4hv5BtGt .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uF4hv5BtGt .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hv5BtGt .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uF4hv5BtGt .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4hv5BtGt .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4hv5BtGt .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uF4hv5BtGt .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hv5BtGt .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uF4hv5BtGt .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uF4hv5BtGt .mbr-section-title {
  color: #bee0d6;
}
.cid-uF4hv5BtGt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF4hv5BtGt .list {
  color: #bee0d6;
}
.cid-uF4hv5BtGt .mbr-address {
  color: #e0e2e2;
}
.cid-uF4hv5BtGt .mbr-copy {
  color: #ffffff;
}
.cid-uF4hv5BtGt .list,
.cid-uF4hv5BtGt .item-wrap,
.cid-uF4hv5BtGt .nav-wrapper {
  text-align: left;
  color: #eaeaea;
}
.cid-uF4hv5BtGt .mbr-section-title,
.cid-uF4hv5BtGt .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uF4mgbmHrX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .nav-item,
.cid-uF4mgbmHrX .nav-link,
.cid-uF4mgbmHrX .navbar-caption {
  font-weight: normal;
}
.cid-uF4mgbmHrX .nav-item:focus,
.cid-uF4mgbmHrX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4mgbmHrX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4mgbmHrX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF4mgbmHrX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF4mgbmHrX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uF4mgbmHrX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4mgbmHrX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 7.1rem);
  }
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF4mgbmHrX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF4mgbmHrX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF4mgbmHrX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4mgbmHrX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF4mgbmHrX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF4mgbmHrX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF4mgbmHrX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF4mgbmHrX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF4mgbmHrX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF4mgbmHrX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF4mgbmHrX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4mgbmHrX .dropdown-item.active,
.cid-uF4mgbmHrX .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4mgbmHrX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF4mgbmHrX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4mgbmHrX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF4mgbmHrX .navbar-buttons {
  text-align: center;
}
.cid-uF4mgbmHrX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF4mgbmHrX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uF4mgbmHrX .soc-item {
  margin: .5rem .3rem;
}
.cid-uF4mgbmHrX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link,
.cid-uF4mgbmHrX a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uF4mgbmHrX a.nav-link:hover .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4mgbmHrX .navbar {
    height: 77px;
  }
  .cid-uF4mgbmHrX .navbar.opened {
    height: auto;
  }
  .cid-uF4mgbmHrX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEPS2TYZCp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/1-5.webp");
}
.cid-uEPS2TYZCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPS2TYZCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPS2TYZCp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEPS2TYZCp .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEPS2TYZCp .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEPS2TYZCp .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEPS2TYZCp .container {
    padding: 0 24px;
  }
}
.cid-uEPS2TYZCp .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uEPS2TYZCp .content-wrapper {
    padding: 0;
  }
}
.cid-uEPS2TYZCp .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uEPS2TYZCp .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uEPS2TYZCp .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uEPS2TYZCp .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEPS2TYZCp .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uEPS2TYZCp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEPS2TYZCp .mbr-section-title {
  color: #ffffff;
}
.cid-uEPS2TYZCp .mbr-desc,
.cid-uEPS2TYZCp .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEPS2TYZCp .mbr-text,
.cid-uEPS2TYZCp .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uEPS2TYZCp .mbr-section-title,
.cid-uEPS2TYZCp .mbr-section-btn {
  text-align: left;
}
.cid-uEPS2UmNz5 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uEPS2UmNz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPS2UmNz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPS2UmNz5 .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEPS2UmNz5 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEPS2UmNz5 .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEPS2UmNz5 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEPS2UmNz5 .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEPS2UmNz5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEPS2UmNz5 .content-wrapper .title-wrapper .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEPS2UmNz5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEPS2UmNz5 .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEPS2UmNz5 .image-wrapper img {
    height: 350px;
  }
}
.cid-uEPS2UmNz5 .mbr-section-title {
  color: #000000;
}
.cid-uEPS2UmNz5 .mbr-desc {
  color: #b19a7c;
}
.cid-uEPS2UmNz5 .mbr-text {
  color: #404349;
}
.cid-uEPS2UCVtA {
  background-color: #ffffff;
}
.cid-uEPS2UCVtA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPS2UCVtA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPS2UCVtA .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEPS2UCVtA .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEPS2UCVtA .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEPS2UCVtA .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uEPS2UCVtA .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uEPS2UCVtA .title-wrapper .title-wrap .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEPS2UCVtA .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uEPS2UCVtA .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uEPS2UCVtA .item:hover .item-wrapper .item-content,
.cid-uEPS2UCVtA .item:focus .item-wrapper .item-content {
  background-color: #ffffff;
  margin: 10px;
}
.cid-uEPS2UCVtA .item:hover .item-wrapper .item-content .item-title,
.cid-uEPS2UCVtA .item:focus .item-wrapper .item-content .item-title {
  color: #404349;
}
.cid-uEPS2UCVtA .item:hover .item-wrapper .item-content .item-text,
.cid-uEPS2UCVtA .item:focus .item-wrapper .item-content .item-text {
  color: #404349;
}
.cid-uEPS2UCVtA .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
}
.cid-uEPS2UCVtA .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEPS2UCVtA .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEPS2UCVtA .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(top, transparent, #404349);
  pointer-events: none;
  z-index: 1;
}
.cid-uEPS2UCVtA .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEPS2UCVtA .item .item-wrapper .item-content {
    padding: 20px;
    background-color: #ffffff;
    margin: 10px;
  }
}
.cid-uEPS2UCVtA .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.cid-uEPS2UCVtA .item .item-wrapper .item-content .desc-wrap .desc_1 {
  background-color: #000000;
}
.cid-uEPS2UCVtA .item .item-wrapper .item-content .desc-wrap .desc_2 {
  background-color: #000000;
}
.cid-uEPS2UCVtA .item .item-wrapper .item-content .desc-wrap .desc_3 {
  background-color: #1c1c1c;
}
.cid-uEPS2UCVtA .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEPS2UCVtA .item .item-wrapper .item-content .item-title {
    color: #404349;
  }
}
.cid-uEPS2UCVtA .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEPS2UCVtA .item .item-wrapper .item-content .item-text {
    color: #404349;
  }
}
.cid-uEPS2UCVtA .mbr-section-title {
  color: #404349;
}
.cid-uEPS2UCVtA .mbr-desc {
  color: #b19a7c;
}
.cid-uEPS2UCVtA .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uEPS2UCVtA .item-desc {
  color: #ffffff;
}
.cid-uEPS2UCVtA .item-text {
  color: #ffffff;
}
.cid-uEPS2UCVtA .mbr-section-title,
.cid-uEPS2UCVtA .title-wrap {
  color: #000000;
}
.cid-uEPS2UXjNy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEPS2UXjNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPS2UXjNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPS2UXjNy .row {
  justify-content: space-between;
}
.cid-uEPS2UXjNy .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uEPS2UXjNy .content-wrapper {
    padding: 0;
  }
}
.cid-uEPS2UXjNy .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEPS2UXjNy .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uEPS2UXjNy .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEPS2UXjNy .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uEPS2UXjNy .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uEPS2UXjNy .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uEPS2UXjNy .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uEPS2UXjNy .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uEPS2UXjNy .mbr-section-title {
  color: #000000;
}
.cid-uEPS2UXjNy .mbr-desc {
  color: #000000;
}
.cid-uEPS2UXjNy .mbr-text {
  color: #000000;
}
.cid-uEPS2VekLl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uEPS2VekLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPS2VekLl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPS2VekLl .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uEPS2VekLl .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uEPS2VekLl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEPS2VekLl .container {
    padding: 0 16px;
  }
}
.cid-uEPS2VekLl .image-wrapper {
  height: 100%;
}
.cid-uEPS2VekLl .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uEPS2VekLl .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-uEPS2VekLl .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-uEPS2VekLl .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEPS2VekLl .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uEPS2VekLl .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEPS2VekLl .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uEPS2VekLl .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEPS2VekLl .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uEPS2VekLl .mbr-section-title {
  color: #1c1c1c;
}
.cid-uEPS2VekLl .mbr-text {
  color: #1c1c1c;
}
.cid-uFdQ2Iht6T {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #1c1c1c;
}
.cid-uFdQ2Iht6T .mbr-text {
  color: #767676;
}
.cid-uFdQ2Iht6T h4 {
  font-weight: 500;
}
.cid-uFdQ2Iht6T h4,
.cid-uFdQ2Iht6T h5 {
  text-align: center;
}
.cid-uFdQ2Iht6T p {
  text-align: center;
}
.cid-uFdQ2Iht6T .card-box {
  text-align: center;
}
.cid-uFdQ2Iht6T .card-img {
  font-size: 3rem;
}
.cid-uFdQ2Iht6T .mbr-iconfont {
  color: #1c1c1c;
}
.cid-uFdQ2Iht6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFdQ2Iht6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFdQ2Iht6T .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uER5jG7gnA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-uER5jG7gnA .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uER5jG7gnA .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uER5jG7gnA .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uER5jG7gnA .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uER5jG7gnA .container {
    padding: 0 12px;
  }
}
.cid-uER5jG7gnA .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uER5jG7gnA .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uER5jG7gnA .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
  width: fit-content;
}
.cid-uER5jG7gnA .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #000000;
  border-radius: 10rem;
}
.cid-uER5jG7gnA .content-wrapper {
  border-radius: 32px;
  background-color: #1d1d1f;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uER5jG7gnA .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uER5jG7gnA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 767px) {
  .cid-uER5jG7gnA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uER5jG7gnA .embla__slide .slide-content {
  padding: 48px;
  border-radius: 32px !important;
  background-color: #212124;
}
@media (max-width: 768px) {
  .cid-uER5jG7gnA .embla__slide .slide-content {
    padding: 16px;
  }
}
.cid-uER5jG7gnA .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uER5jG7gnA .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  margin: 0 auto;
}
.cid-uER5jG7gnA .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uER5jG7gnA .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uER5jG7gnA .embla__slide .slide-content .item-content .item-name {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uER5jG7gnA .embla__button--next,
.cid-uER5jG7gnA .embla__button--prev {
  display: flex;
}
.cid-uER5jG7gnA .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #1c1c1c !important;
  color: #1c1c1c !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uER5jG7gnA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uER5jG7gnA .embla__button:hover {
  opacity: .8 !important;
}
.cid-uER5jG7gnA .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 768px) {
  .cid-uER5jG7gnA .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uER5jG7gnA .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 768px) {
  .cid-uER5jG7gnA .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uER5jG7gnA .embla__button {
    top: 1rem;
  }
}
.cid-uER5jG7gnA .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uER5jG7gnA .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uER5jG7gnA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uER5jG7gnA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uER5jG7gnA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uER5jG7gnA .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uER5jG7gnA .item-name {
  color: #ffffff;
}
.cid-uER5jG7gnA .item-text {
  color: #ffffff;
}
.cid-uEPS2W0D70 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uEPS2W0D70 .item-wrapper {
  width: 100%;
}
.cid-uEPS2W0D70 .carousel-caption {
  bottom: 40px;
}
.cid-uEPS2W0D70 .carousel-control {
  top: 59%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all 0.3s;
  color: #000000;
}
.cid-uEPS2W0D70 .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 4.5rem;
}
.cid-uEPS2W0D70 .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 4.5rem;
}
.cid-uEPS2W0D70 .left-side {
  text-align: left;
}
.cid-uEPS2W0D70 .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 400px;
}
.cid-uEPS2W0D70 .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uEPS2W0D70 .row {
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.cid-uEPS2W0D70 .carousel-fade .active.carousel-item-left,
.cid-uEPS2W0D70 .carousel-fade .active.carousel-item-right {
  transition: opacity 0.5s 0s;
}
.cid-uEPS2W0D70 .carousel-fade .carousel-item-left.carousel-item-next,
.cid-uEPS2W0D70 .carousel-fade .carousel-item-right.carousel-item-prev {
  transition: opacity 0.5s 0.5s;
}
.cid-uEPS2W0D70 .carousel-control-next,
.cid-uEPS2W0D70 .carousel-control-prev {
  opacity: 1;
}
.cid-uEPS2W0D70 .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-uEPS2W0D70 .card-box:focus-within {
  opacity: 1;
}
.cid-uEPS2W0D70 .row-center {
  height: 100%;
}
.cid-uEPS2W0D70 .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 400px;
  min-height: 250px;
  padding: 20px;
}
.cid-uEPS2W0D70 .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.cid-uEPS2W0D70 .card-wrapper:hover .card-box,
.cid-uEPS2W0D70 .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uEPS2W0D70 .card-wrapper:hover:before,
.cid-uEPS2W0D70 .card-wrapper:focus-within:before {
  opacity: 0.5;
}
.cid-uEPS2W0D70 .card-title {
  color: #fafafa;
  text-align: left;
}
.cid-uEPS2W0D70 .carousel-item {
  justify-content: center;
}
.cid-uEPS2W0D70 .g {
  grid-row-gap: 24px;
}
.cid-uEPS2W0D70 .mobi-mbri {
  font-size: 25px;
  color: #012B3A !important;
}
.cid-uEPS2W0D70 .container {
  width: 95%;
  margin: auto;
}
@media (max-width: 1000px) {
  .cid-uEPS2W0D70 .carousel-control {
    display: none;
  }
  .cid-uEPS2W0D70 .container {
    width: 100%;
    padding: 0;
  }
}
.cid-uEPS2W0D70 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-uEPS2W0D70 .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: center;
}
.cid-uEPS2W0D70 a {
  font-weight: 400;
}
.cid-uEPS2W0D70 .card1 {
  background-image: url("../../../assets/images/9-2000x1330.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEPS2W0D70 .card2 {
  background-image: url("../../../assets/images/10-1012x671.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEPS2W0D70 .card3 {
  background-image: url("../../../assets/images/11-1024x531.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEPS2W0D70 .card4 {
  background-image: url("../../../assets/images/14-626x391.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEPS2W0D70 .card5 {
  background-image: url("../../../assets/images/15-626x416.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEPS2W0D70 .card6 {
  background-image: url("../../../assets/images/16-626x417.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEPS2W0D70 .card7 {
  background-image: url("../../../assets/images/17-626x352.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEPS2W0D70 .card8 {
  background-image: url("../../../assets/images/21-360x203.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEPS2W0D70 .card9 {
  background-image: url("../../../assets/images/19-626x352.webp");
  background-size: cover;
  background-position: center;
}
.cid-uEPS2W0D70 .card10 {
  background-image: url("../../../assets/images/18-626x352.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-uEPS2W0D70 .g {
    grid-row-gap: 15px;
  }
}
.cid-uEPS2W0D70 .carousel.slide {
  padding: 0;
}
.cid-uEPS2WnPuF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEPS2WnPuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPS2WnPuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPS2WnPuF .row {
  justify-content: space-between;
}
.cid-uEPS2WnPuF .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uEPS2WnPuF .content-wrapper {
    padding: 0;
  }
}
.cid-uEPS2WnPuF .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEPS2WnPuF .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uEPS2WnPuF .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEPS2WnPuF .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uEPS2WnPuF .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uEPS2WnPuF .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uEPS2WnPuF .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uEPS2WnPuF .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uEPS2WnPuF .mbr-section-title {
  color: #000000;
}
.cid-uEPS2WnPuF .mbr-desc {
  color: #000000;
}
.cid-uEPS2WnPuF .mbr-text {
  color: #000000;
}
.cid-uEPS2WHL2X {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uEPS2WHL2X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPS2WHL2X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPS2WHL2X .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uEPS2WHL2X .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uEPS2WHL2X .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEPS2WHL2X .container {
    padding: 0 16px;
  }
}
.cid-uEPS2WHL2X .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uEPS2WHL2X .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uEPS2WHL2X .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-uEPS2WHL2X .panel-group .card:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uEPS2WHL2X .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uEPS2WHL2X .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uEPS2WHL2X .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uEPS2WHL2X .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uEPS2WHL2X .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uEPS2WHL2X .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEPS2WHL2X .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uEPS2WHL2X .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uEPS2WHL2X .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uEPS2WHL2X .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uEPS2WHL2X .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uEPS2WHL2X .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uEPS2WHL2X .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uEPS2WHL2X .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uEPS2WHL2X .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uEPS2WHL2X .mbr-section-title {
  color: #1c1c1c;
}
.cid-uEPS2WHL2X .panel-number {
  color: #1c1c1c;
}
.cid-uEPS2WHL2X .panel-title-edit {
  color: #1c1c1c;
}
.cid-uEPS2WHL2X .panel-text {
  color: #000000;
}
.cid-uF4hyMm0w4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-uF4hyMm0w4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4hyMm0w4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4hyMm0w4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF4hyMm0w4 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uF4hyMm0w4 .container {
    padding: 0 30px;
  }
}
.cid-uF4hyMm0w4 .row {
  justify-content: center;
}
.cid-uF4hyMm0w4 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hyMm0w4 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hyMm0w4 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4hyMm0w4 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hyMm0w4 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 160px;
  height: 140px;
  object-fit: contain;
  background-color: white;
}
.cid-uF4hyMm0w4 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF4hyMm0w4 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hyMm0w4 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hyMm0w4 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4hyMm0w4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uF4hyMm0w4 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hyMm0w4 .nav-wrapper .list .item-wrap:hover,
.cid-uF4hyMm0w4 .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4hyMm0w4 .nav-wrapper .list .item-wrap:hover::before,
.cid-uF4hyMm0w4 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uF4hyMm0w4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uF4hyMm0w4 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4hyMm0w4 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hyMm0w4 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hyMm0w4 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4hyMm0w4 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hyMm0w4 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uF4hyMm0w4 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4hyMm0w4 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hyMm0w4 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uF4hyMm0w4 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uF4hyMm0w4 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uF4hyMm0w4 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hyMm0w4 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uF4hyMm0w4 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4hyMm0w4 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4hyMm0w4 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uF4hyMm0w4 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hyMm0w4 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uF4hyMm0w4 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uF4hyMm0w4 .mbr-section-title {
  color: #bee0d6;
}
.cid-uF4hyMm0w4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF4hyMm0w4 .list {
  color: #bee0d6;
}
.cid-uF4hyMm0w4 .mbr-address {
  color: #e0e2e2;
}
.cid-uF4hyMm0w4 .mbr-copy {
  color: #ffffff;
}
.cid-uF4hyMm0w4 .list,
.cid-uF4hyMm0w4 .item-wrap,
.cid-uF4hyMm0w4 .nav-wrapper {
  text-align: left;
  color: #eaeaea;
}
.cid-uF4hyMm0w4 .mbr-section-title,
.cid-uF4hyMm0w4 .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uF4mgbmHrX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .nav-item,
.cid-uF4mgbmHrX .nav-link,
.cid-uF4mgbmHrX .navbar-caption {
  font-weight: normal;
}
.cid-uF4mgbmHrX .nav-item:focus,
.cid-uF4mgbmHrX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4mgbmHrX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4mgbmHrX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF4mgbmHrX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF4mgbmHrX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uF4mgbmHrX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4mgbmHrX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 7.1rem);
  }
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF4mgbmHrX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF4mgbmHrX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF4mgbmHrX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4mgbmHrX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF4mgbmHrX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF4mgbmHrX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF4mgbmHrX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF4mgbmHrX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF4mgbmHrX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF4mgbmHrX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF4mgbmHrX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4mgbmHrX .dropdown-item.active,
.cid-uF4mgbmHrX .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4mgbmHrX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF4mgbmHrX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4mgbmHrX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF4mgbmHrX .navbar-buttons {
  text-align: center;
}
.cid-uF4mgbmHrX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF4mgbmHrX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uF4mgbmHrX .soc-item {
  margin: .5rem .3rem;
}
.cid-uF4mgbmHrX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link,
.cid-uF4mgbmHrX a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uF4mgbmHrX a.nav-link:hover .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4mgbmHrX .navbar {
    height: 77px;
  }
  .cid-uF4mgbmHrX .navbar.opened {
    height: auto;
  }
  .cid-uF4mgbmHrX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEQFjEW13j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-design-2022-12-22t181212.511-580x400.webp");
}
.cid-uEQFjEW13j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQFjEW13j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQFjEW13j .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEQFjEW13j .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEQFjEW13j .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEQFjEW13j .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEQFjEW13j .container {
    padding: 0 24px;
  }
}
.cid-uEQFjEW13j .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uEQFjEW13j .content-wrapper {
    padding: 0;
  }
}
.cid-uEQFjEW13j .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uEQFjEW13j .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uEQFjEW13j .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uEQFjEW13j .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEQFjEW13j .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uEQFjEW13j .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEQFjEW13j .mbr-section-title {
  color: #ffffff;
}
.cid-uEQFjEW13j .mbr-desc,
.cid-uEQFjEW13j .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEQFjEW13j .mbr-text,
.cid-uEQFjEW13j .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uEQFjEW13j .mbr-section-title,
.cid-uEQFjEW13j .mbr-section-btn {
  text-align: left;
}
.cid-uEQFjFfjBD {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uEQFjFfjBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQFjFfjBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQFjFfjBD .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEQFjFfjBD .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEQFjFfjBD .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEQFjFfjBD .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEQFjFfjBD .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEQFjFfjBD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEQFjFfjBD .content-wrapper .title-wrapper .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEQFjFfjBD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEQFjFfjBD .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEQFjFfjBD .image-wrapper img {
    height: 350px;
  }
}
.cid-uEQFjFfjBD .mbr-section-title {
  color: #000000;
}
.cid-uEQFjFfjBD .mbr-desc {
  color: #b19a7c;
}
.cid-uEQFjFfjBD .mbr-text {
  color: #404349;
}
.cid-uEQFjFv1oA {
  background-color: #ffffff;
}
.cid-uEQFjFv1oA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQFjFv1oA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQFjFv1oA .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEQFjFv1oA .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEQFjFv1oA .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEQFjFv1oA .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uEQFjFv1oA .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uEQFjFv1oA .title-wrapper .title-wrap .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEQFjFv1oA .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uEQFjFv1oA .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uEQFjFv1oA .item:hover .item-wrapper .item-content,
.cid-uEQFjFv1oA .item:focus .item-wrapper .item-content {
  background-color: #ffffff;
  margin: 10px;
}
.cid-uEQFjFv1oA .item:hover .item-wrapper .item-content .item-title,
.cid-uEQFjFv1oA .item:focus .item-wrapper .item-content .item-title {
  color: #404349;
}
.cid-uEQFjFv1oA .item:hover .item-wrapper .item-content .item-text,
.cid-uEQFjFv1oA .item:focus .item-wrapper .item-content .item-text {
  color: #404349;
}
.cid-uEQFjFv1oA .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
}
.cid-uEQFjFv1oA .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEQFjFv1oA .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEQFjFv1oA .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(top, transparent, #404349);
  pointer-events: none;
  z-index: 1;
}
.cid-uEQFjFv1oA .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEQFjFv1oA .item .item-wrapper .item-content {
    padding: 20px;
    background-color: #ffffff;
    margin: 10px;
  }
}
.cid-uEQFjFv1oA .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.cid-uEQFjFv1oA .item .item-wrapper .item-content .desc-wrap .desc_1 {
  background-color: #000000;
}
.cid-uEQFjFv1oA .item .item-wrapper .item-content .desc-wrap .desc_2 {
  background-color: #000000;
}
.cid-uEQFjFv1oA .item .item-wrapper .item-content .desc-wrap .desc_3 {
  background-color: #1c1c1c;
}
.cid-uEQFjFv1oA .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEQFjFv1oA .item .item-wrapper .item-content .item-title {
    color: #404349;
  }
}
.cid-uEQFjFv1oA .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEQFjFv1oA .item .item-wrapper .item-content .item-text {
    color: #404349;
  }
}
.cid-uEQFjFv1oA .mbr-section-title {
  color: #404349;
}
.cid-uEQFjFv1oA .mbr-desc {
  color: #b19a7c;
}
.cid-uEQFjFv1oA .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uEQFjFv1oA .item-desc {
  color: #ffffff;
}
.cid-uEQFjFv1oA .item-text {
  color: #ffffff;
}
.cid-uEQFjFv1oA .mbr-section-title,
.cid-uEQFjFv1oA .title-wrap {
  color: #000000;
}
.cid-uEQFjFOf5v {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEQFjFOf5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQFjFOf5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQFjFOf5v .row {
  justify-content: space-between;
}
.cid-uEQFjFOf5v .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uEQFjFOf5v .content-wrapper {
    padding: 0;
  }
}
.cid-uEQFjFOf5v .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEQFjFOf5v .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uEQFjFOf5v .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEQFjFOf5v .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uEQFjFOf5v .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uEQFjFOf5v .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uEQFjFOf5v .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uEQFjFOf5v .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uEQFjFOf5v .mbr-section-title {
  color: #000000;
}
.cid-uEQFjFOf5v .mbr-desc {
  color: #000000;
}
.cid-uEQFjFOf5v .mbr-text {
  color: #000000;
}
.cid-uEQFjG3i6W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uEQFjG3i6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQFjG3i6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQFjG3i6W .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uEQFjG3i6W .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uEQFjG3i6W .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEQFjG3i6W .container {
    padding: 0 16px;
  }
}
.cid-uEQFjG3i6W .image-wrapper {
  height: 100%;
}
.cid-uEQFjG3i6W .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uEQFjG3i6W .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-uEQFjG3i6W .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-uEQFjG3i6W .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEQFjG3i6W .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uEQFjG3i6W .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEQFjG3i6W .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uEQFjG3i6W .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEQFjG3i6W .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uEQFjG3i6W .mbr-section-title {
  color: #1c1c1c;
}
.cid-uEQFjG3i6W .mbr-text {
  color: #1c1c1c;
}
.cid-uFdQ5Jy0JZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #1c1c1c;
}
.cid-uFdQ5Jy0JZ .mbr-text {
  color: #767676;
}
.cid-uFdQ5Jy0JZ h4 {
  font-weight: 500;
}
.cid-uFdQ5Jy0JZ h4,
.cid-uFdQ5Jy0JZ h5 {
  text-align: center;
}
.cid-uFdQ5Jy0JZ p {
  text-align: center;
}
.cid-uFdQ5Jy0JZ .card-box {
  text-align: center;
}
.cid-uFdQ5Jy0JZ .card-img {
  font-size: 3rem;
}
.cid-uFdQ5Jy0JZ .mbr-iconfont {
  color: #1c1c1c;
}
.cid-uFdQ5Jy0JZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFdQ5Jy0JZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFdQ5Jy0JZ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uEQFjGkzQU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-uEQFjGkzQU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uEQFjGkzQU .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uEQFjGkzQU .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uEQFjGkzQU .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uEQFjGkzQU .container {
    padding: 0 12px;
  }
}
.cid-uEQFjGkzQU .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uEQFjGkzQU .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uEQFjGkzQU .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
  width: fit-content;
}
.cid-uEQFjGkzQU .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #000000;
  border-radius: 10rem;
}
.cid-uEQFjGkzQU .content-wrapper {
  border-radius: 32px;
  background-color: #1d1d1f;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEQFjGkzQU .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uEQFjGkzQU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 767px) {
  .cid-uEQFjGkzQU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uEQFjGkzQU .embla__slide .slide-content {
  padding: 48px;
  border-radius: 32px !important;
  background-color: #212124;
}
@media (max-width: 768px) {
  .cid-uEQFjGkzQU .embla__slide .slide-content {
    padding: 16px;
  }
}
.cid-uEQFjGkzQU .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uEQFjGkzQU .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  margin: 0 auto;
}
.cid-uEQFjGkzQU .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uEQFjGkzQU .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uEQFjGkzQU .embla__slide .slide-content .item-content .item-name {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uEQFjGkzQU .embla__button--next,
.cid-uEQFjGkzQU .embla__button--prev {
  display: flex;
}
.cid-uEQFjGkzQU .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #1c1c1c !important;
  color: #1c1c1c !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uEQFjGkzQU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uEQFjGkzQU .embla__button:hover {
  opacity: .8 !important;
}
.cid-uEQFjGkzQU .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 768px) {
  .cid-uEQFjGkzQU .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uEQFjGkzQU .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 768px) {
  .cid-uEQFjGkzQU .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uEQFjGkzQU .embla__button {
    top: 1rem;
  }
}
.cid-uEQFjGkzQU .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uEQFjGkzQU .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uEQFjGkzQU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEQFjGkzQU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEQFjGkzQU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEQFjGkzQU .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uEQFjGkzQU .item-name {
  color: #ffffff;
}
.cid-uEQFjGkzQU .item-text {
  color: #ffffff;
}
.cid-uEQFjHAtOc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uEQFjHAtOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQFjHAtOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQFjHAtOc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uEQFjHAtOc .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uEQFjHAtOc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEQFjHAtOc .container {
    padding: 0 16px;
  }
}
.cid-uEQFjHAtOc .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uEQFjHAtOc .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uEQFjHAtOc .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-uEQFjHAtOc .panel-group .card:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uEQFjHAtOc .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uEQFjHAtOc .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uEQFjHAtOc .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uEQFjHAtOc .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uEQFjHAtOc .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uEQFjHAtOc .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEQFjHAtOc .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uEQFjHAtOc .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uEQFjHAtOc .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uEQFjHAtOc .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uEQFjHAtOc .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uEQFjHAtOc .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uEQFjHAtOc .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uEQFjHAtOc .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uEQFjHAtOc .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uEQFjHAtOc .mbr-section-title {
  color: #1c1c1c;
}
.cid-uEQFjHAtOc .panel-number {
  color: #1c1c1c;
}
.cid-uEQFjHAtOc .panel-title-edit {
  color: #1c1c1c;
}
.cid-uEQFjHAtOc .panel-text {
  color: #000000;
}
.cid-uF4hCXlZWj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-uF4hCXlZWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4hCXlZWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4hCXlZWj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF4hCXlZWj .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uF4hCXlZWj .container {
    padding: 0 30px;
  }
}
.cid-uF4hCXlZWj .row {
  justify-content: center;
}
.cid-uF4hCXlZWj .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hCXlZWj .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hCXlZWj .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4hCXlZWj .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hCXlZWj .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 160px;
  height: 140px;
  object-fit: contain;
  background-color: white;
}
.cid-uF4hCXlZWj .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF4hCXlZWj .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hCXlZWj .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hCXlZWj .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4hCXlZWj .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uF4hCXlZWj .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hCXlZWj .nav-wrapper .list .item-wrap:hover,
.cid-uF4hCXlZWj .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4hCXlZWj .nav-wrapper .list .item-wrap:hover::before,
.cid-uF4hCXlZWj .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uF4hCXlZWj .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uF4hCXlZWj .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4hCXlZWj .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4hCXlZWj .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hCXlZWj .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4hCXlZWj .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hCXlZWj .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uF4hCXlZWj .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4hCXlZWj .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hCXlZWj .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uF4hCXlZWj .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uF4hCXlZWj .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uF4hCXlZWj .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4hCXlZWj .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uF4hCXlZWj .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4hCXlZWj .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4hCXlZWj .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uF4hCXlZWj .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4hCXlZWj .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uF4hCXlZWj .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uF4hCXlZWj .mbr-section-title {
  color: #bee0d6;
}
.cid-uF4hCXlZWj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF4hCXlZWj .list {
  color: #bee0d6;
}
.cid-uF4hCXlZWj .mbr-address {
  color: #e0e2e2;
}
.cid-uF4hCXlZWj .mbr-copy {
  color: #ffffff;
}
.cid-uF4hCXlZWj .list,
.cid-uF4hCXlZWj .item-wrap,
.cid-uF4hCXlZWj .nav-wrapper {
  text-align: left;
  color: #eaeaea;
}
.cid-uF4hCXlZWj .mbr-section-title,
.cid-uF4hCXlZWj .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uF4mgbmHrX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .nav-item,
.cid-uF4mgbmHrX .nav-link,
.cid-uF4mgbmHrX .navbar-caption {
  font-weight: normal;
}
.cid-uF4mgbmHrX .nav-item:focus,
.cid-uF4mgbmHrX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4mgbmHrX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4mgbmHrX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF4mgbmHrX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF4mgbmHrX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uF4mgbmHrX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4mgbmHrX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 7.1rem);
  }
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF4mgbmHrX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF4mgbmHrX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF4mgbmHrX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4mgbmHrX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF4mgbmHrX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF4mgbmHrX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF4mgbmHrX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF4mgbmHrX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF4mgbmHrX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF4mgbmHrX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF4mgbmHrX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4mgbmHrX .dropdown-item.active,
.cid-uF4mgbmHrX .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4mgbmHrX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF4mgbmHrX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4mgbmHrX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF4mgbmHrX .navbar-buttons {
  text-align: center;
}
.cid-uF4mgbmHrX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF4mgbmHrX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uF4mgbmHrX .soc-item {
  margin: .5rem .3rem;
}
.cid-uF4mgbmHrX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link,
.cid-uF4mgbmHrX a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uF4mgbmHrX a.nav-link:hover .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4mgbmHrX .navbar {
    height: 77px;
  }
  .cid-uF4mgbmHrX .navbar.opened {
    height: auto;
  }
  .cid-uF4mgbmHrX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3wCDIY3n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/our-clients-612x408.webp");
}
.cid-uF3wCDIY3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3wCDIY3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3wCDIY3n .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uF3wCDIY3n .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uF3wCDIY3n .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uF3wCDIY3n .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uF3wCDIY3n .container {
    padding: 0 24px;
  }
}
.cid-uF3wCDIY3n .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uF3wCDIY3n .content-wrapper {
    padding: 0;
  }
}
.cid-uF3wCDIY3n .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uF3wCDIY3n .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uF3wCDIY3n .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uF3wCDIY3n .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF3wCDIY3n .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uF3wCDIY3n .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF3wCDIY3n .mbr-section-title {
  color: #ffffff;
}
.cid-uF3wCDIY3n .mbr-desc,
.cid-uF3wCDIY3n .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF3wCDIY3n .mbr-text,
.cid-uF3wCDIY3n .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF3wCDIY3n .mbr-section-title,
.cid-uF3wCDIY3n .mbr-section-btn {
  text-align: center;
}
.cid-uF4ckhGnLP {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffff5;
}
.cid-uF4ckhGnLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4ckhGnLP .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-uF4ckhGnLP .container {
    padding: 0 25px;
  }
}
.cid-uF4ckhGnLP .row {
  justify-content: center;
}
.cid-uF4ckhGnLP .item {
  margin-bottom: 32px;
}
.cid-uF4ckhGnLP .item .item-wrapper {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
}
.cid-uF4ckhGnLP .item .item-wrapper:hover,
.cid-uF4ckhGnLP .item .item-wrapper:focus {
  box-shadow: 2px 2px 0 0 #000000;
}
.cid-uF4ckhGnLP .item .item-wrapper a {
  display: block;
}
.cid-uF4ckhGnLP .item .item-wrapper a:hover .item-img::after,
.cid-uF4ckhGnLP .item .item-wrapper a:focus .item-img::after {
  opacity: 0;
}
.cid-uF4ckhGnLP .item .item-wrapper a .item-img {
  position: relative;
}
.cid-uF4ckhGnLP .item .item-wrapper a .item-img img {
  background-color: #000000;
  padding: 4px;
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uF4ckhGnLP .item .item-wrapper a .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4b4b4b;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uF3wCElH7s {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uF3wCElH7s .mbr-section-title {
  padding: 0 60px;
  margin-bottom: 80px;
  color: #050f0f;
}
@media (max-width: 992px) {
  .cid-uF3wCElH7s .mbr-section-title {
    padding: 0;
    margin-bottom: 24px;
  }
}
.cid-uF3wCElH7s .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 512px;
  max-width: 512px;
}
@media (max-width: 767px) {
  .cid-uF3wCElH7s .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uF3wCElH7s .embla__slide .slide-content {
  width: 100%;
}
.cid-uF3wCElH7s .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f7fff7;
  border: 3px solid #050f0f;
  overflow: hidden;
}
.cid-uF3wCElH7s .embla__slide .slide-content .item-content .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-bottom: 3px solid #050f0f;
  border-radius: 0 !important;
}
.cid-uF3wCElH7s .embla__slide .slide-content .item-content .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uF3wCElH7s .embla__slide .slide-content .item-content .text-wrapper {
    padding: 32px 16px 24px 16px;
  }
}
.cid-uF3wCElH7s .embla__slide .slide-content .item-content .text-wrapper .item-date {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-uF3wCElH7s .embla__slide .slide-content .item-content .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uF3wCElH7s .embla__slide .slide-content .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uF3wCElH7s .embla__slide .slide-content .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 32px 32px 32px;
}
@media (max-width: 992px) {
  .cid-uF3wCElH7s .embla__slide .slide-content .icon-wrapper {
    padding: 0 16px 32px 16px;
  }
}
.cid-uF3wCElH7s .embla__slide .slide-content .icon-wrapper .mbr-iconfont {
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #34363a;
  border: 3px solid #ffffff;
  border-radius: 100%;
  box-shadow: 2px 2px #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uF3wCElH7s .embla__slide .slide-content .icon-wrapper .mbr-iconfont:hover,
.cid-uF3wCElH7s .embla__slide .slide-content .icon-wrapper .mbr-iconfont:focus {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uF3wCElH7s .embla__button--next,
.cid-uF3wCElH7s .embla__button--prev {
  display: flex;
}
.cid-uF3wCElH7s .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  font-size: 24px;
  background-color: #ffe66d !important;
  color: #050f0f !important;
  border: 3px solid #050f0f !important;
  box-shadow: 2px 2px #050f0f;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uF3wCElH7s .embla__button {
    display: none;
  }
}
.cid-uF3wCElH7s .embla__button:hover {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uF3wCElH7s .embla__button.embla__button--prev {
  left: 60px;
}
@media (max-width: 992px) {
  .cid-uF3wCElH7s .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uF3wCElH7s .embla__button.embla__button--next {
  right: 60px;
}
@media (max-width: 992px) {
  .cid-uF3wCElH7s .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uF3wCElH7s .embla {
  position: relative;
  width: 100%;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF3wCElH7s .embla {
    padding: 0;
  }
}
.cid-uF3wCElH7s .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uF3wCElH7s .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uF3wCElH7s .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uF3wCElH7s .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uF3wCElH7s .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uF3wCElH7s .item-date {
  color: #050f0f;
}
.cid-uF3wCElH7s .item-title {
  color: #050f0f;
}
.cid-uF3wCElH7s .item-text {
  color: #050f0f;
}
.cid-uF3wCElH7s .icon-wrapper {
  text-align: right;
}
.cid-uF4gRT5vrF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-uF4gRT5vrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4gRT5vrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4gRT5vrF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF4gRT5vrF .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uF4gRT5vrF .container {
    padding: 0 30px;
  }
}
.cid-uF4gRT5vrF .row {
  justify-content: center;
}
.cid-uF4gRT5vrF .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4gRT5vrF .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4gRT5vrF .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4gRT5vrF .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4gRT5vrF .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 160px;
  height: 140px;
  object-fit: contain;
  background-color: white;
}
.cid-uF4gRT5vrF .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF4gRT5vrF .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4gRT5vrF .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4gRT5vrF .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4gRT5vrF .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uF4gRT5vrF .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4gRT5vrF .nav-wrapper .list .item-wrap:hover,
.cid-uF4gRT5vrF .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4gRT5vrF .nav-wrapper .list .item-wrap:hover::before,
.cid-uF4gRT5vrF .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uF4gRT5vrF .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uF4gRT5vrF .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4gRT5vrF .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF4gRT5vrF .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4gRT5vrF .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF4gRT5vrF .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4gRT5vrF .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uF4gRT5vrF .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF4gRT5vrF .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4gRT5vrF .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uF4gRT5vrF .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uF4gRT5vrF .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uF4gRT5vrF .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF4gRT5vrF .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uF4gRT5vrF .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF4gRT5vrF .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF4gRT5vrF .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uF4gRT5vrF .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF4gRT5vrF .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uF4gRT5vrF .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uF4gRT5vrF .mbr-section-title {
  color: #bee0d6;
}
.cid-uF4gRT5vrF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF4gRT5vrF .list {
  color: #bee0d6;
}
.cid-uF4gRT5vrF .mbr-address {
  color: #e0e2e2;
}
.cid-uF4gRT5vrF .mbr-copy {
  color: #ffffff;
}
.cid-uF4gRT5vrF .list,
.cid-uF4gRT5vrF .item-wrap,
.cid-uF4gRT5vrF .nav-wrapper {
  text-align: left;
  color: #eaeaea;
}
.cid-uF4gRT5vrF .mbr-section-title,
.cid-uF4gRT5vrF .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uF4mgbmHrX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .nav-item,
.cid-uF4mgbmHrX .nav-link,
.cid-uF4mgbmHrX .navbar-caption {
  font-weight: normal;
}
.cid-uF4mgbmHrX .nav-item:focus,
.cid-uF4mgbmHrX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF4mgbmHrX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF4mgbmHrX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4mgbmHrX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4mgbmHrX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF4mgbmHrX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF4mgbmHrX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-uF4mgbmHrX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4mgbmHrX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF4mgbmHrX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 7.1rem);
  }
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF4mgbmHrX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4mgbmHrX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF4mgbmHrX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF4mgbmHrX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4mgbmHrX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF4mgbmHrX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF4mgbmHrX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF4mgbmHrX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF4mgbmHrX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF4mgbmHrX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF4mgbmHrX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF4mgbmHrX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF4mgbmHrX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF4mgbmHrX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF4mgbmHrX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4mgbmHrX .dropdown-item.active,
.cid-uF4mgbmHrX .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4mgbmHrX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4mgbmHrX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF4mgbmHrX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF4mgbmHrX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4mgbmHrX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF4mgbmHrX .navbar-buttons {
  text-align: center;
}
.cid-uF4mgbmHrX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF4mgbmHrX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF4mgbmHrX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF4mgbmHrX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF4mgbmHrX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-uF4mgbmHrX .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uF4mgbmHrX .soc-item {
  margin: .5rem .3rem;
}
.cid-uF4mgbmHrX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link,
.cid-uF4mgbmHrX a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uF4mgbmHrX a.nav-link .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uF4mgbmHrX a.nav-link:hover .mbr-iconfont-btn,
.cid-uF4mgbmHrX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uF4mgbmHrX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF4mgbmHrX .navbar {
    height: 77px;
  }
  .cid-uF4mgbmHrX .navbar.opened {
    height: auto;
  }
  .cid-uF4mgbmHrX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEKlrpcGoX {
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uEKlrpcGoX .carousel {
  width: 100%;
}
.cid-uEKlrpcGoX .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uEKlrpcGoX .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uEKlrpcGoX .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 55%;
  overflow: hidden;
  bottom: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 50px;
}
@media (max-width: 767px) {
  .cid-uEKlrpcGoX .carousel-caption {
    height: 93.5%;
  }
}
.cid-uEKlrpcGoX .carousel-control {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  transition: all 0.3s;
  top: calc(50% + 55%/2 + 1rem);
  transform: translateY(-50%);
  left: 0;
  margin-left: 50px;
  color: #c17b71;
  opacity: 1;
}
.cid-uEKlrpcGoX .carousel-control.carousel-control-next {
  margin-left: 100px;
}
.cid-uEKlrpcGoX .carousel-control > span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uEKlrpcGoX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uEKlrpcGoX .carousel-control:hover {
  opacity: 0.6;
}
.cid-uEKlrpcGoX .item-wrapper {
  width: 100%;
}
.cid-uEKlrpcGoX .mbr-section-subtitle,
.cid-uEKlrpcGoX .slider-subtitle {
  margin-bottom: 30px;
}
.cid-uEKlrpcGoX .caption-text {
  margin-bottom: 20.4px;
}
@media (max-width: 767px) {
  .cid-uEKlrpcGoX .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uEKlrpcGoX .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uEKlrpcGoX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uEKlrpcGoX .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uEKlrpcGoX .carousel-indicators li.active,
.cid-uEKlrpcGoX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uEKlrpcGoX .carousel-indicators li::after,
.cid-uEKlrpcGoX .carousel-indicators li::before {
  content: none;
}
.cid-uEKlrpcGoX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uEKlrpcGoX .carousel-indicators {
    display: none !important;
  }
}
.cid-uEKlrpcGoX H5 {
  color: #e9ddd8;
}
.cid-uEKlrpcGoX .mbr-section-subtitle {
  color: #ebc6b8;
}
.cid-uEKlrpcGoX P {
  color: #ffffff;
}
.cid-uEsYggEPre {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uEsYggEPre .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEsYggEPre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEsYggEPre .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEsYggEPre .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEsYggEPre .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEsYggEPre .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEsYggEPre .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEsYggEPre .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEsYggEPre .content-wrapper .title-wrapper .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEsYggEPre .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEsYggEPre .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEsYggEPre .image-wrapper img {
    height: 350px;
  }
}
.cid-uEsYggEPre .mbr-section-title {
  color: #000000;
}
.cid-uEsYggEPre .mbr-desc {
  color: #b19a7c;
}
.cid-uEsYggEPre .mbr-text {
  color: #404349;
}
.cid-uEKomOYN9g {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEKomOYN9g .mbr-section-title {
  padding: 0 60px;
  margin-bottom: 80px;
  color: #050f0f;
}
@media (max-width: 992px) {
  .cid-uEKomOYN9g .mbr-section-title {
    padding: 0;
    margin-bottom: 24px;
  }
}
.cid-uEKomOYN9g .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 512px;
  max-width: 512px;
}
@media (max-width: 767px) {
  .cid-uEKomOYN9g .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uEKomOYN9g .embla__slide .slide-content {
  width: 100%;
}
.cid-uEKomOYN9g .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f7fff7;
  border: 3px solid #050f0f;
  overflow: hidden;
}
.cid-uEKomOYN9g .embla__slide .slide-content .item-content .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-bottom: 3px solid #050f0f;
  border-radius: 0 !important;
}
.cid-uEKomOYN9g .embla__slide .slide-content .item-content .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uEKomOYN9g .embla__slide .slide-content .item-content .text-wrapper {
    padding: 32px 16px 24px 16px;
  }
}
.cid-uEKomOYN9g .embla__slide .slide-content .item-content .text-wrapper .item-date {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-uEKomOYN9g .embla__slide .slide-content .item-content .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uEKomOYN9g .embla__slide .slide-content .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uEKomOYN9g .embla__slide .slide-content .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 32px 32px 32px;
}
@media (max-width: 992px) {
  .cid-uEKomOYN9g .embla__slide .slide-content .icon-wrapper {
    padding: 0 16px 32px 16px;
  }
}
.cid-uEKomOYN9g .embla__slide .slide-content .icon-wrapper .mbr-iconfont {
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #34363a;
  border: 3px solid #ffffff;
  border-radius: 100%;
  box-shadow: 2px 2px #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uEKomOYN9g .embla__slide .slide-content .icon-wrapper .mbr-iconfont:hover,
.cid-uEKomOYN9g .embla__slide .slide-content .icon-wrapper .mbr-iconfont:focus {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uEKomOYN9g .embla__button--next,
.cid-uEKomOYN9g .embla__button--prev {
  display: flex;
}
.cid-uEKomOYN9g .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  font-size: 24px;
  background-color: #ffe66d !important;
  color: #050f0f !important;
  border: 3px solid #050f0f !important;
  box-shadow: 2px 2px #050f0f;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uEKomOYN9g .embla__button {
    display: none;
  }
}
.cid-uEKomOYN9g .embla__button:hover {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uEKomOYN9g .embla__button.embla__button--prev {
  left: 60px;
}
@media (max-width: 992px) {
  .cid-uEKomOYN9g .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uEKomOYN9g .embla__button.embla__button--next {
  right: 60px;
}
@media (max-width: 992px) {
  .cid-uEKomOYN9g .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uEKomOYN9g .embla {
  position: relative;
  width: 100%;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uEKomOYN9g .embla {
    padding: 0;
  }
}
.cid-uEKomOYN9g .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uEKomOYN9g .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEKomOYN9g .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEKomOYN9g .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEKomOYN9g .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uEKomOYN9g .item-date {
  color: #050f0f;
}
.cid-uEKomOYN9g .item-title {
  color: #050f0f;
}
.cid-uEKomOYN9g .item-text {
  color: #050f0f;
}
.cid-uEKomOYN9g .icon-wrapper {
  text-align: right;
}
.cid-uEKu7K1lSH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEKu7K1lSH .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #000000;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-uEKu7K1lSH .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
  text-align: center;
}
.cid-uEKu7K1lSH .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
}
.cid-uEKu7K1lSH a {
  font-weight: 400;
  letter-spacing: 5.2px;
  transition: all .3s;
}
.cid-uEKu7K1lSH .mbr-text {
  padding-bottom: 30px;
  max-width: 1100px;
  margin: auto;
}
.cid-uEKu7K1lSH .mbr-text,
.cid-uEKu7K1lSH .button-align {
  text-align: center;
  color: #000000;
}
.cid-uEKu7K1lSH a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-uF0RpMHeBh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uF0RpMHeBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF0RpMHeBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF0RpMHeBh .items-wrap {
  justify-content: center;
}
.cid-uF0RpMHeBh .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF0RpMHeBh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF0RpMHeBh .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF0RpMHeBh .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uF0RpMHeBh .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uF0RpMHeBh .item {
    margin-bottom: 16px;
  }
}
.cid-uF0RpMHeBh .item:hover .item-wrapper,
.cid-uF0RpMHeBh .item:focus .item-wrapper {
  border: 2px solid #7dabab;
}
.cid-uF0RpMHeBh .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uF0RpMHeBh .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-uF0RpMHeBh .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF0RpMHeBh .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uF0RpMHeBh .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #2ce5cc, #7dabab);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uF0RpMHeBh .item .item-wrapper .card-box .title-wrap .item-title,
.cid-uF0RpMHeBh .item .item-wrapper .card-box .title-wrap .item-title_2 {
  margin-bottom: 16px;
}
.cid-uF0RpMHeBh .item .item-wrapper .card-box .title-wrap .item-text,
.cid-uF0RpMHeBh .item .item-wrapper .card-box .title-wrap .item-text_2 {
  margin-bottom: 0;
}
.cid-uF0RpMHeBh .item .card_1 {
  background-color: #272b2e;
  border: 2px solid #272b2e;
}
.cid-uF0RpMHeBh .item .card_2 {
  background-color: #1e2124;
  border: 2px solid #1e2124;
}
.cid-uF0RpMHeBh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF0RpMHeBh .item-title {
  color: #f2f2f2;
}
.cid-uF0RpMHeBh .item-title_2 {
  color: #f2f2f2;
}
.cid-uF0RpMHeBh .item-text {
  color: #b9b9b9;
}
.cid-uF0RpMHeBh .item-text_2 {
  color: #b9b9b9;
}
.cid-uEsEry8xDQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEsEry8xDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEsEry8xDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
}
.cid-uEsEry8xDQ .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEsEry8xDQ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEsEry8xDQ .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEsEry8xDQ .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uEsEry8xDQ .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uEsEry8xDQ .title-wrapper .title-wrap .mbr-section-title span {
  color: #2ce5cc;
}
.cid-uEsEry8xDQ .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uEsEry8xDQ .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uEsEry8xDQ .item:hover .item-wrapper .item-content,
.cid-uEsEry8xDQ .item:focus .item-wrapper .item-content {
  background-color: #ffffff;
  margin: 10px;
}
.cid-uEsEry8xDQ .item:hover .item-wrapper .item-content .item-title,
.cid-uEsEry8xDQ .item:focus .item-wrapper .item-content .item-title {
  color: #404349;
}
.cid-uEsEry8xDQ .item:hover .item-wrapper .item-content .item-text,
.cid-uEsEry8xDQ .item:focus .item-wrapper .item-content .item-text {
  color: #404349;
}
.cid-uEsEry8xDQ .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
}
.cid-uEsEry8xDQ .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEsEry8xDQ .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEsEry8xDQ .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(top, transparent, #404349);
  pointer-events: none;
  z-index: 1;
}
.cid-uEsEry8xDQ .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uEsEry8xDQ .item .item-wrapper .item-content {
    padding: 20px;
    background-color: #ffffff;
    margin: 10px;
  }
}
.cid-uEsEry8xDQ .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.cid-uEsEry8xDQ .item .item-wrapper .item-content .desc-wrap .desc_1 {
  background-color: #000000;
}
.cid-uEsEry8xDQ .item .item-wrapper .item-content .desc-wrap .desc_2 {
  background-color: #000000;
}
.cid-uEsEry8xDQ .item .item-wrapper .item-content .desc-wrap .desc_3 {
  background-color: #1c1c1c;
}
.cid-uEsEry8xDQ .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEsEry8xDQ .item .item-wrapper .item-content .item-title {
    color: #404349;
  }
}
.cid-uEsEry8xDQ .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEsEry8xDQ .item .item-wrapper .item-content .item-text {
    color: #404349;
  }
}
.cid-uEsEry8xDQ .mbr-section-title {
  color: #404349;
}
.cid-uEsEry8xDQ .mbr-desc {
  color: #b19a7c;
}
.cid-uEsEry8xDQ .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uEsEry8xDQ .item-desc {
  color: #ffffff;
}
.cid-uEsEry8xDQ .item-text {
  color: #ffffff;
}
.cid-uEsEry8xDQ .mbr-section-title,
.cid-uEsEry8xDQ .title-wrap {
  color: #000000;
}
.cid-uEsEry8xDQ .mbr-desc,
.cid-uEsEry8xDQ .desc-wrapper {
  color: #000000;
}
.cid-uEKzI6OTvo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #1c1c1c;
}
.cid-uEKzI6OTvo .mbr-text {
  color: #767676;
}
.cid-uEKzI6OTvo h4 {
  font-weight: 500;
}
.cid-uEKzI6OTvo h4,
.cid-uEKzI6OTvo h5 {
  text-align: center;
}
.cid-uEKzI6OTvo p {
  text-align: center;
}
.cid-uEKzI6OTvo .card-box {
  text-align: center;
}
.cid-uEKzI6OTvo .card-img {
  font-size: 3rem;
}
.cid-uEKzI6OTvo .mbr-iconfont {
  color: #1c1c1c;
}
.cid-uEKzI6OTvo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKzI6OTvo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEKzI6OTvo .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uER6gwMaVw {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-uER6gwMaVw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uER6gwMaVw .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uER6gwMaVw .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uER6gwMaVw .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uER6gwMaVw .container {
    padding: 0 12px;
  }
}
.cid-uER6gwMaVw .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uER6gwMaVw .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uER6gwMaVw .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
  width: fit-content;
}
.cid-uER6gwMaVw .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #000000;
  border-radius: 10rem;
}
.cid-uER6gwMaVw .content-wrapper {
  border-radius: 32px;
  background-color: #1d1d1f;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uER6gwMaVw .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uER6gwMaVw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 767px) {
  .cid-uER6gwMaVw .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uER6gwMaVw .embla__slide .slide-content {
  padding: 48px;
  border-radius: 32px !important;
  background-color: #212124;
}
@media (max-width: 768px) {
  .cid-uER6gwMaVw .embla__slide .slide-content {
    padding: 16px;
  }
}
.cid-uER6gwMaVw .embla__slide .slide-content .item-im {
  border-radius: 100%;
}
.cid-uER6gwMaVw .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uER6gwMaVw .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  border-radius: 50px 50px 50px 50px;
  object-fit: cover;
  margin: 0 auto;
}
.cid-uER6gwMaVw .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uER6gwMaVw .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uER6gwMaVw .embla__slide .slide-content .item-content .item-name {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uER6gwMaVw .embla__button--next,
.cid-uER6gwMaVw .embla__button--prev {
  display: flex;
}
.cid-uER6gwMaVw .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #1c1c1c !important;
  color: #1c1c1c !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uER6gwMaVw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uER6gwMaVw .embla__button:hover {
  opacity: .8 !important;
}
.cid-uER6gwMaVw .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 768px) {
  .cid-uER6gwMaVw .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uER6gwMaVw .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 768px) {
  .cid-uER6gwMaVw .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uER6gwMaVw .embla__button {
    top: 1rem;
  }
}
.cid-uER6gwMaVw .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uER6gwMaVw .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uER6gwMaVw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uER6gwMaVw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uER6gwMaVw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uER6gwMaVw .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uER6gwMaVw .item-name {
  color: #ffffff;
}
.cid-uER6gwMaVw .item-text {
  color: #ffffff;
}
.cid-uEsLMFI9Ln {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEsLMFI9Ln .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEsLMFI9Ln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEsLMFI9Ln .row {
  justify-content: space-between;
}
.cid-uEsLMFI9Ln .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uEsLMFI9Ln .content-wrapper {
    padding: 0;
  }
}
.cid-uEsLMFI9Ln .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEsLMFI9Ln .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uEsLMFI9Ln .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEsLMFI9Ln .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uEsLMFI9Ln .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uEsLMFI9Ln .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uEsLMFI9Ln .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uEsLMFI9Ln .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uEsLMFI9Ln .mbr-section-title {
  color: #000000;
}
.cid-uEsLMFI9Ln .mbr-desc {
  color: #000000;
}
.cid-uEsLMFI9Ln .mbr-text {
  color: #000000;
}
.cid-uF11A0zwbX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF11A0zwbX .item:focus,
.cid-uF11A0zwbX span:focus {
  outline: none;
}
.cid-uF11A0zwbX .row {
  justify-content: center;
}
.cid-uF11A0zwbX .main-content {
  padding: 150px 0;
  margin: 0;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uF11A0zwbX .main-content {
    padding: 30px 0 16px;
  }
}
.cid-uF11A0zwbX .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uF11A0zwbX .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uF11A0zwbX .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uF11A0zwbX .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uF11A0zwbX .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uF11A0zwbX .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uF11A0zwbX .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uF11A0zwbX .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uF11A0zwbX .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uF11A0zwbX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF11A0zwbX .item-wrapper {
  position: relative;
}
.cid-uF11A0zwbX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uF11A0zwbX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uF11A0zwbX .embla__slide .slide-content {
  width: 100%;
}
.cid-uF11A0zwbX .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.cid-uF11A0zwbX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uF11A0zwbX .embla__button--next,
.cid-uF11A0zwbX .embla__button--prev {
  display: flex;
}
.cid-uF11A0zwbX .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #151e11 !important;
  color: #fff7ee !important;
  border: 2px solid #151e11 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uF11A0zwbX .embla__button {
    display: none;
  }
}
.cid-uF11A0zwbX .embla__button:hover {
  background-color: transparent !important;
}
.cid-uF11A0zwbX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF11A0zwbX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uF11A0zwbX .embla__button {
    top: auto;
  }
}
.cid-uF11A0zwbX .embla {
  position: relative;
  width: 100%;
}
.cid-uF11A0zwbX .embla__viewport {
  overflow: visible;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uF11A0zwbX .embla__viewport {
    padding: 0;
  }
}
.cid-uF11A0zwbX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uF11A0zwbX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uF11A0zwbX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uF11A0zwbX .mbr-label,
.cid-uF11A0zwbX .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uF11A0zwbX .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uF11A0zwbX .mbr-text,
.cid-uF11A0zwbX .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uF11A0zwbX .mbr-section-title,
.cid-uF11A0zwbX .mbr-section-btn {
  color: #000000;
}
.cid-u14CKCeiYf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-u14CKCeiYf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14CKCeiYf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14CKCeiYf .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-u14CKCeiYf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u14CKCeiYf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14CKCeiYf .container {
    padding: 0 16px;
  }
}
.cid-u14CKCeiYf .image-wrapper {
  height: 100%;
}
.cid-u14CKCeiYf .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u14CKCeiYf .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-u14CKCeiYf .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-u14CKCeiYf .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-u14CKCeiYf .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-u14CKCeiYf .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u14CKCeiYf .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-u14CKCeiYf .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u14CKCeiYf .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-u14CKCeiYf .mbr-section-title {
  color: #1c1c1c;
}
.cid-u14CKCeiYf .mbr-text {
  color: #1c1c1c;
}
.cid-uF48HoUfZt {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-uF48HoUfZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF48HoUfZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF48HoUfZt .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF48HoUfZt .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uF48HoUfZt .container {
    padding: 0 30px;
  }
}
.cid-uF48HoUfZt .row {
  justify-content: center;
}
.cid-uF48HoUfZt .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF48HoUfZt .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF48HoUfZt .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF48HoUfZt .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF48HoUfZt .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 160px;
  height: 140px;
  object-fit: contain;
  background-color: white;
}
.cid-uF48HoUfZt .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF48HoUfZt .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF48HoUfZt .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF48HoUfZt .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF48HoUfZt .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uF48HoUfZt .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF48HoUfZt .nav-wrapper .list .item-wrap:hover,
.cid-uF48HoUfZt .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF48HoUfZt .nav-wrapper .list .item-wrap:hover::before,
.cid-uF48HoUfZt .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uF48HoUfZt .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uF48HoUfZt .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF48HoUfZt .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF48HoUfZt .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF48HoUfZt .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF48HoUfZt .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF48HoUfZt .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uF48HoUfZt .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF48HoUfZt .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF48HoUfZt .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uF48HoUfZt .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uF48HoUfZt .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uF48HoUfZt .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF48HoUfZt .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uF48HoUfZt .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF48HoUfZt .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF48HoUfZt .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uF48HoUfZt .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF48HoUfZt .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uF48HoUfZt .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uF48HoUfZt .mbr-section-title {
  color: #bee0d6;
}
.cid-uF48HoUfZt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF48HoUfZt .list {
  color: #bee0d6;
}
.cid-uF48HoUfZt .mbr-address {
  color: #e0e2e2;
}
.cid-uF48HoUfZt .mbr-copy {
  color: #ffffff;
}
.cid-uF48HoUfZt .list,
.cid-uF48HoUfZt .item-wrap,
.cid-uF48HoUfZt .nav-wrapper {
  text-align: left;
  color: #eaeaea;
}
.cid-uF48HoUfZt .mbr-section-title,
.cid-uF48HoUfZt .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
