body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 4.8rem;
  line-height: 100%;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 3.4rem;
  line-height: 100%;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  line-height: 100%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 2.7rem;
  line-height: 100%;
}
.display-5 > .mbr-iconfont {
  font-size: 3.375rem;
}
.display-7 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  line-height: 124%;
}
.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: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.595rem + (2.7 - 1.595) * ((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: 0.6rem 1.2rem;
  border-radius: 15em;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 15em;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 15em;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 15em;
}
.bg-primary {
  background-color: #ff5835 !important;
}
.bg-success {
  background-color: #2cc703 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #edeb03 !important;
}
.bg-danger {
  background-color: #edb503 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff5835 !important;
  border-color: #ff5835 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #dd2600 !important;
  border-color: #dd2600 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #dd2600 !important;
  border-color: #dd2600 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1d61f1 !important;
  border-color: #1d61f1 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0b3fad !important;
  border-color: #0b3fad !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0b3fad !important;
  border-color: #0b3fad !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2cc703 !important;
  border-color: #2cc703 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #197202 !important;
  border-color: #197202 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #197202 !important;
  border-color: #197202 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #edeb03 !important;
  border-color: #edeb03 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #979602 !important;
  border-color: #979602 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #979602 !important;
  border-color: #979602 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #edb503 !important;
  border-color: #edb503 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #977402 !important;
  border-color: #977402 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #977402 !important;
  border-color: #977402 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff5835;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #dd2600 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5835 !important;
  border-color: #ff5835 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1d61f1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0b3fad !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d61f1 !important;
  border-color: #1d61f1 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2cc703;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #197202 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2cc703 !important;
  border-color: #2cc703 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #edeb03;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #979602 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #edeb03 !important;
  border-color: #edeb03 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #edb503;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #977402 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #edb503 !important;
  border-color: #edb503 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff5835 !important;
}
.text-secondary {
  color: #1d61f1 !important;
}
.text-success {
  color: #2cc703 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #edeb03 !important;
}
.text-danger {
  color: #edb503 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ce2400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0a399e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #166301 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #888702 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #886802 !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: #ff5835;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #edeb03;
}
.alert-danger {
  background-color: #edb503;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff5835;
  border-color: #ff5835;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff5835;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #72fc4d;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fefebe;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #feefbe;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  line-height: 100%;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff5835 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  line-height: 100%;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff5835;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff5835;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff5835;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff5835;
  border-bottom-color: #ff5835;
}
.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: #ff5835 !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: #1d61f1 !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='%23ff5835' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 20px 32px;
  height: 76px;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn-main .btn {
  padding: 20px;
  height: auto;
}
.mbr-background-video {
  padding: 0;
}
.cid-uLfq7JaVoc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLfq7JaVoc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uLfq7JaVoc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLfq7JaVoc .btn {
  font-weight: 400;
}
.cid-uLfq7JaVoc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLfq7JaVoc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLfq7JaVoc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLfq7JaVoc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLfq7JaVoc .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uLfq7JaVoc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLfq7JaVoc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uLfq7JaVoc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLfq7JaVoc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLfq7JaVoc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLfq7JaVoc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uLfq7JaVoc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLfq7JaVoc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLfq7JaVoc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLfq7JaVoc .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLfq7JaVoc .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLfq7JaVoc .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLfq7JaVoc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLfq7JaVoc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLfq7JaVoc .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uLfq7JaVoc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLfq7JaVoc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLfq7JaVoc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLfq7JaVoc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-uLfq7JaVoc .nav-item:focus,
.cid-uLfq7JaVoc .nav-link:focus {
  outline: none;
}
.cid-uLfq7JaVoc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLfq7JaVoc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLfq7JaVoc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLfq7JaVoc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLfq7JaVoc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLfq7JaVoc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLfq7JaVoc .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLfq7JaVoc .navbar.opened {
  transition: all 0.25s;
}
.cid-uLfq7JaVoc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLfq7JaVoc .navbar .navbar-logo img {
  width: auto;
}
.cid-uLfq7JaVoc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLfq7JaVoc .navbar.collapsed {
  justify-content: center;
}
.cid-uLfq7JaVoc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLfq7JaVoc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLfq7JaVoc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLfq7JaVoc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLfq7JaVoc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLfq7JaVoc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLfq7JaVoc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLfq7JaVoc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLfq7JaVoc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLfq7JaVoc .navbar {
    min-height: 72px;
  }
  .cid-uLfq7JaVoc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLfq7JaVoc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLfq7JaVoc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLfq7JaVoc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLfq7JaVoc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLfq7JaVoc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLfq7JaVoc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLfq7JaVoc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLfq7JaVoc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLfq7JaVoc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLfq7JaVoc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLfq7JaVoc .dropdown-item.active,
.cid-uLfq7JaVoc .dropdown-item:active {
  background-color: transparent;
}
.cid-uLfq7JaVoc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLfq7JaVoc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLfq7JaVoc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLfq7JaVoc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uLfq7JaVoc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLfq7JaVoc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLfq7JaVoc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLfq7JaVoc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLfq7JaVoc .navbar-buttons {
    text-align: left;
  }
}
.cid-uLfq7JaVoc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLfq7JaVoc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLfq7JaVoc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLfq7JaVoc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLfq7JaVoc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLfq7JaVoc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLfq7JaVoc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLfq7JaVoc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLfq7JaVoc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLfq7JaVoc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLfq7JaVoc .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
}
.cid-uLfq7JaVoc .opacityScroll {
  background: #000000 !important;
}
.cid-uLfq7JaVoc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLfq7JaVoc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLfq7JaVoc .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLfq7JaVoc .navbar {
    height: 70px;
  }
  .cid-uLfq7JaVoc .navbar.opened {
    height: auto;
  }
  .cid-uLfq7JaVoc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLfq7JaVoc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLfq7JaVoc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLfq7JaVoc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLfq7JaVoc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLfq7JaVoc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLfq7JaVoc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLfq7JaVoc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLfq7JaVoc .navbar-brand {
    margin-right: auto;
  }
  .cid-uLfq7JaVoc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uLfq7JaVoc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLfq7JaVoc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLfq7JaVoc .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLfq7JaVoc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLfq7JaVoc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLfq7JaVoc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLfq7JaVoc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLfq7JaVoc .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLfq7JaVoc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLfq7JaVoc .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uLfq7JaVoc .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uLfq7JaVoc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLh0kVBykO {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLh0kVBykO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLh0kVBykO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLh0kVBykO img {
  border-radius: 2rem;
}
.cid-uLh0kVBykO .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uLh0kVBykO .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ff5835;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uLh0kVBykO .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #1d61f1;
  font-size: 1.5rem;
}
.cid-uLh0kVBykO .mbr-section-title {
  color: #000000;
}
.cid-uLh0kVBykO .mbr-text,
.cid-uLh0kVBykO .mbr-section-btn {
  color: #000000;
}
.cid-uLh0kVBykO .mbr-section-subtitle,
.cid-uLh0kVBykO .align-wrapper {
  color: #04492e;
}
.cid-uLh6KI3p0A {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uLh6KI3p0A .counter-container ul {
  margin-bottom: 0;
}
.cid-uLh6KI3p0A .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
}
.cid-uLh6KI3p0A .card-title {
  color: #ffffff;
}
.cid-uLh6KI3p0A .mbr-text {
  color: #ffffff;
}
.cid-uLgWjZN76d {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uLgWjZN76d .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-uLgWjZN76d .content_wrapper:hover .mbr-section-title a {
  color: #1d61f1 !important;
}
.cid-uLgWjZN76d .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uLgWjZN76d .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uLgWjZN76d .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uLgWjZN76d .mbr-section-btn .btn-secondary-outline:hover,
.cid-uLgWjZN76d .mbr-section-btn .btn-secondary-outline .active,
.cid-uLgWjZN76d .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff5835 !important;
}
.cid-uLgWjZN76d .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uLgWjZN76d .image_post {
  display: inline-block;
}
.cid-uLgWjZN76d .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uLgWjZN76d .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uLgWjZN76d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgWjZN76d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgWjZN76d .mbr-text,
.cid-uLgWjZN76d .mbr-section-btn {
  color: #000000;
}
.cid-uLgZQqze9h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
  background-image: radial-gradient(at 100% -70%, #111111, #000000, #000000);
}
.cid-uLgZQqze9h img {
  width: 100%;
  border-radius: 30px;
}
.cid-uLgZQqze9h .card-wrapper {
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uLgZQqze9h .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLgZQqze9h .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uLgZQqze9h .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uLgZQqze9h .mbr-section-title {
  color: #ffffff;
}
.cid-uLgZQqze9h .mbr-text,
.cid-uLgZQqze9h .mbr-section-btn {
  color: #ffffff;
}
.cid-uLgZQqze9h .mbr-section-subtitle {
  color: #263d5a;
}
.cid-tzrhTK7mZ3 {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tzrhTK7mZ3 {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-tzrhTK7mZ3 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tzrhTK7mZ3 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tzrhTK7mZ3 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzrhTK7mZ3 .row .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-tzrhTK7mZ3 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tzrhTK7mZ3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tzrhTK7mZ3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tzrhTK7mZ3 .embla__slide .card-wrap {
  width: 100%;
  background-color: #ffffff;
  padding: 32px;
  border-radius: 1.2em;
}
@media (max-width: 768px) {
  .cid-tzrhTK7mZ3 .embla__slide .card-wrap {
    padding: 16px;
  }
}
.cid-tzrhTK7mZ3 .embla__slide .card-wrap .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tzrhTK7mZ3 .embla__slide .card-wrap .content-wrap .mbr-role {
  margin-bottom: 32px;
}
.cid-tzrhTK7mZ3 .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tzrhTK7mZ3 .embla__button--next,
.cid-tzrhTK7mZ3 .embla__button--prev {
  display: flex;
}
.cid-tzrhTK7mZ3 .embla__button {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tzrhTK7mZ3 .embla__button {
    display: none;
  }
}
.cid-tzrhTK7mZ3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tzrhTK7mZ3 .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-tzrhTK7mZ3 .embla__button.embla__button--prev {
  left: -2rem;
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-tzrhTK7mZ3 .embla__button.embla__button--prev {
    left: 1rem;
  }
}
.cid-tzrhTK7mZ3 .embla__button.embla__button--next {
  right: -2rem;
  margin-right: 0;
}
@media (max-width: 992px) {
  .cid-tzrhTK7mZ3 .embla__button.embla__button--next {
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tzrhTK7mZ3 .embla__button {
    top: auto;
    bottom: -1.8rem;
  }
}
.cid-tzrhTK7mZ3 .embla {
  position: relative;
  width: 100%;
}
.cid-tzrhTK7mZ3 .embla__viewport {
  overflow: hidden;
  width: 100%;
  border: none;
}
.cid-tzrhTK7mZ3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tzrhTK7mZ3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tzrhTK7mZ3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tzrhTK7mZ3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tzrhTK7mZ3 .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-tzrhTK7mZ3 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uLgWkw1mFF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #000000;
  background-image: radial-gradient(at 100% -70%, #000000, #000000, #000000);
}
.cid-uLgWkw1mFF .card-wrapper {
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  margin-left: 10rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uLgWkw1mFF .card-wrapper {
    padding: 2rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-uLgWkw1mFF .card-wrapper {
    margin-left: 0rem;
  }
}
.cid-uLgWkw1mFF .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uLgWkw1mFF .mbr-section-title {
  color: #ffffff;
}
.cid-uLgWkw1mFF .mbr-text {
  color: #ffffff;
}
.cid-uLgXvxhLnT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLgXvxhLnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgXvxhLnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgXvxhLnT .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uLgXvxhLnT .row .card {
  padding: 0 13px;
}
.cid-uLgXvxhLnT .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLgXvxhLnT .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uLgXvxhLnT .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uLgXvxhLnT .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uLgXvxhLnT .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uLgXvxhLnT .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLgXvxhLnT .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uLgXvxhLnT .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uLgXvxhLnT .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #000000;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uLgXvxhLnT .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uLgXvxhLnT .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uLgXvxhLnT .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uLgXvxhLnT .card-wrapper {
  overflow: hidden;
}
.cid-uLgXvxhLnT .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uLgXvxhLnT .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uLgXvxhLnT .card-wrapper .item-content {
  padding: 54px;
  background-color: #000000;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uLgXvxhLnT .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLgXvxhLnT .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uLgXvxhLnT .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uLgXvxhLnT .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uLgXvxhLnT .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uLgXvxhLnT .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLgXvxhLnT .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uLgXvxhLnT .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLgXvxhLnT .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uLgXvxhLnT .mbr-label,
.cid-uLgXvxhLnT .label-wrapper {
  color: #151e11;
}
.cid-uLgXvxhLnT .mbr-section-title {
  color: #000000;
}
.cid-uLgXvxhLnT .mbr-number {
  color: #ffffff;
}
.cid-uLgXvxhLnT .mbr-number-desc {
  color: #fff7ee;
}
.cid-uLgXvxhLnT .card-label,
.cid-uLgXvxhLnT .card-label-wrapper {
  color: #fff7ee;
}
.cid-uLgXvxhLnT .card-title {
  color: #ffffff;
}
.cid-uLgXvxhLnT .card-text {
  color: #fff7ee;
}
.cid-uLgWlbOpI8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLgWlbOpI8 .card-wrapper {
  background: #000000;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uLgWlbOpI8 .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLgWlbOpI8 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLgWlbOpI8 .mbr-text {
  color: #ffffff;
}
.cid-uLgWlbOpI8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLgWlbOpI8 .mbr-section-title {
  color: #ffffff;
}
.cid-tzrihM4xEI {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tzrihM4xEI {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-tzrihM4xEI .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tzrihM4xEI section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-tzrihM4xEI .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tzrihM4xEI .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzrihM4xEI .row .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-tzrihM4xEI .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tzrihM4xEI .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tzrihM4xEI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tzrihM4xEI .title-wrapper .image-wrapper {
  margin-top: 72px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tzrihM4xEI .title-wrapper .image-wrapper {
    height: auto;
    margin-top: 30px;
  }
}
.cid-tzrihM4xEI .title-wrapper .image-wrapper img {
  height: 450px;
  width: 80%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tzrihM4xEI .title-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-tzrihM4xEI .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-tzrihM4xEI .mbr-section-title {
  color: #ed2c03;
}
.cid-tzrihM4xEI .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tzrihM4xEI .mbr-section-title,
.cid-tzrihM4xEI .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uLgWlYGWm8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLgWlYGWm8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgWlYGWm8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgWlYGWm8 .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uLgWlYGWm8 .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uLgWlYGWm8 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLgWlYGWm8 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uLgWlYGWm8 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uLgWlYGWm8 .content-wrapper .content-wrap .mbr-section-title span {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uLgWlYGWm8 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uLgWlYGWm8 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLgWlYGWm8 .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uLgWlYGWm8 .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uLgWlYGWm8 .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLgWlYGWm8 .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uLgWlYGWm8 .mbr-section-title {
  color: #212529;
}
.cid-uLgWlYGWm8 .mbr-desc {
  color: #000000;
}
.cid-uLgWlYGWm8 .mbr-section-title,
.cid-uLgWlYGWm8 .mbr-section-btn {
  color: #000000;
}
.cid-uLfc8bHbuq {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLfc8bHbuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfc8bHbuq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfc8bHbuq .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uLfc8bHbuq .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uLfc8bHbuq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uLfc8bHbuq .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uLfc8bHbuq .container {
    padding: 0 16px;
  }
}
.cid-uLfc8bHbuq .row {
  justify-content: center;
}
.cid-uLfc8bHbuq .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLfc8bHbuq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLfc8bHbuq .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uLfc8bHbuq .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uLfc8bHbuq .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uLfc8bHbuq .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uLfc8bHbuq .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uLfc8bHbuq .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLfc8bHbuq .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uLfc8bHbuq .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uLfc8bHbuq .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uLfc8bHbuq .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uLfc8bHbuq .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uLfc8bHbuq .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uLfc8bHbuq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLfc8bHbuq .panel-title {
  color: #000000;
}
.cid-uLfc8bHbuq .panel-text {
  color: #000000;
}
.cid-uLfh3AVyVV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLfh3AVyVV .wrapper {
  background: #ffffff;
}
.cid-uLfh3AVyVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfh3AVyVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfh3AVyVV .mbr-text {
  color: #000000;
}
.cid-uLffZuSGOO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLffZuSGOO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLffZuSGOO .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-uLffZuSGOO .container {
    padding: 0 20px;
  }
}
.cid-uLffZuSGOO .row {
  margin: 0;
}
.cid-uLffZuSGOO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLffZuSGOO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLffZuSGOO .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uLffZuSGOO .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uLffZuSGOO .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uLffZuSGOO .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uLffZuSGOO .mbr-section-title {
  color: #000000;
}
.cid-uLgZLyY8cb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLgZLyY8cb .card-wrapper {
  background: #000000;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uLgZLyY8cb .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLgZLyY8cb .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLgZLyY8cb .mbr-text {
  color: #ffffff;
}
.cid-uLgZLyY8cb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLgZLyY8cb .mbr-section-title {
  color: #ffffff;
}
.cid-uLfdIr6QBa {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uLfdIr6QBa .google-map {
  height: 30rem;
  position: relative;
}
.cid-uLfdIr6QBa .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uLfdIr6QBa .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-uLfdIr6QBa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLfdIr6QBa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLflmPXgNh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLflmPXgNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLflmPXgNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLflmPXgNh .content-wrap {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uLflmPXgNh .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uLflmPXgNh .content-wrap .row {
  justify-content: center;
}
.cid-uLflmPXgNh .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLflmPXgNh .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLflmPXgNh .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uLflmPXgNh .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uLflmPXgNh .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uLflmPXgNh .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLflmPXgNh .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLflmPXgNh .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLflmPXgNh .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uLflmPXgNh .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLflmPXgNh .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLflmPXgNh .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLflmPXgNh .nav-wrapper .list .item-wrap:hover,
.cid-uLflmPXgNh .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uLflmPXgNh .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLflmPXgNh .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLflmPXgNh .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uLflmPXgNh .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLflmPXgNh .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLflmPXgNh .contacts-wrapper .list .item-wrap:hover,
.cid-uLflmPXgNh .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uLflmPXgNh .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLflmPXgNh .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLflmPXgNh .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLflmPXgNh .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uLflmPXgNh .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLflmPXgNh .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLflmPXgNh .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLflmPXgNh .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uLflmPXgNh .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #709af2;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uLflmPXgNh .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uLflmPXgNh .mbr-section-title {
  color: #ed463f;
}
.cid-uLflmPXgNh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLflmPXgNh .list {
  color: #404349;
}
.cid-uLflmPXgNh .list,
.cid-uLflmPXgNh .item-wrap {
  color: #ffffff;
}
.cid-uLfPrEAvLv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLfPrEAvLv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uLfPrEAvLv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLfPrEAvLv .btn {
  font-weight: 400;
}
.cid-uLfPrEAvLv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLfPrEAvLv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLfPrEAvLv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLfPrEAvLv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLfPrEAvLv .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uLfPrEAvLv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLfPrEAvLv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uLfPrEAvLv .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLfPrEAvLv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLfPrEAvLv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLfPrEAvLv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uLfPrEAvLv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLfPrEAvLv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLfPrEAvLv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLfPrEAvLv .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLfPrEAvLv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLfPrEAvLv .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLfPrEAvLv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLfPrEAvLv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLfPrEAvLv .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uLfPrEAvLv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLfPrEAvLv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLfPrEAvLv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLfPrEAvLv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-uLfPrEAvLv .nav-item:focus,
.cid-uLfPrEAvLv .nav-link:focus {
  outline: none;
}
.cid-uLfPrEAvLv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLfPrEAvLv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLfPrEAvLv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLfPrEAvLv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLfPrEAvLv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLfPrEAvLv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLfPrEAvLv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLfPrEAvLv .navbar.opened {
  transition: all 0.25s;
}
.cid-uLfPrEAvLv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLfPrEAvLv .navbar .navbar-logo img {
  width: auto;
}
.cid-uLfPrEAvLv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLfPrEAvLv .navbar.collapsed {
  justify-content: center;
}
.cid-uLfPrEAvLv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLfPrEAvLv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLfPrEAvLv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLfPrEAvLv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLfPrEAvLv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLfPrEAvLv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLfPrEAvLv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLfPrEAvLv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLfPrEAvLv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLfPrEAvLv .navbar {
    min-height: 72px;
  }
  .cid-uLfPrEAvLv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLfPrEAvLv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLfPrEAvLv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLfPrEAvLv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLfPrEAvLv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLfPrEAvLv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLfPrEAvLv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLfPrEAvLv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLfPrEAvLv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLfPrEAvLv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLfPrEAvLv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLfPrEAvLv .dropdown-item.active,
.cid-uLfPrEAvLv .dropdown-item:active {
  background-color: transparent;
}
.cid-uLfPrEAvLv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLfPrEAvLv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLfPrEAvLv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLfPrEAvLv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uLfPrEAvLv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLfPrEAvLv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLfPrEAvLv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLfPrEAvLv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLfPrEAvLv .navbar-buttons {
    text-align: left;
  }
}
.cid-uLfPrEAvLv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLfPrEAvLv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLfPrEAvLv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLfPrEAvLv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLfPrEAvLv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLfPrEAvLv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLfPrEAvLv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLfPrEAvLv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLfPrEAvLv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLfPrEAvLv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLfPrEAvLv .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
}
.cid-uLfPrEAvLv .opacityScroll {
  background: #000000 !important;
}
.cid-uLfPrEAvLv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLfPrEAvLv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLfPrEAvLv .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLfPrEAvLv .navbar {
    height: 70px;
  }
  .cid-uLfPrEAvLv .navbar.opened {
    height: auto;
  }
  .cid-uLfPrEAvLv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLfPrEAvLv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLfPrEAvLv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLfPrEAvLv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLfPrEAvLv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLfPrEAvLv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLfPrEAvLv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLfPrEAvLv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLfPrEAvLv .navbar-brand {
    margin-right: auto;
  }
  .cid-uLfPrEAvLv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uLfPrEAvLv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLfPrEAvLv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLfPrEAvLv .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLfPrEAvLv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLfPrEAvLv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLfPrEAvLv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLfPrEAvLv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLfPrEAvLv .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLfPrEAvLv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLfPrEAvLv .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uLfPrEAvLv .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uLfPrEAvLv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLhyZpNnEM {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLhyZpNnEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhyZpNnEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhyZpNnEM img {
  border-radius: 2rem;
}
.cid-uLhyZpNnEM .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uLhyZpNnEM .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ff5835;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uLhyZpNnEM .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #1d61f1;
  font-size: 1.5rem;
}
.cid-uLhyZpNnEM .mbr-section-title {
  color: #000000;
}
.cid-uLhyZpNnEM .mbr-text,
.cid-uLhyZpNnEM .mbr-section-btn {
  color: #000000;
}
.cid-uLhyZpNnEM .mbr-section-subtitle,
.cid-uLhyZpNnEM .align-wrapper {
  color: #04492e;
}
.cid-uLfPrOfOwh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLfPrOfOwh .wrapper {
  background: #ffffff;
}
.cid-uLfPrOfOwh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfPrOfOwh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfPs3h5IA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uLfPs3h5IA .google-map {
  height: 30rem;
  position: relative;
}
.cid-uLfPs3h5IA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uLfPs3h5IA .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-uLfPs3h5IA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLfPs3h5IA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLfPs6dHt7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLfPs6dHt7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfPs6dHt7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfPs6dHt7 .content-wrap {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uLfPs6dHt7 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uLfPs6dHt7 .content-wrap .row {
  justify-content: center;
}
.cid-uLfPs6dHt7 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLfPs6dHt7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLfPs6dHt7 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uLfPs6dHt7 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uLfPs6dHt7 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uLfPs6dHt7 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLfPs6dHt7 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLfPs6dHt7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLfPs6dHt7 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uLfPs6dHt7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLfPs6dHt7 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLfPs6dHt7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLfPs6dHt7 .nav-wrapper .list .item-wrap:hover,
.cid-uLfPs6dHt7 .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uLfPs6dHt7 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLfPs6dHt7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLfPs6dHt7 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uLfPs6dHt7 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLfPs6dHt7 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLfPs6dHt7 .contacts-wrapper .list .item-wrap:hover,
.cid-uLfPs6dHt7 .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uLfPs6dHt7 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLfPs6dHt7 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLfPs6dHt7 .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLfPs6dHt7 .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uLfPs6dHt7 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLfPs6dHt7 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLfPs6dHt7 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLfPs6dHt7 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uLfPs6dHt7 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #709af2;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uLfPs6dHt7 .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uLfPs6dHt7 .mbr-section-title {
  color: #ed463f;
}
.cid-uLfPs6dHt7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLfPs6dHt7 .list {
  color: #404349;
}
.cid-uLfPs6dHt7 .list,
.cid-uLfPs6dHt7 .item-wrap {
  color: #ffffff;
}
.cid-uLfQ1g7uyj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLfQ1g7uyj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uLfQ1g7uyj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLfQ1g7uyj .btn {
  font-weight: 400;
}
.cid-uLfQ1g7uyj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLfQ1g7uyj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLfQ1g7uyj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLfQ1g7uyj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLfQ1g7uyj .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uLfQ1g7uyj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLfQ1g7uyj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uLfQ1g7uyj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLfQ1g7uyj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLfQ1g7uyj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLfQ1g7uyj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uLfQ1g7uyj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLfQ1g7uyj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLfQ1g7uyj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLfQ1g7uyj .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLfQ1g7uyj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLfQ1g7uyj .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLfQ1g7uyj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLfQ1g7uyj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLfQ1g7uyj .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uLfQ1g7uyj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLfQ1g7uyj .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLfQ1g7uyj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLfQ1g7uyj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-uLfQ1g7uyj .nav-item:focus,
.cid-uLfQ1g7uyj .nav-link:focus {
  outline: none;
}
.cid-uLfQ1g7uyj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLfQ1g7uyj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLfQ1g7uyj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLfQ1g7uyj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLfQ1g7uyj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLfQ1g7uyj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLfQ1g7uyj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLfQ1g7uyj .navbar.opened {
  transition: all 0.25s;
}
.cid-uLfQ1g7uyj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLfQ1g7uyj .navbar .navbar-logo img {
  width: auto;
}
.cid-uLfQ1g7uyj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLfQ1g7uyj .navbar.collapsed {
  justify-content: center;
}
.cid-uLfQ1g7uyj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLfQ1g7uyj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLfQ1g7uyj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLfQ1g7uyj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLfQ1g7uyj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLfQ1g7uyj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLfQ1g7uyj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLfQ1g7uyj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLfQ1g7uyj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLfQ1g7uyj .navbar {
    min-height: 72px;
  }
  .cid-uLfQ1g7uyj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLfQ1g7uyj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLfQ1g7uyj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLfQ1g7uyj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLfQ1g7uyj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLfQ1g7uyj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLfQ1g7uyj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLfQ1g7uyj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLfQ1g7uyj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLfQ1g7uyj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLfQ1g7uyj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLfQ1g7uyj .dropdown-item.active,
.cid-uLfQ1g7uyj .dropdown-item:active {
  background-color: transparent;
}
.cid-uLfQ1g7uyj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLfQ1g7uyj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLfQ1g7uyj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLfQ1g7uyj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uLfQ1g7uyj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLfQ1g7uyj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLfQ1g7uyj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLfQ1g7uyj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLfQ1g7uyj .navbar-buttons {
    text-align: left;
  }
}
.cid-uLfQ1g7uyj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLfQ1g7uyj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLfQ1g7uyj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLfQ1g7uyj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLfQ1g7uyj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLfQ1g7uyj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLfQ1g7uyj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLfQ1g7uyj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLfQ1g7uyj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLfQ1g7uyj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLfQ1g7uyj .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
}
.cid-uLfQ1g7uyj .opacityScroll {
  background: #000000 !important;
}
.cid-uLfQ1g7uyj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLfQ1g7uyj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLfQ1g7uyj .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLfQ1g7uyj .navbar {
    height: 70px;
  }
  .cid-uLfQ1g7uyj .navbar.opened {
    height: auto;
  }
  .cid-uLfQ1g7uyj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLfQ1g7uyj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLfQ1g7uyj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLfQ1g7uyj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLfQ1g7uyj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLfQ1g7uyj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLfQ1g7uyj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLfQ1g7uyj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLfQ1g7uyj .navbar-brand {
    margin-right: auto;
  }
  .cid-uLfQ1g7uyj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uLfQ1g7uyj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLfQ1g7uyj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLfQ1g7uyj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLfQ1g7uyj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLfQ1g7uyj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLfQ1g7uyj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLfQ1g7uyj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLfQ1g7uyj .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLfQ1g7uyj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLfQ1g7uyj .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uLfQ1g7uyj .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uLfQ1g7uyj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLhzOfLy8E {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLhzOfLy8E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhzOfLy8E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhzOfLy8E img {
  border-radius: 2rem;
}
.cid-uLhzOfLy8E .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uLhzOfLy8E .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ff5835;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uLhzOfLy8E .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #1d61f1;
  font-size: 1.5rem;
}
.cid-uLhzOfLy8E .mbr-section-title {
  color: #000000;
}
.cid-uLhzOfLy8E .mbr-text,
.cid-uLhzOfLy8E .mbr-section-btn {
  color: #000000;
}
.cid-uLhzOfLy8E .mbr-section-subtitle,
.cid-uLhzOfLy8E .align-wrapper {
  color: #04492e;
}
.cid-uLfQ1iVtxw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLfQ1iVtxw .wrapper {
  background: #ffffff;
}
.cid-uLfQ1iVtxw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfQ1iVtxw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfQ1k5q21 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #f6f6f6;
}
.cid-uLfQ1k5q21 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uLfQ1k5q21 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uLfQ1k5q21 .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-uLfQ1k5q21 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLfQ1k5q21 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLfQ1lrTNP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLfQ1lrTNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfQ1lrTNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfQ1lrTNP .content-wrap {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uLfQ1lrTNP .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uLfQ1lrTNP .content-wrap .row {
  justify-content: center;
}
.cid-uLfQ1lrTNP .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLfQ1lrTNP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLfQ1lrTNP .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uLfQ1lrTNP .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uLfQ1lrTNP .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uLfQ1lrTNP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLfQ1lrTNP .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLfQ1lrTNP .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLfQ1lrTNP .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uLfQ1lrTNP .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLfQ1lrTNP .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLfQ1lrTNP .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLfQ1lrTNP .nav-wrapper .list .item-wrap:hover,
.cid-uLfQ1lrTNP .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uLfQ1lrTNP .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLfQ1lrTNP .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLfQ1lrTNP .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uLfQ1lrTNP .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLfQ1lrTNP .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLfQ1lrTNP .contacts-wrapper .list .item-wrap:hover,
.cid-uLfQ1lrTNP .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uLfQ1lrTNP .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLfQ1lrTNP .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLfQ1lrTNP .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLfQ1lrTNP .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uLfQ1lrTNP .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLfQ1lrTNP .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLfQ1lrTNP .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLfQ1lrTNP .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uLfQ1lrTNP .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #709af2;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uLfQ1lrTNP .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uLfQ1lrTNP .mbr-section-title {
  color: #ed463f;
}
.cid-uLfQ1lrTNP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLfQ1lrTNP .list {
  color: #404349;
}
.cid-uLfQ1lrTNP .list,
.cid-uLfQ1lrTNP .item-wrap {
  color: #ffffff;
}
.cid-uLheyfz5ON {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLheyfz5ON .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uLheyfz5ON .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLheyfz5ON .btn {
  font-weight: 400;
}
.cid-uLheyfz5ON .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLheyfz5ON .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLheyfz5ON .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLheyfz5ON .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLheyfz5ON .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uLheyfz5ON .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLheyfz5ON .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uLheyfz5ON .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLheyfz5ON .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLheyfz5ON .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLheyfz5ON .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uLheyfz5ON .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLheyfz5ON .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLheyfz5ON .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLheyfz5ON .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLheyfz5ON .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLheyfz5ON .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLheyfz5ON .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLheyfz5ON .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLheyfz5ON .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uLheyfz5ON .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLheyfz5ON .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLheyfz5ON .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLheyfz5ON .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-uLheyfz5ON .nav-item:focus,
.cid-uLheyfz5ON .nav-link:focus {
  outline: none;
}
.cid-uLheyfz5ON .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLheyfz5ON .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLheyfz5ON .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLheyfz5ON .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLheyfz5ON .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLheyfz5ON .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLheyfz5ON .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLheyfz5ON .navbar.opened {
  transition: all 0.25s;
}
.cid-uLheyfz5ON .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLheyfz5ON .navbar .navbar-logo img {
  width: auto;
}
.cid-uLheyfz5ON .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLheyfz5ON .navbar.collapsed {
  justify-content: center;
}
.cid-uLheyfz5ON .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLheyfz5ON .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLheyfz5ON .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLheyfz5ON .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLheyfz5ON .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLheyfz5ON .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLheyfz5ON .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLheyfz5ON .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLheyfz5ON .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLheyfz5ON .navbar {
    min-height: 72px;
  }
  .cid-uLheyfz5ON .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLheyfz5ON .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLheyfz5ON .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLheyfz5ON .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLheyfz5ON .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLheyfz5ON .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLheyfz5ON .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLheyfz5ON .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLheyfz5ON .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLheyfz5ON .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLheyfz5ON .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLheyfz5ON .dropdown-item.active,
.cid-uLheyfz5ON .dropdown-item:active {
  background-color: transparent;
}
.cid-uLheyfz5ON .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLheyfz5ON .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLheyfz5ON .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLheyfz5ON .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uLheyfz5ON .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLheyfz5ON .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLheyfz5ON ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLheyfz5ON .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLheyfz5ON .navbar-buttons {
    text-align: left;
  }
}
.cid-uLheyfz5ON button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLheyfz5ON button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLheyfz5ON button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLheyfz5ON button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLheyfz5ON button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLheyfz5ON button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLheyfz5ON nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLheyfz5ON nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLheyfz5ON nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLheyfz5ON nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLheyfz5ON .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
}
.cid-uLheyfz5ON .opacityScroll {
  background: #000000 !important;
}
.cid-uLheyfz5ON a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLheyfz5ON .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLheyfz5ON .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLheyfz5ON .navbar {
    height: 70px;
  }
  .cid-uLheyfz5ON .navbar.opened {
    height: auto;
  }
  .cid-uLheyfz5ON .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLheyfz5ON .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLheyfz5ON .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLheyfz5ON .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLheyfz5ON .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLheyfz5ON .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLheyfz5ON .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLheyfz5ON .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLheyfz5ON .navbar-brand {
    margin-right: auto;
  }
  .cid-uLheyfz5ON .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uLheyfz5ON .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLheyfz5ON .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLheyfz5ON .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLheyfz5ON .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLheyfz5ON .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLheyfz5ON .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLheyfz5ON .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLheyfz5ON .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLheyfz5ON .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLheyfz5ON .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uLheyfz5ON .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uLheyfz5ON .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLheyctvxW {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLheyctvxW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLheyctvxW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLheyctvxW img {
  border-radius: 2rem;
}
.cid-uLheyctvxW .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uLheyctvxW .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ff5835;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uLheyctvxW .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #1d61f1;
  font-size: 1.5rem;
}
.cid-uLheyctvxW .mbr-section-title {
  color: #000000;
}
.cid-uLheyctvxW .mbr-text,
.cid-uLheyctvxW .mbr-section-btn {
  color: #000000;
}
.cid-uLheyctvxW .mbr-section-subtitle,
.cid-uLheyctvxW .align-wrapper {
  color: #04492e;
}
.cid-uLheyeIPp3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uLheyeIPp3 .counter-container ul {
  margin-bottom: 0;
}
.cid-uLheyeIPp3 .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
}
.cid-uLheyeIPp3 .card-title {
  color: #ffffff;
}
.cid-uLheyeIPp3 .mbr-text {
  color: #ffffff;
}
.cid-uLheyhx8Oc {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uLheyhx8Oc .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-uLheyhx8Oc .content_wrapper:hover .mbr-section-title a {
  color: #1d61f1 !important;
}
.cid-uLheyhx8Oc .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uLheyhx8Oc .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uLheyhx8Oc .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uLheyhx8Oc .mbr-section-btn .btn-secondary-outline:hover,
.cid-uLheyhx8Oc .mbr-section-btn .btn-secondary-outline .active,
.cid-uLheyhx8Oc .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff5835 !important;
}
.cid-uLheyhx8Oc .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uLheyhx8Oc .image_post {
  display: inline-block;
}
.cid-uLheyhx8Oc .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uLheyhx8Oc .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uLheyhx8Oc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLheyhx8Oc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLheyhx8Oc .mbr-text,
.cid-uLheyhx8Oc .mbr-section-btn {
  color: #000000;
}
.cid-uLheyjfMMt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
  background-image: radial-gradient(at 100% -70%, #111111, #000000, #000000);
}
.cid-uLheyjfMMt img {
  width: 100%;
  border-radius: 30px;
}
.cid-uLheyjfMMt .card-wrapper {
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uLheyjfMMt .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLheyjfMMt .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uLheyjfMMt .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uLheyjfMMt .mbr-section-title {
  color: #ffffff;
}
.cid-uLheyjfMMt .mbr-text,
.cid-uLheyjfMMt .mbr-section-btn {
  color: #ffffff;
}
.cid-uLheyjfMMt .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uLheykWP4m {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uLheykWP4m {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-uLheykWP4m .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uLheykWP4m .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLheykWP4m .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLheykWP4m .row .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-uLheykWP4m .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uLheykWP4m .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uLheykWP4m .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLheykWP4m .embla__slide .card-wrap {
  width: 100%;
  background-color: #ffffff;
  padding: 32px;
  border-radius: 1.2em;
}
@media (max-width: 768px) {
  .cid-uLheykWP4m .embla__slide .card-wrap {
    padding: 16px;
  }
}
.cid-uLheykWP4m .embla__slide .card-wrap .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLheykWP4m .embla__slide .card-wrap .content-wrap .mbr-role {
  margin-bottom: 32px;
}
.cid-uLheykWP4m .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uLheykWP4m .embla__button--next,
.cid-uLheykWP4m .embla__button--prev {
  display: flex;
}
.cid-uLheykWP4m .embla__button {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uLheykWP4m .embla__button {
    display: none;
  }
}
.cid-uLheykWP4m .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLheykWP4m .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-uLheykWP4m .embla__button.embla__button--prev {
  left: -2rem;
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uLheykWP4m .embla__button.embla__button--prev {
    left: 1rem;
  }
}
.cid-uLheykWP4m .embla__button.embla__button--next {
  right: -2rem;
  margin-right: 0;
}
@media (max-width: 992px) {
  .cid-uLheykWP4m .embla__button.embla__button--next {
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uLheykWP4m .embla__button {
    top: auto;
    bottom: -1.8rem;
  }
}
.cid-uLheykWP4m .embla {
  position: relative;
  width: 100%;
}
.cid-uLheykWP4m .embla__viewport {
  overflow: hidden;
  width: 100%;
  border: none;
}
.cid-uLheykWP4m .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLheykWP4m .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLheykWP4m .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLheykWP4m .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLheykWP4m .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-uLheykWP4m .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uLheynIz2Y {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #000000;
  background-image: radial-gradient(at 100% -70%, #000000, #000000, #000000);
}
.cid-uLheynIz2Y .card-wrapper {
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  margin-left: 10rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uLheynIz2Y .card-wrapper {
    padding: 2rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-uLheynIz2Y .card-wrapper {
    margin-left: 0rem;
  }
}
.cid-uLheynIz2Y .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uLheynIz2Y .mbr-section-title {
  color: #ffffff;
}
.cid-uLheynIz2Y .mbr-text {
  color: #ffffff;
}
.cid-uLheypWWob {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLheypWWob .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLheypWWob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLheypWWob .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uLheypWWob .row .card {
  padding: 0 13px;
}
.cid-uLheypWWob .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLheypWWob .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uLheypWWob .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uLheypWWob .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uLheypWWob .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uLheypWWob .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLheypWWob .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uLheypWWob .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uLheypWWob .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #000000;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uLheypWWob .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uLheypWWob .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uLheypWWob .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uLheypWWob .card-wrapper {
  overflow: hidden;
}
.cid-uLheypWWob .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uLheypWWob .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uLheypWWob .card-wrapper .item-content {
  padding: 54px;
  background-color: #000000;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uLheypWWob .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLheypWWob .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uLheypWWob .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uLheypWWob .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uLheypWWob .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uLheypWWob .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLheypWWob .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uLheypWWob .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLheypWWob .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uLheypWWob .mbr-label,
.cid-uLheypWWob .label-wrapper {
  color: #151e11;
}
.cid-uLheypWWob .mbr-section-title {
  color: #000000;
}
.cid-uLheypWWob .mbr-number {
  color: #ffffff;
}
.cid-uLheypWWob .mbr-number-desc {
  color: #fff7ee;
}
.cid-uLheypWWob .card-label,
.cid-uLheypWWob .card-label-wrapper {
  color: #fff7ee;
}
.cid-uLheypWWob .card-title {
  color: #ffffff;
}
.cid-uLheypWWob .card-text {
  color: #fff7ee;
}
.cid-uLheysxa7F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLheysxa7F .card-wrapper {
  background: #000000;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uLheysxa7F .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLheysxa7F .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLheysxa7F .mbr-text {
  color: #ffffff;
}
.cid-uLheysxa7F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLheysxa7F .mbr-section-title {
  color: #ffffff;
}
.cid-uLheyuJ3md {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uLheyuJ3md {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-uLheyuJ3md .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uLheyuJ3md section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uLheyuJ3md .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLheyuJ3md .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLheyuJ3md .row .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-uLheyuJ3md .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uLheyuJ3md .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uLheyuJ3md .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLheyuJ3md .title-wrapper .image-wrapper {
  margin-top: 72px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLheyuJ3md .title-wrapper .image-wrapper {
    height: auto;
    margin-top: 30px;
  }
}
.cid-uLheyuJ3md .title-wrapper .image-wrapper img {
  height: 450px;
  width: 80%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uLheyuJ3md .title-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uLheyuJ3md .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-uLheyuJ3md .mbr-section-title {
  color: #ed2c03;
}
.cid-uLheyuJ3md .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uLheyuJ3md .mbr-section-title,
.cid-uLheyuJ3md .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uLheywHWQK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLheywHWQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLheywHWQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLheywHWQK .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uLheywHWQK .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uLheywHWQK .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLheywHWQK .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uLheywHWQK .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uLheywHWQK .content-wrapper .content-wrap .mbr-section-title span {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uLheywHWQK .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uLheywHWQK .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLheywHWQK .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uLheywHWQK .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uLheywHWQK .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLheywHWQK .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uLheywHWQK .mbr-section-title {
  color: #212529;
}
.cid-uLheywHWQK .mbr-desc {
  color: #000000;
}
.cid-uLheywHWQK .mbr-section-title,
.cid-uLheywHWQK .mbr-section-btn {
  color: #000000;
}
.cid-uLheyysBVz {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLheyysBVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLheyysBVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLheyysBVz .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uLheyysBVz .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uLheyysBVz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uLheyysBVz .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uLheyysBVz .container {
    padding: 0 16px;
  }
}
.cid-uLheyysBVz .row {
  justify-content: center;
}
.cid-uLheyysBVz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLheyysBVz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLheyysBVz .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uLheyysBVz .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uLheyysBVz .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uLheyysBVz .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uLheyysBVz .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uLheyysBVz .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLheyysBVz .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uLheyysBVz .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uLheyysBVz .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uLheyysBVz .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uLheyysBVz .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uLheyysBVz .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uLheyysBVz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLheyysBVz .panel-title {
  color: #000000;
}
.cid-uLheyysBVz .panel-text {
  color: #000000;
}
.cid-uLheyCByk0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLheyCByk0 .wrapper {
  background: #ffffff;
}
.cid-uLheyCByk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLheyCByk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLheyCByk0 .mbr-text {
  color: #000000;
}
.cid-uLheyGcyNK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLheyGcyNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLheyGcyNK .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-uLheyGcyNK .container {
    padding: 0 20px;
  }
}
.cid-uLheyGcyNK .row {
  margin: 0;
}
.cid-uLheyGcyNK .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLheyGcyNK .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLheyGcyNK .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uLheyGcyNK .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uLheyGcyNK .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uLheyGcyNK .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uLheyGcyNK .mbr-section-title {
  color: #000000;
}
.cid-uLheyK4idw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLheyK4idw .card-wrapper {
  background: #000000;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uLheyK4idw .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLheyK4idw .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLheyK4idw .mbr-text {
  color: #ffffff;
}
.cid-uLheyK4idw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLheyK4idw .mbr-section-title {
  color: #ffffff;
}
.cid-uLheyNdDzz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLheyNdDzz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLheyNdDzz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLheyNdDzz .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uLheyNdDzz .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uLheyNdDzz .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uLheyNdDzz .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uLheyNdDzz .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLheyNdDzz .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLheyNdDzz .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uLheyNdDzz .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uLheyNdDzz .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLheyNdDzz .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLheyNdDzz .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uLheyNdDzz .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uLheyNdDzz .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uLheyNdDzz .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uLheyNdDzz .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uLheyNdDzz .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uLheyNdDzz .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uLheyNdDzz .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLheyNdDzz .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uLheyNdDzz .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uLheyNdDzz .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uLheyNdDzz .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uLheyNdDzz .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uLheyNdDzz .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uLheyNdDzz .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uLheyNdDzz .mbr-section-title {
  color: #050f0f;
}
.cid-uLheyNdDzz .mbr-text {
  color: #050f0f;
}
.cid-uLheyNdDzz .panel-title-edit {
  color: #050f0f;
}
.cid-uLheyNdDzz .panel-text {
  color: #050f0f;
}
.cid-uLheyQ55D1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uLheyQ55D1 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uLheyQ55D1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uLheyQ55D1 .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-uLheyQ55D1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLheyQ55D1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLheySN1aq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLheySN1aq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLheySN1aq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLheySN1aq .content-wrap {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uLheySN1aq .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uLheySN1aq .content-wrap .row {
  justify-content: center;
}
.cid-uLheySN1aq .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLheySN1aq .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLheySN1aq .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uLheySN1aq .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uLheySN1aq .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uLheySN1aq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLheySN1aq .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLheySN1aq .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLheySN1aq .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uLheySN1aq .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLheySN1aq .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLheySN1aq .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLheySN1aq .nav-wrapper .list .item-wrap:hover,
.cid-uLheySN1aq .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uLheySN1aq .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLheySN1aq .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLheySN1aq .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uLheySN1aq .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLheySN1aq .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLheySN1aq .contacts-wrapper .list .item-wrap:hover,
.cid-uLheySN1aq .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uLheySN1aq .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLheySN1aq .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLheySN1aq .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLheySN1aq .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uLheySN1aq .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLheySN1aq .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLheySN1aq .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLheySN1aq .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uLheySN1aq .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #709af2;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uLheySN1aq .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uLheySN1aq .mbr-section-title {
  color: #ed463f;
}
.cid-uLheySN1aq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLheySN1aq .list {
  color: #404349;
}
.cid-uLheySN1aq .list,
.cid-uLheySN1aq .item-wrap {
  color: #ffffff;
}
.cid-uLhjvzhr9G {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLhjvzhr9G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uLhjvzhr9G .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLhjvzhr9G .btn {
  font-weight: 400;
}
.cid-uLhjvzhr9G .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLhjvzhr9G .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLhjvzhr9G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLhjvzhr9G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLhjvzhr9G .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uLhjvzhr9G .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLhjvzhr9G .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uLhjvzhr9G .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLhjvzhr9G .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLhjvzhr9G .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLhjvzhr9G .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uLhjvzhr9G .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLhjvzhr9G .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLhjvzhr9G .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLhjvzhr9G .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLhjvzhr9G .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLhjvzhr9G .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLhjvzhr9G .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLhjvzhr9G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLhjvzhr9G .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uLhjvzhr9G .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLhjvzhr9G .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLhjvzhr9G .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLhjvzhr9G .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-uLhjvzhr9G .nav-item:focus,
.cid-uLhjvzhr9G .nav-link:focus {
  outline: none;
}
.cid-uLhjvzhr9G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLhjvzhr9G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLhjvzhr9G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLhjvzhr9G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLhjvzhr9G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLhjvzhr9G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLhjvzhr9G .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLhjvzhr9G .navbar.opened {
  transition: all 0.25s;
}
.cid-uLhjvzhr9G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLhjvzhr9G .navbar .navbar-logo img {
  width: auto;
}
.cid-uLhjvzhr9G .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLhjvzhr9G .navbar.collapsed {
  justify-content: center;
}
.cid-uLhjvzhr9G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLhjvzhr9G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLhjvzhr9G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLhjvzhr9G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLhjvzhr9G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLhjvzhr9G .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLhjvzhr9G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLhjvzhr9G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLhjvzhr9G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLhjvzhr9G .navbar {
    min-height: 72px;
  }
  .cid-uLhjvzhr9G .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLhjvzhr9G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLhjvzhr9G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLhjvzhr9G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLhjvzhr9G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLhjvzhr9G .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLhjvzhr9G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLhjvzhr9G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLhjvzhr9G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLhjvzhr9G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLhjvzhr9G .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLhjvzhr9G .dropdown-item.active,
.cid-uLhjvzhr9G .dropdown-item:active {
  background-color: transparent;
}
.cid-uLhjvzhr9G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLhjvzhr9G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLhjvzhr9G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLhjvzhr9G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uLhjvzhr9G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLhjvzhr9G .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLhjvzhr9G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLhjvzhr9G .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLhjvzhr9G .navbar-buttons {
    text-align: left;
  }
}
.cid-uLhjvzhr9G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLhjvzhr9G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLhjvzhr9G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLhjvzhr9G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLhjvzhr9G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLhjvzhr9G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLhjvzhr9G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLhjvzhr9G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLhjvzhr9G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLhjvzhr9G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLhjvzhr9G .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
}
.cid-uLhjvzhr9G .opacityScroll {
  background: #000000 !important;
}
.cid-uLhjvzhr9G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLhjvzhr9G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLhjvzhr9G .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLhjvzhr9G .navbar {
    height: 70px;
  }
  .cid-uLhjvzhr9G .navbar.opened {
    height: auto;
  }
  .cid-uLhjvzhr9G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLhjvzhr9G .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLhjvzhr9G .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLhjvzhr9G .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLhjvzhr9G .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLhjvzhr9G .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLhjvzhr9G .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLhjvzhr9G .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLhjvzhr9G .navbar-brand {
    margin-right: auto;
  }
  .cid-uLhjvzhr9G .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uLhjvzhr9G .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLhjvzhr9G .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLhjvzhr9G .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLhjvzhr9G .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLhjvzhr9G .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLhjvzhr9G .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLhjvzhr9G .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLhjvzhr9G .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLhjvzhr9G .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLhjvzhr9G .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uLhjvzhr9G .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uLhjvzhr9G .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLhjvwDNmH {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLhjvwDNmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhjvwDNmH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhjvwDNmH img {
  border-radius: 2rem;
}
.cid-uLhjvwDNmH .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uLhjvwDNmH .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ff5835;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uLhjvwDNmH .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #1d61f1;
  font-size: 1.5rem;
}
.cid-uLhjvwDNmH .mbr-section-title {
  color: #000000;
}
.cid-uLhjvwDNmH .mbr-text,
.cid-uLhjvwDNmH .mbr-section-btn {
  color: #000000;
}
.cid-uLhjvwDNmH .mbr-section-subtitle,
.cid-uLhjvwDNmH .align-wrapper {
  color: #04492e;
}
.cid-uLhjvyCefI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uLhjvyCefI .counter-container ul {
  margin-bottom: 0;
}
.cid-uLhjvyCefI .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
}
.cid-uLhjvyCefI .card-title {
  color: #ffffff;
}
.cid-uLhjvyCefI .mbr-text {
  color: #ffffff;
}
.cid-uLhjvBfrQu {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uLhjvBfrQu .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-uLhjvBfrQu .content_wrapper:hover .mbr-section-title a {
  color: #1d61f1 !important;
}
.cid-uLhjvBfrQu .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uLhjvBfrQu .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uLhjvBfrQu .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uLhjvBfrQu .mbr-section-btn .btn-secondary-outline:hover,
.cid-uLhjvBfrQu .mbr-section-btn .btn-secondary-outline .active,
.cid-uLhjvBfrQu .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff5835 !important;
}
.cid-uLhjvBfrQu .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uLhjvBfrQu .image_post {
  display: inline-block;
}
.cid-uLhjvBfrQu .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uLhjvBfrQu .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uLhjvBfrQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhjvBfrQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhjvBfrQu .mbr-text,
.cid-uLhjvBfrQu .mbr-section-btn {
  color: #000000;
}
.cid-uLhjvCHXty {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
  background-image: radial-gradient(at 100% -70%, #111111, #000000, #000000);
}
.cid-uLhjvCHXty img {
  width: 100%;
  border-radius: 30px;
}
.cid-uLhjvCHXty .card-wrapper {
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uLhjvCHXty .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLhjvCHXty .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uLhjvCHXty .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uLhjvCHXty .mbr-section-title {
  color: #ffffff;
}
.cid-uLhjvCHXty .mbr-text,
.cid-uLhjvCHXty .mbr-section-btn {
  color: #ffffff;
}
.cid-uLhjvCHXty .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uLhjvE9z8D {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uLhjvE9z8D {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-uLhjvE9z8D .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uLhjvE9z8D .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLhjvE9z8D .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhjvE9z8D .row .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-uLhjvE9z8D .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uLhjvE9z8D .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uLhjvE9z8D .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLhjvE9z8D .embla__slide .card-wrap {
  width: 100%;
  background-color: #ffffff;
  padding: 32px;
  border-radius: 1.2em;
}
@media (max-width: 768px) {
  .cid-uLhjvE9z8D .embla__slide .card-wrap {
    padding: 16px;
  }
}
.cid-uLhjvE9z8D .embla__slide .card-wrap .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLhjvE9z8D .embla__slide .card-wrap .content-wrap .mbr-role {
  margin-bottom: 32px;
}
.cid-uLhjvE9z8D .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uLhjvE9z8D .embla__button--next,
.cid-uLhjvE9z8D .embla__button--prev {
  display: flex;
}
.cid-uLhjvE9z8D .embla__button {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uLhjvE9z8D .embla__button {
    display: none;
  }
}
.cid-uLhjvE9z8D .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLhjvE9z8D .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-uLhjvE9z8D .embla__button.embla__button--prev {
  left: -2rem;
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uLhjvE9z8D .embla__button.embla__button--prev {
    left: 1rem;
  }
}
.cid-uLhjvE9z8D .embla__button.embla__button--next {
  right: -2rem;
  margin-right: 0;
}
@media (max-width: 992px) {
  .cid-uLhjvE9z8D .embla__button.embla__button--next {
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uLhjvE9z8D .embla__button {
    top: auto;
    bottom: -1.8rem;
  }
}
.cid-uLhjvE9z8D .embla {
  position: relative;
  width: 100%;
}
.cid-uLhjvE9z8D .embla__viewport {
  overflow: hidden;
  width: 100%;
  border: none;
}
.cid-uLhjvE9z8D .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLhjvE9z8D .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLhjvE9z8D .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLhjvE9z8D .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLhjvE9z8D .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-uLhjvE9z8D .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uLm0bnQdXj {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #000000;
  background-image: radial-gradient(at 100% -70%, #000000, #000000, #000000);
}
.cid-uLm0bnQdXj .card-wrapper {
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  margin-left: 10rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uLm0bnQdXj .card-wrapper {
    padding: 2rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-uLm0bnQdXj .card-wrapper {
    margin-left: 0rem;
  }
}
.cid-uLm0bnQdXj .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uLm0bnQdXj .mbr-section-title {
  color: #ffffff;
}
.cid-uLm0bnQdXj .mbr-text {
  color: #ffffff;
}
.cid-uLhjvHX1XW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLhjvHX1XW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhjvHX1XW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhjvHX1XW .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uLhjvHX1XW .row .card {
  padding: 0 13px;
}
.cid-uLhjvHX1XW .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLhjvHX1XW .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uLhjvHX1XW .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uLhjvHX1XW .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uLhjvHX1XW .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uLhjvHX1XW .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLhjvHX1XW .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uLhjvHX1XW .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uLhjvHX1XW .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #000000;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uLhjvHX1XW .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uLhjvHX1XW .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uLhjvHX1XW .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uLhjvHX1XW .card-wrapper {
  overflow: hidden;
}
.cid-uLhjvHX1XW .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uLhjvHX1XW .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uLhjvHX1XW .card-wrapper .item-content {
  padding: 54px;
  background-color: #000000;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uLhjvHX1XW .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLhjvHX1XW .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uLhjvHX1XW .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uLhjvHX1XW .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uLhjvHX1XW .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uLhjvHX1XW .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLhjvHX1XW .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uLhjvHX1XW .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLhjvHX1XW .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uLhjvHX1XW .mbr-label,
.cid-uLhjvHX1XW .label-wrapper {
  color: #151e11;
}
.cid-uLhjvHX1XW .mbr-section-title {
  color: #000000;
}
.cid-uLhjvHX1XW .mbr-number {
  color: #ffffff;
}
.cid-uLhjvHX1XW .mbr-number-desc {
  color: #fff7ee;
}
.cid-uLhjvHX1XW .card-label,
.cid-uLhjvHX1XW .card-label-wrapper {
  color: #fff7ee;
}
.cid-uLhjvHX1XW .card-title {
  color: #ffffff;
}
.cid-uLhjvHX1XW .card-text {
  color: #fff7ee;
}
.cid-uLhjvJUTV6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLhjvJUTV6 .card-wrapper {
  background: #000000;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uLhjvJUTV6 .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLhjvJUTV6 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLhjvJUTV6 .mbr-text {
  color: #ffffff;
}
.cid-uLhjvJUTV6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLhjvJUTV6 .mbr-section-title {
  color: #ffffff;
}
.cid-uLhjvLFpS5 {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uLhjvLFpS5 {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-uLhjvLFpS5 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uLhjvLFpS5 section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uLhjvLFpS5 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLhjvLFpS5 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhjvLFpS5 .row .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-uLhjvLFpS5 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uLhjvLFpS5 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uLhjvLFpS5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLhjvLFpS5 .title-wrapper .image-wrapper {
  margin-top: 72px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLhjvLFpS5 .title-wrapper .image-wrapper {
    height: auto;
    margin-top: 30px;
  }
}
.cid-uLhjvLFpS5 .title-wrapper .image-wrapper img {
  height: 450px;
  width: 80%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uLhjvLFpS5 .title-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uLhjvLFpS5 .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-uLhjvLFpS5 .mbr-section-title {
  color: #ed2c03;
}
.cid-uLhjvLFpS5 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uLhjvLFpS5 .mbr-section-title,
.cid-uLhjvLFpS5 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uLhjvNpKaZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLhjvNpKaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhjvNpKaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhjvNpKaZ .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uLhjvNpKaZ .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uLhjvNpKaZ .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLhjvNpKaZ .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uLhjvNpKaZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uLhjvNpKaZ .content-wrapper .content-wrap .mbr-section-title span {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uLhjvNpKaZ .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uLhjvNpKaZ .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLhjvNpKaZ .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uLhjvNpKaZ .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uLhjvNpKaZ .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLhjvNpKaZ .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uLhjvNpKaZ .mbr-section-title {
  color: #212529;
}
.cid-uLhjvNpKaZ .mbr-desc {
  color: #000000;
}
.cid-uLhjvNpKaZ .mbr-section-title,
.cid-uLhjvNpKaZ .mbr-section-btn {
  color: #000000;
}
.cid-uLhjvPfMo8 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLhjvPfMo8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhjvPfMo8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhjvPfMo8 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uLhjvPfMo8 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uLhjvPfMo8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uLhjvPfMo8 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uLhjvPfMo8 .container {
    padding: 0 16px;
  }
}
.cid-uLhjvPfMo8 .row {
  justify-content: center;
}
.cid-uLhjvPfMo8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLhjvPfMo8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLhjvPfMo8 .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uLhjvPfMo8 .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uLhjvPfMo8 .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uLhjvPfMo8 .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uLhjvPfMo8 .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uLhjvPfMo8 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLhjvPfMo8 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uLhjvPfMo8 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uLhjvPfMo8 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uLhjvPfMo8 .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uLhjvPfMo8 .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uLhjvPfMo8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uLhjvPfMo8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLhjvPfMo8 .panel-title {
  color: #000000;
}
.cid-uLhjvPfMo8 .panel-text {
  color: #000000;
}
.cid-uLhjvR7X4F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLhjvR7X4F .wrapper {
  background: #ffffff;
}
.cid-uLhjvR7X4F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhjvR7X4F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhjvR7X4F .mbr-text {
  color: #000000;
}
.cid-uLhjvSHJhn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLhjvSHJhn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhjvSHJhn .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-uLhjvSHJhn .container {
    padding: 0 20px;
  }
}
.cid-uLhjvSHJhn .row {
  margin: 0;
}
.cid-uLhjvSHJhn .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLhjvSHJhn .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLhjvSHJhn .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uLhjvSHJhn .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uLhjvSHJhn .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uLhjvSHJhn .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uLhjvSHJhn .mbr-section-title {
  color: #000000;
}
.cid-uLhjvUnR0N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLhjvUnR0N .card-wrapper {
  background: #000000;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uLhjvUnR0N .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLhjvUnR0N .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLhjvUnR0N .mbr-text {
  color: #ffffff;
}
.cid-uLhjvUnR0N .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLhjvUnR0N .mbr-section-title {
  color: #ffffff;
}
.cid-uLhjvVVkA0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLhjvVVkA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhjvVVkA0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhjvVVkA0 .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uLhjvVVkA0 .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uLhjvVVkA0 .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uLhjvVVkA0 .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uLhjvVVkA0 .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLhjvVVkA0 .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLhjvVVkA0 .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uLhjvVVkA0 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uLhjvVVkA0 .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLhjvVVkA0 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLhjvVVkA0 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uLhjvVVkA0 .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uLhjvVVkA0 .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uLhjvVVkA0 .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uLhjvVVkA0 .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uLhjvVVkA0 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uLhjvVVkA0 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uLhjvVVkA0 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLhjvVVkA0 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uLhjvVVkA0 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uLhjvVVkA0 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uLhjvVVkA0 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uLhjvVVkA0 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uLhjvVVkA0 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uLhjvVVkA0 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uLhjvVVkA0 .mbr-section-title {
  color: #050f0f;
}
.cid-uLhjvVVkA0 .mbr-text {
  color: #050f0f;
}
.cid-uLhjvVVkA0 .panel-title-edit {
  color: #050f0f;
}
.cid-uLhjvVVkA0 .panel-text {
  color: #050f0f;
}
.cid-uLhjvXynV9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #f6f6f6;
}
.cid-uLhjvXynV9 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uLhjvXynV9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uLhjvXynV9 .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-uLhjvXynV9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLhjvXynV9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLhjvZrwHF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLhjvZrwHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhjvZrwHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhjvZrwHF .content-wrap {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uLhjvZrwHF .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uLhjvZrwHF .content-wrap .row {
  justify-content: center;
}
.cid-uLhjvZrwHF .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLhjvZrwHF .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLhjvZrwHF .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uLhjvZrwHF .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uLhjvZrwHF .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uLhjvZrwHF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLhjvZrwHF .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLhjvZrwHF .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLhjvZrwHF .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uLhjvZrwHF .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLhjvZrwHF .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLhjvZrwHF .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLhjvZrwHF .nav-wrapper .list .item-wrap:hover,
.cid-uLhjvZrwHF .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uLhjvZrwHF .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLhjvZrwHF .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLhjvZrwHF .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uLhjvZrwHF .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLhjvZrwHF .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLhjvZrwHF .contacts-wrapper .list .item-wrap:hover,
.cid-uLhjvZrwHF .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uLhjvZrwHF .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLhjvZrwHF .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLhjvZrwHF .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLhjvZrwHF .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uLhjvZrwHF .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLhjvZrwHF .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLhjvZrwHF .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLhjvZrwHF .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uLhjvZrwHF .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #709af2;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uLhjvZrwHF .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uLhjvZrwHF .mbr-section-title {
  color: #ed463f;
}
.cid-uLhjvZrwHF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLhjvZrwHF .list {
  color: #404349;
}
.cid-uLhjvZrwHF .list,
.cid-uLhjvZrwHF .item-wrap {
  color: #ffffff;
}
.cid-uLh9pfSfKi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLh9pfSfKi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uLh9pfSfKi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLh9pfSfKi .btn {
  font-weight: 400;
}
.cid-uLh9pfSfKi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLh9pfSfKi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLh9pfSfKi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLh9pfSfKi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLh9pfSfKi .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uLh9pfSfKi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLh9pfSfKi .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uLh9pfSfKi .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLh9pfSfKi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLh9pfSfKi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLh9pfSfKi .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uLh9pfSfKi .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLh9pfSfKi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLh9pfSfKi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLh9pfSfKi .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLh9pfSfKi .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLh9pfSfKi .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLh9pfSfKi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLh9pfSfKi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLh9pfSfKi .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uLh9pfSfKi .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLh9pfSfKi .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLh9pfSfKi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLh9pfSfKi .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.cid-uLh9pfSfKi .nav-item:focus,
.cid-uLh9pfSfKi .nav-link:focus {
  outline: none;
}
.cid-uLh9pfSfKi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLh9pfSfKi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLh9pfSfKi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLh9pfSfKi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLh9pfSfKi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLh9pfSfKi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLh9pfSfKi .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLh9pfSfKi .navbar.opened {
  transition: all 0.25s;
}
.cid-uLh9pfSfKi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLh9pfSfKi .navbar .navbar-logo img {
  width: auto;
}
.cid-uLh9pfSfKi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLh9pfSfKi .navbar.collapsed {
  justify-content: center;
}
.cid-uLh9pfSfKi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLh9pfSfKi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLh9pfSfKi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLh9pfSfKi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLh9pfSfKi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLh9pfSfKi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLh9pfSfKi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLh9pfSfKi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLh9pfSfKi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLh9pfSfKi .navbar {
    min-height: 72px;
  }
  .cid-uLh9pfSfKi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLh9pfSfKi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLh9pfSfKi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLh9pfSfKi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLh9pfSfKi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLh9pfSfKi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLh9pfSfKi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLh9pfSfKi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLh9pfSfKi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLh9pfSfKi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLh9pfSfKi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLh9pfSfKi .dropdown-item.active,
.cid-uLh9pfSfKi .dropdown-item:active {
  background-color: transparent;
}
.cid-uLh9pfSfKi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLh9pfSfKi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLh9pfSfKi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLh9pfSfKi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uLh9pfSfKi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLh9pfSfKi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLh9pfSfKi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLh9pfSfKi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLh9pfSfKi .navbar-buttons {
    text-align: left;
  }
}
.cid-uLh9pfSfKi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLh9pfSfKi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLh9pfSfKi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLh9pfSfKi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLh9pfSfKi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLh9pfSfKi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLh9pfSfKi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLh9pfSfKi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLh9pfSfKi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLh9pfSfKi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLh9pfSfKi .navbar-dropdown {
  padding: 0;
  background-color: #000000 !important;
}
.cid-uLh9pfSfKi .opacityScroll {
  background: #000000 !important;
}
.cid-uLh9pfSfKi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLh9pfSfKi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLh9pfSfKi .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLh9pfSfKi .navbar {
    height: 70px;
  }
  .cid-uLh9pfSfKi .navbar.opened {
    height: auto;
  }
  .cid-uLh9pfSfKi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLh9pfSfKi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLh9pfSfKi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLh9pfSfKi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLh9pfSfKi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLh9pfSfKi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLh9pfSfKi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLh9pfSfKi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLh9pfSfKi .navbar-brand {
    margin-right: auto;
  }
  .cid-uLh9pfSfKi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uLh9pfSfKi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLh9pfSfKi .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLh9pfSfKi .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLh9pfSfKi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLh9pfSfKi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLh9pfSfKi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLh9pfSfKi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLh9pfSfKi .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLh9pfSfKi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLh9pfSfKi .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uLh9pfSfKi .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uLh9pfSfKi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLh9pcBk54 {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLh9pcBk54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLh9pcBk54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLh9pcBk54 img {
  border-radius: 2rem;
}
.cid-uLh9pcBk54 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uLh9pcBk54 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ff5835;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uLh9pcBk54 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #1d61f1;
  font-size: 1.5rem;
}
.cid-uLh9pcBk54 .mbr-section-title {
  color: #000000;
}
.cid-uLh9pcBk54 .mbr-text,
.cid-uLh9pcBk54 .mbr-section-btn {
  color: #000000;
}
.cid-uLh9pcBk54 .mbr-section-subtitle,
.cid-uLh9pcBk54 .align-wrapper {
  color: #04492e;
}
.cid-uLh9peLrrD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uLh9peLrrD .counter-container ul {
  margin-bottom: 0;
}
.cid-uLh9peLrrD .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
}
.cid-uLh9peLrrD .card-title {
  color: #ffffff;
}
.cid-uLh9peLrrD .mbr-text {
  color: #ffffff;
}
.cid-uLh9phk7SP {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uLh9phk7SP .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-uLh9phk7SP .content_wrapper:hover .mbr-section-title a {
  color: #1d61f1 !important;
}
.cid-uLh9phk7SP .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uLh9phk7SP .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uLh9phk7SP .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uLh9phk7SP .mbr-section-btn .btn-secondary-outline:hover,
.cid-uLh9phk7SP .mbr-section-btn .btn-secondary-outline .active,
.cid-uLh9phk7SP .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff5835 !important;
}
.cid-uLh9phk7SP .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uLh9phk7SP .image_post {
  display: inline-block;
}
.cid-uLh9phk7SP .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uLh9phk7SP .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uLh9phk7SP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLh9phk7SP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLh9phk7SP .mbr-text,
.cid-uLh9phk7SP .mbr-section-btn {
  color: #000000;
}
.cid-uLh9piPS3k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
  background-image: radial-gradient(at 100% -70%, #111111, #000000, #000000);
}
.cid-uLh9piPS3k img {
  width: 100%;
  border-radius: 30px;
}
.cid-uLh9piPS3k .card-wrapper {
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uLh9piPS3k .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLh9piPS3k .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uLh9piPS3k .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uLh9piPS3k .mbr-section-title {
  color: #ffffff;
}
.cid-uLh9piPS3k .mbr-text,
.cid-uLh9piPS3k .mbr-section-btn {
  color: #ffffff;
}
.cid-uLh9piPS3k .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uLh9pklYsm {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uLh9pklYsm {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-uLh9pklYsm .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uLh9pklYsm .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLh9pklYsm .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLh9pklYsm .row .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-uLh9pklYsm .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uLh9pklYsm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uLh9pklYsm .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLh9pklYsm .embla__slide .card-wrap {
  width: 100%;
  background-color: #ffffff;
  padding: 32px;
  border-radius: 1.2em;
}
@media (max-width: 768px) {
  .cid-uLh9pklYsm .embla__slide .card-wrap {
    padding: 16px;
  }
}
.cid-uLh9pklYsm .embla__slide .card-wrap .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLh9pklYsm .embla__slide .card-wrap .content-wrap .mbr-role {
  margin-bottom: 32px;
}
.cid-uLh9pklYsm .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uLh9pklYsm .embla__button--next,
.cid-uLh9pklYsm .embla__button--prev {
  display: flex;
}
.cid-uLh9pklYsm .embla__button {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uLh9pklYsm .embla__button {
    display: none;
  }
}
.cid-uLh9pklYsm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLh9pklYsm .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-uLh9pklYsm .embla__button.embla__button--prev {
  left: -2rem;
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uLh9pklYsm .embla__button.embla__button--prev {
    left: 1rem;
  }
}
.cid-uLh9pklYsm .embla__button.embla__button--next {
  right: -2rem;
  margin-right: 0;
}
@media (max-width: 992px) {
  .cid-uLh9pklYsm .embla__button.embla__button--next {
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uLh9pklYsm .embla__button {
    top: auto;
    bottom: -1.8rem;
  }
}
.cid-uLh9pklYsm .embla {
  position: relative;
  width: 100%;
}
.cid-uLh9pklYsm .embla__viewport {
  overflow: hidden;
  width: 100%;
  border: none;
}
.cid-uLh9pklYsm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLh9pklYsm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLh9pklYsm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLh9pklYsm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLh9pklYsm .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-uLh9pklYsm .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uLh9pmCn2g {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #000000;
  background-image: radial-gradient(at 100% -70%, #000000, #000000, #000000);
}
.cid-uLh9pmCn2g .card-wrapper {
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  margin-left: 10rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uLh9pmCn2g .card-wrapper {
    padding: 2rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-uLh9pmCn2g .card-wrapper {
    margin-left: 0rem;
  }
}
.cid-uLh9pmCn2g .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uLh9pmCn2g .mbr-section-title {
  color: #ffffff;
}
.cid-uLh9pmCn2g .mbr-text {
  color: #ffffff;
}
.cid-uLh9poi5dK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLh9poi5dK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLh9poi5dK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLh9poi5dK .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uLh9poi5dK .row .card {
  padding: 0 13px;
}
.cid-uLh9poi5dK .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLh9poi5dK .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uLh9poi5dK .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uLh9poi5dK .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uLh9poi5dK .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uLh9poi5dK .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLh9poi5dK .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uLh9poi5dK .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uLh9poi5dK .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #000000;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uLh9poi5dK .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uLh9poi5dK .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uLh9poi5dK .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uLh9poi5dK .card-wrapper {
  overflow: hidden;
}
.cid-uLh9poi5dK .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uLh9poi5dK .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uLh9poi5dK .card-wrapper .item-content {
  padding: 54px;
  background-color: #000000;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uLh9poi5dK .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLh9poi5dK .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uLh9poi5dK .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uLh9poi5dK .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uLh9poi5dK .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uLh9poi5dK .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLh9poi5dK .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uLh9poi5dK .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLh9poi5dK .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uLh9poi5dK .mbr-label,
.cid-uLh9poi5dK .label-wrapper {
  color: #151e11;
}
.cid-uLh9poi5dK .mbr-section-title {
  color: #000000;
}
.cid-uLh9poi5dK .mbr-number {
  color: #ffffff;
}
.cid-uLh9poi5dK .mbr-number-desc {
  color: #fff7ee;
}
.cid-uLh9poi5dK .card-label,
.cid-uLh9poi5dK .card-label-wrapper {
  color: #fff7ee;
}
.cid-uLh9poi5dK .card-title {
  color: #ffffff;
}
.cid-uLh9poi5dK .card-text {
  color: #fff7ee;
}
.cid-uLh9pqkxaC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLh9pqkxaC .card-wrapper {
  background: #000000;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uLh9pqkxaC .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLh9pqkxaC .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLh9pqkxaC .mbr-text {
  color: #ffffff;
}
.cid-uLh9pqkxaC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLh9pqkxaC .mbr-section-title {
  color: #ffffff;
}
.cid-uLh9ps1v8x {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uLh9ps1v8x {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-uLh9ps1v8x .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uLh9ps1v8x section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uLh9ps1v8x .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLh9ps1v8x .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLh9ps1v8x .row .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-uLh9ps1v8x .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uLh9ps1v8x .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uLh9ps1v8x .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLh9ps1v8x .title-wrapper .image-wrapper {
  margin-top: 72px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLh9ps1v8x .title-wrapper .image-wrapper {
    height: auto;
    margin-top: 30px;
  }
}
.cid-uLh9ps1v8x .title-wrapper .image-wrapper img {
  height: 450px;
  width: 80%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uLh9ps1v8x .title-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uLh9ps1v8x .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-uLh9ps1v8x .mbr-section-title {
  color: #ed2c03;
}
.cid-uLh9ps1v8x .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uLh9ps1v8x .mbr-section-title,
.cid-uLh9ps1v8x .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uLh9ptMaPh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLh9ptMaPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLh9ptMaPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLh9ptMaPh .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uLh9ptMaPh .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uLh9ptMaPh .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLh9ptMaPh .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uLh9ptMaPh .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uLh9ptMaPh .content-wrapper .content-wrap .mbr-section-title span {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uLh9ptMaPh .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uLh9ptMaPh .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLh9ptMaPh .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uLh9ptMaPh .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uLh9ptMaPh .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLh9ptMaPh .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uLh9ptMaPh .mbr-section-title {
  color: #212529;
}
.cid-uLh9ptMaPh .mbr-desc {
  color: #000000;
}
.cid-uLh9ptMaPh .mbr-section-title,
.cid-uLh9ptMaPh .mbr-section-btn {
  color: #000000;
}
.cid-uLh9pvmBw8 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLh9pvmBw8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLh9pvmBw8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLh9pvmBw8 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uLh9pvmBw8 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uLh9pvmBw8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uLh9pvmBw8 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uLh9pvmBw8 .container {
    padding: 0 16px;
  }
}
.cid-uLh9pvmBw8 .row {
  justify-content: center;
}
.cid-uLh9pvmBw8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLh9pvmBw8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLh9pvmBw8 .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uLh9pvmBw8 .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uLh9pvmBw8 .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uLh9pvmBw8 .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uLh9pvmBw8 .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uLh9pvmBw8 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLh9pvmBw8 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uLh9pvmBw8 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uLh9pvmBw8 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uLh9pvmBw8 .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uLh9pvmBw8 .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uLh9pvmBw8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uLh9pvmBw8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLh9pvmBw8 .panel-title {
  color: #000000;
}
.cid-uLh9pvmBw8 .panel-text {
  color: #000000;
}
.cid-uLh9pxJHFN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLh9pxJHFN .wrapper {
  background: #ffffff;
}
.cid-uLh9pxJHFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLh9pxJHFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLh9pxJHFN .mbr-text {
  color: #000000;
}
.cid-uLh9pzZUPm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLh9pzZUPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLh9pzZUPm .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-uLh9pzZUPm .container {
    padding: 0 20px;
  }
}
.cid-uLh9pzZUPm .row {
  margin: 0;
}
.cid-uLh9pzZUPm .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLh9pzZUPm .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLh9pzZUPm .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uLh9pzZUPm .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uLh9pzZUPm .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uLh9pzZUPm .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uLh9pzZUPm .mbr-section-title {
  color: #000000;
}
.cid-uLh9pCeUwd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLh9pCeUwd .card-wrapper {
  background: #000000;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uLh9pCeUwd .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLh9pCeUwd .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLh9pCeUwd .mbr-text {
  color: #ffffff;
}
.cid-uLh9pCeUwd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLh9pCeUwd .mbr-section-title {
  color: #ffffff;
}
.cid-uLhdDXYpzJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLhdDXYpzJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhdDXYpzJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhdDXYpzJ .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uLhdDXYpzJ .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uLhdDXYpzJ .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uLhdDXYpzJ .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uLhdDXYpzJ .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLhdDXYpzJ .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLhdDXYpzJ .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uLhdDXYpzJ .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uLhdDXYpzJ .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLhdDXYpzJ .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLhdDXYpzJ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uLhdDXYpzJ .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uLhdDXYpzJ .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uLhdDXYpzJ .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uLhdDXYpzJ .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uLhdDXYpzJ .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uLhdDXYpzJ .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uLhdDXYpzJ .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLhdDXYpzJ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uLhdDXYpzJ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uLhdDXYpzJ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uLhdDXYpzJ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uLhdDXYpzJ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uLhdDXYpzJ .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uLhdDXYpzJ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uLhdDXYpzJ .mbr-section-title {
  color: #050f0f;
}
.cid-uLhdDXYpzJ .mbr-text {
  color: #050f0f;
}
.cid-uLhdDXYpzJ .panel-title-edit {
  color: #050f0f;
}
.cid-uLhdDXYpzJ .panel-text {
  color: #050f0f;
}
.cid-uLh9pDUW1q {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #f6f6f6;
}
.cid-uLh9pDUW1q .google-map {
  height: 30rem;
  position: relative;
}
.cid-uLh9pDUW1q .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uLh9pDUW1q .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-uLh9pDUW1q .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLh9pDUW1q .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLh9pFLMRb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLh9pFLMRb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLh9pFLMRb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLh9pFLMRb .content-wrap {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uLh9pFLMRb .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uLh9pFLMRb .content-wrap .row {
  justify-content: center;
}
.cid-uLh9pFLMRb .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLh9pFLMRb .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLh9pFLMRb .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uLh9pFLMRb .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uLh9pFLMRb .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uLh9pFLMRb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLh9pFLMRb .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLh9pFLMRb .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLh9pFLMRb .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uLh9pFLMRb .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLh9pFLMRb .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLh9pFLMRb .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLh9pFLMRb .nav-wrapper .list .item-wrap:hover,
.cid-uLh9pFLMRb .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uLh9pFLMRb .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLh9pFLMRb .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLh9pFLMRb .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uLh9pFLMRb .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLh9pFLMRb .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLh9pFLMRb .contacts-wrapper .list .item-wrap:hover,
.cid-uLh9pFLMRb .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uLh9pFLMRb .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLh9pFLMRb .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLh9pFLMRb .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLh9pFLMRb .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uLh9pFLMRb .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLh9pFLMRb .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLh9pFLMRb .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLh9pFLMRb .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uLh9pFLMRb .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #709af2;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uLh9pFLMRb .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uLh9pFLMRb .mbr-section-title {
  color: #ed463f;
}
.cid-uLh9pFLMRb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLh9pFLMRb .list {
  color: #404349;
}
.cid-uLh9pFLMRb .list,
.cid-uLh9pFLMRb .item-wrap {
  color: #ffffff;
}
