body {
  font-family: 'Liberation Serif', serif;
}
.display-1 {
  font-family: 'Liberation Serif', serif;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Liberation Serif', serif;
  font-size: 3.13rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.9125rem;
}
.display-4 {
  font-family: 'Liberation Serif', serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Liberation Serif', serif;
  font-size: 1.75rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Liberation Serif', serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}



@media (min-width: 769px) {
  .bellevue-nav {
    padding-left: 100px;
    position: relative;
  }

  .navbar-logo a img {
    margin-top: 50px;
  }
}


/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
    letter-spacing: -0.038em;
  }
  .display-2 {
    font-size: 2.504rem;
    font-size: calc( 1.7454999999999998rem + (3.13 - 1.7454999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7454999999999998rem + (3.13 - 1.7454999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #18874f !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #eec800 !important;
}
.bg-danger {
  background-color: #e06c47 !important;
}
.btn-primary:after {
  background: linear-gradient(to right, #ffffff 0 25%, transparent 25% 75%, #ffffff 75% 100%);
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary:after {
  background: linear-gradient(to right, #000000 0 25%, transparent 25% 75%, #000000 75% 100%);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #633d36 !important;
  border-color: #633d36 !important;
  color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background-color: #633d36 !important;
  border-color: #633d36 !important;
  color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #633d36 !important;
  border-color: #633d36 !important;
}
.btn-info:after {
  background: linear-gradient(to right, #ffffff 0 25%, transparent 25% 75%, #ffffff 75% 100%);
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success:after {
  background: linear-gradient(to right, #18874f 0 25%, transparent 25% 75%, #18874f 75% 100%);
}
.btn-success,
.btn-success:active {
  background-color: #39ffbc !important;
  border-color: #39ffbc !important;
  color: #18874f !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background-color: #39ffbc !important;
  border-color: #39ffbc !important;
  color: #18874f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #18874f !important;
  background-color: #39ffbc !important;
  border-color: #39ffbc !important;
}
.btn-warning:after {
  background: linear-gradient(to right, #eec800 0 25%, transparent 25% 75%, #eec800 75% 100%);
}
.btn-warning,
.btn-warning:active {
  background-color: #feff88 !important;
  border-color: #feff88 !important;
  color: #eec800 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background-color: #feff88 !important;
  border-color: #feff88 !important;
  color: #eec800 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #eec800 !important;
  background-color: #feff88 !important;
  border-color: #feff88 !important;
}
.btn-danger:after {
  background: linear-gradient(to right, #e06c47 0 25%, transparent 25% 75%, #e06c47 75% 100%);
}
.btn-danger,
.btn-danger:active {
  background-color: #ffdac1 !important;
  border-color: #ffdac1 !important;
  color: #e06c47 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background-color: #ffdac1 !important;
  border-color: #ffdac1 !important;
  color: #e06c47 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #e06c47 !important;
  background-color: #ffdac1 !important;
  border-color: #ffdac1 !important;
}
.btn-white:after {
  background: linear-gradient(to right, #f6f6f6 0 25%, transparent 25% 75%, #f6f6f6 75% 100%);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #f6f6f6 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #f6f6f6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #f6f6f6 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black:after {
  background: linear-gradient(to right, #303030 0 25%, transparent 25% 75%, #303030 75% 100%);
}
.btn-black,
.btn-black:active {
  background-color: #a26457 !important;
  border-color: #a26457 !important;
  color: #303030 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background-color: #a26457 !important;
  border-color: #a26457 !important;
  color: #303030 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #303030 !important;
  background-color: #a26457 !important;
  border-color: #a26457 !important;
}
.btn-primary-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #ffffff 0 25%, transparent 25% 75%, #ffffff 75% 100%);
}
.btn-primary-outline,
.btn-primary-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #000000 0 25%, transparent 25% 75%, #000000 75% 100%);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #633d36 !important;
  border-color: #633d36 !important;
}
.btn-info-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #ffffff 0 25%, transparent 25% 75%, #ffffff 75% 100%);
}
.btn-info-outline,
.btn-info-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  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: #ffffff !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:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #18874f 0 25%, transparent 25% 75%, #18874f 75% 100%);
}
.btn-success-outline,
.btn-success-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #18874f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #18874f !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: #39ffbc !important;
  border-color: #39ffbc !important;
}
.btn-warning-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #eec800 0 25%, transparent 25% 75%, #eec800 75% 100%);
}
.btn-warning-outline,
.btn-warning-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #eec800;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #eec800 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #feff88 !important;
  border-color: #feff88 !important;
}
.btn-danger-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #e06c47 0 25%, transparent 25% 75%, #e06c47 75% 100%);
}
.btn-danger-outline,
.btn-danger-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #e06c47;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e06c47 !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: #ffdac1 !important;
  border-color: #ffdac1 !important;
}
.btn-black-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #303030 0 25%, transparent 25% 75%, #303030 75% 100%);
}
.btn-black-outline,
.btn-black-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #303030;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #303030 !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: #a26457 !important;
  border-color: #a26457 !important;
}
.btn-white-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #f6f6f6 0 25%, transparent 25% 75%, #f6f6f6 75% 100%);
}
.btn-white-outline,
.btn-white-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #f6f6f6;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #f6f6f6 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #777777 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #18874f !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #eec800 !important;
}
.text-danger {
  color: #e06c47 !important;
}
.text-white {
  color: #f6f6f6 !important;
}
.text-black {
  color: #303030 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #09301c !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: #887200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a53d1c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c3c3c3 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #303030;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #eec800;
}
.alert-danger {
  background-color: #e06c47;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000;
}
.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: #41dd8f;
}
.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: #fff4bb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf7f6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Liberation Serif', serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Liberation Serif', serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %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-duration: .4s;
}
a:hover {
  background-image: none !important;
}
.mbr-fonts-style a:not(.mbr-fonts-style) {
  position: relative;
}
.mbr-fonts-style a:not(.mbr-fonts-style):before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  transition: all 0.7s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  background: linear-gradient(to right, currentColor 0 25%, transparent 25% 75%, currentColor 75% 100%);
  background-position: right;
  background-size: 400% 100%;
  overflow: hidden;
}
.mbr-fonts-style a:not(.mbr-fonts-style):hover:before {
  background-position: left;
}
.container {
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1439px) {
  .container {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 86%;
  }
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .container-fluid {
    max-width: 86%;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 54px;
  padding: 10px 34px 15px;
  font-weight: 700 !important;
  transition: all 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  box-shadow: none !important;
  border-radius: 0 !important;
  letter-spacing: -0.025em;
}
.mbr-section-btn .btn:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 13px;
  transform: translateX(-50%);
  height: 2px;
  width: calc(100% - 34px * 2);
  transition: all 0.7s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  background-position: right;
  background-size: 400% 100%;
  overflow: hidden;
}
.mbr-section-btn .btn.btn-primary {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.mbr-section-btn .btn.btn-black {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.mbr-section-btn .btn.btn-white {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.mbr-section-btn .btn:hover:after {
  background-position: left;
}
.cid-uKJK3Kw6ru {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uKJK3Kw6ru nav.navbar {
  position: fixed;
}
.cid-uKJK3Kw6ru .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKJK3Kw6ru .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKJK3Kw6ru .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uKJK3Kw6ru .dropdown-item:after {
  right: 1rem !important;
}
.cid-uKJK3Kw6ru .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uKJK3Kw6ru .dropdown-item:hover:before,
.cid-uKJK3Kw6ru .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uKJK3Kw6ru .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKJK3Kw6ru .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKJK3Kw6ru .nav-link {
  position: relative;
}
.cid-uKJK3Kw6ru .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKJK3Kw6ru .container {
    flex-wrap: nowrap;
  }
}
.cid-uKJK3Kw6ru .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uKJK3Kw6ru .navbar-nav .nav-item {
  margin: 0;
}
.cid-uKJK3Kw6ru .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uKJK3Kw6ru .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uKJK3Kw6ru .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uKJK3Kw6ru .dropdown-menu,
.cid-uKJK3Kw6ru .navbar.opened {
  background: #ffffff !important;
}
.cid-uKJK3Kw6ru .nav-item:focus,
.cid-uKJK3Kw6ru .nav-link:focus {
  outline: none;
}
.cid-uKJK3Kw6ru .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKJK3Kw6ru .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKJK3Kw6ru .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKJK3Kw6ru .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKJK3Kw6ru .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKJK3Kw6ru .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKJK3Kw6ru .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uKJK3Kw6ru .navbar.opened {
  transition: all 0.3s;
}
.cid-uKJK3Kw6ru .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKJK3Kw6ru .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uKJK3Kw6ru .navbar .navbar-logo img {
  width: auto;
}
.cid-uKJK3Kw6ru .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKJK3Kw6ru .navbar.collapsed {
  justify-content: center;
}
.cid-uKJK3Kw6ru .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKJK3Kw6ru .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKJK3Kw6ru .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKJK3Kw6ru .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKJK3Kw6ru .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKJK3Kw6ru .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-uKJK3Kw6ru .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKJK3Kw6ru .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKJK3Kw6ru .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKJK3Kw6ru .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKJK3Kw6ru .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKJK3Kw6ru .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKJK3Kw6ru .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKJK3Kw6ru .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-uKJK3Kw6ru .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKJK3Kw6ru .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKJK3Kw6ru .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKJK3Kw6ru .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKJK3Kw6ru .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKJK3Kw6ru .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKJK3Kw6ru .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKJK3Kw6ru .navbar.navbar-short {
  min-height: 100px;
}
.cid-uKJK3Kw6ru .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uKJK3Kw6ru .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uKJK3Kw6ru .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKJK3Kw6ru .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKJK3Kw6ru .dropdown-item.active,
.cid-uKJK3Kw6ru .dropdown-item:active {
  background-color: transparent;
}
.cid-uKJK3Kw6ru .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKJK3Kw6ru .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKJK3Kw6ru .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKJK3Kw6ru .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKJK3Kw6ru .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKJK3Kw6ru .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKJK3Kw6ru ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKJK3Kw6ru .navbar-buttons {
  text-align: center;
}
.cid-uKJK3Kw6ru button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uKJK3Kw6ru button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uKJK3Kw6ru button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uKJK3Kw6ru button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uKJK3Kw6ru button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uKJK3Kw6ru button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uKJK3Kw6ru button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-uKJK3Kw6ru button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uKJK3Kw6ru button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uKJK3Kw6ru button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uKJK3Kw6ru button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uKJK3Kw6ru nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uKJK3Kw6ru nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-uKJK3Kw6ru nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-uKJK3Kw6ru nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uKJK3Kw6ru nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uKJK3Kw6ru .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKJK3Kw6ru a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKJK3Kw6ru .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKJK3Kw6ru .navbar {
    height: 70px;
  }
  .cid-uKJK3Kw6ru .navbar.opened {
    height: auto;
  }
  .cid-uKJK3Kw6ru .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKJK3Kw6ru .container,
.cid-uKJK3Kw6ru .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKJK3Kw6ru .container,
  .cid-uKJK3Kw6ru .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uKJK3Kw6ru .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uKJK3Kw6ru .navbar-collapse {
  min-height: 98px;
}
.cid-uKJK3Kw6ru .mbr-section-btn {
  max-width: 35%;
}
.cid-uKJK3Kw6ru .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uKJK3Kw6ru {
    min-height: 70px !important;
  }
  .cid-uKJK3Kw6ru .navbar {
    min-height: 70px !important;
  }
  .cid-uKJK3Kw6ru .container-fluid {
    padding: 0 7%;
  }
  .cid-uKJK3Kw6ru .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .cid-uKJK3Kw6ru .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uKJK3Kw6ru .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uKJK3Kw6ru .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uKJK3Kw6ru .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uKJK3Kw6ru .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uKJK3Kw6ru .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uKJK3Kw6ru .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uKJK3Kw6ru .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uKJK3Kw6ru .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uKJK3II5ye {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ade7ca;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 450px;
}
.cid-uKJK3II5ye .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJK3II5ye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-uKJK3II5ye {
    min-height: 450px;
  }
}
.cid-uKJK3II5ye .mbr-section-title {
  color: #2f3c35;
}
.cid-uKJK3II5ye .mbr-section-subtitle {
  color: #2f3c35;
  margin-top: 16px;
}
.cid-uKJK3II5ye .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uKJK3II5ye .mbr-section-btn {
  margin-top: 18px;
}
.cid-uKJK3J8uVq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/distillerie-12-2000x1331.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-uKJK3J8uVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJK3J8uVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-uKJK3J8uVq {
    min-height: 750px;
  }
}
.cid-uKJK3J8uVq .mbr-section-title {
  color: #FFFFFF;
}
.cid-uKJK3J8uVq .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uKJK3J8uVq .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uKJK3J8uVq .mbr-section-btn {
  margin-top: 18px;
}
.cid-uKJK3JOtMS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-uKJK3JOtMS .mbr-section-head {
  margin-bottom: 50px;
}
.cid-uKJK3JOtMS .mbr-section-title {
  color: #2f3c35;
  text-align: center;
}
.cid-uKJK3JOtMS .mbr-section-subtitle {
  color: #303030;
  margin-top: 10px;
  text-align: center;
}
.cid-uKJK3JOtMS .embla {
  position: relative;
  width: 100%;
}
.cid-uKJK3JOtMS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uKJK3JOtMS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKJK3JOtMS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKJK3JOtMS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKJK3JOtMS .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: calc(100vw / 3 - 60px);
  width: calc(100vw / 3 - 60px);
  margin: 0 30px;
  border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .cid-uKJK3JOtMS .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-uKJK3JOtMS .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-uKJK3JOtMS .item:focus,
.cid-uKJK3JOtMS span:focus {
  outline: none;
}
.cid-uKJK3JOtMS .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uKJK3JOtMS .item-img {
  width: 100%;
}
.cid-uKJK3JOtMS .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: calc(408 / (114 * 3));
}
.cid-uKJK3JOtMS .embla__button--next,
.cid-uKJK3JOtMS .embla__button--prev {
  display: flex;
}
.cid-uKJK3JOtMS .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(47, 60, 53, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uKJK3JOtMS .embla__button {
    display: none;
  }
}
.cid-uKJK3JOtMS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKJK3JOtMS .embla__button:hover {
  background: #2f3c35;
  color: #FFFFFF;
}
.cid-uKJK3JOtMS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKJK3JOtMS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uKJK3JOtMS .embla__button {
    top: auto;
  }
}
.cid-uKJQwD5Xcs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ade7ca;
}
.cid-uKJQwD5Xcs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJQwD5Xcs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJQwD5Xcs .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
}
@media (max-width: 991px) {
  .cid-uKJQwD5Xcs .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uKJQwD5Xcs .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uKJQwD5Xcs .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uKJQwD5Xcs .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uKJQwD5Xcs .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uKJQwD5Xcs .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uKJQwD5Xcs .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uKJQwD5Xcs .items-wrap {
    padding-top: 50px;
  }
}
.cid-uKJQwD5Xcs .item-wrap {
  width: max-content;
}
@media (max-width: 767px) {
  .cid-uKJQwD5Xcs .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uKJQwD5Xcs .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uKJQwD5Xcs .list li {
  position: relative;
}
.cid-uKJQwD5Xcs .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uKJQwD5Xcs .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uKJQwD5Xcs .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uLQy2sPewe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-uLQy2sPewe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQy2sPewe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQy2sPewe .container-fluid {
  max-width: 100% !important;
}
.cid-uLQy2sPewe .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLQy2sPewe .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLQy2sPewe .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-uLQy2sPewe .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-uLQy2sPewe .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-uLQy2sPewe .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-uLQy2sPewe .mbr-section-title {
  color: #303030;
}
.cid-uLQy2sPewe .text-top {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .cid-uLQy2sPewe .text-top {
    padding-top: 10px;
  }
}
@media (max-width: 575px) {
  .cid-uLQy2sPewe .text-top {
    padding-top: 10px;
  }
}
.cid-uLQy2sPewe .mbr-text {
  color: #303030;
}
.cid-uLQy2sPewe .mbr-section-btn {
  margin-top: 16px;
}
.cid-uLRCehiwzD {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRCehiwzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRCehiwzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRCehiwzD .content-wrap {
  justify-content: center;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uLRCehiwzD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uLRCehiwzD .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uLRCehiwzD .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLRCehiwzD .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uLRCehiwzD .mbr-section-title {
  color: #ff8576;
}
.cid-uLRCehiwzD .mbr-copy {
  color: #51565c;
}
.cid-uLRCehiwzD .mbr-copy,
.cid-uLRCehiwzD .copy-wrapper {
  text-align: right;
}
.cid-uLRCehiwzD .mbr-section-title,
.cid-uLRCehiwzD .logo-wrapper {
  color: #e2e2e2;
}
.cid-uLRpkzAQvR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uLRpkzAQvR nav.navbar {
  position: fixed;
}
.cid-uLRpkzAQvR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRpkzAQvR .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLRpkzAQvR .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uLRpkzAQvR .dropdown-item:after {
  right: 1rem !important;
}
.cid-uLRpkzAQvR .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uLRpkzAQvR .dropdown-item:hover:before,
.cid-uLRpkzAQvR .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uLRpkzAQvR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLRpkzAQvR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLRpkzAQvR .nav-link {
  position: relative;
}
.cid-uLRpkzAQvR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLRpkzAQvR .container {
    flex-wrap: nowrap;
  }
}
.cid-uLRpkzAQvR .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uLRpkzAQvR .navbar-nav .nav-item {
  margin: 0;
}
.cid-uLRpkzAQvR .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uLRpkzAQvR .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uLRpkzAQvR .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uLRpkzAQvR .dropdown-menu,
.cid-uLRpkzAQvR .navbar.opened {
  background: #ffffff !important;
}
.cid-uLRpkzAQvR .nav-item:focus,
.cid-uLRpkzAQvR .nav-link:focus {
  outline: none;
}
.cid-uLRpkzAQvR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRpkzAQvR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRpkzAQvR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRpkzAQvR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRpkzAQvR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRpkzAQvR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRpkzAQvR .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uLRpkzAQvR .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRpkzAQvR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLRpkzAQvR .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uLRpkzAQvR .navbar .navbar-logo img {
  width: auto;
}
.cid-uLRpkzAQvR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLRpkzAQvR .navbar.collapsed {
  justify-content: center;
}
.cid-uLRpkzAQvR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRpkzAQvR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLRpkzAQvR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLRpkzAQvR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRpkzAQvR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRpkzAQvR .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-uLRpkzAQvR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRpkzAQvR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLRpkzAQvR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLRpkzAQvR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRpkzAQvR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRpkzAQvR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRpkzAQvR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLRpkzAQvR .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-uLRpkzAQvR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLRpkzAQvR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLRpkzAQvR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLRpkzAQvR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLRpkzAQvR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRpkzAQvR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLRpkzAQvR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLRpkzAQvR .navbar.navbar-short {
  min-height: 100px;
}
.cid-uLRpkzAQvR .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uLRpkzAQvR .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uLRpkzAQvR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLRpkzAQvR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRpkzAQvR .dropdown-item.active,
.cid-uLRpkzAQvR .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRpkzAQvR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLRpkzAQvR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRpkzAQvR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRpkzAQvR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLRpkzAQvR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLRpkzAQvR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLRpkzAQvR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLRpkzAQvR .navbar-buttons {
  text-align: center;
}
.cid-uLRpkzAQvR button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uLRpkzAQvR button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uLRpkzAQvR button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uLRpkzAQvR button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uLRpkzAQvR button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uLRpkzAQvR button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uLRpkzAQvR button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-uLRpkzAQvR button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uLRpkzAQvR button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uLRpkzAQvR button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uLRpkzAQvR button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uLRpkzAQvR nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uLRpkzAQvR nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-uLRpkzAQvR nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-uLRpkzAQvR nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uLRpkzAQvR nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uLRpkzAQvR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLRpkzAQvR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLRpkzAQvR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRpkzAQvR .navbar {
    height: 70px;
  }
  .cid-uLRpkzAQvR .navbar.opened {
    height: auto;
  }
  .cid-uLRpkzAQvR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRpkzAQvR .container,
.cid-uLRpkzAQvR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLRpkzAQvR .container,
  .cid-uLRpkzAQvR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLRpkzAQvR .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uLRpkzAQvR .navbar-collapse {
  min-height: 98px;
}
.cid-uLRpkzAQvR .mbr-section-btn {
  max-width: 35%;
}
.cid-uLRpkzAQvR .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uLRpkzAQvR {
    min-height: 70px !important;
  }
  .cid-uLRpkzAQvR .navbar {
    min-height: 70px !important;
  }
  .cid-uLRpkzAQvR .container-fluid {
    padding: 0 7%;
  }
  .cid-uLRpkzAQvR .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .cid-uLRpkzAQvR .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uLRpkzAQvR .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uLRpkzAQvR .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uLRpkzAQvR .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uLRpkzAQvR .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uLRpkzAQvR .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uLRpkzAQvR .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uLRpkzAQvR .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uLRpkzAQvR .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uLRpkzUpW0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ade7ca;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
}
.cid-uLRpkzUpW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRpkzUpW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-uLRpkzUpW0 {
    min-height: 100px;
  }
}
.cid-uLRpkzUpW0 .mbr-section-title {
  color: #2f3c35;
}
.cid-uLRpkzUpW0 .mbr-section-subtitle {
  color: #2f3c35;
  margin-top: 16px;
}
.cid-uLRpkzUpW0 .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uLRpkzUpW0 .mbr-section-btn {
  margin-top: 18px;
}
.cid-uLRpkAtqRt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRpkAtqRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRpkAtqRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRpkAtqRt .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .cid-uLRpkAtqRt .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uLRpkAtqRt .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpkAtqRt .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uLRpkAtqRt .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uLRpkAtqRt .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uLRpkAtqRt .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
}
@media (max-width: 767px) {
  .cid-uLRpkAtqRt .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpkAtqRt .items-wrap {
    padding-top: 50px;
  }
}
.cid-uLRpkAtqRt .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uLRpkAtqRt .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uLRpkAtqRt .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRpkAtqRt .list li {
  position: relative;
  padding-left: 32px;
}
.cid-uLRpkAtqRt .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/icon.png");
  background-size: 100% 100%;
}
.cid-uLRpkAtqRt .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uLRpkAtqRt .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLRpkAtqRt .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uLRpkAKE4H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRpkAKE4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRpkAKE4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRpkAKE4H .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .cid-uLRpkAKE4H .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uLRpkAKE4H .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpkAKE4H .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uLRpkAKE4H .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uLRpkAKE4H .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uLRpkAKE4H .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
}
@media (max-width: 767px) {
  .cid-uLRpkAKE4H .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpkAKE4H .items-wrap {
    padding-top: 50px;
  }
}
.cid-uLRpkAKE4H .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uLRpkAKE4H .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uLRpkAKE4H .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRpkAKE4H .list li {
  position: relative;
  padding-left: 32px;
}
.cid-uLRpkAKE4H .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/icon.png");
  background-size: 100% 100%;
}
.cid-uLRpkAKE4H .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uLRpkAKE4H .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLRpkAKE4H .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uLRpkB2srr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRpkB2srr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRpkB2srr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRpkB2srr .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .cid-uLRpkB2srr .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uLRpkB2srr .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpkB2srr .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uLRpkB2srr .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uLRpkB2srr .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uLRpkB2srr .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
}
@media (max-width: 767px) {
  .cid-uLRpkB2srr .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpkB2srr .items-wrap {
    padding-top: 50px;
  }
}
.cid-uLRpkB2srr .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uLRpkB2srr .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uLRpkB2srr .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRpkB2srr .list li {
  position: relative;
  padding-left: 32px;
}
.cid-uLRpkB2srr .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/icon.png");
  background-size: 100% 100%;
}
.cid-uLRpkB2srr .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uLRpkB2srr .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLRpkB2srr .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uP3lF58fFq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP3lF58fFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3lF58fFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3lF58fFq .mbr-section-title {
  color: #303030;
  margin-bottom: 20px;
}
.cid-uP3lF58fFq .mbr-section-subtitle {
  color: #2f3c35;
  margin-bottom: 20px;
}
.cid-uP3lF58fFq .mbr-text {
  color: #FFFFFF;
}
.cid-uP3lF58fFq .mbr-section-btn {
  margin-top: 18px;
}
.cid-uP3lwwP5l7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uP3lwwP5l7 .container {
  max-width: 100% !important;
}
.cid-uP3lwwP5l7 .mbr-section-head {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 50px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .cid-uP3lwwP5l7 .mbr-section-head {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .cid-uP3lwwP5l7 .mbr-section-head {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uP3lwwP5l7 .mbr-section-head {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .cid-uP3lwwP5l7 .mbr-section-head {
    padding: 30px 0 40px;
  }
}
.cid-uP3lwwP5l7 .mbr-section-title {
  color: #303030;
}
.cid-uP3lwwP5l7 .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uP3lwwP5l7 .items-row {
  position: relative;
  border-top: 1px solid #e2e2e2;
}
.cid-uP3lwwP5l7 .items-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 101vw;
  background-color: #e2e2e2;
}
.cid-uP3lwwP5l7 .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 15% 15% 13% 15%;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uP3lwwP5l7 .item-wrapper {
    padding: 13% 7% 12%;
  }
}
.cid-uP3lwwP5l7 .item {
  padding: 0 !important;
  margin: -1px -1px 0;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
.cid-uP3lwwP5l7 .item:nth-child(1n) .item-wrapper {
  background: linear-gradient(to left, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: right;
}
.cid-uP3lwwP5l7 .item:nth-child(1n) .item-wrapper:hover {
  background-position: left;
}
.cid-uP3lwwP5l7 .item:nth-child(2n) .item-wrapper {
  background: linear-gradient(to top, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 100% 200%;
  background-position: bottom;
}
.cid-uP3lwwP5l7 .item:nth-child(2n) .item-wrapper:hover {
  background-position: top;
}
.cid-uP3lwwP5l7 .item:nth-child(3n) .item-wrapper {
  background: linear-gradient(to right, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: left;
}
.cid-uP3lwwP5l7 .item:nth-child(3n) .item-wrapper:hover {
  background-position: right;
}
.cid-uP3lwwP5l7 .item-img {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.cid-uP3lwwP5l7 .item-img img {
  width: 100%;
  aspect-ratio: calc(425 / (124 * 4));
  object-fit: cover;
}
.cid-uP3lwwP5l7 .item-content {
  margin-top: 15px;
}
.cid-uP3lwwP5l7 .mbr-text {
  margin-top: 15px;
  color: #303030;
}
.cid-uP3lwwP5l7 .item-title {
  margin-top: 15px;
  color: #303030;
  text-align: center;
}
.cid-uP3lwwP5l7 .mbr-section-btn {
  padding-top: 10px;
  margin-top: auto !important;
}
.cid-uP3lvL4dZH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uP3lvL4dZH .container {
  max-width: 100% !important;
}
.cid-uP3lvL4dZH .mbr-section-head {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 50px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .cid-uP3lvL4dZH .mbr-section-head {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .cid-uP3lvL4dZH .mbr-section-head {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uP3lvL4dZH .mbr-section-head {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .cid-uP3lvL4dZH .mbr-section-head {
    padding: 30px 0 40px;
  }
}
.cid-uP3lvL4dZH .mbr-section-title {
  color: #303030;
}
.cid-uP3lvL4dZH .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uP3lvL4dZH .items-row {
  position: relative;
  margin-top: -1px;
  margin-left: -3px !important;
  margin-right: -3px !important;
  border-top: 1px solid #e2e2e2;
}
.cid-uP3lvL4dZH .items-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 101vw;
  background-color: #e2e2e2;
}
.cid-uP3lvL4dZH .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 10% 10% 8% 10%;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uP3lvL4dZH .item-wrapper {
    padding: 13% 7% 12%;
  }
}
.cid-uP3lvL4dZH .item {
  padding: 0 !important;
  margin: -1px -1px 0;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
.cid-uP3lvL4dZH .item:nth-child(1n) .item-wrapper {
  background: linear-gradient(to left, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: right;
}
.cid-uP3lvL4dZH .item:nth-child(1n) .item-wrapper:hover {
  background-position: left;
}
.cid-uP3lvL4dZH .item:nth-child(2n) .item-wrapper {
  background: linear-gradient(to right, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: left;
}
.cid-uP3lvL4dZH .item:nth-child(2n) .item-wrapper:hover {
  background-position: right;
}
.cid-uP3lvL4dZH .item-img {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.cid-uP3lvL4dZH .item-img img {
  width: 100%;
  aspect-ratio: calc(53 / (10 * 3));
  object-fit: cover;
}
.cid-uP3lvL4dZH .item-content {
  margin-top: 15px;
}
.cid-uP3lvL4dZH .mbr-text {
  margin-top: 15px;
  color: #303030;
}
.cid-uP3lvL4dZH .item-title {
  margin-top: 15px;
  color: #303030;
}
.cid-uP3lvL4dZH .mbr-section-btn {
  padding-top: 10px;
  margin-top: auto !important;
}
.cid-uLRCehiwzD {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRCehiwzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRCehiwzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRCehiwzD .content-wrap {
  justify-content: center;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uLRCehiwzD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uLRCehiwzD .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uLRCehiwzD .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLRCehiwzD .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uLRCehiwzD .mbr-section-title {
  color: #ff8576;
}
.cid-uLRCehiwzD .mbr-copy {
  color: #51565c;
}
.cid-uLRCehiwzD .mbr-copy,
.cid-uLRCehiwzD .copy-wrapper {
  text-align: right;
}
.cid-uLRCehiwzD .mbr-section-title,
.cid-uLRCehiwzD .logo-wrapper {
  color: #e2e2e2;
}
.cid-uLRprm44vb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uLRprm44vb nav.navbar {
  position: fixed;
}
.cid-uLRprm44vb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRprm44vb .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLRprm44vb .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uLRprm44vb .dropdown-item:after {
  right: 1rem !important;
}
.cid-uLRprm44vb .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uLRprm44vb .dropdown-item:hover:before,
.cid-uLRprm44vb .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uLRprm44vb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLRprm44vb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLRprm44vb .nav-link {
  position: relative;
}
.cid-uLRprm44vb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLRprm44vb .container {
    flex-wrap: nowrap;
  }
}
.cid-uLRprm44vb .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uLRprm44vb .navbar-nav .nav-item {
  margin: 0;
}
.cid-uLRprm44vb .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uLRprm44vb .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uLRprm44vb .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uLRprm44vb .dropdown-menu,
.cid-uLRprm44vb .navbar.opened {
  background: #ffffff !important;
}
.cid-uLRprm44vb .nav-item:focus,
.cid-uLRprm44vb .nav-link:focus {
  outline: none;
}
.cid-uLRprm44vb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRprm44vb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRprm44vb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRprm44vb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRprm44vb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRprm44vb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRprm44vb .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uLRprm44vb .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRprm44vb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLRprm44vb .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uLRprm44vb .navbar .navbar-logo img {
  width: auto;
}
.cid-uLRprm44vb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLRprm44vb .navbar.collapsed {
  justify-content: center;
}
.cid-uLRprm44vb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRprm44vb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLRprm44vb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLRprm44vb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRprm44vb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRprm44vb .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-uLRprm44vb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRprm44vb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLRprm44vb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLRprm44vb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRprm44vb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRprm44vb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRprm44vb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLRprm44vb .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-uLRprm44vb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLRprm44vb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLRprm44vb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLRprm44vb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLRprm44vb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRprm44vb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLRprm44vb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLRprm44vb .navbar.navbar-short {
  min-height: 100px;
}
.cid-uLRprm44vb .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uLRprm44vb .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uLRprm44vb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLRprm44vb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRprm44vb .dropdown-item.active,
.cid-uLRprm44vb .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRprm44vb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLRprm44vb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRprm44vb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRprm44vb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLRprm44vb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLRprm44vb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLRprm44vb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLRprm44vb .navbar-buttons {
  text-align: center;
}
.cid-uLRprm44vb button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uLRprm44vb button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uLRprm44vb button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uLRprm44vb button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uLRprm44vb button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uLRprm44vb button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uLRprm44vb button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-uLRprm44vb button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uLRprm44vb button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uLRprm44vb button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uLRprm44vb button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uLRprm44vb nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uLRprm44vb nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-uLRprm44vb nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-uLRprm44vb nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uLRprm44vb nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uLRprm44vb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLRprm44vb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLRprm44vb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRprm44vb .navbar {
    height: 70px;
  }
  .cid-uLRprm44vb .navbar.opened {
    height: auto;
  }
  .cid-uLRprm44vb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRprm44vb .container,
.cid-uLRprm44vb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLRprm44vb .container,
  .cid-uLRprm44vb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLRprm44vb .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uLRprm44vb .navbar-collapse {
  min-height: 98px;
}
.cid-uLRprm44vb .mbr-section-btn {
  max-width: 35%;
}
.cid-uLRprm44vb .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uLRprm44vb {
    min-height: 70px !important;
  }
  .cid-uLRprm44vb .navbar {
    min-height: 70px !important;
  }
  .cid-uLRprm44vb .container-fluid {
    padding: 0 7%;
  }
  .cid-uLRprm44vb .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .cid-uLRprm44vb .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uLRprm44vb .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uLRprm44vb .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uLRprm44vb .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uLRprm44vb .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uLRprm44vb .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uLRprm44vb .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uLRprm44vb .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uLRprm44vb .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uLRprmusoQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6be;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
}
.cid-uLRprmusoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRprmusoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-uLRprmusoQ {
    min-height: 100px;
  }
}
.cid-uLRprmusoQ .mbr-section-title {
  color: #2f3c35;
}
.cid-uLRprmusoQ .mbr-section-subtitle {
  color: #2f3c35;
  margin-top: 16px;
}
.cid-uLRprmusoQ .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uLRprmusoQ .mbr-section-btn {
  margin-top: 18px;
}
.cid-uP3xsX1ZZs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP3xsX1ZZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3xsX1ZZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3xsX1ZZs .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .cid-uP3xsX1ZZs .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uP3xsX1ZZs .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uP3xsX1ZZs .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uP3xsX1ZZs .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uP3xsX1ZZs .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uP3xsX1ZZs .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uP3xsX1ZZs .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uP3xsX1ZZs .items-wrap {
    padding-top: 50px;
  }
}
.cid-uP3xsX1ZZs .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uP3xsX1ZZs .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uP3xsX1ZZs .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uP3xsX1ZZs .list li {
  position: relative;
}
.cid-uP3xsX1ZZs .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uP3xsX1ZZs .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uP3xsX1ZZs .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uLRproobWO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRproobWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRproobWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRproobWO .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .cid-uLRproobWO .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uLRproobWO .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uLRproobWO .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uLRproobWO .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uLRproobWO .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uLRproobWO .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
}
@media (max-width: 767px) {
  .cid-uLRproobWO .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uLRproobWO .items-wrap {
    padding-top: 50px;
  }
}
.cid-uLRproobWO .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uLRproobWO .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uLRproobWO .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRproobWO .list li {
  position: relative;
  padding-left: 32px;
}
.cid-uLRproobWO .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/icon.png");
  background-size: 100% 100%;
}
.cid-uLRproobWO .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uLRproobWO .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLRproobWO .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uLRproGEtp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRproGEtp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRproGEtp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRproGEtp .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .cid-uLRproGEtp .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uLRproGEtp .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uLRproGEtp .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uLRproGEtp .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uLRproGEtp .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uLRproGEtp .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
}
@media (max-width: 767px) {
  .cid-uLRproGEtp .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uLRproGEtp .items-wrap {
    padding-top: 50px;
  }
}
.cid-uLRproGEtp .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uLRproGEtp .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uLRproGEtp .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRproGEtp .list li {
  position: relative;
  padding-left: 32px;
}
.cid-uLRproGEtp .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/icon.png");
  background-size: 100% 100%;
}
.cid-uLRproGEtp .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uLRproGEtp .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLRproGEtp .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uLRLfIiiY7 {
  background-color: #f6f6f6;
}
.cid-uLRLfIiiY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRLfIiiY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRLfIiiY7 .container-fluid {
  max-width: 100%;
}
.cid-uLRLfIiiY7 .cards-row {
  row-gap: 30px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 992px) {
  .cid-uLRLfIiiY7 .card {
    width: 50% !important;
  }
}
.cid-uLRLfIiiY7 .mbr-iconfont {
  font-size: 104px;
  color: #303030;
  transition: opacity 0.15s ease-out;
  opacity: 0.4;
}
@media (max-width: 991px) {
  .cid-uLRLfIiiY7 .mbr-iconfont {
    font-size: 84px;
  }
}
.cid-uLRLfIiiY7 .card-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.cid-uLRLfIiiY7 .card-wrapper:hover .mbr-iconfont {
  opacity: 1;
}
.cid-uLRLfIiiY7 .card-box {
  padding-top: 20px;
}
.cid-uLRLfIiiY7 .card-title {
  color: #303030;
  text-align: center;
}
.cid-uLRprp0RoK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRprp0RoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRprp0RoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRprp0RoK .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .cid-uLRprp0RoK .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uLRprp0RoK .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uLRprp0RoK .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uLRprp0RoK .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uLRprp0RoK .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uLRprp0RoK .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
}
@media (max-width: 767px) {
  .cid-uLRprp0RoK .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uLRprp0RoK .items-wrap {
    padding-top: 50px;
  }
}
.cid-uLRprp0RoK .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uLRprp0RoK .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uLRprp0RoK .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRprp0RoK .list li {
  position: relative;
  padding-left: 32px;
}
.cid-uLRprp0RoK .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/icon.png");
  background-size: 100% 100%;
}
.cid-uLRprp0RoK .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uLRprp0RoK .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLRprp0RoK .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uLRprp0RoK .list P {
  text-align: left;
}
.cid-uLRprpkVIZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRprpkVIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRprpkVIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRprpkVIZ .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .cid-uLRprpkVIZ .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uLRprpkVIZ .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uLRprpkVIZ .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uLRprpkVIZ .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uLRprpkVIZ .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uLRprpkVIZ .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
}
@media (max-width: 767px) {
  .cid-uLRprpkVIZ .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uLRprpkVIZ .items-wrap {
    padding-top: 50px;
  }
}
.cid-uLRprpkVIZ .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uLRprpkVIZ .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uLRprpkVIZ .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRprpkVIZ .list li {
  position: relative;
  padding-left: 32px;
}
.cid-uLRprpkVIZ .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/icon.png");
  background-size: 100% 100%;
}
.cid-uLRprpkVIZ .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uLRprpkVIZ .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLRprpkVIZ .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uLRprpCFkk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRprpCFkk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRprpCFkk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRprpCFkk .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .cid-uLRprpCFkk .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uLRprpCFkk .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uLRprpCFkk .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uLRprpCFkk .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uLRprpCFkk .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uLRprpCFkk .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
}
@media (max-width: 767px) {
  .cid-uLRprpCFkk .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uLRprpCFkk .items-wrap {
    padding-top: 50px;
  }
}
.cid-uLRprpCFkk .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uLRprpCFkk .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uLRprpCFkk .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRprpCFkk .list li {
  position: relative;
  padding-left: 32px;
}
.cid-uLRprpCFkk .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/icon.png");
  background-size: 100% 100%;
}
.cid-uLRprpCFkk .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uLRprpCFkk .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLRprpCFkk .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uLRprpW0dt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRprpW0dt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRprpW0dt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRprpW0dt .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .cid-uLRprpW0dt .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uLRprpW0dt .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uLRprpW0dt .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uLRprpW0dt .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uLRprpW0dt .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uLRprpW0dt .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
}
@media (max-width: 767px) {
  .cid-uLRprpW0dt .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uLRprpW0dt .items-wrap {
    padding-top: 50px;
  }
}
.cid-uLRprpW0dt .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uLRprpW0dt .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uLRprpW0dt .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRprpW0dt .list li {
  position: relative;
  padding-left: 32px;
}
.cid-uLRprpW0dt .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/icon.png");
  background-size: 100% 100%;
}
.cid-uLRprpW0dt .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uLRprpW0dt .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLRprpW0dt .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uP3vDECqGd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP3vDECqGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3vDECqGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3vDECqGd .mbr-section-title {
  color: #303030;
  margin-bottom: 20px;
}
.cid-uP3vDECqGd .mbr-section-subtitle {
  color: #2f3c35;
  margin-bottom: 20px;
}
.cid-uP3vDECqGd .mbr-text {
  color: #FFFFFF;
}
.cid-uP3vDECqGd .mbr-section-btn {
  margin-top: 18px;
}
.cid-uP3vC8D2WB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uP3vC8D2WB .container {
  max-width: 100% !important;
}
.cid-uP3vC8D2WB .mbr-section-head {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 50px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .cid-uP3vC8D2WB .mbr-section-head {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .cid-uP3vC8D2WB .mbr-section-head {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uP3vC8D2WB .mbr-section-head {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .cid-uP3vC8D2WB .mbr-section-head {
    padding: 30px 0 40px;
  }
}
.cid-uP3vC8D2WB .mbr-section-title {
  color: #303030;
}
.cid-uP3vC8D2WB .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uP3vC8D2WB .items-row {
  position: relative;
  border-top: 1px solid #e2e2e2;
}
.cid-uP3vC8D2WB .items-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 101vw;
  background-color: #e2e2e2;
}
.cid-uP3vC8D2WB .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 15% 15% 13% 15%;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uP3vC8D2WB .item-wrapper {
    padding: 13% 7% 12%;
  }
}
.cid-uP3vC8D2WB .item {
  padding: 0 !important;
  margin: -1px -1px 0;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
.cid-uP3vC8D2WB .item:nth-child(1n) .item-wrapper {
  background: linear-gradient(to left, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: right;
}
.cid-uP3vC8D2WB .item:nth-child(1n) .item-wrapper:hover {
  background-position: left;
}
.cid-uP3vC8D2WB .item:nth-child(2n) .item-wrapper {
  background: linear-gradient(to top, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 100% 200%;
  background-position: bottom;
}
.cid-uP3vC8D2WB .item:nth-child(2n) .item-wrapper:hover {
  background-position: top;
}
.cid-uP3vC8D2WB .item:nth-child(3n) .item-wrapper {
  background: linear-gradient(to right, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: left;
}
.cid-uP3vC8D2WB .item:nth-child(3n) .item-wrapper:hover {
  background-position: right;
}
.cid-uP3vC8D2WB .item-img {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.cid-uP3vC8D2WB .item-img img {
  width: 100%;
  aspect-ratio: calc(425 / (124 * 4));
  object-fit: cover;
}
.cid-uP3vC8D2WB .item-content {
  margin-top: 15px;
}
.cid-uP3vC8D2WB .mbr-text {
  margin-top: 15px;
  color: #303030;
}
.cid-uP3vC8D2WB .item-title {
  margin-top: 15px;
  color: #303030;
  text-align: center;
}
.cid-uP3vC8D2WB .mbr-section-btn {
  padding-top: 10px;
  margin-top: auto !important;
}
.cid-uP3vCQ5lqQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uP3vCQ5lqQ .container {
  max-width: 100% !important;
}
.cid-uP3vCQ5lqQ .mbr-section-head {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 50px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .cid-uP3vCQ5lqQ .mbr-section-head {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .cid-uP3vCQ5lqQ .mbr-section-head {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uP3vCQ5lqQ .mbr-section-head {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .cid-uP3vCQ5lqQ .mbr-section-head {
    padding: 30px 0 40px;
  }
}
.cid-uP3vCQ5lqQ .mbr-section-title {
  color: #303030;
}
.cid-uP3vCQ5lqQ .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uP3vCQ5lqQ .items-row {
  position: relative;
  margin-top: -1px;
  margin-left: -3px !important;
  margin-right: -3px !important;
  border-top: 1px solid #e2e2e2;
}
.cid-uP3vCQ5lqQ .items-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 101vw;
  background-color: #e2e2e2;
}
.cid-uP3vCQ5lqQ .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 10% 10% 8% 10%;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uP3vCQ5lqQ .item-wrapper {
    padding: 13% 7% 12%;
  }
}
.cid-uP3vCQ5lqQ .item {
  padding: 0 !important;
  margin: -1px -1px 0;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
.cid-uP3vCQ5lqQ .item:nth-child(1n) .item-wrapper {
  background: linear-gradient(to left, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: right;
}
.cid-uP3vCQ5lqQ .item:nth-child(1n) .item-wrapper:hover {
  background-position: left;
}
.cid-uP3vCQ5lqQ .item:nth-child(2n) .item-wrapper {
  background: linear-gradient(to right, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: left;
}
.cid-uP3vCQ5lqQ .item:nth-child(2n) .item-wrapper:hover {
  background-position: right;
}
.cid-uP3vCQ5lqQ .item-img {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.cid-uP3vCQ5lqQ .item-img img {
  width: 100%;
  aspect-ratio: calc(53 / (10 * 3));
  object-fit: cover;
}
.cid-uP3vCQ5lqQ .item-content {
  margin-top: 15px;
}
.cid-uP3vCQ5lqQ .mbr-text {
  margin-top: 15px;
  color: #303030;
}
.cid-uP3vCQ5lqQ .item-title {
  margin-top: 15px;
  color: #303030;
}
.cid-uP3vCQ5lqQ .mbr-section-btn {
  padding-top: 10px;
  margin-top: auto !important;
}
.cid-uLRCehiwzD {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRCehiwzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRCehiwzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRCehiwzD .content-wrap {
  justify-content: center;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uLRCehiwzD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uLRCehiwzD .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uLRCehiwzD .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLRCehiwzD .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uLRCehiwzD .mbr-section-title {
  color: #ff8576;
}
.cid-uLRCehiwzD .mbr-copy {
  color: #51565c;
}
.cid-uLRCehiwzD .mbr-copy,
.cid-uLRCehiwzD .copy-wrapper {
  text-align: right;
}
.cid-uLRCehiwzD .mbr-section-title,
.cid-uLRCehiwzD .logo-wrapper {
  color: #e2e2e2;
}
.cid-uLRpyhSzZR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uLRpyhSzZR nav.navbar {
  position: fixed;
}
.cid-uLRpyhSzZR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRpyhSzZR .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLRpyhSzZR .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uLRpyhSzZR .dropdown-item:after {
  right: 1rem !important;
}
.cid-uLRpyhSzZR .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uLRpyhSzZR .dropdown-item:hover:before,
.cid-uLRpyhSzZR .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uLRpyhSzZR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLRpyhSzZR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLRpyhSzZR .nav-link {
  position: relative;
}
.cid-uLRpyhSzZR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLRpyhSzZR .container {
    flex-wrap: nowrap;
  }
}
.cid-uLRpyhSzZR .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uLRpyhSzZR .navbar-nav .nav-item {
  margin: 0;
}
.cid-uLRpyhSzZR .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uLRpyhSzZR .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uLRpyhSzZR .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uLRpyhSzZR .dropdown-menu,
.cid-uLRpyhSzZR .navbar.opened {
  background: #ffffff !important;
}
.cid-uLRpyhSzZR .nav-item:focus,
.cid-uLRpyhSzZR .nav-link:focus {
  outline: none;
}
.cid-uLRpyhSzZR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRpyhSzZR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRpyhSzZR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRpyhSzZR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRpyhSzZR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRpyhSzZR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRpyhSzZR .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uLRpyhSzZR .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRpyhSzZR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLRpyhSzZR .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uLRpyhSzZR .navbar .navbar-logo img {
  width: auto;
}
.cid-uLRpyhSzZR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLRpyhSzZR .navbar.collapsed {
  justify-content: center;
}
.cid-uLRpyhSzZR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRpyhSzZR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLRpyhSzZR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLRpyhSzZR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRpyhSzZR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRpyhSzZR .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-uLRpyhSzZR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRpyhSzZR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLRpyhSzZR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLRpyhSzZR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRpyhSzZR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRpyhSzZR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRpyhSzZR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLRpyhSzZR .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-uLRpyhSzZR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLRpyhSzZR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLRpyhSzZR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLRpyhSzZR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLRpyhSzZR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRpyhSzZR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLRpyhSzZR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLRpyhSzZR .navbar.navbar-short {
  min-height: 100px;
}
.cid-uLRpyhSzZR .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uLRpyhSzZR .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uLRpyhSzZR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLRpyhSzZR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRpyhSzZR .dropdown-item.active,
.cid-uLRpyhSzZR .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRpyhSzZR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLRpyhSzZR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRpyhSzZR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRpyhSzZR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLRpyhSzZR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLRpyhSzZR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLRpyhSzZR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLRpyhSzZR .navbar-buttons {
  text-align: center;
}
.cid-uLRpyhSzZR button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uLRpyhSzZR button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uLRpyhSzZR button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uLRpyhSzZR button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uLRpyhSzZR button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uLRpyhSzZR button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uLRpyhSzZR button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-uLRpyhSzZR button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uLRpyhSzZR button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uLRpyhSzZR button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uLRpyhSzZR button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uLRpyhSzZR nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uLRpyhSzZR nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-uLRpyhSzZR nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-uLRpyhSzZR nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uLRpyhSzZR nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uLRpyhSzZR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLRpyhSzZR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLRpyhSzZR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRpyhSzZR .navbar {
    height: 70px;
  }
  .cid-uLRpyhSzZR .navbar.opened {
    height: auto;
  }
  .cid-uLRpyhSzZR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRpyhSzZR .container,
.cid-uLRpyhSzZR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLRpyhSzZR .container,
  .cid-uLRpyhSzZR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLRpyhSzZR .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uLRpyhSzZR .navbar-collapse {
  min-height: 98px;
}
.cid-uLRpyhSzZR .mbr-section-btn {
  max-width: 35%;
}
.cid-uLRpyhSzZR .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uLRpyhSzZR {
    min-height: 70px !important;
  }
  .cid-uLRpyhSzZR .navbar {
    min-height: 70px !important;
  }
  .cid-uLRpyhSzZR .container-fluid {
    padding: 0 7%;
  }
  .cid-uLRpyhSzZR .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .cid-uLRpyhSzZR .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uLRpyhSzZR .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uLRpyhSzZR .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uLRpyhSzZR .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uLRpyhSzZR .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uLRpyhSzZR .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uLRpyhSzZR .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uLRpyhSzZR .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uLRpyhSzZR .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uLRpyiaCDD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffe2da;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
}
.cid-uLRpyiaCDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRpyiaCDD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-uLRpyiaCDD {
    min-height: 100px;
  }
}
.cid-uLRpyiaCDD .mbr-section-title {
  color: #2f3c35;
}
.cid-uLRpyiaCDD .mbr-section-subtitle {
  color: #2f3c35;
  margin-top: 16px;
}
.cid-uLRpyiaCDD .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uLRpyiaCDD .mbr-section-btn {
  margin-top: 18px;
}
.cid-uLRpyiHwv1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRpyiHwv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRpyiHwv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRpyiHwv1 .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
}
@media (max-width: 991px) {
  .cid-uLRpyiHwv1 .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uLRpyiHwv1 .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpyiHwv1 .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uLRpyiHwv1 .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uLRpyiHwv1 .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uLRpyiHwv1 .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uLRpyiHwv1 .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpyiHwv1 .items-wrap {
    padding-top: 50px;
  }
}
.cid-uLRpyiHwv1 .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uLRpyiHwv1 .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uLRpyiHwv1 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRpyiHwv1 .list li {
  position: relative;
}
.cid-uLRpyiHwv1 .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uLRpyiHwv1 .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLRpyiHwv1 .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uLRpyiXwjR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRpyiXwjR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRpyiXwjR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRpyiXwjR .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
}
@media (max-width: 991px) {
  .cid-uLRpyiXwjR .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uLRpyiXwjR .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpyiXwjR .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uLRpyiXwjR .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uLRpyiXwjR .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uLRpyiXwjR .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uLRpyiXwjR .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpyiXwjR .items-wrap {
    padding-top: 50px;
  }
}
.cid-uLRpyiXwjR .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uLRpyiXwjR .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uLRpyiXwjR .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRpyiXwjR .list li {
  position: relative;
}
.cid-uLRpyiXwjR .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uLRpyiXwjR .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLRpyiXwjR .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uLRpyjfr3I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRpyjfr3I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRpyjfr3I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRpyjfr3I .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
}
@media (max-width: 991px) {
  .cid-uLRpyjfr3I .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uLRpyjfr3I .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpyjfr3I .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uLRpyjfr3I .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uLRpyjfr3I .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uLRpyjfr3I .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uLRpyjfr3I .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpyjfr3I .items-wrap {
    padding-top: 50px;
  }
}
.cid-uLRpyjfr3I .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uLRpyjfr3I .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uLRpyjfr3I .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRpyjfr3I .list li {
  position: relative;
}
.cid-uLRpyjfr3I .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uLRpyjfr3I .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLRpyjfr3I .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uP3ow4fFgB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP3ow4fFgB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3ow4fFgB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3ow4fFgB .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
}
@media (max-width: 991px) {
  .cid-uP3ow4fFgB .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uP3ow4fFgB .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uP3ow4fFgB .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uP3ow4fFgB .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uP3ow4fFgB .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uP3ow4fFgB .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uP3ow4fFgB .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uP3ow4fFgB .items-wrap {
    padding-top: 50px;
  }
}
.cid-uP3ow4fFgB .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uP3ow4fFgB .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uP3ow4fFgB .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uP3ow4fFgB .list li {
  position: relative;
}
.cid-uP3ow4fFgB .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uP3ow4fFgB .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uP3ow4fFgB .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uP3oyl57yj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP3oyl57yj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3oyl57yj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3oyl57yj .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
}
@media (max-width: 991px) {
  .cid-uP3oyl57yj .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uP3oyl57yj .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uP3oyl57yj .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uP3oyl57yj .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uP3oyl57yj .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uP3oyl57yj .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uP3oyl57yj .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uP3oyl57yj .items-wrap {
    padding-top: 50px;
  }
}
.cid-uP3oyl57yj .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uP3oyl57yj .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uP3oyl57yj .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uP3oyl57yj .list li {
  position: relative;
}
.cid-uP3oyl57yj .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uP3oyl57yj .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uP3oyl57yj .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uP3oyVaGWu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP3oyVaGWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3oyVaGWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3oyVaGWu .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
}
@media (max-width: 991px) {
  .cid-uP3oyVaGWu .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uP3oyVaGWu .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uP3oyVaGWu .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uP3oyVaGWu .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uP3oyVaGWu .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uP3oyVaGWu .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uP3oyVaGWu .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uP3oyVaGWu .items-wrap {
    padding-top: 50px;
  }
}
.cid-uP3oyVaGWu .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uP3oyVaGWu .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uP3oyVaGWu .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uP3oyVaGWu .list li {
  position: relative;
}
.cid-uP3oyVaGWu .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uP3oyVaGWu .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uP3oyVaGWu .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uP3oxQrED4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP3oxQrED4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3oxQrED4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3oxQrED4 .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
}
@media (max-width: 991px) {
  .cid-uP3oxQrED4 .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uP3oxQrED4 .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uP3oxQrED4 .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uP3oxQrED4 .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uP3oxQrED4 .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uP3oxQrED4 .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uP3oxQrED4 .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uP3oxQrED4 .items-wrap {
    padding-top: 50px;
  }
}
.cid-uP3oxQrED4 .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uP3oxQrED4 .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uP3oxQrED4 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uP3oxQrED4 .list li {
  position: relative;
}
.cid-uP3oxQrED4 .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uP3oxQrED4 .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uP3oxQrED4 .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uP3oxfGLup {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP3oxfGLup .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3oxfGLup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3oxfGLup .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
}
@media (max-width: 991px) {
  .cid-uP3oxfGLup .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uP3oxfGLup .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uP3oxfGLup .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uP3oxfGLup .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uP3oxfGLup .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uP3oxfGLup .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uP3oxfGLup .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uP3oxfGLup .items-wrap {
    padding-top: 50px;
  }
}
.cid-uP3oxfGLup .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uP3oxfGLup .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uP3oxfGLup .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uP3oxfGLup .list li {
  position: relative;
}
.cid-uP3oxfGLup .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uP3oxfGLup .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uP3oxfGLup .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uP3p3kSUo6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6f6f8;
}
.cid-uP3p3kSUo6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3p3kSUo6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3p3kSUo6 .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
}
@media (max-width: 991px) {
  .cid-uP3p3kSUo6 .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uP3p3kSUo6 .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uP3p3kSUo6 .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uP3p3kSUo6 .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uP3p3kSUo6 .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uP3p3kSUo6 .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uP3p3kSUo6 .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uP3p3kSUo6 .items-wrap {
    padding-top: 50px;
  }
}
.cid-uP3p3kSUo6 .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uP3p3kSUo6 .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uP3p3kSUo6 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uP3p3kSUo6 .list li {
  position: relative;
}
.cid-uP3p3kSUo6 .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uP3p3kSUo6 .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uP3p3kSUo6 .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uP3pvaDhV9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6f6f8;
}
.cid-uP3pvaDhV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3pvaDhV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3pvaDhV9 .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
}
@media (max-width: 991px) {
  .cid-uP3pvaDhV9 .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uP3pvaDhV9 .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uP3pvaDhV9 .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uP3pvaDhV9 .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uP3pvaDhV9 .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uP3pvaDhV9 .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uP3pvaDhV9 .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uP3pvaDhV9 .items-wrap {
    padding-top: 50px;
  }
}
.cid-uP3pvaDhV9 .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uP3pvaDhV9 .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uP3pvaDhV9 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uP3pvaDhV9 .list li {
  position: relative;
}
.cid-uP3pvaDhV9 .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uP3pvaDhV9 .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uP3pvaDhV9 .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uP3pSn5vvY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6f6f8;
}
.cid-uP3pSn5vvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3pSn5vvY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3pSn5vvY .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
}
@media (max-width: 991px) {
  .cid-uP3pSn5vvY .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uP3pSn5vvY .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uP3pSn5vvY .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uP3pSn5vvY .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uP3pSn5vvY .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uP3pSn5vvY .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uP3pSn5vvY .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uP3pSn5vvY .items-wrap {
    padding-top: 50px;
  }
}
.cid-uP3pSn5vvY .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uP3pSn5vvY .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uP3pSn5vvY .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uP3pSn5vvY .list li {
  position: relative;
}
.cid-uP3pSn5vvY .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uP3pSn5vvY .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uP3pSn5vvY .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uP3vVqf3oH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP3vVqf3oH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3vVqf3oH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3vVqf3oH .mbr-section-title {
  color: #303030;
  margin-bottom: 20px;
}
.cid-uP3vVqf3oH .mbr-section-subtitle {
  color: #2f3c35;
  margin-bottom: 20px;
}
.cid-uP3vVqf3oH .mbr-text {
  color: #FFFFFF;
}
.cid-uP3vVqf3oH .mbr-section-btn {
  margin-top: 18px;
}
.cid-uP3vWe5sfp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uP3vWe5sfp .container {
  max-width: 100% !important;
}
.cid-uP3vWe5sfp .mbr-section-head {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 50px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .cid-uP3vWe5sfp .mbr-section-head {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .cid-uP3vWe5sfp .mbr-section-head {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uP3vWe5sfp .mbr-section-head {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .cid-uP3vWe5sfp .mbr-section-head {
    padding: 30px 0 40px;
  }
}
.cid-uP3vWe5sfp .mbr-section-title {
  color: #303030;
}
.cid-uP3vWe5sfp .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uP3vWe5sfp .items-row {
  position: relative;
  margin-top: -1px;
  margin-left: -3px !important;
  margin-right: -3px !important;
  border-top: 1px solid #e2e2e2;
}
.cid-uP3vWe5sfp .items-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 101vw;
  background-color: #e2e2e2;
}
.cid-uP3vWe5sfp .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 15% 15% 13% 15%;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uP3vWe5sfp .item-wrapper {
    padding: 13% 7% 12%;
  }
}
.cid-uP3vWe5sfp .item {
  padding: 0 !important;
  margin: -1px -1px 0;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
.cid-uP3vWe5sfp .item:nth-child(1n) .item-wrapper {
  background: linear-gradient(to left, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: right;
}
.cid-uP3vWe5sfp .item:nth-child(1n) .item-wrapper:hover {
  background-position: left;
}
.cid-uP3vWe5sfp .item:nth-child(2n) .item-wrapper {
  background: linear-gradient(to top, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 100% 200%;
  background-position: bottom;
}
.cid-uP3vWe5sfp .item:nth-child(2n) .item-wrapper:hover {
  background-position: top;
}
.cid-uP3vWe5sfp .item:nth-child(3n) .item-wrapper {
  background: linear-gradient(to right, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: left;
}
.cid-uP3vWe5sfp .item:nth-child(3n) .item-wrapper:hover {
  background-position: right;
}
.cid-uP3vWe5sfp .item-img {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.cid-uP3vWe5sfp .item-img img {
  width: 100%;
  aspect-ratio: calc(425 / (124 * 4));
  object-fit: cover;
}
.cid-uP3vWe5sfp .item-content {
  margin-top: 15px;
}
.cid-uP3vWe5sfp .mbr-text {
  margin-top: 15px;
  color: #303030;
}
.cid-uP3vWe5sfp .item-title {
  margin-top: 15px;
  color: #303030;
  text-align: center;
}
.cid-uP3vWe5sfp .mbr-section-btn {
  padding-top: 10px;
  margin-top: auto !important;
}
.cid-uLRCehiwzD {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRCehiwzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRCehiwzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRCehiwzD .content-wrap {
  justify-content: center;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uLRCehiwzD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uLRCehiwzD .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uLRCehiwzD .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLRCehiwzD .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uLRCehiwzD .mbr-section-title {
  color: #ff8576;
}
.cid-uLRCehiwzD .mbr-copy {
  color: #51565c;
}
.cid-uLRCehiwzD .mbr-copy,
.cid-uLRCehiwzD .copy-wrapper {
  text-align: right;
}
.cid-uLRCehiwzD .mbr-section-title,
.cid-uLRCehiwzD .logo-wrapper {
  color: #e2e2e2;
}
.cid-uLRpKISaGS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uLRpKISaGS nav.navbar {
  position: fixed;
}
.cid-uLRpKISaGS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRpKISaGS .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLRpKISaGS .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uLRpKISaGS .dropdown-item:after {
  right: 1rem !important;
}
.cid-uLRpKISaGS .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uLRpKISaGS .dropdown-item:hover:before,
.cid-uLRpKISaGS .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uLRpKISaGS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLRpKISaGS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLRpKISaGS .nav-link {
  position: relative;
}
.cid-uLRpKISaGS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLRpKISaGS .container {
    flex-wrap: nowrap;
  }
}
.cid-uLRpKISaGS .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uLRpKISaGS .navbar-nav .nav-item {
  margin: 0;
}
.cid-uLRpKISaGS .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uLRpKISaGS .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uLRpKISaGS .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uLRpKISaGS .dropdown-menu,
.cid-uLRpKISaGS .navbar.opened {
  background: #ffffff !important;
}
.cid-uLRpKISaGS .nav-item:focus,
.cid-uLRpKISaGS .nav-link:focus {
  outline: none;
}
.cid-uLRpKISaGS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRpKISaGS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRpKISaGS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRpKISaGS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRpKISaGS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRpKISaGS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRpKISaGS .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uLRpKISaGS .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRpKISaGS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLRpKISaGS .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uLRpKISaGS .navbar .navbar-logo img {
  width: auto;
}
.cid-uLRpKISaGS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLRpKISaGS .navbar.collapsed {
  justify-content: center;
}
.cid-uLRpKISaGS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRpKISaGS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLRpKISaGS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLRpKISaGS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRpKISaGS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRpKISaGS .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-uLRpKISaGS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRpKISaGS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLRpKISaGS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLRpKISaGS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRpKISaGS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRpKISaGS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRpKISaGS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLRpKISaGS .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-uLRpKISaGS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLRpKISaGS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLRpKISaGS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLRpKISaGS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLRpKISaGS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRpKISaGS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLRpKISaGS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLRpKISaGS .navbar.navbar-short {
  min-height: 100px;
}
.cid-uLRpKISaGS .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uLRpKISaGS .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uLRpKISaGS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLRpKISaGS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRpKISaGS .dropdown-item.active,
.cid-uLRpKISaGS .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRpKISaGS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLRpKISaGS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRpKISaGS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRpKISaGS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLRpKISaGS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLRpKISaGS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLRpKISaGS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLRpKISaGS .navbar-buttons {
  text-align: center;
}
.cid-uLRpKISaGS button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uLRpKISaGS button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uLRpKISaGS button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uLRpKISaGS button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uLRpKISaGS button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uLRpKISaGS button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uLRpKISaGS button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-uLRpKISaGS button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uLRpKISaGS button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uLRpKISaGS button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uLRpKISaGS button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uLRpKISaGS nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uLRpKISaGS nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-uLRpKISaGS nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-uLRpKISaGS nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uLRpKISaGS nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uLRpKISaGS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLRpKISaGS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLRpKISaGS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRpKISaGS .navbar {
    height: 70px;
  }
  .cid-uLRpKISaGS .navbar.opened {
    height: auto;
  }
  .cid-uLRpKISaGS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRpKISaGS .container,
.cid-uLRpKISaGS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLRpKISaGS .container,
  .cid-uLRpKISaGS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLRpKISaGS .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uLRpKISaGS .navbar-collapse {
  min-height: 98px;
}
.cid-uLRpKISaGS .mbr-section-btn {
  max-width: 35%;
}
.cid-uLRpKISaGS .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uLRpKISaGS {
    min-height: 70px !important;
  }
  .cid-uLRpKISaGS .navbar {
    min-height: 70px !important;
  }
  .cid-uLRpKISaGS .container-fluid {
    padding: 0 7%;
  }
  .cid-uLRpKISaGS .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .cid-uLRpKISaGS .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uLRpKISaGS .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uLRpKISaGS .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uLRpKISaGS .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uLRpKISaGS .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uLRpKISaGS .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uLRpKISaGS .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uLRpKISaGS .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uLRpKISaGS .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uLRpKJbEfO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6f6f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
}
.cid-uLRpKJbEfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRpKJbEfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-uLRpKJbEfO {
    min-height: 100px;
  }
}
.cid-uLRpKJbEfO .mbr-section-title {
  color: #2f3c35;
}
.cid-uLRpKJbEfO .mbr-section-subtitle {
  color: #2f3c35;
  margin-top: 16px;
}
.cid-uLRpKJbEfO .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uLRpKJbEfO .mbr-section-btn {
  margin-top: 18px;
}
.cid-uLRpKJrikG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLRpKJrikG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRpKJrikG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRpKJrikG .mbr-section-title {
  color: #303030;
  margin-bottom: 20px;
}
.cid-uLRpKJrikG .mbr-section-subtitle {
  color: #2f3c35;
  margin-bottom: 20px;
}
.cid-uLRpKJrikG .mbr-text {
  color: #FFFFFF;
}
.cid-uLRpKJrikG .mbr-section-btn {
  margin-top: 18px;
}
.cid-uLRpKJGRiE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRpKJGRiE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRpKJGRiE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRpKJGRiE .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #ade7ca;
}
@media (max-width: 991px) {
  .cid-uLRpKJGRiE .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uLRpKJGRiE .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpKJGRiE .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uLRpKJGRiE .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uLRpKJGRiE .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uLRpKJGRiE .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uLRpKJGRiE .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpKJGRiE .items-wrap {
    padding-top: 50px;
  }
}
.cid-uLRpKJGRiE .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uLRpKJGRiE .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uLRpKJGRiE .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRpKJGRiE .list li {
  position: relative;
  padding-left: 32px;
}
.cid-uLRpKJGRiE .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/icon.png");
  background-size: 100% 100%;
}
.cid-uLRpKJGRiE .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uLRpKJGRiE .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLRpKJGRiE .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uLRpKJXkO9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRpKJXkO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRpKJXkO9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRpKJXkO9 .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .cid-uLRpKJXkO9 .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uLRpKJXkO9 .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpKJXkO9 .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uLRpKJXkO9 .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uLRpKJXkO9 .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uLRpKJXkO9 .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uLRpKJXkO9 .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpKJXkO9 .items-wrap {
    padding-top: 50px;
  }
}
.cid-uLRpKJXkO9 .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uLRpKJXkO9 .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uLRpKJXkO9 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRpKJXkO9 .list li {
  position: relative;
  padding-left: 32px;
}
.cid-uLRpKJXkO9 .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/icon.png");
  background-size: 100% 100%;
}
.cid-uLRpKJXkO9 .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uLRpKJXkO9 .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLRpKJXkO9 .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uLRpKKd4F8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRpKKd4F8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRpKKd4F8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRpKKd4F8 .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .cid-uLRpKKd4F8 .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uLRpKKd4F8 .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpKKd4F8 .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uLRpKKd4F8 .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uLRpKKd4F8 .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uLRpKKd4F8 .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uLRpKKd4F8 .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpKKd4F8 .items-wrap {
    padding-top: 50px;
  }
}
.cid-uLRpKKd4F8 .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uLRpKKd4F8 .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uLRpKKd4F8 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRpKKd4F8 .list li {
  position: relative;
  padding-left: 32px;
}
.cid-uLRpKKd4F8 .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/icon.png");
  background-size: 100% 100%;
}
.cid-uLRpKKd4F8 .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uLRpKKd4F8 .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLRpKKd4F8 .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uLRpKKuStp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fffdf3;
}
.cid-uLRpKKuStp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRpKKuStp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRpKKuStp .mbr-section-title {
  color: #303030;
  margin-bottom: 20px;
}
.cid-uLRpKKuStp .mbr-section-subtitle {
  color: #2f3c35;
  margin-bottom: 20px;
}
.cid-uLRpKKuStp .mbr-text {
  color: #FFFFFF;
}
.cid-uLRpKKuStp .mbr-section-btn {
  margin-top: 18px;
}
.cid-uLRpKKNQ5L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffdf3;
}
.cid-uLRpKKNQ5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRpKKNQ5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRpKKNQ5L .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #fff6be;
}
@media (max-width: 991px) {
  .cid-uLRpKKNQ5L .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uLRpKKNQ5L .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpKKNQ5L .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uLRpKKNQ5L .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uLRpKKNQ5L .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uLRpKKNQ5L .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uLRpKKNQ5L .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpKKNQ5L .items-wrap {
    padding-top: 50px;
  }
}
.cid-uLRpKKNQ5L .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uLRpKKNQ5L .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uLRpKKNQ5L .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRpKKNQ5L .list li {
  position: relative;
  padding-left: 32px;
}
.cid-uLRpKKNQ5L .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/icon.png");
  background-size: 100% 100%;
}
.cid-uLRpKKNQ5L .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uLRpKKNQ5L .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLRpKKNQ5L .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uLRpKL59p0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffdf3;
}
.cid-uLRpKL59p0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRpKL59p0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRpKL59p0 .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #fff6be;
}
@media (max-width: 991px) {
  .cid-uLRpKL59p0 .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uLRpKL59p0 .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpKL59p0 .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uLRpKL59p0 .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uLRpKL59p0 .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uLRpKL59p0 .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uLRpKL59p0 .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpKL59p0 .items-wrap {
    padding-top: 50px;
  }
}
.cid-uLRpKL59p0 .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uLRpKL59p0 .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uLRpKL59p0 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRpKL59p0 .list li {
  position: relative;
  padding-left: 32px;
}
.cid-uLRpKL59p0 .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/icon.png");
  background-size: 100% 100%;
}
.cid-uLRpKL59p0 .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uLRpKL59p0 .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLRpKL59p0 .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uLRpKLmA7Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3d688;
}
.cid-uLRpKLmA7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRpKLmA7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRpKLmA7Z .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #fff6be;
}
@media (max-width: 991px) {
  .cid-uLRpKLmA7Z .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uLRpKLmA7Z .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpKLmA7Z .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uLRpKLmA7Z .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uLRpKLmA7Z .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uLRpKLmA7Z .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uLRpKLmA7Z .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpKLmA7Z .items-wrap {
    padding-top: 50px;
  }
}
.cid-uLRpKLmA7Z .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uLRpKLmA7Z .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uLRpKLmA7Z .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRpKLmA7Z .list li {
  position: relative;
  padding-left: 32px;
}
.cid-uLRpKLmA7Z .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/icon.png");
  background-size: 100% 100%;
}
.cid-uLRpKLmA7Z .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uLRpKLmA7Z .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLRpKLmA7Z .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uLRpKLEHgx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3d688;
}
.cid-uLRpKLEHgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRpKLEHgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRpKLEHgx .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #fff6be;
}
@media (max-width: 991px) {
  .cid-uLRpKLEHgx .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uLRpKLEHgx .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpKLEHgx .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uLRpKLEHgx .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uLRpKLEHgx .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uLRpKLEHgx .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uLRpKLEHgx .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpKLEHgx .items-wrap {
    padding-top: 50px;
  }
}
.cid-uLRpKLEHgx .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uLRpKLEHgx .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uLRpKLEHgx .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRpKLEHgx .list li {
  position: relative;
  padding-left: 32px;
}
.cid-uLRpKLEHgx .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/icon.png");
  background-size: 100% 100%;
}
.cid-uLRpKLEHgx .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uLRpKLEHgx .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLRpKLEHgx .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uLRpKLXXst {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3d688;
}
.cid-uLRpKLXXst .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRpKLXXst .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRpKLXXst .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #fff6be;
}
@media (max-width: 991px) {
  .cid-uLRpKLXXst .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uLRpKLXXst .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpKLXXst .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uLRpKLXXst .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uLRpKLXXst .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uLRpKLXXst .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uLRpKLXXst .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpKLXXst .items-wrap {
    padding-top: 50px;
  }
}
.cid-uLRpKLXXst .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uLRpKLXXst .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uLRpKLXXst .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRpKLXXst .list li {
  position: relative;
  padding-left: 32px;
}
.cid-uLRpKLXXst .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/icon.png");
  background-size: 100% 100%;
}
.cid-uLRpKLXXst .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uLRpKLXXst .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLRpKLXXst .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uLRpKMfdku {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3d688;
}
.cid-uLRpKMfdku .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRpKMfdku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRpKMfdku .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #fff6be;
}
@media (max-width: 991px) {
  .cid-uLRpKMfdku .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uLRpKMfdku .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpKMfdku .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uLRpKMfdku .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uLRpKMfdku .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uLRpKMfdku .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uLRpKMfdku .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpKMfdku .items-wrap {
    padding-top: 50px;
  }
}
.cid-uLRpKMfdku .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uLRpKMfdku .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uLRpKMfdku .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRpKMfdku .list li {
  position: relative;
  padding-left: 32px;
}
.cid-uLRpKMfdku .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/icon.png");
  background-size: 100% 100%;
}
.cid-uLRpKMfdku .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uLRpKMfdku .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLRpKMfdku .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uLRpKMAKMY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLRpKMAKMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRpKMAKMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRpKMAKMY .mbr-section-title {
  color: #303030;
  margin-bottom: 20px;
}
.cid-uLRpKMAKMY .mbr-section-subtitle {
  color: #2f3c35;
  margin-bottom: 20px;
}
.cid-uLRpKMAKMY .mbr-text {
  color: #FFFFFF;
}
.cid-uLRpKMAKMY .mbr-section-btn {
  margin-top: 18px;
}
.cid-uLRpKMTZEb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRpKMTZEb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRpKMTZEb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRpKMTZEb .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .cid-uLRpKMTZEb .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-uLRpKMTZEb .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpKMTZEb .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-uLRpKMTZEb .mbr-section-title {
  color: #303030;
  margin-bottom: 0;
}
.cid-uLRpKMTZEb .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-uLRpKMTZEb .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-uLRpKMTZEb .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-uLRpKMTZEb .items-wrap {
    padding-top: 50px;
  }
}
.cid-uLRpKMTZEb .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-uLRpKMTZEb .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uLRpKMTZEb .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRpKMTZEb .list li {
  position: relative;
  padding-left: 32px;
}
.cid-uLRpKMTZEb .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/icon.png");
  background-size: 100% 100%;
}
.cid-uLRpKMTZEb .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-uLRpKMTZEb .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLRpKMTZEb .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.cid-uLRCehiwzD {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRCehiwzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRCehiwzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRCehiwzD .content-wrap {
  justify-content: center;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uLRCehiwzD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uLRCehiwzD .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uLRCehiwzD .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLRCehiwzD .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uLRCehiwzD .mbr-section-title {
  color: #ff8576;
}
.cid-uLRCehiwzD .mbr-copy {
  color: #51565c;
}
.cid-uLRCehiwzD .mbr-copy,
.cid-uLRCehiwzD .copy-wrapper {
  text-align: right;
}
.cid-uLRCehiwzD .mbr-section-title,
.cid-uLRCehiwzD .logo-wrapper {
  color: #e2e2e2;
}
.cid-uLRq41duOz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uLRq41duOz nav.navbar {
  position: fixed;
}
.cid-uLRq41duOz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRq41duOz .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLRq41duOz .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uLRq41duOz .dropdown-item:after {
  right: 1rem !important;
}
.cid-uLRq41duOz .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uLRq41duOz .dropdown-item:hover:before,
.cid-uLRq41duOz .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uLRq41duOz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLRq41duOz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLRq41duOz .nav-link {
  position: relative;
}
.cid-uLRq41duOz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLRq41duOz .container {
    flex-wrap: nowrap;
  }
}
.cid-uLRq41duOz .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uLRq41duOz .navbar-nav .nav-item {
  margin: 0;
}
.cid-uLRq41duOz .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uLRq41duOz .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uLRq41duOz .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uLRq41duOz .dropdown-menu,
.cid-uLRq41duOz .navbar.opened {
  background: #ffffff !important;
}
.cid-uLRq41duOz .nav-item:focus,
.cid-uLRq41duOz .nav-link:focus {
  outline: none;
}
.cid-uLRq41duOz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLRq41duOz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLRq41duOz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLRq41duOz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLRq41duOz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLRq41duOz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLRq41duOz .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uLRq41duOz .navbar.opened {
  transition: all 0.3s;
}
.cid-uLRq41duOz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLRq41duOz .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uLRq41duOz .navbar .navbar-logo img {
  width: auto;
}
.cid-uLRq41duOz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLRq41duOz .navbar.collapsed {
  justify-content: center;
}
.cid-uLRq41duOz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLRq41duOz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLRq41duOz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLRq41duOz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLRq41duOz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLRq41duOz .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-uLRq41duOz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLRq41duOz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLRq41duOz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLRq41duOz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLRq41duOz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLRq41duOz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLRq41duOz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLRq41duOz .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-uLRq41duOz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLRq41duOz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLRq41duOz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLRq41duOz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLRq41duOz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLRq41duOz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLRq41duOz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLRq41duOz .navbar.navbar-short {
  min-height: 100px;
}
.cid-uLRq41duOz .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uLRq41duOz .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uLRq41duOz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLRq41duOz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLRq41duOz .dropdown-item.active,
.cid-uLRq41duOz .dropdown-item:active {
  background-color: transparent;
}
.cid-uLRq41duOz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLRq41duOz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLRq41duOz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLRq41duOz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLRq41duOz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLRq41duOz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLRq41duOz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLRq41duOz .navbar-buttons {
  text-align: center;
}
.cid-uLRq41duOz button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uLRq41duOz button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uLRq41duOz button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uLRq41duOz button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uLRq41duOz button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uLRq41duOz button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uLRq41duOz button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-uLRq41duOz button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uLRq41duOz button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uLRq41duOz button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uLRq41duOz button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uLRq41duOz nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uLRq41duOz nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-uLRq41duOz nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-uLRq41duOz nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uLRq41duOz nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uLRq41duOz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLRq41duOz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLRq41duOz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLRq41duOz .navbar {
    height: 70px;
  }
  .cid-uLRq41duOz .navbar.opened {
    height: auto;
  }
  .cid-uLRq41duOz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLRq41duOz .container,
.cid-uLRq41duOz .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLRq41duOz .container,
  .cid-uLRq41duOz .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLRq41duOz .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uLRq41duOz .navbar-collapse {
  min-height: 98px;
}
.cid-uLRq41duOz .mbr-section-btn {
  max-width: 35%;
}
.cid-uLRq41duOz .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uLRq41duOz {
    min-height: 70px !important;
  }
  .cid-uLRq41duOz .navbar {
    min-height: 70px !important;
  }
  .cid-uLRq41duOz .container-fluid {
    padding: 0 7%;
  }
  .cid-uLRq41duOz .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .cid-uLRq41duOz .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uLRq41duOz .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uLRq41duOz .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uLRq41duOz .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uLRq41duOz .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uLRq41duOz .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uLRq41duOz .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uLRq41duOz .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uLRq41duOz .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uLRqvF0XMV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ade7ca;
}
.cid-uLRqvF0XMV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRqvF0XMV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRqvF0XMV .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uLRqvF0XMV .mbr-section-title {
  color: #9b8db7;
  margin-bottom: 0;
}
.cid-uLRqvF0XMV .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-uLRqvF0XMV .col-text {
    margin-bottom: 50px;
  }
}
.cid-uLRqvF0XMV .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-uLRqvF0XMV .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-uLRqvF0XMV .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-uLRqvF0XMV .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-uLRqvF0XMV .item-wrap {
    width: 100%;
  }
}
.cid-uLRqvF0XMV .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.cid-uLRqvF0XMV .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-uLRqvF0XMV .item-text {
  margin-bottom: 6px;
}
.cid-uLRqvF0XMV .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uLRqvF0XMV form {
  width: 100%;
}
.cid-uLRqvF0XMV form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-uLRqvF0XMV form p {
  color: #353535;
}
.cid-uLRqvF0XMV form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-uLRqvF0XMV form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-uLRqvF0XMV form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-uLRqvF0XMV form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-uLRqvF0XMV form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-uLRqvF0XMV form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-uLRqvF0XMV form select {
  color: #303030 !important;
}
.cid-uLRqvF0XMV form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-uLRqvF0XMV form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-uLRqvF0XMV form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-uLRqvF0XMV form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-uLRqvF0XMV form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-uLRqvF0XMV form input,
.cid-uLRqvF0XMV form textarea {
  transition: .3s all;
}
.cid-uLRqvF0XMV form input:active,
.cid-uLRqvF0XMV form textarea:active,
.cid-uLRqvF0XMV form input:focus,
.cid-uLRqvF0XMV form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-uLRqvF0XMV form input:active::-webkit-input-placeholder,
.cid-uLRqvF0XMV form textarea:active::-webkit-input-placeholder,
.cid-uLRqvF0XMV form input:focus::-webkit-input-placeholder,
.cid-uLRqvF0XMV form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-uLRqvF0XMV form input:active::-moz-placeholder,
.cid-uLRqvF0XMV form textarea:active::-moz-placeholder,
.cid-uLRqvF0XMV form input:focus::-moz-placeholder,
.cid-uLRqvF0XMV form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-uLRqvF0XMV form input:active:-moz-placeholder,
.cid-uLRqvF0XMV form textarea:active:-moz-placeholder,
.cid-uLRqvF0XMV form input:focus:-moz-placeholder,
.cid-uLRqvF0XMV form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-uLRqvF0XMV form input:active:-ms-input-placeholder,
.cid-uLRqvF0XMV form textarea:active:-ms-input-placeholder,
.cid-uLRqvF0XMV form input:focus:-ms-input-placeholder,
.cid-uLRqvF0XMV form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-uLRqvF0XMV form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-uLRqvF0XMV form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-uLRqvF0XMV form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-uLRqvF0XMV form .form-check label {
  color: #303030;
}
.cid-uLRqvF0XMV form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uLRqvF0XMV form .form-check-input:focus,
.cid-uLRqvF0XMV form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-uLRqvF0XMV form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-uLRxKuak4S {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uLRxKuak4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRxKuak4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRxKuak4S .container-fluid {
  max-width: 100%;
}
.cid-uLRxKuak4S .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uLRxKuak4S .mbr-section-title {
  color: #2f3c35;
}
.cid-uLRxKuak4S .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-uLRxKuak4S .google-map {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLRxKuak4S .google-map {
    max-height: 75vh;
  }
}
.cid-uLRxKuak4S .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uLRxKuak4S .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-uLRxKuak4S .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLRxKuak4S .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLRCehiwzD {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRCehiwzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRCehiwzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRCehiwzD .content-wrap {
  justify-content: center;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uLRCehiwzD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uLRCehiwzD .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uLRCehiwzD .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLRCehiwzD .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uLRCehiwzD .mbr-section-title {
  color: #ff8576;
}
.cid-uLRCehiwzD .mbr-copy {
  color: #51565c;
}
.cid-uLRCehiwzD .mbr-copy,
.cid-uLRCehiwzD .copy-wrapper {
  text-align: right;
}
.cid-uLRCehiwzD .mbr-section-title,
.cid-uLRCehiwzD .logo-wrapper {
  color: #e2e2e2;
}
.cid-uP3wjN2qMk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uP3wjN2qMk nav.navbar {
  position: fixed;
}
.cid-uP3wjN2qMk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP3wjN2qMk .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uP3wjN2qMk .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uP3wjN2qMk .dropdown-item:after {
  right: 1rem !important;
}
.cid-uP3wjN2qMk .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uP3wjN2qMk .dropdown-item:hover:before,
.cid-uP3wjN2qMk .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uP3wjN2qMk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uP3wjN2qMk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uP3wjN2qMk .nav-link {
  position: relative;
}
.cid-uP3wjN2qMk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uP3wjN2qMk .container {
    flex-wrap: nowrap;
  }
}
.cid-uP3wjN2qMk .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uP3wjN2qMk .navbar-nav .nav-item {
  margin: 0;
}
.cid-uP3wjN2qMk .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uP3wjN2qMk .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uP3wjN2qMk .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uP3wjN2qMk .dropdown-menu,
.cid-uP3wjN2qMk .navbar.opened {
  background: #ffffff !important;
}
.cid-uP3wjN2qMk .nav-item:focus,
.cid-uP3wjN2qMk .nav-link:focus {
  outline: none;
}
.cid-uP3wjN2qMk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP3wjN2qMk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP3wjN2qMk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uP3wjN2qMk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP3wjN2qMk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP3wjN2qMk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP3wjN2qMk .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uP3wjN2qMk .navbar.opened {
  transition: all 0.3s;
}
.cid-uP3wjN2qMk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uP3wjN2qMk .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uP3wjN2qMk .navbar .navbar-logo img {
  width: auto;
}
.cid-uP3wjN2qMk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP3wjN2qMk .navbar.collapsed {
  justify-content: center;
}
.cid-uP3wjN2qMk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP3wjN2qMk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP3wjN2qMk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uP3wjN2qMk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP3wjN2qMk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP3wjN2qMk .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-uP3wjN2qMk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP3wjN2qMk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uP3wjN2qMk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uP3wjN2qMk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP3wjN2qMk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP3wjN2qMk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP3wjN2qMk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP3wjN2qMk .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-uP3wjN2qMk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uP3wjN2qMk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP3wjN2qMk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP3wjN2qMk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP3wjN2qMk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP3wjN2qMk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uP3wjN2qMk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uP3wjN2qMk .navbar.navbar-short {
  min-height: 100px;
}
.cid-uP3wjN2qMk .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uP3wjN2qMk .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uP3wjN2qMk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP3wjN2qMk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP3wjN2qMk .dropdown-item.active,
.cid-uP3wjN2qMk .dropdown-item:active {
  background-color: transparent;
}
.cid-uP3wjN2qMk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP3wjN2qMk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP3wjN2qMk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP3wjN2qMk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uP3wjN2qMk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP3wjN2qMk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP3wjN2qMk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP3wjN2qMk .navbar-buttons {
  text-align: center;
}
.cid-uP3wjN2qMk button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uP3wjN2qMk button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uP3wjN2qMk button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uP3wjN2qMk button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uP3wjN2qMk button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uP3wjN2qMk button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uP3wjN2qMk button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-uP3wjN2qMk button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uP3wjN2qMk button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uP3wjN2qMk button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uP3wjN2qMk button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uP3wjN2qMk nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uP3wjN2qMk nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-uP3wjN2qMk nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-uP3wjN2qMk nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uP3wjN2qMk nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uP3wjN2qMk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uP3wjN2qMk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP3wjN2qMk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP3wjN2qMk .navbar {
    height: 70px;
  }
  .cid-uP3wjN2qMk .navbar.opened {
    height: auto;
  }
  .cid-uP3wjN2qMk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP3wjN2qMk .container,
.cid-uP3wjN2qMk .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uP3wjN2qMk .container,
  .cid-uP3wjN2qMk .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uP3wjN2qMk .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uP3wjN2qMk .navbar-collapse {
  min-height: 98px;
}
.cid-uP3wjN2qMk .mbr-section-btn {
  max-width: 35%;
}
.cid-uP3wjN2qMk .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uP3wjN2qMk {
    min-height: 70px !important;
  }
  .cid-uP3wjN2qMk .navbar {
    min-height: 70px !important;
  }
  .cid-uP3wjN2qMk .container-fluid {
    padding: 0 7%;
  }
  .cid-uP3wjN2qMk .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .cid-uP3wjN2qMk .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uP3wjN2qMk .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uP3wjN2qMk .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uP3wjN2qMk .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uP3wjN2qMk .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uP3wjN2qMk .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uP3wjN2qMk .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uP3wjN2qMk .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uP3wjN2qMk .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uP3wjNg5Eq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffef96;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
}
.cid-uP3wjNg5Eq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3wjNg5Eq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-uP3wjNg5Eq {
    min-height: 100px;
  }
}
.cid-uP3wjNg5Eq .mbr-section-title {
  color: #2f3c35;
}
.cid-uP3wjNg5Eq .mbr-section-subtitle {
  color: #2f3c35;
  margin-top: 16px;
}
.cid-uP3wjNg5Eq .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uP3wjNg5Eq .mbr-section-btn {
  margin-top: 18px;
}
.cid-uP3wjOqqJx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uP3wjOqqJx .container {
  max-width: 100% !important;
}
.cid-uP3wjOqqJx .mbr-section-head {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 50px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .cid-uP3wjOqqJx .mbr-section-head {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .cid-uP3wjOqqJx .mbr-section-head {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uP3wjOqqJx .mbr-section-head {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .cid-uP3wjOqqJx .mbr-section-head {
    padding: 30px 0 40px;
  }
}
.cid-uP3wjOqqJx .mbr-section-title {
  color: #303030;
}
.cid-uP3wjOqqJx .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uP3wjOqqJx .items-row {
  position: relative;
  margin-top: -1px;
  margin-left: -3px !important;
  margin-right: -3px !important;
  border-top: 1px solid #e2e2e2;
}
.cid-uP3wjOqqJx .items-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 101vw;
  background-color: #e2e2e2;
}
.cid-uP3wjOqqJx .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 15% 15% 13% 15%;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uP3wjOqqJx .item-wrapper {
    padding: 13% 7% 12%;
  }
}
.cid-uP3wjOqqJx .item {
  padding: 0 !important;
  margin: -1px -1px 0;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
.cid-uP3wjOqqJx .item:nth-child(1n) .item-wrapper {
  background: linear-gradient(to left, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: right;
}
.cid-uP3wjOqqJx .item:nth-child(1n) .item-wrapper:hover {
  background-position: left;
}
.cid-uP3wjOqqJx .item:nth-child(2n) .item-wrapper {
  background: linear-gradient(to top, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 100% 200%;
  background-position: bottom;
}
.cid-uP3wjOqqJx .item:nth-child(2n) .item-wrapper:hover {
  background-position: top;
}
.cid-uP3wjOqqJx .item:nth-child(3n) .item-wrapper {
  background: linear-gradient(to right, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: left;
}
.cid-uP3wjOqqJx .item:nth-child(3n) .item-wrapper:hover {
  background-position: right;
}
.cid-uP3wjOqqJx .item-img {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.cid-uP3wjOqqJx .item-img img {
  width: 100%;
  aspect-ratio: calc(425 / (124 * 4));
  object-fit: cover;
}
.cid-uP3wjOqqJx .item-content {
  margin-top: 15px;
}
.cid-uP3wjOqqJx .mbr-text {
  margin-top: 15px;
  color: #303030;
}
.cid-uP3wjOqqJx .item-title {
  margin-top: 15px;
  color: #303030;
  text-align: center;
}
.cid-uP3wjOqqJx .mbr-section-btn {
  padding-top: 10px;
  margin-top: auto !important;
}
.cid-uP3wjOGb0m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uP3wjOGb0m .container {
  max-width: 100% !important;
}
.cid-uP3wjOGb0m .mbr-section-head {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 50px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .cid-uP3wjOGb0m .mbr-section-head {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .cid-uP3wjOGb0m .mbr-section-head {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uP3wjOGb0m .mbr-section-head {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .cid-uP3wjOGb0m .mbr-section-head {
    padding: 30px 0 40px;
  }
}
.cid-uP3wjOGb0m .mbr-section-title {
  color: #303030;
}
.cid-uP3wjOGb0m .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uP3wjOGb0m .items-row {
  position: relative;
  margin-top: -1px;
  margin-left: -3px !important;
  margin-right: -3px !important;
  border-top: 1px solid #e2e2e2;
}
.cid-uP3wjOGb0m .items-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 101vw;
  background-color: #e2e2e2;
}
.cid-uP3wjOGb0m .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 10% 10% 8% 10%;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uP3wjOGb0m .item-wrapper {
    padding: 13% 7% 12%;
  }
}
.cid-uP3wjOGb0m .item {
  padding: 0 !important;
  margin: -1px -1px 0;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
.cid-uP3wjOGb0m .item:nth-child(1n) .item-wrapper {
  background: linear-gradient(to left, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: right;
}
.cid-uP3wjOGb0m .item:nth-child(1n) .item-wrapper:hover {
  background-position: left;
}
.cid-uP3wjOGb0m .item:nth-child(2n) .item-wrapper {
  background: linear-gradient(to right, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: left;
}
.cid-uP3wjOGb0m .item:nth-child(2n) .item-wrapper:hover {
  background-position: right;
}
.cid-uP3wjOGb0m .item-img {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.cid-uP3wjOGb0m .item-img img {
  width: 100%;
  aspect-ratio: calc(53 / (10 * 3));
  object-fit: cover;
}
.cid-uP3wjOGb0m .item-content {
  margin-top: 15px;
}
.cid-uP3wjOGb0m .mbr-text {
  margin-top: 15px;
  color: #303030;
}
.cid-uP3wjOGb0m .item-title {
  margin-top: 15px;
  color: #303030;
}
.cid-uP3wjOGb0m .mbr-section-btn {
  padding-top: 10px;
  margin-top: auto !important;
}
.cid-uP3wjOWNy3 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP3wjOWNy3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3wjOWNy3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3wjOWNy3 .content-wrap {
  justify-content: center;
}
.cid-uP3wjOWNy3 .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uP3wjOWNy3 .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uP3wjOWNy3 .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uP3wjOWNy3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP3wjOWNy3 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uP3wjOWNy3 .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uP3wjOWNy3 .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uP3wjOWNy3 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP3wjOWNy3 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uP3wjOWNy3 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uP3wjOWNy3 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uP3wjOWNy3 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uP3wjOWNy3 .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP3wjOWNy3 .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uP3wjOWNy3 .mbr-section-title {
  color: #ff8576;
}
.cid-uP3wjOWNy3 .mbr-copy {
  color: #51565c;
}
.cid-uP3wjOWNy3 .mbr-copy,
.cid-uP3wjOWNy3 .copy-wrapper {
  text-align: right;
}
.cid-uP3wjOWNy3 .mbr-section-title,
.cid-uP3wjOWNy3 .logo-wrapper {
  color: #e2e2e2;
}
.cid-uKJG7cOh7S {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uKJG7cOh7S nav.navbar {
  position: fixed;
}
.cid-uKJG7cOh7S .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKJG7cOh7S .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKJG7cOh7S .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uKJG7cOh7S .dropdown-item:after {
  right: 1rem !important;
}
.cid-uKJG7cOh7S .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uKJG7cOh7S .dropdown-item:hover:before,
.cid-uKJG7cOh7S .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uKJG7cOh7S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKJG7cOh7S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKJG7cOh7S .nav-link {
  position: relative;
}
.cid-uKJG7cOh7S .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKJG7cOh7S .container {
    flex-wrap: nowrap;
  }
}
.cid-uKJG7cOh7S .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uKJG7cOh7S .navbar-nav .nav-item {
  margin: 0;
}
.cid-uKJG7cOh7S .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uKJG7cOh7S .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uKJG7cOh7S .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uKJG7cOh7S .dropdown-menu,
.cid-uKJG7cOh7S .navbar.opened {
  background: #ffffff !important;
}
.cid-uKJG7cOh7S .nav-item:focus,
.cid-uKJG7cOh7S .nav-link:focus {
  outline: none;
}
.cid-uKJG7cOh7S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKJG7cOh7S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKJG7cOh7S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKJG7cOh7S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKJG7cOh7S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKJG7cOh7S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKJG7cOh7S .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uKJG7cOh7S .navbar.opened {
  transition: all 0.3s;
}
.cid-uKJG7cOh7S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKJG7cOh7S .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uKJG7cOh7S .navbar .navbar-logo img {
  width: auto;
}
.cid-uKJG7cOh7S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKJG7cOh7S .navbar.collapsed {
  justify-content: center;
}
.cid-uKJG7cOh7S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKJG7cOh7S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKJG7cOh7S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKJG7cOh7S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKJG7cOh7S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKJG7cOh7S .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-uKJG7cOh7S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKJG7cOh7S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKJG7cOh7S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKJG7cOh7S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKJG7cOh7S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKJG7cOh7S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKJG7cOh7S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKJG7cOh7S .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-uKJG7cOh7S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKJG7cOh7S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKJG7cOh7S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKJG7cOh7S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKJG7cOh7S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKJG7cOh7S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKJG7cOh7S .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKJG7cOh7S .navbar.navbar-short {
  min-height: 100px;
}
.cid-uKJG7cOh7S .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uKJG7cOh7S .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uKJG7cOh7S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKJG7cOh7S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKJG7cOh7S .dropdown-item.active,
.cid-uKJG7cOh7S .dropdown-item:active {
  background-color: transparent;
}
.cid-uKJG7cOh7S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKJG7cOh7S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKJG7cOh7S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKJG7cOh7S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKJG7cOh7S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKJG7cOh7S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKJG7cOh7S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKJG7cOh7S .navbar-buttons {
  text-align: center;
}
.cid-uKJG7cOh7S button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uKJG7cOh7S button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uKJG7cOh7S button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uKJG7cOh7S button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uKJG7cOh7S button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uKJG7cOh7S button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uKJG7cOh7S button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-uKJG7cOh7S button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uKJG7cOh7S button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uKJG7cOh7S button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uKJG7cOh7S button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uKJG7cOh7S nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uKJG7cOh7S nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-uKJG7cOh7S nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-uKJG7cOh7S nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uKJG7cOh7S nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uKJG7cOh7S .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKJG7cOh7S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKJG7cOh7S .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKJG7cOh7S .navbar {
    height: 70px;
  }
  .cid-uKJG7cOh7S .navbar.opened {
    height: auto;
  }
  .cid-uKJG7cOh7S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKJG7cOh7S .container,
.cid-uKJG7cOh7S .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKJG7cOh7S .container,
  .cid-uKJG7cOh7S .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uKJG7cOh7S .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uKJG7cOh7S .navbar-collapse {
  min-height: 98px;
}
.cid-uKJG7cOh7S .mbr-section-btn {
  max-width: 35%;
}
.cid-uKJG7cOh7S .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uKJG7cOh7S {
    min-height: 70px !important;
  }
  .cid-uKJG7cOh7S .navbar {
    min-height: 70px !important;
  }
  .cid-uKJG7cOh7S .container-fluid {
    padding: 0 7%;
  }
  .cid-uKJG7cOh7S .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .cid-uKJG7cOh7S .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uKJG7cOh7S .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uKJG7cOh7S .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uKJG7cOh7S .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uKJG7cOh7S .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uKJG7cOh7S .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uKJG7cOh7S .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uKJG7cOh7S .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uKJG7cOh7S .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uKJGzWmhcb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ade7ca;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 450px;
}
.cid-uKJGzWmhcb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJGzWmhcb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-uKJGzWmhcb {
    min-height: 450px;
  }
}
.cid-uKJGzWmhcb .mbr-section-title {
  color: #2f3c35;
}
.cid-uKJGzWmhcb .mbr-section-subtitle {
  color: #2f3c35;
  margin-top: 16px;
}
.cid-uKJGzWmhcb .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uKJGzWmhcb .mbr-section-btn {
  margin-top: 18px;
}
.cid-uKJG7aTr20 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/domaine-13-2000x1331.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-uKJG7aTr20 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJG7aTr20 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-uKJG7aTr20 {
    min-height: 750px;
  }
}
.cid-uKJG7aTr20 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uKJG7aTr20 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uKJG7aTr20 .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uKJG7aTr20 .mbr-section-btn {
  margin-top: 18px;
}
.cid-uKJG7beYOm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uKJG7beYOm .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uKJG7beYOm .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uKJG7beYOm .row {
    row-gap: 40px;
  }
}
.cid-uKJG7beYOm .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uKJG7beYOm .mbr-section-title {
  color: #2f3c35;
}
.cid-uKJG7beYOm .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uKJG7beYOm .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uKJG7beYOm .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uKJG7beYOm .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uKJG7beYOm .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uKJG7beYOm .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uKJG7beYOm .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uKJG7beYOm .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uKJG7beYOm .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uKJG7beYOm .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uKJG7beYOm .item-content {
  margin-top: 32px;
}
.cid-uKJG7beYOm .item-title {
  color: #303030;
}
.cid-uKJG7beYOm .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uKJG7beYOm .item-number {
  color: #2f3c35;
  margin-top: 22px;
}
.cid-uKJG7beYOm .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #18874f;
}
.cid-uKJG7beYOm .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uKJG7beYOm .item-text {
  color: #2f3c35;
}
.cid-uKJG7bzhLx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-uKJG7bzhLx .mbr-section-head {
  margin-bottom: 50px;
}
.cid-uKJG7bzhLx .mbr-section-title {
  color: #2f3c35;
  text-align: center;
}
.cid-uKJG7bzhLx .mbr-section-subtitle {
  color: #303030;
  margin-top: 10px;
  text-align: center;
}
.cid-uKJG7bzhLx .embla {
  position: relative;
  width: 100%;
}
.cid-uKJG7bzhLx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uKJG7bzhLx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKJG7bzhLx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKJG7bzhLx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKJG7bzhLx .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: calc(100vw / 3 - 60px);
  width: calc(100vw / 3 - 60px);
  margin: 0 30px;
  border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .cid-uKJG7bzhLx .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-uKJG7bzhLx .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-uKJG7bzhLx .item:focus,
.cid-uKJG7bzhLx span:focus {
  outline: none;
}
.cid-uKJG7bzhLx .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uKJG7bzhLx .item-img {
  width: 100%;
}
.cid-uKJG7bzhLx .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: calc(408 / (114 * 3));
}
.cid-uKJG7bzhLx .embla__button--next,
.cid-uKJG7bzhLx .embla__button--prev {
  display: flex;
}
.cid-uKJG7bzhLx .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(47, 60, 53, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uKJG7bzhLx .embla__button {
    display: none;
  }
}
.cid-uKJG7bzhLx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKJG7bzhLx .embla__button:hover {
  background: #2f3c35;
  color: #FFFFFF;
}
.cid-uKJG7bzhLx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKJG7bzhLx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uKJG7bzhLx .embla__button {
    top: auto;
  }
}
.cid-uLRCehiwzD {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRCehiwzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRCehiwzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRCehiwzD .content-wrap {
  justify-content: center;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uLRCehiwzD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uLRCehiwzD .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uLRCehiwzD .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLRCehiwzD .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uLRCehiwzD .mbr-section-title {
  color: #ff8576;
}
.cid-uLRCehiwzD .mbr-copy {
  color: #51565c;
}
.cid-uLRCehiwzD .mbr-copy,
.cid-uLRCehiwzD .copy-wrapper {
  text-align: right;
}
.cid-uLRCehiwzD .mbr-section-title,
.cid-uLRCehiwzD .logo-wrapper {
  color: #e2e2e2;
}
.cid-uKJDhxxmmC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uKJDhxxmmC nav.navbar {
  position: fixed;
}
.cid-uKJDhxxmmC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKJDhxxmmC .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKJDhxxmmC .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uKJDhxxmmC .dropdown-item:after {
  right: 1rem !important;
}
.cid-uKJDhxxmmC .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uKJDhxxmmC .dropdown-item:hover:before,
.cid-uKJDhxxmmC .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uKJDhxxmmC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKJDhxxmmC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKJDhxxmmC .nav-link {
  position: relative;
}
.cid-uKJDhxxmmC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKJDhxxmmC .container {
    flex-wrap: nowrap;
  }
}
.cid-uKJDhxxmmC .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uKJDhxxmmC .navbar-nav .nav-item {
  margin: 0;
}
.cid-uKJDhxxmmC .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uKJDhxxmmC .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uKJDhxxmmC .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uKJDhxxmmC .dropdown-menu,
.cid-uKJDhxxmmC .navbar.opened {
  background: #ffffff !important;
}
.cid-uKJDhxxmmC .nav-item:focus,
.cid-uKJDhxxmmC .nav-link:focus {
  outline: none;
}
.cid-uKJDhxxmmC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKJDhxxmmC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKJDhxxmmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKJDhxxmmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKJDhxxmmC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKJDhxxmmC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKJDhxxmmC .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uKJDhxxmmC .navbar.opened {
  transition: all 0.3s;
}
.cid-uKJDhxxmmC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKJDhxxmmC .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uKJDhxxmmC .navbar .navbar-logo img {
  width: auto;
}
.cid-uKJDhxxmmC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKJDhxxmmC .navbar.collapsed {
  justify-content: center;
}
.cid-uKJDhxxmmC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKJDhxxmmC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKJDhxxmmC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKJDhxxmmC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKJDhxxmmC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKJDhxxmmC .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-uKJDhxxmmC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKJDhxxmmC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKJDhxxmmC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKJDhxxmmC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKJDhxxmmC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKJDhxxmmC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKJDhxxmmC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKJDhxxmmC .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-uKJDhxxmmC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKJDhxxmmC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKJDhxxmmC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKJDhxxmmC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKJDhxxmmC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKJDhxxmmC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKJDhxxmmC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKJDhxxmmC .navbar.navbar-short {
  min-height: 100px;
}
.cid-uKJDhxxmmC .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uKJDhxxmmC .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uKJDhxxmmC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKJDhxxmmC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKJDhxxmmC .dropdown-item.active,
.cid-uKJDhxxmmC .dropdown-item:active {
  background-color: transparent;
}
.cid-uKJDhxxmmC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKJDhxxmmC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKJDhxxmmC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKJDhxxmmC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKJDhxxmmC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKJDhxxmmC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKJDhxxmmC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKJDhxxmmC .navbar-buttons {
  text-align: center;
}
.cid-uKJDhxxmmC button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uKJDhxxmmC button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uKJDhxxmmC button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uKJDhxxmmC button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uKJDhxxmmC button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uKJDhxxmmC button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uKJDhxxmmC button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-uKJDhxxmmC button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uKJDhxxmmC button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uKJDhxxmmC button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uKJDhxxmmC button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uKJDhxxmmC nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uKJDhxxmmC nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-uKJDhxxmmC nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-uKJDhxxmmC nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uKJDhxxmmC nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uKJDhxxmmC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKJDhxxmmC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKJDhxxmmC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKJDhxxmmC .navbar {
    height: 70px;
  }
  .cid-uKJDhxxmmC .navbar.opened {
    height: auto;
  }
  .cid-uKJDhxxmmC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKJDhxxmmC .container,
.cid-uKJDhxxmmC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKJDhxxmmC .container,
  .cid-uKJDhxxmmC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uKJDhxxmmC .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uKJDhxxmmC .navbar-collapse {
  min-height: 98px;
}
.cid-uKJDhxxmmC .mbr-section-btn {
  max-width: 35%;
}
.cid-uKJDhxxmmC .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uKJDhxxmmC {
    min-height: 70px !important;
  }
  .cid-uKJDhxxmmC .navbar {
    min-height: 70px !important;
  }
  .cid-uKJDhxxmmC .container-fluid {
    padding: 0 7%;
  }
  .cid-uKJDhxxmmC .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .cid-uKJDhxxmmC .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uKJDhxxmmC .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uKJDhxxmmC .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uKJDhxxmmC .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uKJDhxxmmC .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uKJDhxxmmC .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uKJDhxxmmC .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uKJDhxxmmC .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uKJDhxxmmC .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ttjgHy7mtK {
  background-image: url("../../../assets/images/bellevue-1821-16-ans.jpg");
}
.cid-ttjgHy7mtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjgHy7mtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjgHy7mtK .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-ttjgHy7mtK .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  text-align: center;
}
.cid-ttjgHy7mtK .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-ttjgHy7mtK .mbr-section-btn {
  margin-top: 18px;
}
.cid-ttjgHy7mtK .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-ttjgHy7mtK .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-ttjgHy7mtK .mbr-text,
.cid-ttjgHy7mtK .mbr-section-btn {
  text-align: center;
}
.cid-uJiY237jWS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uJiY237jWS iframe,
.cid-uJiY237jWS img,
.cid-uJiY237jWS video {
  width: 100%;
}
.cid-uJiY237jWS .container-fluid {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.cid-uJiY237jWS .mbr-section-head {
  margin-bottom: 50px;
}
.cid-uJiY237jWS .mbr-section-title {
  color: #2f3c35;
  text-align: center;
}
.cid-uJiY237jWS .mbr-media {
  position: relative;
}
.cid-uJiY237jWS .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.3);
}
.cid-uJiY237jWS .mbr-media img {
  width: 100%;
  object-fit: cover;
  min-height: 220px;
}
.cid-uJiY237jWS .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  min-width: 67px;
  min-height: 67px;
  background-color: #ffffff;
  transition: transform 0.5s cubic-bezier(0.24, 0.3, 0, 0.98);
}
.cid-uJiY237jWS .mbr-media span {
  font-size: 25px;
  transition: transform 0.5s cubic-bezier(0.24, 0.3, 0, 0.98);
  color: #9b8db7;
}
.cid-uJiY237jWS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uJiY237jWS .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uJiY237jWS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJiY237jWS .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-uJiY237jWS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJiY237jWS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJiY237jWS .mbr-section-subtitle {
  text-align: center;
}
.cid-ttji8t0rQL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2f3c35;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-ttji8t0rQL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttji8t0rQL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-ttji8t0rQL {
    min-height: 750px;
  }
}
.cid-ttji8t0rQL .mbr-section-title {
  color: #ade7ca;
  text-align: center;
}
.cid-ttji8t0rQL .mbr-section-subtitle {
  color: #18874f;
  margin-top: 16px;
  text-align: center;
}
.cid-ttji8t0rQL .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-ttji8t0rQL .mbr-section-btn {
  margin-top: 18px;
}
.cid-ttji8t0rQL .mbr-text,
.cid-ttji8t0rQL .mbr-section-btn {
  text-align: center;
  color: #eaeaea;
}
.cid-uJiZ2NOIPW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJiZ2NOIPW .mbr-section-head {
  margin-bottom: 50px;
}
.cid-uJiZ2NOIPW .mbr-section-title {
  color: #2f3c35;
  text-align: center;
}
.cid-uJiZ2NOIPW .mbr-section-subtitle {
  color: #303030;
  margin-top: 10px;
  text-align: center;
}
.cid-uJiZ2NOIPW .embla {
  position: relative;
  width: 100%;
}
.cid-uJiZ2NOIPW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uJiZ2NOIPW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJiZ2NOIPW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJiZ2NOIPW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJiZ2NOIPW .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: calc(100vw / 3 - 60px);
  width: calc(100vw / 3 - 60px);
  margin: 0 30px;
  border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .cid-uJiZ2NOIPW .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-uJiZ2NOIPW .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-uJiZ2NOIPW .item:focus,
.cid-uJiZ2NOIPW span:focus {
  outline: none;
}
.cid-uJiZ2NOIPW .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uJiZ2NOIPW .item-img {
  width: 100%;
}
.cid-uJiZ2NOIPW .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: calc(408 / (114 * 3));
}
.cid-uJiZ2NOIPW .embla__button--next,
.cid-uJiZ2NOIPW .embla__button--prev {
  display: flex;
}
.cid-uJiZ2NOIPW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(155, 141, 183, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uJiZ2NOIPW .embla__button {
    display: none;
  }
}
.cid-uJiZ2NOIPW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJiZ2NOIPW .embla__button:hover {
  background: #9b8db7;
  color: #FFFFFF;
}
.cid-uJiZ2NOIPW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJiZ2NOIPW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJiZ2NOIPW .embla__button {
    top: auto;
  }
}
.cid-ttjjjJAFlg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttjjjJAFlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjjjJAFlg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjjjJAFlg .mbr-section-title {
  color: #303030;
  margin-bottom: 20px;
}
.cid-ttjjjJAFlg .mbr-section-subtitle {
  color: #2f3c35;
  margin-bottom: 20px;
}
.cid-ttjjjJAFlg .mbr-text {
  color: #FFFFFF;
}
.cid-ttjjjJAFlg .mbr-section-btn {
  margin-top: 18px;
}
.cid-ttjjGTwsax {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ttjjGTwsax .container {
  max-width: 100% !important;
}
.cid-ttjjGTwsax .mbr-section-head {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 50px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .cid-ttjjGTwsax .mbr-section-head {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .cid-ttjjGTwsax .mbr-section-head {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-ttjjGTwsax .mbr-section-head {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .cid-ttjjGTwsax .mbr-section-head {
    padding: 30px 0 40px;
  }
}
.cid-ttjjGTwsax .mbr-section-title {
  color: #303030;
}
.cid-ttjjGTwsax .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-ttjjGTwsax .items-row {
  position: relative;
  margin-top: -1px;
  margin-left: -3px !important;
  margin-right: -3px !important;
  border-top: 1px solid #e2e2e2;
}
.cid-ttjjGTwsax .items-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 101vw;
  background-color: #e2e2e2;
}
.cid-ttjjGTwsax .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 15% 15% 13% 15%;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-ttjjGTwsax .item-wrapper {
    padding: 13% 7% 12%;
  }
}
.cid-ttjjGTwsax .item {
  padding: 0 !important;
  margin: -1px -1px 0;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
.cid-ttjjGTwsax .item:nth-child(1n) .item-wrapper {
  background: linear-gradient(to left, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: right;
}
.cid-ttjjGTwsax .item:nth-child(1n) .item-wrapper:hover {
  background-position: left;
}
.cid-ttjjGTwsax .item:nth-child(2n) .item-wrapper {
  background: linear-gradient(to top, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 100% 200%;
  background-position: bottom;
}
.cid-ttjjGTwsax .item:nth-child(2n) .item-wrapper:hover {
  background-position: top;
}
.cid-ttjjGTwsax .item:nth-child(3n) .item-wrapper {
  background: linear-gradient(to right, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: left;
}
.cid-ttjjGTwsax .item:nth-child(3n) .item-wrapper:hover {
  background-position: right;
}
.cid-ttjjGTwsax .item-img {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.cid-ttjjGTwsax .item-img img {
  width: 100%;
  aspect-ratio: calc(425 / (124 * 4));
  object-fit: cover;
}
.cid-ttjjGTwsax .item-content {
  margin-top: 15px;
}
.cid-ttjjGTwsax .mbr-text {
  margin-top: 15px;
  color: #303030;
}
.cid-ttjjGTwsax .item-title {
  margin-top: 15px;
  color: #303030;
  text-align: center;
}
.cid-ttjjGTwsax .mbr-section-btn {
  padding-top: 10px;
  margin-top: auto !important;
}
.cid-ttjjHUfHlZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ttjjHUfHlZ .container {
  max-width: 100% !important;
}
.cid-ttjjHUfHlZ .mbr-section-head {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 50px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .cid-ttjjHUfHlZ .mbr-section-head {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .cid-ttjjHUfHlZ .mbr-section-head {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-ttjjHUfHlZ .mbr-section-head {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .cid-ttjjHUfHlZ .mbr-section-head {
    padding: 30px 0 40px;
  }
}
.cid-ttjjHUfHlZ .mbr-section-title {
  color: #303030;
}
.cid-ttjjHUfHlZ .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-ttjjHUfHlZ .items-row {
  position: relative;
  margin-top: -1px;
  margin-left: -3px !important;
  margin-right: -3px !important;
  border-top: 1px solid #e2e2e2;
}
.cid-ttjjHUfHlZ .items-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 101vw;
  background-color: #e2e2e2;
}
.cid-ttjjHUfHlZ .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 10% 10% 8% 10%;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-ttjjHUfHlZ .item-wrapper {
    padding: 13% 7% 12%;
  }
}
.cid-ttjjHUfHlZ .item {
  padding: 0 !important;
  margin: -1px -1px 0;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
.cid-ttjjHUfHlZ .item:nth-child(1n) .item-wrapper {
  background: linear-gradient(to left, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: right;
}
.cid-ttjjHUfHlZ .item:nth-child(1n) .item-wrapper:hover {
  background-position: left;
}
.cid-ttjjHUfHlZ .item:nth-child(2n) .item-wrapper {
  background: linear-gradient(to right, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: left;
}
.cid-ttjjHUfHlZ .item:nth-child(2n) .item-wrapper:hover {
  background-position: right;
}
.cid-ttjjHUfHlZ .item-img {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.cid-ttjjHUfHlZ .item-img img {
  width: 100%;
  aspect-ratio: calc(53 / (10 * 3));
  object-fit: cover;
}
.cid-ttjjHUfHlZ .item-content {
  margin-top: 15px;
}
.cid-ttjjHUfHlZ .mbr-text {
  margin-top: 15px;
  color: #303030;
}
.cid-ttjjHUfHlZ .item-title {
  margin-top: 15px;
  color: #303030;
}
.cid-ttjjHUfHlZ .mbr-section-btn {
  padding-top: 10px;
  margin-top: auto !important;
}
.cid-ttjjSaYIRM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ttjjSaYIRM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjjSaYIRM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjjSaYIRM .row {
  row-gap: 40px;
}
.cid-ttjjSaYIRM .text-wrap {
  width: 100%;
  padding: 0 12% 0 0;
}
@media (max-width: 1439px) {
  .cid-ttjjSaYIRM .text-wrap {
    padding: 0 10% 0 0;
  }
}
.cid-ttjjSaYIRM .mbr-section-title {
  color: #2f3c35;
}
.cid-ttjjSaYIRM .mbr-text {
  color: #303030;
  margin-top: 16px;
}
.cid-ttjjSaYIRM .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 28px;
  width: 100%;
}
.cid-ttjjSaYIRM .text-item {
  width: 50%;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-ttjjSaYIRM .text-item {
    padding-right: 10%;
  }
}
@media (max-width: 767px) {
  .cid-ttjjSaYIRM .text-item {
    width: 100%;
    padding-right: 0;
  }
}
.cid-ttjjSaYIRM .item-title {
  color: #2f3c35;
}
.cid-ttjjSaYIRM .item-text {
  color: #303030;
  margin-top: 5px;
}
.cid-uLRCehiwzD {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLRCehiwzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRCehiwzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRCehiwzD .content-wrap {
  justify-content: center;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uLRCehiwzD .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uLRCehiwzD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uLRCehiwzD .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uLRCehiwzD .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uLRCehiwzD .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLRCehiwzD .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLRCehiwzD .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uLRCehiwzD .mbr-section-title {
  color: #ff8576;
}
.cid-uLRCehiwzD .mbr-copy {
  color: #51565c;
}
.cid-uLRCehiwzD .mbr-copy,
.cid-uLRCehiwzD .copy-wrapper {
  text-align: right;
}
.cid-uLRCehiwzD .mbr-section-title,
.cid-uLRCehiwzD .logo-wrapper {
  color: #e2e2e2;
}
.cid-uP3C1RHOhB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uP3C1RHOhB nav.navbar {
  position: fixed;
}
.cid-uP3C1RHOhB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP3C1RHOhB .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uP3C1RHOhB .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uP3C1RHOhB .dropdown-item:after {
  right: 1rem !important;
}
.cid-uP3C1RHOhB .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uP3C1RHOhB .dropdown-item:hover:before,
.cid-uP3C1RHOhB .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uP3C1RHOhB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uP3C1RHOhB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uP3C1RHOhB .nav-link {
  position: relative;
}
.cid-uP3C1RHOhB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uP3C1RHOhB .container {
    flex-wrap: nowrap;
  }
}
.cid-uP3C1RHOhB .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uP3C1RHOhB .navbar-nav .nav-item {
  margin: 0;
}
.cid-uP3C1RHOhB .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uP3C1RHOhB .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uP3C1RHOhB .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uP3C1RHOhB .dropdown-menu,
.cid-uP3C1RHOhB .navbar.opened {
  background: #ffffff !important;
}
.cid-uP3C1RHOhB .nav-item:focus,
.cid-uP3C1RHOhB .nav-link:focus {
  outline: none;
}
.cid-uP3C1RHOhB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP3C1RHOhB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP3C1RHOhB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uP3C1RHOhB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP3C1RHOhB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP3C1RHOhB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP3C1RHOhB .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uP3C1RHOhB .navbar.opened {
  transition: all 0.3s;
}
.cid-uP3C1RHOhB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uP3C1RHOhB .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uP3C1RHOhB .navbar .navbar-logo img {
  width: auto;
}
.cid-uP3C1RHOhB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP3C1RHOhB .navbar.collapsed {
  justify-content: center;
}
.cid-uP3C1RHOhB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP3C1RHOhB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP3C1RHOhB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uP3C1RHOhB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP3C1RHOhB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP3C1RHOhB .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-uP3C1RHOhB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP3C1RHOhB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uP3C1RHOhB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uP3C1RHOhB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP3C1RHOhB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP3C1RHOhB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP3C1RHOhB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP3C1RHOhB .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-uP3C1RHOhB .navbar .navbar-logo img {
    height: 8rem !important;
    padding-top:30px;
  }
  .cid-uP3C1RHOhB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP3C1RHOhB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }

  .cid-uP3C1RHOhB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP3C1RHOhB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP3C1RHOhB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uP3C1RHOhB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uP3C1RHOhB .navbar.navbar-short {
  min-height: 100px;
}
.cid-uP3C1RHOhB .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uP3C1RHOhB .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uP3C1RHOhB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP3C1RHOhB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP3C1RHOhB .dropdown-item.active,
.cid-uP3C1RHOhB .dropdown-item:active {
  background-color: transparent;
}
.cid-uP3C1RHOhB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP3C1RHOhB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP3C1RHOhB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP3C1RHOhB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uP3C1RHOhB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP3C1RHOhB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP3C1RHOhB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP3C1RHOhB .navbar-buttons {
  text-align: center;
}
.cid-uP3C1RHOhB button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uP3C1RHOhB button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uP3C1RHOhB button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uP3C1RHOhB button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uP3C1RHOhB button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uP3C1RHOhB button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uP3C1RHOhB button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-uP3C1RHOhB button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uP3C1RHOhB button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uP3C1RHOhB button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uP3C1RHOhB button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uP3C1RHOhB nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uP3C1RHOhB nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-uP3C1RHOhB nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-uP3C1RHOhB nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uP3C1RHOhB nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uP3C1RHOhB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uP3C1RHOhB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP3C1RHOhB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP3C1RHOhB .navbar {
    height: 70px;
  }
  .cid-uP3C1RHOhB .navbar.opened {
    height: auto;
  }
  .cid-uP3C1RHOhB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP3C1RHOhB .container,
.cid-uP3C1RHOhB .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uP3C1RHOhB .container,
  .cid-uP3C1RHOhB .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uP3C1RHOhB .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uP3C1RHOhB .navbar-collapse {
  min-height: 98px;
}
.cid-uP3C1RHOhB .mbr-section-btn {
  max-width: 35%;
}
.cid-uP3C1RHOhB .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uP3C1RHOhB {
    min-height: 70px !important;
  }
  .cid-uP3C1RHOhB .navbar {
    min-height: 70px !important;
  }
  .cid-uP3C1RHOhB .container-fluid {
    padding: 0 7%;
  }
  .cid-uP3C1RHOhB .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .cid-uP3C1RHOhB .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uP3C1RHOhB .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uP3C1RHOhB .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uP3C1RHOhB .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uP3C1RHOhB .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uP3C1RHOhB .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uP3C1RHOhB .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uP3C1RHOhB .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uP3C1RHOhB .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}

.bg-cannes{
  background-color: #ffffff;
    background-image: url(../../images/bg-cannes.png);
    background-repeat: repeat;
    background-size: 150px;
}

.cta-btn{
  border: 1px #000 solid;
  padding: 15px;
  background: #fff;
}

.cta-btn:hover{
  background: #000;
  color: #fff;
}

.cid-uP3CkV8jag {
  padding-top: 0rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-uP3CkV8jag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3CkV8jag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-uP3CkV8jag {
    min-height: 500px;
  }
}
.cid-uP3CkV8jag .mbr-section-title {
  color: #2f3c35;
  text-align: center;
}
.cid-uP3CkV8jag .mbr-section-subtitle {
  color: #2f3c35;
  margin-top: 16px;
  text-align: center;
}
.cid-uP3CkV8jag .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uP3CkV8jag .mbr-section-btn {
  margin-top: 18px;
  text-align: center;
}

.cid-uP3CWm4Z2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3CWm4Z2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3CWm4Z2o .mbr-section-title {
  color: #FFFFFF;
}
.cid-uP3CWm4Z2o .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uP3CWm4Z2o .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uP3CWm4Z2o .mbr-section-btn {
  margin-top: 18px;
}
.cid-uP3CWm4Z2o .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uP3CWm4Z2o .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uP3C1SbR8r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uP3C1SbR8r iframe,
.cid-uP3C1SbR8r img,
.cid-uP3C1SbR8r video {
  width: 100%;
}
.cid-uP3C1SbR8r .container-fluid {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.cid-uP3C1SbR8r .mbr-section-head {
  margin-bottom: 50px;
}
.cid-uP3C1SbR8r .mbr-section-title {
  color: #2f3c35;
  text-align: center;
}
.cid-uP3C1SbR8r .mbr-media {
  position: relative;
}
.cid-uP3C1SbR8r .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.3);
}
.cid-uP3C1SbR8r .mbr-media img {
  width: 100%;
  object-fit: cover;
  min-height: 220px;
}
.cid-uP3C1SbR8r .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  min-width: 67px;
  min-height: 67px;
  background-color: #ffffff;
  transition: transform 0.5s cubic-bezier(0.24, 0.3, 0, 0.98);
}
.cid-uP3C1SbR8r .mbr-media span {
  font-size: 25px;
  transition: transform 0.5s cubic-bezier(0.24, 0.3, 0, 0.98);
  color: #9b8db7;
}
.cid-uP3C1SbR8r .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uP3C1SbR8r .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uP3C1SbR8r .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uP3C1SbR8r .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-uP3C1SbR8r .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uP3C1SbR8r .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uP3C1SbR8r .mbr-section-subtitle {
  text-align: center;
}
.cid-uP3C1Sw6vU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2f3c35;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-uP3C1Sw6vU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3C1Sw6vU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-uP3C1Sw6vU {
    min-height: 750px;
  }
}
.cid-uP3C1Sw6vU .mbr-section-title {
  color: #ade7ca;
  text-align: center;
}
.cid-uP3C1Sw6vU .mbr-section-subtitle {
  color: #18874f;
  margin-top: 16px;
  text-align: center;
}
.cid-uP3C1Sw6vU .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uP3C1Sw6vU .mbr-section-btn {
  margin-top: 18px;
}
.cid-uP3C1Sw6vU .mbr-text,
.cid-uP3C1Sw6vU .mbr-section-btn {
  text-align: center;
  color: #eaeaea;
}
.cid-uP3C1SKMtL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP3C1SKMtL .mbr-section-head {
  margin-bottom: 50px;
}
.cid-uP3C1SKMtL .mbr-section-title {
  color: #2f3c35;
  text-align: center;
  font-weight:bold;
}
.cid-uP3C1SKMtL .mbr-section-subtitle {
  color: #303030;
  margin-top: 10px;
  text-align: center;
}
.cid-uP3C1SKMtL .embla {
  position: relative;
  width: 100%;
}
.cid-uP3C1SKMtL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uP3C1SKMtL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uP3C1SKMtL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uP3C1SKMtL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uP3C1SKMtL .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: calc(100vw / 3 - 60px);
  width: calc(100vw / 3 - 60px);
  margin: 0 30px;
  border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .cid-uP3C1SKMtL .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-uP3C1SKMtL .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-uP3C1SKMtL .item:focus,
.cid-uP3C1SKMtL span:focus {
  outline: none;
}
.cid-uP3C1SKMtL .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uP3C1SKMtL .item-img {
  width: 100%;
}
.cid-uP3C1SKMtL .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: calc(408 / (114 * 3));
}
.cid-uP3C1SKMtL .embla__button--next,
.cid-uP3C1SKMtL .embla__button--prev {
  display: flex;
}
.cid-uP3C1SKMtL .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(155, 141, 183, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uP3C1SKMtL .embla__button {
    display: none;
  }
}
.cid-uP3C1SKMtL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uP3C1SKMtL .embla__button:hover {
  background: #9b8db7;
  color: #FFFFFF;
}
.cid-uP3C1SKMtL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uP3C1SKMtL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uP3C1SKMtL .embla__button {
    top: auto;
  }
}
.cid-uP3C1T2E3b {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP3C1T2E3b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3C1T2E3b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3C1T2E3b .mbr-section-title {
  color: #303030;
  margin-bottom: 20px;
}
.cid-uP3C1T2E3b .mbr-section-subtitle {
  color: #2f3c35;
  margin-bottom: 20px;
}
.cid-uP3C1T2E3b .mbr-text {
  color: #FFFFFF;
}
.cid-uP3C1T2E3b .mbr-section-btn {
  margin-top: 18px;
}
.cid-uP3C1TjMjS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uP3C1TjMjS .container {
  max-width: 100% !important;
}
.cid-uP3C1TjMjS .mbr-section-head {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 50px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .cid-uP3C1TjMjS .mbr-section-head {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .cid-uP3C1TjMjS .mbr-section-head {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uP3C1TjMjS .mbr-section-head {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .cid-uP3C1TjMjS .mbr-section-head {
    padding: 30px 0 40px;
  }
}
.cid-uP3C1TjMjS .mbr-section-title {
  color: #303030;
}
.cid-uP3C1TjMjS .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uP3C1TjMjS .items-row {
  position: relative;
  border-top: 1px solid #e2e2e2;
}
.cid-uP3C1TjMjS .items-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 101vw;
  background-color: #e2e2e2;
}
.cid-uP3C1TjMjS .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 15% 15% 13% 15%;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uP3C1TjMjS .item-wrapper {
    padding: 13% 7% 12%;
  }
}
.cid-uP3C1TjMjS .item {
  padding: 0 !important;
  margin: -1px -1px 0;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
.cid-uP3C1TjMjS .item:nth-child(1n) .item-wrapper {
  background: linear-gradient(to left, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: right;
}
.cid-uP3C1TjMjS .item:nth-child(1n) .item-wrapper:hover {
  background-position: left;
}
.cid-uP3C1TjMjS .item:nth-child(2n) .item-wrapper {
  background: linear-gradient(to top, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 100% 200%;
  background-position: bottom;
}
.cid-uP3C1TjMjS .item:nth-child(2n) .item-wrapper:hover {
  background-position: top;
}
.cid-uP3C1TjMjS .item:nth-child(3n) .item-wrapper {
  background: linear-gradient(to right, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: left;
}
.cid-uP3C1TjMjS .item:nth-child(3n) .item-wrapper:hover {
  background-position: right;
}
.cid-uP3C1TjMjS .item-img {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.cid-uP3C1TjMjS .item-img img {
  width: 100%;
  aspect-ratio: calc(425 / (124 * 4));
  object-fit: cover;
}
.cid-uP3C1TjMjS .item-content {
  margin-top: 15px;
}
.cid-uP3C1TjMjS .mbr-text {
  margin-top: 15px;
  color: #303030;
}
.cid-uP3C1TjMjS .item-title {
  margin-top: 15px;
  color: #303030;
  text-align: center;
}
.cid-uP3C1TjMjS .mbr-section-btn {
  padding-top: 10px;
  margin-top: auto !important;
}
.cid-uP3C1TBfyb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uP3C1TBfyb .container {
  max-width: 100% !important;
}
.cid-uP3C1TBfyb .mbr-section-head {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 50px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .cid-uP3C1TBfyb .mbr-section-head {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .cid-uP3C1TBfyb .mbr-section-head {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uP3C1TBfyb .mbr-section-head {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .cid-uP3C1TBfyb .mbr-section-head {
    padding: 30px 0 40px;
  }
}
.cid-uP3C1TBfyb .mbr-section-title {
  color: #303030;
}
.cid-uP3C1TBfyb .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uP3C1TBfyb .items-row {
  position: relative;
  margin-top: -1px;
  margin-left: -3px !important;
  margin-right: -3px !important;
  border-top: 1px solid #e2e2e2;
}
.cid-uP3C1TBfyb .items-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 101vw;
  background-color: #e2e2e2;
}
.cid-uP3C1TBfyb .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 10% 10% 8% 10%;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uP3C1TBfyb .item-wrapper {
    padding: 13% 7% 12%;
  }
}
.cid-uP3C1TBfyb .item {
  padding: 0 !important;
  margin: -1px -1px 0;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
.cid-uP3C1TBfyb .item:nth-child(1n) .item-wrapper {
  background: linear-gradient(to left, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: right;
}
.cid-uP3C1TBfyb .item:nth-child(1n) .item-wrapper:hover {
  background-position: left;
}
.cid-uP3C1TBfyb .item:nth-child(2n) .item-wrapper {
  background: linear-gradient(to right, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: left;
}
.cid-uP3C1TBfyb .item:nth-child(2n) .item-wrapper:hover {
  background-position: right;
}
.cid-uP3C1TBfyb .item-img {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.cid-uP3C1TBfyb .item-img img {
  width: 100%;
  aspect-ratio: calc(53 / (10 * 3));
  object-fit: cover;
}
.cid-uP3C1TBfyb .item-content {
  margin-top: 15px;
}
.cid-uP3C1TBfyb .mbr-text {
  margin-top: 15px;
  color: #303030;
}
.cid-uP3C1TBfyb .item-title {
  margin-top: 15px;
  color: #303030;
}
.cid-uP3C1TBfyb .mbr-section-btn {
  padding-top: 10px;
  margin-top: auto !important;
}
.cid-uP3C1TS2QR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uP3C1TS2QR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3C1TS2QR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3C1TS2QR .row {
  row-gap: 40px;
}
.cid-uP3C1TS2QR .text-wrap {
  width: 100%;
  padding: 0 12% 0 0;
}
@media (max-width: 1439px) {
  .cid-uP3C1TS2QR .text-wrap {
    padding: 0 10% 0 0;
  }
}
.cid-uP3C1TS2QR .mbr-section-title {
  color: #2f3c35;
}
.cid-uP3C1TS2QR .mbr-text {
  color: #303030;
  margin-top: 16px;
}
.cid-uP3C1TS2QR .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 28px;
  width: 100%;
}
.cid-uP3C1TS2QR .text-item {
  width: 50%;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-uP3C1TS2QR .text-item {
    padding-right: 10%;
  }
}
@media (max-width: 767px) {
  .cid-uP3C1TS2QR .text-item {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uP3C1TS2QR .item-title {
  color: #2f3c35;
}
.cid-uP3C1TS2QR .item-text {
  color: #303030;
  margin-top: 5px;
}
.cid-uP3C1U98Lh {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP3C1U98Lh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3C1U98Lh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3C1U98Lh .content-wrap {
  justify-content: center;
}
.cid-uP3C1U98Lh .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uP3C1U98Lh .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uP3C1U98Lh .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uP3C1U98Lh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP3C1U98Lh .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uP3C1U98Lh .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uP3C1U98Lh .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uP3C1U98Lh .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP3C1U98Lh .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uP3C1U98Lh .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uP3C1U98Lh .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uP3C1U98Lh .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uP3C1U98Lh .copy-wrapper .mbr-copy {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP3C1U98Lh .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uP3C1U98Lh .mbr-section-title {
  color: #ff8576;
}
.cid-uP3C1U98Lh .mbr-copy {
  color: #51565c;
}
.cid-uP3C1U98Lh .mbr-copy,
.cid-uP3C1U98Lh .copy-wrapper {
  text-align: right;
}
.cid-uP3C1U98Lh .mbr-section-title,
.cid-uP3C1U98Lh .logo-wrapper {
  color: #e2e2e2;
}
.cid-uP42wWQyXF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uP42wWQyXF nav.navbar {
  position: fixed;
}
.cid-uP42wWQyXF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP42wWQyXF .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uP42wWQyXF .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uP42wWQyXF .dropdown-item:after {
  right: 1rem !important;
}
.cid-uP42wWQyXF .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uP42wWQyXF .dropdown-item:hover:before,
.cid-uP42wWQyXF .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uP42wWQyXF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uP42wWQyXF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uP42wWQyXF .nav-link {
  position: relative;
}
.cid-uP42wWQyXF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uP42wWQyXF .container {
    flex-wrap: nowrap;
  }
}
.cid-uP42wWQyXF .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uP42wWQyXF .navbar-nav .nav-item {
  margin: 0;
}
.cid-uP42wWQyXF .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uP42wWQyXF .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uP42wWQyXF .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uP42wWQyXF .dropdown-menu,
.cid-uP42wWQyXF .navbar.opened {
  background: #ffffff !important;
}
.cid-uP42wWQyXF .nav-item:focus,
.cid-uP42wWQyXF .nav-link:focus {
  outline: none;
}
.cid-uP42wWQyXF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP42wWQyXF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP42wWQyXF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uP42wWQyXF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP42wWQyXF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP42wWQyXF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP42wWQyXF .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uP42wWQyXF .navbar.opened {
  transition: all 0.3s;
}
.cid-uP42wWQyXF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uP42wWQyXF .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uP42wWQyXF .navbar .navbar-logo img {
  width: auto;
}
.cid-uP42wWQyXF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP42wWQyXF .navbar.collapsed {
  justify-content: center;
}
.cid-uP42wWQyXF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP42wWQyXF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP42wWQyXF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uP42wWQyXF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP42wWQyXF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP42wWQyXF .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-uP42wWQyXF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP42wWQyXF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uP42wWQyXF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uP42wWQyXF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP42wWQyXF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP42wWQyXF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP42wWQyXF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP42wWQyXF .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-uP42wWQyXF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uP42wWQyXF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP42wWQyXF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP42wWQyXF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP42wWQyXF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP42wWQyXF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uP42wWQyXF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uP42wWQyXF .navbar.navbar-short {
  min-height: 100px;
}
.cid-uP42wWQyXF .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uP42wWQyXF .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uP42wWQyXF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP42wWQyXF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP42wWQyXF .dropdown-item.active,
.cid-uP42wWQyXF .dropdown-item:active {
  background-color: transparent;
}
.cid-uP42wWQyXF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP42wWQyXF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP42wWQyXF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP42wWQyXF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uP42wWQyXF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP42wWQyXF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP42wWQyXF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP42wWQyXF .navbar-buttons {
  text-align: center;
}
.cid-uP42wWQyXF button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uP42wWQyXF button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uP42wWQyXF button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uP42wWQyXF button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uP42wWQyXF button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uP42wWQyXF button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uP42wWQyXF button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-uP42wWQyXF button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uP42wWQyXF button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uP42wWQyXF button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uP42wWQyXF button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uP42wWQyXF nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uP42wWQyXF nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-uP42wWQyXF nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-uP42wWQyXF nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uP42wWQyXF nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uP42wWQyXF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uP42wWQyXF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP42wWQyXF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP42wWQyXF .navbar {
    height: 70px;
  }
  .cid-uP42wWQyXF .navbar.opened {
    height: auto;
  }
  .cid-uP42wWQyXF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP42wWQyXF .container,
.cid-uP42wWQyXF .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uP42wWQyXF .container,
  .cid-uP42wWQyXF .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uP42wWQyXF .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uP42wWQyXF .navbar-collapse {
  min-height: 98px;
}
.cid-uP42wWQyXF .mbr-section-btn {
  max-width: 35%;
}
.cid-uP42wWQyXF .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uP42wWQyXF {
    min-height: 70px !important;
  }
  .cid-uP42wWQyXF .navbar {
    min-height: 70px !important;
  }
  .cid-uP42wWQyXF .container-fluid {
    padding: 0 7%;
  }
  .cid-uP42wWQyXF .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .cid-uP42wWQyXF .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uP42wWQyXF .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uP42wWQyXF .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uP42wWQyXF .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uP42wWQyXF .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uP42wWQyXF .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uP42wWQyXF .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uP42wWQyXF .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uP42wWQyXF .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uP42wX4jQn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffdf3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
}
.cid-uP42wX4jQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP42wX4jQn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-uP42wX4jQn {
    min-height: 100px;
  }
}
.cid-uP42wX4jQn .mbr-section-title {
  color: #2f3c35;
}
.cid-uP42wX4jQn .mbr-section-subtitle {
  color: #2f3c35;
  margin-top: 16px;
}
.cid-uP42wX4jQn .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uP42wX4jQn .mbr-section-btn {
  margin-top: 18px;
}
.cid-uP43C5QFMa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uP43C5QFMa .container {
  max-width: 100% !important;
}
.cid-uP43C5QFMa .mbr-section-head {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 50px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .cid-uP43C5QFMa .mbr-section-head {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .cid-uP43C5QFMa .mbr-section-head {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uP43C5QFMa .mbr-section-head {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .cid-uP43C5QFMa .mbr-section-head {
    padding: 30px 0 40px;
  }
}
.cid-uP43C5QFMa .mbr-section-title {
  color: #303030;
}
.cid-uP43C5QFMa .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uP43C5QFMa .items-row {
  position: relative;
  margin-top: -1px;
  margin-left: -3px !important;
  margin-right: -3px !important;
  border-top: 1px solid #e2e2e2;
}
.cid-uP43C5QFMa .items-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 101vw;
  background-color: #e2e2e2;
}
.cid-uP43C5QFMa .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 15% 15% 13% 15%;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uP43C5QFMa .item-wrapper {
    padding: 13% 7% 12%;
  }
}
.cid-uP43C5QFMa .item {
  padding: 0 !important;
  margin: -1px -1px 0;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
.cid-uP43C5QFMa .item:nth-child(1n) .item-wrapper {
  background: linear-gradient(to left, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: right;
}
.cid-uP43C5QFMa .item:nth-child(1n) .item-wrapper:hover {
  background-position: left;
}
.cid-uP43C5QFMa .item:nth-child(2n) .item-wrapper {
  background: linear-gradient(to top, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 100% 200%;
  background-position: bottom;
}
.cid-uP43C5QFMa .item:nth-child(2n) .item-wrapper:hover {
  background-position: top;
}
.cid-uP43C5QFMa .item:nth-child(3n) .item-wrapper {
  background: linear-gradient(to right, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: left;
}
.cid-uP43C5QFMa .item:nth-child(3n) .item-wrapper:hover {
  background-position: right;
}
.cid-uP43C5QFMa .item-img {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.cid-uP43C5QFMa .item-img img {
  width: 100%;
  aspect-ratio: calc(425 / (124 * 4));
  object-fit: cover;
}
.cid-uP43C5QFMa .item-content {
  margin-top: 15px;
}
.cid-uP43C5QFMa .mbr-text {
  margin-top: 15px;
  color: #303030;
}
.cid-uP43C5QFMa .item-title {
  margin-top: 15px;
  color: #303030;
  text-align: center;
}
.cid-uP43C5QFMa .mbr-section-btn {
  padding-top: 10px;
  margin-top: auto !important;
}
.cid-uP42wYz3KH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uP42wYz3KH .container {
  max-width: 100% !important;
}
.cid-uP42wYz3KH .mbr-section-head {
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 50px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .cid-uP42wYz3KH .mbr-section-head {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .cid-uP42wYz3KH .mbr-section-head {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uP42wYz3KH .mbr-section-head {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .cid-uP42wYz3KH .mbr-section-head {
    padding: 30px 0 40px;
  }
}
.cid-uP42wYz3KH .mbr-section-title {
  color: #303030;
}
.cid-uP42wYz3KH .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uP42wYz3KH .items-row {
  position: relative;
  margin-top: -1px;
  margin-left: -3px !important;
  margin-right: -3px !important;
  border-top: 1px solid #e2e2e2;
}
.cid-uP42wYz3KH .items-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 101vw;
  background-color: #e2e2e2;
}
.cid-uP42wYz3KH .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 10% 10% 8% 10%;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uP42wYz3KH .item-wrapper {
    padding: 13% 7% 12%;
  }
}
.cid-uP42wYz3KH .item {
  padding: 0 !important;
  margin: -1px -1px 0;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
.cid-uP42wYz3KH .item:nth-child(1n) .item-wrapper {
  background: linear-gradient(to left, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: right;
}
.cid-uP42wYz3KH .item:nth-child(1n) .item-wrapper:hover {
  background-position: left;
}
.cid-uP42wYz3KH .item:nth-child(2n) .item-wrapper {
  background: linear-gradient(to right, #ffffff 0 50%, #f6f6f6 50% 100%);
  background-size: 200% 100%;
  background-position: left;
}
.cid-uP42wYz3KH .item:nth-child(2n) .item-wrapper:hover {
  background-position: right;
}
.cid-uP42wYz3KH .item-img {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.cid-uP42wYz3KH .item-img img {
  width: 100%;
  aspect-ratio: calc(53 / (10 * 3));
  object-fit: cover;
}
.cid-uP42wYz3KH .item-content {
  margin-top: 15px;
}
.cid-uP42wYz3KH .mbr-text {
  margin-top: 15px;
  color: #303030;
}
.cid-uP42wYz3KH .item-title {
  margin-top: 15px;
  color: #303030;
}
.cid-uP42wYz3KH .mbr-section-btn {
  padding-top: 10px;
  margin-top: auto !important;
}
.cid-uP43QBzw39 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-uP43QBzw39 .mbr-section-head {
  padding-bottom: 45px;
}
.cid-uP43QBzw39 .mbr-section-title {
  color: #9b8db7;
}
.cid-uP43QBzw39 .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uP43QBzw39 .row {
  row-gap: 40px;
}
.cid-uP43QBzw39 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  row-gap: 40px;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .5s all;
}
.cid-uP43QBzw39 .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uP43QBzw39 .item-img img {
  width: 100%;
  aspect-ratio: calc(407 / (121 * 3));
  object-fit: cover;
  transform: scale(1.01);
  transition: all 0.5s ease-out;
}
.cid-uP43QBzw39 .wrap-img {
  transition: .5s all;
}
.cid-uP43QBzw39 .wrap-img:hover .item-img img {
  transform: scale(1.05);
}
.cid-uP43QBzw39 .item-content {
  padding: 30px 40px 74px;
  background: #ffffff;
  border: 1px solid #eaeaea;
}
@media (max-width: 1439px) {
  .cid-uP43QBzw39 .item-content {
    padding: 30px 40px 74px;
  }
}
@media (max-width: 1199px) {
  .cid-uP43QBzw39 .item-content {
    padding: 28px 35px 66px;
  }
}
.cid-uP43QBzw39 .label-text {
  margin-bottom: 7px;
  color: #303030;
}
.cid-uP43QBzw39 .item-title {
  color: #303030;
}
.cid-uP43QBzw39 .mbr-text {
  margin-top: 16px;
  color: #303030;
}
.cid-uP42wYQk01 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP42wYQk01 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP42wYQk01 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP42wYQk01 .content-wrap {
  justify-content: center;
}
.cid-uP42wYQk01 .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uP42wYQk01 .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uP42wYQk01 .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uP42wYQk01 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP42wYQk01 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uP42wYQk01 .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uP42wYQk01 .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uP42wYQk01 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP42wYQk01 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uP42wYQk01 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uP42wYQk01 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uP42wYQk01 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uP42wYQk01 .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP42wYQk01 .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uP42wYQk01 .mbr-section-title {
  color: #ff8576;
}
.cid-uP42wYQk01 .mbr-copy {
  color: #51565c;
}
.cid-uP42wYQk01 .mbr-copy,
.cid-uP42wYQk01 .copy-wrapper {
  text-align: right;
}
.cid-uP42wYQk01 .mbr-section-title,
.cid-uP42wYQk01 .logo-wrapper {
  color: #e2e2e2;
}
.cid-uP446gADMH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uP446gADMH nav.navbar {
  position: fixed;
}
.cid-uP446gADMH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP446gADMH .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uP446gADMH .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uP446gADMH .dropdown-item:after {
  right: 1rem !important;
}
.cid-uP446gADMH .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uP446gADMH .dropdown-item:hover:before,
.cid-uP446gADMH .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uP446gADMH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uP446gADMH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uP446gADMH .nav-link {
  position: relative;
}
.cid-uP446gADMH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uP446gADMH .container {
    flex-wrap: nowrap;
  }
}
.cid-uP446gADMH .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uP446gADMH .navbar-nav .nav-item {
  margin: 0;
}
.cid-uP446gADMH .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uP446gADMH .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uP446gADMH .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uP446gADMH .dropdown-menu,
.cid-uP446gADMH .navbar.opened {
  background: #ffffff !important;
}
.cid-uP446gADMH .nav-item:focus,
.cid-uP446gADMH .nav-link:focus {
  outline: none;
}
.cid-uP446gADMH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP446gADMH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP446gADMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uP446gADMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP446gADMH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP446gADMH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP446gADMH .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uP446gADMH .navbar.opened {
  transition: all 0.3s;
}
.cid-uP446gADMH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uP446gADMH .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uP446gADMH .navbar .navbar-logo img {
  width: auto;
}
.cid-uP446gADMH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP446gADMH .navbar.collapsed {
  justify-content: center;
}
.cid-uP446gADMH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP446gADMH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP446gADMH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uP446gADMH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP446gADMH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP446gADMH .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-uP446gADMH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP446gADMH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uP446gADMH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uP446gADMH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP446gADMH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP446gADMH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP446gADMH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP446gADMH .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-uP446gADMH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uP446gADMH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP446gADMH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP446gADMH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP446gADMH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP446gADMH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uP446gADMH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uP446gADMH .navbar.navbar-short {
  min-height: 100px;
}
.cid-uP446gADMH .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uP446gADMH .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uP446gADMH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP446gADMH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP446gADMH .dropdown-item.active,
.cid-uP446gADMH .dropdown-item:active {
  background-color: transparent;
}
.cid-uP446gADMH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP446gADMH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP446gADMH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP446gADMH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uP446gADMH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP446gADMH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP446gADMH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP446gADMH .navbar-buttons {
  text-align: center;
}
.cid-uP446gADMH button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uP446gADMH button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uP446gADMH button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uP446gADMH button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uP446gADMH button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uP446gADMH button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uP446gADMH button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-uP446gADMH button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uP446gADMH button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uP446gADMH button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uP446gADMH button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uP446gADMH nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uP446gADMH nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-uP446gADMH nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-uP446gADMH nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uP446gADMH nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uP446gADMH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uP446gADMH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP446gADMH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP446gADMH .navbar {
    height: 70px;
  }
  .cid-uP446gADMH .navbar.opened {
    height: auto;
  }
  .cid-uP446gADMH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP446gADMH .container,
.cid-uP446gADMH .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uP446gADMH .container,
  .cid-uP446gADMH .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uP446gADMH .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uP446gADMH .navbar-collapse {
  min-height: 98px;
}
.cid-uP446gADMH .mbr-section-btn {
  max-width: 35%;
}
.cid-uP446gADMH .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uP446gADMH {
    min-height: 70px !important;
  }
  .cid-uP446gADMH .navbar {
    min-height: 70px !important;
  }
  .cid-uP446gADMH .container-fluid {
    padding: 0 7%;
  }
  .cid-uP446gADMH .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .cid-uP446gADMH .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uP446gADMH .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uP446gADMH .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uP446gADMH .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uP446gADMH .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uP446gADMH .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uP446gADMH .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uP446gADMH .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uP446gADMH .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uP446h1og3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffdf3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
}
.cid-uP446h1og3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP446h1og3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-uP446h1og3 {
    min-height: 100px;
  }
}
.cid-uP446h1og3 .mbr-section-title {
  color: #2f3c35;
}
.cid-uP446h1og3 .mbr-section-subtitle {
  color: #2f3c35;
  margin-top: 16px;
}
.cid-uP446h1og3 .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uP446h1og3 .mbr-section-btn {
  margin-top: 18px;
}
.cid-uP44ObjDQx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffdf3;
}
.cid-uP44ObjDQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP44ObjDQx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP44ObjDQx .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uP44ObjDQx .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uP44ObjDQx .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uP44ObjDQx .image-wrapper img {
    height: 350px;
  }
}
.cid-uP44ObjDQx .content-wrapper {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uP44ObjDQx .content-wrapper {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.cid-uP44ObjDQx .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uP44ObjDQx .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uP44ObjDQx .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uP44ObjDQx .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uP44ObjDQx .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
.cid-uP44ObjDQx .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP44ObjDQx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uP44ObjDQx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uP44ObjDQx .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP44ObjDQx .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uP44ObjDQx .mbr-section-title {
  color: #191c25;
}
.cid-uP44ObjDQx .mbr-text {
  color: #191c25;
}
.cid-uP44ObjDQx .mbr-desc {
  color: #858585;
}
.cid-uP451s4CYS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP451s4CYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP451s4CYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP451s4CYS .mbr-section-title {
  color: #303030;
  margin-bottom: 20px;
}
.cid-uP451s4CYS .mbr-section-subtitle {
  color: #2f3c35;
  margin-bottom: 20px;
}
.cid-uP451s4CYS .mbr-text {
  color: #FFFFFF;
}
.cid-uP451s4CYS .mbr-section-btn {
  margin-top: 18px;
}
.cid-uP446isoVv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-uP446isoVv .mbr-section-head {
  padding-bottom: 45px;
}
.cid-uP446isoVv .mbr-section-title {
  color: #9b8db7;
}
.cid-uP446isoVv .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uP446isoVv .row {
  row-gap: 40px;
}
.cid-uP446isoVv .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  row-gap: 40px;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .5s all;
}
.cid-uP446isoVv .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uP446isoVv .item-img img {
  width: 100%;
  aspect-ratio: calc(407 / (121 * 3));
  object-fit: cover;
  transform: scale(1.01);
  transition: all 0.5s ease-out;
}
.cid-uP446isoVv .wrap-img {
  transition: .5s all;
}
.cid-uP446isoVv .wrap-img:hover .item-img img {
  transform: scale(1.05);
}
.cid-uP446isoVv .item-content {
  padding: 30px 40px 74px;
  background: #ffffff;
  border: 1px solid #eaeaea;
}
@media (max-width: 1439px) {
  .cid-uP446isoVv .item-content {
    padding: 30px 40px 74px;
  }
}
@media (max-width: 1199px) {
  .cid-uP446isoVv .item-content {
    padding: 28px 35px 66px;
  }
}
.cid-uP446isoVv .label-text {
  margin-bottom: 7px;
  color: #303030;
}
.cid-uP446isoVv .item-title {
  color: #303030;
}
.cid-uP446isoVv .mbr-text {
  margin-top: 16px;
  color: #303030;
}
.cid-uP446iQOxs {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP446iQOxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP446iQOxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP446iQOxs .content-wrap {
  justify-content: center;
}
.cid-uP446iQOxs .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uP446iQOxs .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uP446iQOxs .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uP446iQOxs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP446iQOxs .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uP446iQOxs .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uP446iQOxs .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uP446iQOxs .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uP446iQOxs .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uP446iQOxs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uP446iQOxs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uP446iQOxs .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uP446iQOxs .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP446iQOxs .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uP446iQOxs .mbr-section-title {
  color: #ff8576;
}
.cid-uP446iQOxs .mbr-copy {
  color: #51565c;
}
.cid-uP446iQOxs .mbr-copy,
.cid-uP446iQOxs .copy-wrapper {
  text-align: right;
}
.cid-uP446iQOxs .mbr-section-title,
.cid-uP446iQOxs .logo-wrapper {
  color: #e2e2e2;
}
