.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Funnel Display;
}
.display-1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 4.6rem;
  line-height: 1.16;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.6rem;
  line-height: 1.44;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #8bdfdd !important;
}
.bg-success {
  background-color: #8ed993 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffd8cc !important;
}
.bg-danger {
  background-color: #f2430d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8bdfdd !important;
  border-color: #8bdfdd !important;
  color: #175452 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b3eae9 !important;
  border-color: #b3eae9 !important;
  box-shadow: inset 0 -100px #175452;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #175452 !important;
  background-color: #b3eae9 !important;
  border-color: #b3eae9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2c2625 !important;
  border-color: #2c2625 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #483e3c !important;
  border-color: #483e3c !important;
  box-shadow: inset 0 -100px #000000;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #483e3c !important;
  border-color: #483e3c !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 -100px #808080;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #8ed993 !important;
  border-color: #8ed993 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b4e6b7 !important;
  border-color: #b4e6b7 !important;
  box-shadow: inset 0 -100px #1a4e1e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b4e6b7 !important;
  border-color: #b4e6b7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd8cc !important;
  border-color: #ffd8cc !important;
  color: #cc3000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 -100px #cc3000;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #cc3000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f2430d !important;
  border-color: #f2430d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #f5693d !important;
  border-color: #f5693d !important;
  box-shadow: inset 0 -100px #000000;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f5693d !important;
  border-color: #f5693d !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 -100px #757b62;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: inset 0 -100px #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #8bdfdd;
  color: #8bdfdd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #47ccc9 !important;
  background-color: transparent !important;
  border-color: #47ccc9 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #175452 !important;
  background-color: #8bdfdd !important;
  border-color: #8bdfdd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2c2625;
  color: #2c2625;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2c2625 !important;
  border-color: #2c2625 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #8ed993;
  color: #8ed993;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4dc355 !important;
  background-color: transparent !important;
  border-color: #4dc355 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8ed993 !important;
  border-color: #8ed993 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd8cc;
  color: #ffd8cc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff9675 !important;
  background-color: transparent !important;
  border-color: #ff9675 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #cc3000 !important;
  background-color: #ffd8cc !important;
  border-color: #ffd8cc !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f2430d;
  color: #f2430d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a02c09 !important;
  background-color: transparent !important;
  border-color: #a02c09 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f2430d !important;
  border-color: #f2430d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #8bdfdd !important;
}
.text-secondary {
  color: #2c2625 !important;
}
.text-success {
  color: #8ed993 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffd8cc !important;
}
.text-danger {
  color: #f2430d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3bc9c6 !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: #42bf4a !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: #ff8a66 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #912808 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #8bdfdd;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffd8cc;
}
.alert-danger {
  background-color: #f2430d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8bdfdd;
  border-color: #8bdfdd;
  color: #1d6866;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #8bdfdd;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fcd9cf;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.6rem;
  line-height: 1.44;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #8bdfdd !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.6rem;
  line-height: 1.44;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #8bdfdd;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8bdfdd;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8bdfdd;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #8bdfdd;
  border-bottom-color: #8bdfdd;
}
.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: #8bdfdd !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: #2c2625 !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='%238bdfdd' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-item .btn {
  font-weight: 700;
  padding: 16px 44px;
  border-radius: 0 !important;
}
.icon-wrapper,
.item-tag,
.form-control {
  border-radius: 0 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.cid-uDr1Gha6lH .navbar-dropdown {
  position: relative !important;
}
.cid-uDr1Gha6lH .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uDr1Gha6lH .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1Gha6lH .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uDr1Gha6lH .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-uDr1Gha6lH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDr1Gha6lH .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uDr1Gha6lH .dropdown-item:hover,
.cid-uDr1Gha6lH .dropdown-item:focus {
  background: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uDr1Gha6lH .dropdown-item:hover span {
  color: white;
}
.cid-uDr1Gha6lH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDr1Gha6lH .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDr1Gha6lH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDr1Gha6lH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDr1Gha6lH .nav-link {
  position: relative;
}
.cid-uDr1Gha6lH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uDr1Gha6lH .container {
    flex-wrap: nowrap;
  }
}
.cid-uDr1Gha6lH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uDr1Gha6lH .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uDr1Gha6lH .dropdown-menu,
.cid-uDr1Gha6lH .navbar.opened {
  background: #2c2625 !important;
}
.cid-uDr1Gha6lH .nav-item:focus,
.cid-uDr1Gha6lH .nav-link:focus {
  outline: none;
}
.cid-uDr1Gha6lH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDr1Gha6lH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uDr1Gha6lH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDr1Gha6lH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDr1Gha6lH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDr1Gha6lH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDr1Gha6lH .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uDr1Gha6lH .navbar.opened {
  transition: all 0.3s;
}
.cid-uDr1Gha6lH .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uDr1Gha6lH .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uDr1Gha6lH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDr1Gha6lH .navbar.collapsed {
  justify-content: center;
}
.cid-uDr1Gha6lH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDr1Gha6lH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDr1Gha6lH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uDr1Gha6lH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDr1Gha6lH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDr1Gha6lH .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-uDr1Gha6lH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDr1Gha6lH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDr1Gha6lH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDr1Gha6lH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDr1Gha6lH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDr1Gha6lH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDr1Gha6lH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDr1Gha6lH .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-uDr1Gha6lH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDr1Gha6lH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDr1Gha6lH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDr1Gha6lH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uDr1Gha6lH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDr1Gha6lH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDr1Gha6lH .navbar.navbar-short {
  min-height: 96px;
}
.cid-uDr1Gha6lH .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uDr1Gha6lH .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uDr1Gha6lH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uDr1Gha6lH .navbar-brand .navbar-caption:hover,
.cid-uDr1Gha6lH .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uDr1Gha6lH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDr1Gha6lH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uDr1Gha6lH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uDr1Gha6lH .dropdown-item.active,
.cid-uDr1Gha6lH .dropdown-item:active {
  background-color: transparent;
}
.cid-uDr1Gha6lH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDr1Gha6lH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDr1Gha6lH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDr1Gha6lH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uDr1Gha6lH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uDr1Gha6lH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uDr1Gha6lH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDr1Gha6lH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uDr1Gha6lH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uDr1Gha6lH .navbar-buttons {
  text-align: center;
}
.cid-uDr1Gha6lH .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uDr1Gha6lH .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uDr1Gha6lH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uDr1Gha6lH button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uDr1Gha6lH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDr1Gha6lH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uDr1Gha6lH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uDr1Gha6lH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uDr1Gha6lH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uDr1Gha6lH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDr1Gha6lH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDr1Gha6lH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDr1Gha6lH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDr1Gha6lH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDr1Gha6lH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDr1Gha6lH .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-uDr1Gha6lH .navbar {
    height: 70px;
  }
  .cid-uDr1Gha6lH .navbar.opened {
    height: auto;
  }
  .cid-uDr1Gha6lH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDr1Gha6lH .navbar-nav {
  margin: 0 auto;
}
.cid-uDr1Gha6lH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uDr1Gha6lH .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uDr1Gha6lH .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uDr1Gha6lH .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uDr1Gha6lH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uDr1Gha6lH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uDr1Gha6lH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uDr1Gha6lH .nav-item .dropdown-menu .dropdown-item {
  color: #8bdfdd !important;
}
.cid-uDr1Gha6lH .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uDr1Gha6lH .navbar {
    justify-content: flex-start !important;
  }
  .cid-uDr1Gha6lH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uDr1Gha6lH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uDr1Gha6lH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uDr1Gha6lH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uDr1Gha6lH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uDr1Gha6lH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uDr1Gha6lH .content-wrap {
  min-height: 130px;
}
.cid-uDr1GuG6Cc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uDr1GuG6Cc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr1GuG6Cc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr1GuG6Cc .card {
  justify-content: center;
}
.cid-uDr1GuG6Cc .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uDr1GuG6Cc .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1GuG6Cc .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uDr1GuG6Cc .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uDr1GuG6Cc .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uDr1GuG6Cc .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uDr1GuG6Cc .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uDr1GuG6Cc .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDr1GuG6Cc .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDr1GuG6Cc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDr1GuG6Cc .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uDr1GuG6Cc .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uDr1GuG6Cc .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1GuG6Cc .image-wrapper {
    padding-right: 0;
  }
}
.cid-uDr1GuG6Cc .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uDr1GuG6Cc .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1GuG6Cc .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uDr1GuG6Cc .mbr-section-title {
  color: #ffffff;
}
.cid-uDr1GuG6Cc .mbr-tag {
  color: #ffffff;
}
.cid-uDr1GuG6Cc .mbr-text {
  color: #ffffff;
}
.cid-uFqQvn8myJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFqQvn8myJ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFqQvn8myJ .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uFqQvn8myJ .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #8bdfdd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uFqQvn8myJ .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uFqQvn8myJ .mbr-text {
  color: #000000;
}
.cid-uFqLYgQk7i {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFqLYgQk7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqLYgQk7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqLYgQk7i .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFqLYgQk7i .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFqLYgQk7i .container {
    padding: 0 24px;
  }
}
.cid-uFqLYgQk7i .row {
  justify-content: center;
}
.cid-uFqLYgQk7i .content-wrapper {
  border-radius: 40px;
  background-color: #8bdfdd;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uFqLYgQk7i .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFqLYgQk7i .content-wrapper {
    padding: 32px;
  }
}
.cid-uFqLYgQk7i .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFqLYgQk7i .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uFqLYgQk7i .mbr-section-title {
  color: #FF3399;
}
.cid-uFqLYgQk7i .mbr-text {
  color: #000000;
}
.cid-uDr1LRSRoa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uDr1LRSRoa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr1LRSRoa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr1LRSRoa .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uDr1LRSRoa .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1LRSRoa .content-wrapper {
    padding: 0;
  }
}
.cid-uDr1LRSRoa .content-wrapper .card-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #8bdfdd;
  padding: 108px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
}
@media (max-width: 1440px) {
  .cid-uDr1LRSRoa .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1LRSRoa .content-wrapper .card-wrapper {
    padding: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uDr1LRSRoa .content-wrapper .card-wrapper {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uDr1LRSRoa .content-wrapper .card-wrapper .card-wrap {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uDr1LRSRoa .content-wrapper .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uDr1LRSRoa .content-wrapper .card-wrapper .card-wrap .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uDr1LRSRoa .content-wrapper .card-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-uDr1LRSRoa .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uDr1LRSRoa .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDr1LRSRoa .content-wrapper .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 32px;
}
.cid-uDr1LRSRoa .content-wrapper .card-wrapper .image-wrapper {
  position: relative;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uDr1LRSRoa .content-wrapper .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uDr1LRSRoa .content-wrapper .card-wrapper .image-wrapper .image-wrap-main img {
  object-fit: cover;
  height: 570px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uDr1LRSRoa .content-wrapper .card-wrapper .image-wrapper .image-wrap-main img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uDr1LRSRoa .content-wrapper .card-wrapper .image-wrapper .image-wrap {
  position: absolute;
  top: 30%;
  left: -10%;
}
.cid-uDr1LRSRoa .content-wrapper .card-wrapper .image-wrapper .image-wrap img {
  height: 220px;
  width: 220px;
  display: inline-block;
  border-radius: 100% !important;
  object-fit: cover;
  border: 16px solid #8bdfdd;
  box-shadow: -16px 16px 0 #2c2625;
}
.cid-uDr1LRSRoa .mbr-tag {
  color: #2C2625;
}
.cid-uDr1LRSRoa .mbr-section-title {
  color: #2C2625;
}
.cid-uDr1LRSRoa .mbr-text {
  color: #000000;
}
.cid-uDr1LRSRoa .mbr-tag,
.cid-uDr1LRSRoa .tag-wrapper {
  color: #000000;
}
.cid-uDr1HsdLoL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uDr1HsdLoL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr1HsdLoL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr1HsdLoL .card {
  justify-content: center;
}
.cid-uDr1HsdLoL .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uDr1HsdLoL .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1HsdLoL .content-wrapper {
    padding: 0;
  }
}
.cid-uDr1HsdLoL .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDr1HsdLoL .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDr1HsdLoL .button-wrap {
  padding: 0 108px 0 75px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uDr1HsdLoL .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1HsdLoL .button-wrap {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uDr1HsdLoL .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px 108px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uDr1HsdLoL .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1HsdLoL .items-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uDr1HsdLoL .items-wrapper .item {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uDr1HsdLoL .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uDr1HsdLoL .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uDr1HsdLoL .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uDr1HsdLoL .items-wrapper .item .item-wrapper {
  transition: all .3s ease;
  height: 100%;
}
.cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 52px;
  }
}
.cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
  border: 2px solid #ffffff;
}
.cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  height: 315px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: -1.5rem;
  left: -3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
  background-color: #2c2625;
}
@media (max-width: 1440px) {
  .cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 45px;
}
.cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .card-box .tag-wrapper .item-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .card-box .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-uDr1HsdLoL .mbr-section-btn {
  text-align: right;
}
.cid-uDr1HsdLoL .mbr-section-title {
  color: #ffffff;
}
.cid-uDr1HsdLoL .item-title {
  color: #ffffff;
}
.cid-uDr1HsdLoL .item-tag {
  color: #ffffff;
}
.cid-uDr1HsdLoL .item-text {
  color: #ffffff;
}
.cid-uDr1HsdLoL .item-tag,
.cid-uDr1HsdLoL .tag-wrapper {
  text-align: center;
}
.cid-uFqLiSSBI3 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uFqLiSSBI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqLiSSBI3 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFqLiSSBI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqLiSSBI3 h1 {
  max-width: 800px;
}
.cid-uFqLiSSBI3 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFqLiSSBI3 .btn:hover {
  transform: scale(1.1);
  background: #2c2625 !important;
  border-color: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFqLiSSBI3 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uFqLiSSBI3 .btn div {
  overflow: hidden;
}
.cid-uFqLiSSBI3 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uFqLiSSBI3 {
    align-items: center;
  }
  .cid-uFqLiSSBI3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFqLiSSBI3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFqLiSSBI3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFqLiSSBI3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFqLiSSBI3 .content-wrap {
    width: 100%;
  }
}
.cid-uFqLiSSBI3 .mbr-section-subtitle,
.cid-uFqLiSSBI3 .line {
  color: #291f1e;
}
.cid-uFqLiSSBI3 .mbr-text,
.cid-uFqLiSSBI3 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uFqLiSSBI3 .mbr-section-title {
  color: #291f1e;
}
.cid-uDr1IhJbDP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uDr1IhJbDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr1IhJbDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr1IhJbDP .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uDr1IhJbDP .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1IhJbDP .content-wrapper {
    padding: 0;
  }
}
.cid-uDr1IhJbDP .content-wrapper .mbr-label {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDr1IhJbDP .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uDr1IhJbDP .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDr1IhJbDP .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDr1IhJbDP .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1700px) {
  .cid-uDr1IhJbDP .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1600px) {
  .cid-uDr1IhJbDP .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uDr1IhJbDP .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1IhJbDP .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDr1IhJbDP .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uDr1IhJbDP .items-wrapper .item .item-wrapper {
  padding: 42px;
  height: 100%;
  border: 2px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uDr1IhJbDP .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1IhJbDP .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uDr1IhJbDP .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDr1IhJbDP .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uDr1IhJbDP .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 220px;
  display: inline-block;
  border-radius: 100% !important;
  object-fit: cover;
  border: 16px solid #ffffff;
  box-shadow: -16px 16px 0 #ffffff;
  outline: 2px solid #2c2625;
}
.cid-uDr1IhJbDP .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 32px;
}
.cid-uDr1IhJbDP .items-wrapper .item .item-wrapper .card-box {
  margin-bottom: 0;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uDr1IhJbDP .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uDr1IhJbDP .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 0;
}
.cid-uDr1IhJbDP .items-wrapper .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-uDr1IhJbDP .mbr-label {
  color: #ffffff;
}
.cid-uDr1IhJbDP .mbr-section-title {
  color: #ffffff;
}
.cid-uDr1IhJbDP .item-text {
  color: #ffffff;
}
.cid-uDr1IhJbDP .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-uDr1IhJbDP .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-uFqLks2Cej {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uFqLks2Cej .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqLks2Cej .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFqLks2Cej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqLks2Cej h1 {
  max-width: 800px;
}
.cid-uFqLks2Cej p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFqLks2Cej .btn:hover {
  transform: scale(1.1);
  background: #2c2625 !important;
  border-color: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFqLks2Cej .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uFqLks2Cej .btn div {
  overflow: hidden;
}
.cid-uFqLks2Cej .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uFqLks2Cej {
    align-items: center;
  }
  .cid-uFqLks2Cej .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFqLks2Cej .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFqLks2Cej {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFqLks2Cej .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFqLks2Cej .content-wrap {
    width: 100%;
  }
}
.cid-uFqLks2Cej .mbr-section-subtitle,
.cid-uFqLks2Cej .line {
  color: #291f1e;
}
.cid-uFqLks2Cej .mbr-text,
.cid-uFqLks2Cej .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uFqLks2Cej .mbr-section-title {
  color: #291f1e;
}
.cid-uDr1R4SC8I {
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/67309916151ab33904d3bcdc-remedial-massage-and-chiropractic-1600x900.jpg");
}
.cid-uDr1R4SC8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr1R4SC8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr1R4SC8I .row {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uDr1R4SC8I .row {
    height: 350px;
  }
}
.cid-uDr1UcH2XQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uDr1UcH2XQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr1UcH2XQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr1UcH2XQ .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uDr1UcH2XQ .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1UcH2XQ .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uDr1UcH2XQ .content-wrapper .card-wrapper {
  display: flex;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uDr1UcH2XQ .content-wrapper .card-wrapper {
    display: block;
  }
}
.cid-uDr1UcH2XQ .content-wrapper .card-wrapper .title-wrapper {
  padding: 108px;
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-uDr1UcH2XQ .content-wrapper .card-wrapper .title-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1UcH2XQ .content-wrapper .card-wrapper .title-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uDr1UcH2XQ .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDr1UcH2XQ .content-wrapper .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uDr1UcH2XQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  border-left: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-uDr1UcH2XQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uDr1UcH2XQ .embla__slide {
    border-left: none;
    border-top: 2px solid #ffffff;
  }
}
.cid-uDr1UcH2XQ .embla__slide .slide-content {
  width: 100%;
}
.cid-uDr1UcH2XQ .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 32px;
  height: 100%;
  background-color: #8bdfdd;
}
@media (max-width: 992px) {
  .cid-uDr1UcH2XQ .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uDr1UcH2XQ .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.cid-uDr1UcH2XQ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 416px;
  width: 50%;
  display: inline-block;
  object-fit: cover;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uDr1UcH2XQ .embla__slide .slide-content .item-wrapper .item-img img {
    width: 100%;
    height: 350px;
    box-shadow: -5px 5px 0 #2c2625;
  }
}
.cid-uDr1UcH2XQ .embla__slide .slide-content .item-wrapper .item-content {
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  position: relative;
  z-index: 1;
  padding: 42px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 #2c2625;
  background-color: #ffffff;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-uDr1UcH2XQ .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 20px;
    box-shadow: -5px 5px 0 #2c2625;
    margin-top: 32px;
  }
}
.cid-uDr1UcH2XQ .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uDr1UcH2XQ .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-uDr1UcH2XQ .embla__button--next,
.cid-uDr1UcH2XQ .embla__button--prev {
  display: flex;
}
.cid-uDr1UcH2XQ .embla__button {
  bottom: 2rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #2c2625 !important;
  border: 2px solid #2c2625 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: -6px 6px 0 #2c2625;
  display: none;
}
@media (max-width: 767px) {
  .cid-uDr1UcH2XQ .embla__button {
    bottom: 1rem;
  }
}
.cid-uDr1UcH2XQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uDr1UcH2XQ .embla__button:hover {
  background-color: #2c2625 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-uDr1UcH2XQ .embla__button.embla__button--prev {
  left: 108px;
}
@media (max-width: 1440px) {
  .cid-uDr1UcH2XQ .embla__button.embla__button--prev {
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1UcH2XQ .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uDr1UcH2XQ .embla__button.embla__button--next {
  right: 108px;
}
@media (max-width: 1440px) {
  .cid-uDr1UcH2XQ .embla__button.embla__button--next {
    right: 64px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .cid-uDr1UcH2XQ .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uDr1UcH2XQ .embla {
  position: relative;
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uDr1UcH2XQ .embla {
    width: 100%;
  }
}
.cid-uDr1UcH2XQ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uDr1UcH2XQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDr1UcH2XQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDr1UcH2XQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDr1UcH2XQ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uDr1UcH2XQ .mbr-section-title {
  color: #ffffff;
}
.cid-uDr1UcH2XQ .mbr-text {
  color: #ffffff;
}
.cid-uDr1UcH2XQ .item-text {
  color: #2C2625;
}
.cid-uDr1UcH2XQ .item-date {
  color: #2C2625;
}
.cid-uFqLrullug {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uFqLrullug .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqLrullug .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFqLrullug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqLrullug h1 {
  max-width: 800px;
}
.cid-uFqLrullug p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFqLrullug .btn:hover {
  transform: scale(1.1);
  background: #2c2625 !important;
  border-color: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFqLrullug .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uFqLrullug .btn div {
  overflow: hidden;
}
.cid-uFqLrullug .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uFqLrullug {
    align-items: center;
  }
  .cid-uFqLrullug .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFqLrullug .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFqLrullug {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFqLrullug .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFqLrullug .content-wrap {
    width: 100%;
  }
}
.cid-uFqLrullug .mbr-section-subtitle,
.cid-uFqLrullug .line {
  color: #291f1e;
}
.cid-uFqLrullug .mbr-text,
.cid-uFqLrullug .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uFqLrullug .mbr-section-title {
  color: #291f1e;
}
.cid-uDr1RKcB98 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uDr1RKcB98 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr1RKcB98 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr1RKcB98 .card {
  justify-content: center;
}
.cid-uDr1RKcB98 .title-wrapper {
  padding: 108px;
}
@media (max-width: 1440px) {
  .cid-uDr1RKcB98 .title-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1RKcB98 .title-wrapper {
    padding: 80px 0 32px;
  }
}
.cid-uDr1RKcB98 .title-wrapper .mbr-label {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uDr1RKcB98 .title-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uDr1RKcB98 .title-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uDr1RKcB98 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDr1RKcB98 .title-wrapper .list {
  padding: 0;
  margin-bottom: 42px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uDr1RKcB98 .title-wrapper .list {
    margin-bottom: 32px;
  }
}
.cid-uDr1RKcB98 .title-wrapper .list .item-wrap {
  padding-left: 44px;
  position: relative;
  margin-bottom: 20px;
}
.cid-uDr1RKcB98 .title-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDr1RKcB98 .title-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  box-shadow: -5px 5px 0 #ffffff;
}
.cid-uDr1RKcB98 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  border-left: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-uDr1RKcB98 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uDr1RKcB98 .embla__slide {
    border-left: none;
    border-top: 2px solid #ffffff;
  }
}
.cid-uDr1RKcB98 .embla__slide .slide-content {
  width: 100%;
  height: 100%;
}
.cid-uDr1RKcB98 .embla__slide .slide-content .item-wrapper {
  padding: 108px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uDr1RKcB98 .embla__slide .slide-content .item-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1RKcB98 .embla__slide .slide-content .item-wrapper {
    padding: 80px 20px;
  }
}
.cid-uDr1RKcB98 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uDr1RKcB98 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  width: 220px;
  display: inline-block;
  border-radius: 100% !important;
  object-fit: cover;
  border: 16px solid #ffffff;
  box-shadow: -16px 16px 0 #2c2625;
}
.cid-uDr1RKcB98 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uDr1RKcB98 .embla__slide .slide-content .item-wrapper .item-content .item-text1,
.cid-uDr1RKcB98 .embla__slide .slide-content .item-wrapper .item-content .item-text2,
.cid-uDr1RKcB98 .embla__slide .slide-content .item-wrapper .item-content .item-text3 {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDr1RKcB98 .embla__slide .slide-content .item-wrapper .item-content .item-text1,
  .cid-uDr1RKcB98 .embla__slide .slide-content .item-wrapper .item-content .item-text2,
  .cid-uDr1RKcB98 .embla__slide .slide-content .item-wrapper .item-content .item-text3 {
    margin-bottom: 32px;
  }
}
.cid-uDr1RKcB98 .embla__slide .slide-content .item-wrapper .item-content .item-name1,
.cid-uDr1RKcB98 .embla__slide .slide-content .item-wrapper .item-content .item-name2,
.cid-uDr1RKcB98 .embla__slide .slide-content .item-wrapper .item-content .item-name3 {
  margin-bottom: 0;
}
.cid-uDr1RKcB98 .embla__slide .slide-content .item-wrapper .item-content .item-role1,
.cid-uDr1RKcB98 .embla__slide .slide-content .item-wrapper .item-content .item-role2,
.cid-uDr1RKcB98 .embla__slide .slide-content .item-wrapper .item-content .item-role3 {
  margin-bottom: 0;
}
.cid-uDr1RKcB98 .embla__slide .slide-content .card_1 {
  background-color: #8bdfdd;
}
.cid-uDr1RKcB98 .embla__slide .slide-content .card_2 {
  background-color: #8ed993;
}
.cid-uDr1RKcB98 .embla__slide .slide-content .card_3 {
  background-color: #8bdfdd;
}
.cid-uDr1RKcB98 .embla__button--next,
.cid-uDr1RKcB98 .embla__button--prev {
  display: flex;
}
.cid-uDr1RKcB98 .embla__button {
  bottom: 2rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #2c2625 !important;
  border: 2px solid #2c2625 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: -6px 6px 0 #2c2625;
  display: none;
}
@media (max-width: 768px) {
  .cid-uDr1RKcB98 .embla__button {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uDr1RKcB98 .embla__button {
    bottom: 1rem;
  }
}
.cid-uDr1RKcB98 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uDr1RKcB98 .embla__button:hover {
  background-color: #2c2625 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-uDr1RKcB98 .embla__button.embla__button--prev {
  left: 108px;
}
@media (max-width: 1440px) {
  .cid-uDr1RKcB98 .embla__button.embla__button--prev {
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1RKcB98 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uDr1RKcB98 .embla__button.embla__button--next {
  right: 108px;
}
@media (max-width: 1440px) {
  .cid-uDr1RKcB98 .embla__button.embla__button--next {
    right: 64px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .cid-uDr1RKcB98 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uDr1RKcB98 .embla {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-uDr1RKcB98 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-uDr1RKcB98 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDr1RKcB98 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDr1RKcB98 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-uDr1RKcB98 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uDr1RKcB98 .mbr-section-title {
  color: #ffffff;
}
.cid-uDr1RKcB98 .mbr-label {
  color: #ffffff;
}
.cid-uDr1RKcB98 .list {
  color: #ffffff;
}
.cid-uDr1RKcB98 .item-name1 {
  color: #2C2625;
  text-align: center;
}
.cid-uDr1RKcB98 .item-name2 {
  color: #2C2625;
  text-align: center;
}
.cid-uDr1RKcB98 .item-name3 {
  color: #2C2625;
  text-align: center;
}
.cid-uDr1RKcB98 .item-role1 {
  color: #2C2625;
  text-align: center;
}
.cid-uDr1RKcB98 .item-role2 {
  color: #2C2625;
  text-align: center;
}
.cid-uDr1RKcB98 .item-role3 {
  color: #2C2625;
  text-align: center;
}
.cid-uDr1RKcB98 .item-text1 {
  color: #2C2625;
}
.cid-uDr1RKcB98 .item-text2 {
  color: #2C2625;
  text-align: center;
}
.cid-uDr1RKcB98 .item-text3 {
  color: #2C2625;
  text-align: center;
}
.cid-uDr1RKcB98 .item-text1,
.cid-uDr1RKcB98 .item-img {
  text-align: center;
}
.cid-uFqLefmb1K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFqLefmb1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqLefmb1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqLefmb1K .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFqLefmb1K .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFqLefmb1K .container {
    padding: 0 26px;
  }
}
.cid-uFqLefmb1K .row {
  justify-content: center;
}
.cid-uFqLefmb1K .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #8bdfdd;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uFqLefmb1K .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uFqLefmb1K .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uFqLefmb1K .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uFqLefmb1K .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uFqLefmb1K .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFqLefmb1K .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFqLefmb1K .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFqLefmb1K .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uFqLefmb1K .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFqLefmb1K .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uFqLefmb1K .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uFqLefmb1K .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uFqLefmb1K .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFqLefmb1K .mbr-section-title {
  color: #000000;
}
.cid-uFqLefmb1K .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFqLefmb1K .mbr-desc {
  color: #ffffff;
}
.cid-uFqLefmb1K .mbr-text {
  color: #000000;
}
.cid-uFqLefmb1K .mbr-link {
  color: #ffffff;
}
.cid-uDrg9YbiLE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uDrg9YbiLE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDrg9YbiLE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDrg9YbiLE .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uDrg9YbiLE .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDrg9YbiLE .content-wrapper {
    padding: 0;
  }
}
.cid-uDrg9YbiLE .content-wrapper .mbr-label {
  margin-bottom: 110px;
}
@media (max-width: 992px) {
  .cid-uDrg9YbiLE .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uDrg9YbiLE .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uDrg9YbiLE .content-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uDrg9YbiLE .content-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uDrg9YbiLE .content-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uDrg9YbiLE .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 20px 0;
  border: none;
  border-bottom: 2px solid #ffffff;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uDrg9YbiLE .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  padding-left: 20px;
}
.cid-uDrg9YbiLE .tab-content {
  padding: 0 108px 0 75px;
}
@media (max-width: 1440px) {
  .cid-uDrg9YbiLE .tab-content {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDrg9YbiLE .tab-content {
    padding: 0;
  }
}
.cid-uDrg9YbiLE .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 780px;
  object-fit: cover;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uDrg9YbiLE .tab-content .tab-pane .content-wrap .image-wrap img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uDrg9YbiLE .button-wrap {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uDrg9YbiLE .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDrg9YbiLE .button-wrap {
    padding: 0;
  }
}
.cid-uDrg9YbiLE .button-wrap .mbr-section-btn {
  margin-top: 110px;
}
@media (max-width: 992px) {
  .cid-uDrg9YbiLE .button-wrap .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uDrg9YbiLE .mbr-section-title {
  color: #2C2625;
}
.cid-uDrg9YbiLE .mbr-section-btn {
  text-align: center;
}
.cid-uDrg9YbiLE .mbr-label,
.cid-uDrg9YbiLE .mbr-section-btn {
  color: #ffffff;
}
.cid-uFqWdBgVlF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #8bdfdd;
}
.cid-uFqWdBgVlF .mbr-text,
.cid-uFqWdBgVlF .mbr-section-btn {
  color: #fafafa;
}
.cid-uFqWdBgVlF .row {
  justify-content: start;
}
.cid-uFqWdBgVlF .mbr-section-title {
  color: #fafafa;
}
.cid-uFqWdBgVlF .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-uFqWdBgVlF .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-uFqWdBgVlF .wrapper {
    flex-direction: column-reverse;
  }
  .cid-uFqWdBgVlF .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uFqWdBgVlF .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-uFqWdBgVlF .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-uFqWdBgVlF .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uFqWdBgVlF .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-uFqWdBgVlF .mbr-text {
  color: #000000;
}
.cid-uDr1WFXPtj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uDr1WFXPtj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr1WFXPtj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr1WFXPtj .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uDr1WFXPtj .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1WFXPtj .content-wrapper {
    padding: 0;
  }
}
.cid-uDr1WFXPtj .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDr1WFXPtj .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDr1WFXPtj .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uDr1WFXPtj .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1WFXPtj .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uDr1WFXPtj .mbr-section-title {
  color: #ffffff;
}
.cid-uFqNs3JmuL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uFqNs3JmuL .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFqNs3JmuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqNs3JmuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqNs3JmuL .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #8bdfdd;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFqNs3JmuL .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFqNs3JmuL .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFqNs3JmuL .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uFqNs3JmuL .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFqNs3JmuL .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFqNs3JmuL .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFqNs3JmuL .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFqNs3JmuL .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFqNs3JmuL .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFqNs3JmuL .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFqNs3JmuL .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFqNs3JmuL .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFqNs3JmuL .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFqNs3JmuL .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFqNs3JmuL .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFqNs3JmuL .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFqNs3JmuL .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFqNs3JmuL .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFqNs3JmuL .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFqNs3JmuL .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFqNs3JmuL .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFqNs3JmuL .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFqNs3JmuL .mbr-section-title {
  color: #150764;
}
.cid-uFqNs3JmuL .mbr-desc {
  color: #150764;
}
.cid-uFqNs3JmuL .list {
  color: #150764;
}
.cid-uFqZ2AZqZI .navbar-dropdown {
  position: relative !important;
}
.cid-uFqZ2AZqZI .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFqZ2AZqZI .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZ2AZqZI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFqZ2AZqZI .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-uFqZ2AZqZI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFqZ2AZqZI .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFqZ2AZqZI .dropdown-item:hover,
.cid-uFqZ2AZqZI .dropdown-item:focus {
  background: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFqZ2AZqZI .dropdown-item:hover span {
  color: white;
}
.cid-uFqZ2AZqZI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFqZ2AZqZI .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFqZ2AZqZI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFqZ2AZqZI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFqZ2AZqZI .nav-link {
  position: relative;
}
.cid-uFqZ2AZqZI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFqZ2AZqZI .container {
    flex-wrap: nowrap;
  }
}
.cid-uFqZ2AZqZI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFqZ2AZqZI .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uFqZ2AZqZI .dropdown-menu,
.cid-uFqZ2AZqZI .navbar.opened {
  background: #2c2625 !important;
}
.cid-uFqZ2AZqZI .nav-item:focus,
.cid-uFqZ2AZqZI .nav-link:focus {
  outline: none;
}
.cid-uFqZ2AZqZI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFqZ2AZqZI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFqZ2AZqZI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFqZ2AZqZI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFqZ2AZqZI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFqZ2AZqZI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFqZ2AZqZI .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFqZ2AZqZI .navbar.opened {
  transition: all 0.3s;
}
.cid-uFqZ2AZqZI .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uFqZ2AZqZI .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFqZ2AZqZI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFqZ2AZqZI .navbar.collapsed {
  justify-content: center;
}
.cid-uFqZ2AZqZI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFqZ2AZqZI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFqZ2AZqZI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uFqZ2AZqZI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFqZ2AZqZI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFqZ2AZqZI .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-uFqZ2AZqZI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFqZ2AZqZI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFqZ2AZqZI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFqZ2AZqZI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFqZ2AZqZI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFqZ2AZqZI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFqZ2AZqZI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFqZ2AZqZI .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-uFqZ2AZqZI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFqZ2AZqZI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFqZ2AZqZI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFqZ2AZqZI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFqZ2AZqZI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFqZ2AZqZI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFqZ2AZqZI .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFqZ2AZqZI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFqZ2AZqZI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFqZ2AZqZI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFqZ2AZqZI .navbar-brand .navbar-caption:hover,
.cid-uFqZ2AZqZI .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFqZ2AZqZI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFqZ2AZqZI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFqZ2AZqZI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFqZ2AZqZI .dropdown-item.active,
.cid-uFqZ2AZqZI .dropdown-item:active {
  background-color: transparent;
}
.cid-uFqZ2AZqZI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFqZ2AZqZI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFqZ2AZqZI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFqZ2AZqZI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uFqZ2AZqZI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFqZ2AZqZI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFqZ2AZqZI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFqZ2AZqZI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFqZ2AZqZI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uFqZ2AZqZI .navbar-buttons {
  text-align: center;
}
.cid-uFqZ2AZqZI .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uFqZ2AZqZI .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFqZ2AZqZI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFqZ2AZqZI button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFqZ2AZqZI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFqZ2AZqZI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFqZ2AZqZI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFqZ2AZqZI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFqZ2AZqZI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFqZ2AZqZI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFqZ2AZqZI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFqZ2AZqZI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFqZ2AZqZI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFqZ2AZqZI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFqZ2AZqZI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFqZ2AZqZI .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-uFqZ2AZqZI .navbar {
    height: 70px;
  }
  .cid-uFqZ2AZqZI .navbar.opened {
    height: auto;
  }
  .cid-uFqZ2AZqZI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFqZ2AZqZI .navbar-nav {
  margin: 0 auto;
}
.cid-uFqZ2AZqZI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFqZ2AZqZI .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFqZ2AZqZI .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFqZ2AZqZI .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uFqZ2AZqZI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFqZ2AZqZI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFqZ2AZqZI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFqZ2AZqZI .nav-item .dropdown-menu .dropdown-item {
  color: #8bdfdd !important;
}
.cid-uFqZ2AZqZI .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uFqZ2AZqZI .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFqZ2AZqZI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFqZ2AZqZI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFqZ2AZqZI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFqZ2AZqZI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFqZ2AZqZI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFqZ2AZqZI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFqZ2AZqZI .content-wrap {
  min-height: 130px;
}
.cid-uFqZ2CzLQr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFqZ2CzLQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqZ2CzLQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqZ2CzLQr .card {
  justify-content: center;
}
.cid-uFqZ2CzLQr .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFqZ2CzLQr .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZ2CzLQr .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFqZ2CzLQr .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFqZ2CzLQr .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uFqZ2CzLQr .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uFqZ2CzLQr .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uFqZ2CzLQr .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFqZ2CzLQr .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFqZ2CzLQr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFqZ2CzLQr .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uFqZ2CzLQr .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFqZ2CzLQr .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZ2CzLQr .image-wrapper {
    padding-right: 0;
  }
}
.cid-uFqZ2CzLQr .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFqZ2CzLQr .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZ2CzLQr .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uFqZ2CzLQr .mbr-section-title {
  color: #ffffff;
}
.cid-uFqZ2CzLQr .mbr-tag {
  color: #ffffff;
}
.cid-uFqZ2CzLQr .mbr-text {
  color: #ffffff;
}
.cid-uFqZ2DP2lF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFqZ2DP2lF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqZ2DP2lF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqZ2DP2lF .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFqZ2DP2lF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZ2DP2lF .container {
    padding: 0 24px;
  }
}
.cid-uFqZ2DP2lF .row {
  justify-content: center;
}
.cid-uFqZ2DP2lF .content-wrapper {
  border-radius: 40px;
  background-color: #8bdfdd;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uFqZ2DP2lF .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFqZ2DP2lF .content-wrapper {
    padding: 32px;
  }
}
.cid-uFqZ2DP2lF .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFqZ2DP2lF .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uFqZ2DP2lF .mbr-section-title {
  color: #FF3399;
}
.cid-uFqZ2DP2lF .mbr-text {
  color: #000000;
}
.cid-uFqZ2EDvBY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFqZ2EDvBY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqZ2EDvBY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqZ2EDvBY .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFqZ2EDvBY .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZ2EDvBY .content-wrapper {
    padding: 0;
  }
}
.cid-uFqZ2EDvBY .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFqZ2EDvBY .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFqZ2EDvBY .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFqZ2EDvBY .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZ2EDvBY .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uFqZ2EDvBY .mbr-section-title {
  color: #ffffff;
}
.cid-uFqZ2Fy98V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uFqZ2Fy98V .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFqZ2Fy98V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqZ2Fy98V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqZ2Fy98V .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #8bdfdd;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFqZ2Fy98V .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFqZ2Fy98V .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFqZ2Fy98V .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uFqZ2Fy98V .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZ2Fy98V .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFqZ2Fy98V .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFqZ2Fy98V .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFqZ2Fy98V .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFqZ2Fy98V .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFqZ2Fy98V .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFqZ2Fy98V .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZ2Fy98V .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFqZ2Fy98V .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFqZ2Fy98V .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFqZ2Fy98V .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFqZ2Fy98V .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFqZ2Fy98V .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFqZ2Fy98V .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFqZ2Fy98V .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFqZ2Fy98V .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFqZ2Fy98V .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFqZ2Fy98V .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFqZ2Fy98V .mbr-section-title {
  color: #150764;
}
.cid-uFqZ2Fy98V .mbr-desc {
  color: #150764;
}
.cid-uFqZ2Fy98V .list {
  color: #150764;
}
.cid-uFqY5Xupb5 .navbar-dropdown {
  position: relative !important;
}
.cid-uFqY5Xupb5 .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFqY5Xupb5 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqY5Xupb5 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFqY5Xupb5 .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-uFqY5Xupb5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFqY5Xupb5 .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFqY5Xupb5 .dropdown-item:hover,
.cid-uFqY5Xupb5 .dropdown-item:focus {
  background: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFqY5Xupb5 .dropdown-item:hover span {
  color: white;
}
.cid-uFqY5Xupb5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFqY5Xupb5 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFqY5Xupb5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFqY5Xupb5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFqY5Xupb5 .nav-link {
  position: relative;
}
.cid-uFqY5Xupb5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFqY5Xupb5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uFqY5Xupb5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFqY5Xupb5 .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uFqY5Xupb5 .dropdown-menu,
.cid-uFqY5Xupb5 .navbar.opened {
  background: #2c2625 !important;
}
.cid-uFqY5Xupb5 .nav-item:focus,
.cid-uFqY5Xupb5 .nav-link:focus {
  outline: none;
}
.cid-uFqY5Xupb5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFqY5Xupb5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFqY5Xupb5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFqY5Xupb5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFqY5Xupb5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFqY5Xupb5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFqY5Xupb5 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFqY5Xupb5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFqY5Xupb5 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uFqY5Xupb5 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFqY5Xupb5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFqY5Xupb5 .navbar.collapsed {
  justify-content: center;
}
.cid-uFqY5Xupb5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFqY5Xupb5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFqY5Xupb5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uFqY5Xupb5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFqY5Xupb5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFqY5Xupb5 .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-uFqY5Xupb5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFqY5Xupb5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFqY5Xupb5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFqY5Xupb5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFqY5Xupb5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFqY5Xupb5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFqY5Xupb5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFqY5Xupb5 .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-uFqY5Xupb5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFqY5Xupb5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFqY5Xupb5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFqY5Xupb5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFqY5Xupb5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFqY5Xupb5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFqY5Xupb5 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFqY5Xupb5 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFqY5Xupb5 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFqY5Xupb5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFqY5Xupb5 .navbar-brand .navbar-caption:hover,
.cid-uFqY5Xupb5 .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFqY5Xupb5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFqY5Xupb5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFqY5Xupb5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFqY5Xupb5 .dropdown-item.active,
.cid-uFqY5Xupb5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFqY5Xupb5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFqY5Xupb5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFqY5Xupb5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFqY5Xupb5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uFqY5Xupb5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFqY5Xupb5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFqY5Xupb5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFqY5Xupb5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFqY5Xupb5 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uFqY5Xupb5 .navbar-buttons {
  text-align: center;
}
.cid-uFqY5Xupb5 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uFqY5Xupb5 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFqY5Xupb5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFqY5Xupb5 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFqY5Xupb5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFqY5Xupb5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFqY5Xupb5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFqY5Xupb5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFqY5Xupb5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFqY5Xupb5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFqY5Xupb5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFqY5Xupb5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFqY5Xupb5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFqY5Xupb5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFqY5Xupb5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFqY5Xupb5 .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-uFqY5Xupb5 .navbar {
    height: 70px;
  }
  .cid-uFqY5Xupb5 .navbar.opened {
    height: auto;
  }
  .cid-uFqY5Xupb5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFqY5Xupb5 .navbar-nav {
  margin: 0 auto;
}
.cid-uFqY5Xupb5 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFqY5Xupb5 .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFqY5Xupb5 .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFqY5Xupb5 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uFqY5Xupb5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFqY5Xupb5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFqY5Xupb5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFqY5Xupb5 .nav-item .dropdown-menu .dropdown-item {
  color: #8bdfdd !important;
}
.cid-uFqY5Xupb5 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uFqY5Xupb5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFqY5Xupb5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFqY5Xupb5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFqY5Xupb5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFqY5Xupb5 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFqY5Xupb5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFqY5Xupb5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFqY5Xupb5 .content-wrap {
  min-height: 130px;
}
.cid-uFqY5ZaoFp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFqY5ZaoFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqY5ZaoFp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqY5ZaoFp .card {
  justify-content: center;
}
.cid-uFqY5ZaoFp .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFqY5ZaoFp .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqY5ZaoFp .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFqY5ZaoFp .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFqY5ZaoFp .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uFqY5ZaoFp .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uFqY5ZaoFp .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uFqY5ZaoFp .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFqY5ZaoFp .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFqY5ZaoFp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFqY5ZaoFp .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uFqY5ZaoFp .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFqY5ZaoFp .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqY5ZaoFp .image-wrapper {
    padding-right: 0;
  }
}
.cid-uFqY5ZaoFp .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFqY5ZaoFp .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFqY5ZaoFp .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uFqY5ZaoFp .mbr-section-title {
  color: #ffffff;
}
.cid-uFqY5ZaoFp .mbr-tag {
  color: #ffffff;
}
.cid-uFqY5ZaoFp .mbr-text {
  color: #ffffff;
}
.cid-uFqY62cJFC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFqY62cJFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqY62cJFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqY62cJFC .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFqY62cJFC .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFqY62cJFC .container {
    padding: 0 24px;
  }
}
.cid-uFqY62cJFC .row {
  justify-content: center;
}
.cid-uFqY62cJFC .content-wrapper {
  border-radius: 40px;
  background-color: #8bdfdd;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uFqY62cJFC .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFqY62cJFC .content-wrapper {
    padding: 32px;
  }
}
.cid-uFqY62cJFC .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFqY62cJFC .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uFqY62cJFC .mbr-section-title {
  color: #FF3399;
}
.cid-uFqY62cJFC .mbr-text {
  color: #000000;
}
.cid-uFqY6jfwtA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFqY6jfwtA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqY6jfwtA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqY6jfwtA .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFqY6jfwtA .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqY6jfwtA .content-wrapper {
    padding: 0;
  }
}
.cid-uFqY6jfwtA .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFqY6jfwtA .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFqY6jfwtA .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFqY6jfwtA .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFqY6jfwtA .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uFqY6jfwtA .mbr-section-title {
  color: #ffffff;
}
.cid-uFqY6kk5uq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uFqY6kk5uq .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFqY6kk5uq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqY6kk5uq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqY6kk5uq .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #8bdfdd;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFqY6kk5uq .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFqY6kk5uq .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFqY6kk5uq .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uFqY6kk5uq .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFqY6kk5uq .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFqY6kk5uq .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFqY6kk5uq .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFqY6kk5uq .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFqY6kk5uq .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFqY6kk5uq .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFqY6kk5uq .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFqY6kk5uq .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFqY6kk5uq .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFqY6kk5uq .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFqY6kk5uq .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFqY6kk5uq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFqY6kk5uq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFqY6kk5uq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFqY6kk5uq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFqY6kk5uq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFqY6kk5uq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFqY6kk5uq .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFqY6kk5uq .mbr-section-title {
  color: #150764;
}
.cid-uFqY6kk5uq .mbr-desc {
  color: #150764;
}
.cid-uFqY6kk5uq .list {
  color: #150764;
}
.cid-uFqZXvEY0m .navbar-dropdown {
  position: relative !important;
}
.cid-uFqZXvEY0m .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFqZXvEY0m .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXvEY0m .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFqZXvEY0m .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-uFqZXvEY0m .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFqZXvEY0m .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFqZXvEY0m .dropdown-item:hover,
.cid-uFqZXvEY0m .dropdown-item:focus {
  background: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFqZXvEY0m .dropdown-item:hover span {
  color: white;
}
.cid-uFqZXvEY0m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFqZXvEY0m .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFqZXvEY0m .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFqZXvEY0m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFqZXvEY0m .nav-link {
  position: relative;
}
.cid-uFqZXvEY0m .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFqZXvEY0m .container {
    flex-wrap: nowrap;
  }
}
.cid-uFqZXvEY0m .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFqZXvEY0m .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uFqZXvEY0m .dropdown-menu,
.cid-uFqZXvEY0m .navbar.opened {
  background: #2c2625 !important;
}
.cid-uFqZXvEY0m .nav-item:focus,
.cid-uFqZXvEY0m .nav-link:focus {
  outline: none;
}
.cid-uFqZXvEY0m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFqZXvEY0m .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFqZXvEY0m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFqZXvEY0m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFqZXvEY0m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFqZXvEY0m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFqZXvEY0m .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFqZXvEY0m .navbar.opened {
  transition: all 0.3s;
}
.cid-uFqZXvEY0m .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uFqZXvEY0m .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFqZXvEY0m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFqZXvEY0m .navbar.collapsed {
  justify-content: center;
}
.cid-uFqZXvEY0m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFqZXvEY0m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFqZXvEY0m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uFqZXvEY0m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFqZXvEY0m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFqZXvEY0m .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-uFqZXvEY0m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFqZXvEY0m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFqZXvEY0m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFqZXvEY0m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFqZXvEY0m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFqZXvEY0m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFqZXvEY0m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFqZXvEY0m .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-uFqZXvEY0m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFqZXvEY0m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFqZXvEY0m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFqZXvEY0m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFqZXvEY0m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFqZXvEY0m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFqZXvEY0m .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFqZXvEY0m .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFqZXvEY0m .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFqZXvEY0m .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFqZXvEY0m .navbar-brand .navbar-caption:hover,
.cid-uFqZXvEY0m .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFqZXvEY0m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFqZXvEY0m .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFqZXvEY0m .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFqZXvEY0m .dropdown-item.active,
.cid-uFqZXvEY0m .dropdown-item:active {
  background-color: transparent;
}
.cid-uFqZXvEY0m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFqZXvEY0m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFqZXvEY0m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFqZXvEY0m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uFqZXvEY0m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFqZXvEY0m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFqZXvEY0m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFqZXvEY0m ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFqZXvEY0m ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uFqZXvEY0m .navbar-buttons {
  text-align: center;
}
.cid-uFqZXvEY0m .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uFqZXvEY0m .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFqZXvEY0m .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFqZXvEY0m button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFqZXvEY0m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFqZXvEY0m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFqZXvEY0m button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFqZXvEY0m button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFqZXvEY0m button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFqZXvEY0m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFqZXvEY0m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFqZXvEY0m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFqZXvEY0m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFqZXvEY0m .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFqZXvEY0m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFqZXvEY0m .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-uFqZXvEY0m .navbar {
    height: 70px;
  }
  .cid-uFqZXvEY0m .navbar.opened {
    height: auto;
  }
  .cid-uFqZXvEY0m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFqZXvEY0m .navbar-nav {
  margin: 0 auto;
}
.cid-uFqZXvEY0m .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFqZXvEY0m .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFqZXvEY0m .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFqZXvEY0m .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uFqZXvEY0m .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFqZXvEY0m .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFqZXvEY0m .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFqZXvEY0m .nav-item .dropdown-menu .dropdown-item {
  color: #8bdfdd !important;
}
.cid-uFqZXvEY0m .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uFqZXvEY0m .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFqZXvEY0m .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFqZXvEY0m .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFqZXvEY0m .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFqZXvEY0m .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFqZXvEY0m .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFqZXvEY0m .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFqZXvEY0m .content-wrap {
  min-height: 130px;
}
.cid-uFqZXwVFQw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFqZXwVFQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqZXwVFQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqZXwVFQw .card {
  justify-content: center;
}
.cid-uFqZXwVFQw .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFqZXwVFQw .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXwVFQw .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFqZXwVFQw .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFqZXwVFQw .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uFqZXwVFQw .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uFqZXwVFQw .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uFqZXwVFQw .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFqZXwVFQw .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFqZXwVFQw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFqZXwVFQw .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uFqZXwVFQw .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFqZXwVFQw .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXwVFQw .image-wrapper {
    padding-right: 0;
  }
}
.cid-uFqZXwVFQw .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFqZXwVFQw .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXwVFQw .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uFqZXwVFQw .mbr-section-title {
  color: #ffffff;
}
.cid-uFqZXwVFQw .mbr-tag {
  color: #ffffff;
}
.cid-uFqZXwVFQw .mbr-text {
  color: #ffffff;
}
.cid-uFqZXxXTM7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFqZXxXTM7 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFqZXxXTM7 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uFqZXxXTM7 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #8bdfdd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uFqZXxXTM7 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uFqZXxXTM7 .mbr-text {
  color: #000000;
}
.cid-uFqZXyTO4e {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFqZXyTO4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqZXyTO4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqZXyTO4e .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFqZXyTO4e .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXyTO4e .container {
    padding: 0 24px;
  }
}
.cid-uFqZXyTO4e .row {
  justify-content: center;
}
.cid-uFqZXyTO4e .content-wrapper {
  border-radius: 40px;
  background-color: #8bdfdd;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uFqZXyTO4e .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFqZXyTO4e .content-wrapper {
    padding: 32px;
  }
}
.cid-uFqZXyTO4e .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFqZXyTO4e .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uFqZXyTO4e .mbr-section-title {
  color: #FF3399;
}
.cid-uFqZXyTO4e .mbr-text {
  color: #000000;
}
.cid-uFqZXzSmVd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFqZXzSmVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqZXzSmVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqZXzSmVd .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFqZXzSmVd .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXzSmVd .content-wrapper {
    padding: 0;
  }
}
.cid-uFqZXzSmVd .content-wrapper .card-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #8bdfdd;
  padding: 108px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
}
@media (max-width: 1440px) {
  .cid-uFqZXzSmVd .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXzSmVd .content-wrapper .card-wrapper {
    padding: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXzSmVd .content-wrapper .card-wrapper {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uFqZXzSmVd .content-wrapper .card-wrapper .card-wrap {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFqZXzSmVd .content-wrapper .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uFqZXzSmVd .content-wrapper .card-wrapper .card-wrap .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uFqZXzSmVd .content-wrapper .card-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-uFqZXzSmVd .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uFqZXzSmVd .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFqZXzSmVd .content-wrapper .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 32px;
}
.cid-uFqZXzSmVd .content-wrapper .card-wrapper .image-wrapper {
  position: relative;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uFqZXzSmVd .content-wrapper .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFqZXzSmVd .content-wrapper .card-wrapper .image-wrapper .image-wrap-main img {
  object-fit: cover;
  height: 570px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uFqZXzSmVd .content-wrapper .card-wrapper .image-wrapper .image-wrap-main img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uFqZXzSmVd .content-wrapper .card-wrapper .image-wrapper .image-wrap {
  position: absolute;
  top: 30%;
  left: -10%;
}
.cid-uFqZXzSmVd .content-wrapper .card-wrapper .image-wrapper .image-wrap img {
  height: 220px;
  width: 220px;
  display: inline-block;
  border-radius: 100% !important;
  object-fit: cover;
  border: 16px solid #8bdfdd;
  box-shadow: -16px 16px 0 #2c2625;
}
.cid-uFqZXzSmVd .mbr-tag {
  color: #2C2625;
}
.cid-uFqZXzSmVd .mbr-section-title {
  color: #2C2625;
}
.cid-uFqZXzSmVd .mbr-text {
  color: #000000;
}
.cid-uFqZXzSmVd .mbr-tag,
.cid-uFqZXzSmVd .tag-wrapper {
  color: #000000;
}
.cid-uFqZXATs2t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFqZXATs2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqZXATs2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqZXATs2t .card {
  justify-content: center;
}
.cid-uFqZXATs2t .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFqZXATs2t .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXATs2t .content-wrapper {
    padding: 0;
  }
}
.cid-uFqZXATs2t .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFqZXATs2t .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFqZXATs2t .button-wrap {
  padding: 0 108px 0 75px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uFqZXATs2t .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXATs2t .button-wrap {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFqZXATs2t .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px 108px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFqZXATs2t .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXATs2t .items-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uFqZXATs2t .items-wrapper .item {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFqZXATs2t .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uFqZXATs2t .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uFqZXATs2t .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFqZXATs2t .items-wrapper .item .item-wrapper {
  transition: all .3s ease;
  height: 100%;
}
.cid-uFqZXATs2t .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uFqZXATs2t .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 52px;
  }
}
.cid-uFqZXATs2t .items-wrapper .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
  border: 2px solid #ffffff;
}
.cid-uFqZXATs2t .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  height: 315px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uFqZXATs2t .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: -1.5rem;
  left: -3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
  background-color: #2c2625;
}
@media (max-width: 1440px) {
  .cid-uFqZXATs2t .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXATs2t .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uFqZXATs2t .items-wrapper .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 45px;
}
.cid-uFqZXATs2t .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uFqZXATs2t .items-wrapper .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uFqZXATs2t .items-wrapper .item .item-wrapper .card-box .tag-wrapper .item-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uFqZXATs2t .items-wrapper .item .item-wrapper .card-box .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-uFqZXATs2t .mbr-section-btn {
  text-align: right;
}
.cid-uFqZXATs2t .mbr-section-title {
  color: #ffffff;
}
.cid-uFqZXATs2t .item-title {
  color: #ffffff;
}
.cid-uFqZXATs2t .item-tag {
  color: #ffffff;
}
.cid-uFqZXATs2t .item-text {
  color: #ffffff;
}
.cid-uFqZXATs2t .item-tag,
.cid-uFqZXATs2t .tag-wrapper {
  text-align: center;
}
.cid-uFqZXCeyf1 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uFqZXCeyf1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqZXCeyf1 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFqZXCeyf1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqZXCeyf1 h1 {
  max-width: 800px;
}
.cid-uFqZXCeyf1 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFqZXCeyf1 .btn:hover {
  transform: scale(1.1);
  background: #2c2625 !important;
  border-color: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFqZXCeyf1 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uFqZXCeyf1 .btn div {
  overflow: hidden;
}
.cid-uFqZXCeyf1 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uFqZXCeyf1 {
    align-items: center;
  }
  .cid-uFqZXCeyf1 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFqZXCeyf1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFqZXCeyf1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFqZXCeyf1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFqZXCeyf1 .content-wrap {
    width: 100%;
  }
}
.cid-uFqZXCeyf1 .mbr-section-subtitle,
.cid-uFqZXCeyf1 .line {
  color: #291f1e;
}
.cid-uFqZXCeyf1 .mbr-text,
.cid-uFqZXCeyf1 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uFqZXCeyf1 .mbr-section-title {
  color: #291f1e;
}
.cid-uFqZXDiA4M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFqZXDiA4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqZXDiA4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqZXDiA4M .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFqZXDiA4M .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXDiA4M .content-wrapper {
    padding: 0;
  }
}
.cid-uFqZXDiA4M .content-wrapper .mbr-label {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFqZXDiA4M .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uFqZXDiA4M .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFqZXDiA4M .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFqZXDiA4M .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1700px) {
  .cid-uFqZXDiA4M .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1600px) {
  .cid-uFqZXDiA4M .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uFqZXDiA4M .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXDiA4M .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXDiA4M .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uFqZXDiA4M .items-wrapper .item .item-wrapper {
  padding: 42px;
  height: 100%;
  border: 2px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uFqZXDiA4M .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXDiA4M .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uFqZXDiA4M .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFqZXDiA4M .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uFqZXDiA4M .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 220px;
  display: inline-block;
  border-radius: 100% !important;
  object-fit: cover;
  border: 16px solid #ffffff;
  box-shadow: -16px 16px 0 #ffffff;
  outline: 2px solid #2c2625;
}
.cid-uFqZXDiA4M .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 32px;
}
.cid-uFqZXDiA4M .items-wrapper .item .item-wrapper .card-box {
  margin-bottom: 0;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uFqZXDiA4M .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uFqZXDiA4M .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 0;
}
.cid-uFqZXDiA4M .items-wrapper .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-uFqZXDiA4M .mbr-label {
  color: #ffffff;
}
.cid-uFqZXDiA4M .mbr-section-title {
  color: #ffffff;
}
.cid-uFqZXDiA4M .item-text {
  color: #ffffff;
}
.cid-uFqZXDiA4M .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-uFqZXDiA4M .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-uFqZXExcEW {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uFqZXExcEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqZXExcEW .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFqZXExcEW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqZXExcEW h1 {
  max-width: 800px;
}
.cid-uFqZXExcEW p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFqZXExcEW .btn:hover {
  transform: scale(1.1);
  background: #2c2625 !important;
  border-color: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFqZXExcEW .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uFqZXExcEW .btn div {
  overflow: hidden;
}
.cid-uFqZXExcEW .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uFqZXExcEW {
    align-items: center;
  }
  .cid-uFqZXExcEW .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFqZXExcEW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFqZXExcEW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFqZXExcEW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFqZXExcEW .content-wrap {
    width: 100%;
  }
}
.cid-uFqZXExcEW .mbr-section-subtitle,
.cid-uFqZXExcEW .line {
  color: #291f1e;
}
.cid-uFqZXExcEW .mbr-text,
.cid-uFqZXExcEW .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uFqZXExcEW .mbr-section-title {
  color: #291f1e;
}
.cid-uFqZXFAXRN {
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/preg-2000x1230.jpg");
}
.cid-uFqZXFAXRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqZXFAXRN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqZXFAXRN .row {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uFqZXFAXRN .row {
    height: 350px;
  }
}
.cid-uFqZXGE9xT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFqZXGE9xT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqZXGE9xT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqZXGE9xT .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFqZXGE9xT .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXGE9xT .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uFqZXGE9xT .content-wrapper .card-wrapper {
  display: flex;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uFqZXGE9xT .content-wrapper .card-wrapper {
    display: block;
  }
}
.cid-uFqZXGE9xT .content-wrapper .card-wrapper .title-wrapper {
  padding: 108px;
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-uFqZXGE9xT .content-wrapper .card-wrapper .title-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXGE9xT .content-wrapper .card-wrapper .title-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uFqZXGE9xT .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFqZXGE9xT .content-wrapper .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uFqZXGE9xT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  border-left: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-uFqZXGE9xT .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXGE9xT .embla__slide {
    border-left: none;
    border-top: 2px solid #ffffff;
  }
}
.cid-uFqZXGE9xT .embla__slide .slide-content {
  width: 100%;
}
.cid-uFqZXGE9xT .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 32px;
  height: 100%;
  background-color: #8bdfdd;
}
@media (max-width: 992px) {
  .cid-uFqZXGE9xT .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uFqZXGE9xT .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.cid-uFqZXGE9xT .embla__slide .slide-content .item-wrapper .item-img img {
  height: 416px;
  width: 50%;
  display: inline-block;
  object-fit: cover;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uFqZXGE9xT .embla__slide .slide-content .item-wrapper .item-img img {
    width: 100%;
    height: 350px;
    box-shadow: -5px 5px 0 #2c2625;
  }
}
.cid-uFqZXGE9xT .embla__slide .slide-content .item-wrapper .item-content {
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  position: relative;
  z-index: 1;
  padding: 42px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 #2c2625;
  background-color: #ffffff;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-uFqZXGE9xT .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 20px;
    box-shadow: -5px 5px 0 #2c2625;
    margin-top: 32px;
  }
}
.cid-uFqZXGE9xT .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uFqZXGE9xT .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-uFqZXGE9xT .embla__button--next,
.cid-uFqZXGE9xT .embla__button--prev {
  display: flex;
}
.cid-uFqZXGE9xT .embla__button {
  bottom: 2rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #2c2625 !important;
  border: 2px solid #2c2625 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: -6px 6px 0 #2c2625;
  display: none;
}
@media (max-width: 767px) {
  .cid-uFqZXGE9xT .embla__button {
    bottom: 1rem;
  }
}
.cid-uFqZXGE9xT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFqZXGE9xT .embla__button:hover {
  background-color: #2c2625 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-uFqZXGE9xT .embla__button.embla__button--prev {
  left: 108px;
}
@media (max-width: 1440px) {
  .cid-uFqZXGE9xT .embla__button.embla__button--prev {
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXGE9xT .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uFqZXGE9xT .embla__button.embla__button--next {
  right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFqZXGE9xT .embla__button.embla__button--next {
    right: 64px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .cid-uFqZXGE9xT .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uFqZXGE9xT .embla {
  position: relative;
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uFqZXGE9xT .embla {
    width: 100%;
  }
}
.cid-uFqZXGE9xT .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uFqZXGE9xT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFqZXGE9xT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFqZXGE9xT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFqZXGE9xT .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uFqZXGE9xT .mbr-section-title {
  color: #ffffff;
}
.cid-uFqZXGE9xT .mbr-text {
  color: #ffffff;
}
.cid-uFqZXGE9xT .item-text {
  color: #2C2625;
}
.cid-uFqZXGE9xT .item-date {
  color: #2C2625;
}
.cid-uFqZXHOZCf {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uFqZXHOZCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqZXHOZCf .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFqZXHOZCf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqZXHOZCf h1 {
  max-width: 800px;
}
.cid-uFqZXHOZCf p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFqZXHOZCf .btn:hover {
  transform: scale(1.1);
  background: #2c2625 !important;
  border-color: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFqZXHOZCf .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uFqZXHOZCf .btn div {
  overflow: hidden;
}
.cid-uFqZXHOZCf .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uFqZXHOZCf {
    align-items: center;
  }
  .cid-uFqZXHOZCf .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFqZXHOZCf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFqZXHOZCf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFqZXHOZCf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFqZXHOZCf .content-wrap {
    width: 100%;
  }
}
.cid-uFqZXHOZCf .mbr-section-subtitle,
.cid-uFqZXHOZCf .line {
  color: #291f1e;
}
.cid-uFqZXHOZCf .mbr-text,
.cid-uFqZXHOZCf .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uFqZXHOZCf .mbr-section-title {
  color: #291f1e;
}
.cid-uFqZXIWYx1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFqZXIWYx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqZXIWYx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqZXIWYx1 .card {
  justify-content: center;
}
.cid-uFqZXIWYx1 .title-wrapper {
  padding: 108px;
}
@media (max-width: 1440px) {
  .cid-uFqZXIWYx1 .title-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXIWYx1 .title-wrapper {
    padding: 80px 0 32px;
  }
}
.cid-uFqZXIWYx1 .title-wrapper .mbr-label {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uFqZXIWYx1 .title-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uFqZXIWYx1 .title-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uFqZXIWYx1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFqZXIWYx1 .title-wrapper .list {
  padding: 0;
  margin-bottom: 42px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uFqZXIWYx1 .title-wrapper .list {
    margin-bottom: 32px;
  }
}
.cid-uFqZXIWYx1 .title-wrapper .list .item-wrap {
  padding-left: 44px;
  position: relative;
  margin-bottom: 20px;
}
.cid-uFqZXIWYx1 .title-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFqZXIWYx1 .title-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  box-shadow: -5px 5px 0 #ffffff;
}
.cid-uFqZXIWYx1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  border-left: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-uFqZXIWYx1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXIWYx1 .embla__slide {
    border-left: none;
    border-top: 2px solid #ffffff;
  }
}
.cid-uFqZXIWYx1 .embla__slide .slide-content {
  width: 100%;
  height: 100%;
}
.cid-uFqZXIWYx1 .embla__slide .slide-content .item-wrapper {
  padding: 108px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uFqZXIWYx1 .embla__slide .slide-content .item-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXIWYx1 .embla__slide .slide-content .item-wrapper {
    padding: 80px 20px;
  }
}
.cid-uFqZXIWYx1 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uFqZXIWYx1 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  width: 220px;
  display: inline-block;
  border-radius: 100% !important;
  object-fit: cover;
  border: 16px solid #ffffff;
  box-shadow: -16px 16px 0 #2c2625;
}
.cid-uFqZXIWYx1 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uFqZXIWYx1 .embla__slide .slide-content .item-wrapper .item-content .item-text1,
.cid-uFqZXIWYx1 .embla__slide .slide-content .item-wrapper .item-content .item-text2,
.cid-uFqZXIWYx1 .embla__slide .slide-content .item-wrapper .item-content .item-text3 {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFqZXIWYx1 .embla__slide .slide-content .item-wrapper .item-content .item-text1,
  .cid-uFqZXIWYx1 .embla__slide .slide-content .item-wrapper .item-content .item-text2,
  .cid-uFqZXIWYx1 .embla__slide .slide-content .item-wrapper .item-content .item-text3 {
    margin-bottom: 32px;
  }
}
.cid-uFqZXIWYx1 .embla__slide .slide-content .item-wrapper .item-content .item-name1,
.cid-uFqZXIWYx1 .embla__slide .slide-content .item-wrapper .item-content .item-name2,
.cid-uFqZXIWYx1 .embla__slide .slide-content .item-wrapper .item-content .item-name3 {
  margin-bottom: 0;
}
.cid-uFqZXIWYx1 .embla__slide .slide-content .item-wrapper .item-content .item-role1,
.cid-uFqZXIWYx1 .embla__slide .slide-content .item-wrapper .item-content .item-role2,
.cid-uFqZXIWYx1 .embla__slide .slide-content .item-wrapper .item-content .item-role3 {
  margin-bottom: 0;
}
.cid-uFqZXIWYx1 .embla__slide .slide-content .card_1 {
  background-color: #8bdfdd;
}
.cid-uFqZXIWYx1 .embla__slide .slide-content .card_2 {
  background-color: #8ed993;
}
.cid-uFqZXIWYx1 .embla__slide .slide-content .card_3 {
  background-color: #8bdfdd;
}
.cid-uFqZXIWYx1 .embla__button--next,
.cid-uFqZXIWYx1 .embla__button--prev {
  display: flex;
}
.cid-uFqZXIWYx1 .embla__button {
  bottom: 2rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #2c2625 !important;
  border: 2px solid #2c2625 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: -6px 6px 0 #2c2625;
  display: none;
}
@media (max-width: 768px) {
  .cid-uFqZXIWYx1 .embla__button {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uFqZXIWYx1 .embla__button {
    bottom: 1rem;
  }
}
.cid-uFqZXIWYx1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFqZXIWYx1 .embla__button:hover {
  background-color: #2c2625 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-uFqZXIWYx1 .embla__button.embla__button--prev {
  left: 108px;
}
@media (max-width: 1440px) {
  .cid-uFqZXIWYx1 .embla__button.embla__button--prev {
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXIWYx1 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uFqZXIWYx1 .embla__button.embla__button--next {
  right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFqZXIWYx1 .embla__button.embla__button--next {
    right: 64px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .cid-uFqZXIWYx1 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uFqZXIWYx1 .embla {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-uFqZXIWYx1 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-uFqZXIWYx1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFqZXIWYx1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFqZXIWYx1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-uFqZXIWYx1 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uFqZXIWYx1 .mbr-section-title {
  color: #ffffff;
}
.cid-uFqZXIWYx1 .mbr-label {
  color: #ffffff;
}
.cid-uFqZXIWYx1 .list {
  color: #ffffff;
}
.cid-uFqZXIWYx1 .item-name1 {
  color: #2C2625;
  text-align: center;
}
.cid-uFqZXIWYx1 .item-name2 {
  color: #2C2625;
  text-align: center;
}
.cid-uFqZXIWYx1 .item-name3 {
  color: #2C2625;
  text-align: center;
}
.cid-uFqZXIWYx1 .item-role1 {
  color: #2C2625;
  text-align: center;
}
.cid-uFqZXIWYx1 .item-role2 {
  color: #2C2625;
  text-align: center;
}
.cid-uFqZXIWYx1 .item-role3 {
  color: #2C2625;
  text-align: center;
}
.cid-uFqZXIWYx1 .item-text1 {
  color: #2C2625;
}
.cid-uFqZXIWYx1 .item-text2 {
  color: #2C2625;
  text-align: center;
}
.cid-uFqZXIWYx1 .item-text3 {
  color: #2C2625;
  text-align: center;
}
.cid-uFqZXIWYx1 .item-text1,
.cid-uFqZXIWYx1 .item-img {
  text-align: center;
}
.cid-uFqZXKv5ad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFqZXKv5ad .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqZXKv5ad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqZXKv5ad .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFqZXKv5ad .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXKv5ad .container {
    padding: 0 26px;
  }
}
.cid-uFqZXKv5ad .row {
  justify-content: center;
}
.cid-uFqZXKv5ad .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #8bdfdd;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uFqZXKv5ad .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXKv5ad .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uFqZXKv5ad .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uFqZXKv5ad .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uFqZXKv5ad .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFqZXKv5ad .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFqZXKv5ad .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFqZXKv5ad .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uFqZXKv5ad .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFqZXKv5ad .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uFqZXKv5ad .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uFqZXKv5ad .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uFqZXKv5ad .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFqZXKv5ad .mbr-section-title {
  color: #000000;
}
.cid-uFqZXKv5ad .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFqZXKv5ad .mbr-desc {
  color: #ffffff;
}
.cid-uFqZXKv5ad .mbr-text {
  color: #000000;
}
.cid-uFqZXKv5ad .mbr-link {
  color: #ffffff;
}
.cid-uFrgQMFCBd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFrgQMFCBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrgQMFCBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFrgQMFCBd .container {
    padding: 0 20px;
  }
}
.cid-uFrgQMFCBd .row {
  margin: 0;
}
.cid-uFrgQMFCBd .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFrgQMFCBd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFrgQMFCBd .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uFrgQMFCBd .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uFrgQMFCBd .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uFrgQMFCBd .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uFrgQMFCBd .mbr-section-title {
  color: #000000;
}
.cid-uFqZXLAnbE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFqZXLAnbE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqZXLAnbE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqZXLAnbE .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFqZXLAnbE .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXLAnbE .content-wrapper {
    padding: 0;
  }
}
.cid-uFqZXLAnbE .content-wrapper .mbr-label {
  margin-bottom: 110px;
}
@media (max-width: 992px) {
  .cid-uFqZXLAnbE .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uFqZXLAnbE .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uFqZXLAnbE .content-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uFqZXLAnbE .content-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uFqZXLAnbE .content-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uFqZXLAnbE .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 20px 0;
  border: none;
  border-bottom: 2px solid #ffffff;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uFqZXLAnbE .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  padding-left: 20px;
}
.cid-uFqZXLAnbE .tab-content {
  padding: 0 108px 0 75px;
}
@media (max-width: 1440px) {
  .cid-uFqZXLAnbE .tab-content {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXLAnbE .tab-content {
    padding: 0;
  }
}
.cid-uFqZXLAnbE .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 780px;
  object-fit: cover;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uFqZXLAnbE .tab-content .tab-pane .content-wrap .image-wrap img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uFqZXLAnbE .button-wrap {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFqZXLAnbE .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXLAnbE .button-wrap {
    padding: 0;
  }
}
.cid-uFqZXLAnbE .button-wrap .mbr-section-btn {
  margin-top: 110px;
}
@media (max-width: 992px) {
  .cid-uFqZXLAnbE .button-wrap .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uFqZXLAnbE .mbr-section-title {
  color: #2C2625;
}
.cid-uFqZXLAnbE .mbr-section-btn {
  text-align: center;
}
.cid-uFqZXLAnbE .mbr-label,
.cid-uFqZXLAnbE .mbr-section-btn {
  color: #ffffff;
}
.cid-uFqZXN1sDZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #8bdfdd;
}
.cid-uFqZXN1sDZ .mbr-text,
.cid-uFqZXN1sDZ .mbr-section-btn {
  color: #fafafa;
}
.cid-uFqZXN1sDZ .row {
  justify-content: start;
}
.cid-uFqZXN1sDZ .mbr-section-title {
  color: #fafafa;
}
.cid-uFqZXN1sDZ .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-uFqZXN1sDZ .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-uFqZXN1sDZ .wrapper {
    flex-direction: column-reverse;
  }
  .cid-uFqZXN1sDZ .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uFqZXN1sDZ .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-uFqZXN1sDZ .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-uFqZXN1sDZ .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uFqZXN1sDZ .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-uFqZXN1sDZ .mbr-text {
  color: #000000;
}
.cid-uFr26igVdS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFr26igVdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr26igVdS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFr26igVdS .container {
    padding: 0 30px;
  }
}
.cid-uFr26igVdS .row {
  justify-content: center;
}
.cid-uFr26igVdS .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFr26igVdS .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFr26igVdS .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #000000;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uFr26igVdS .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uFr26igVdS .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFr26igVdS .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFr26igVdS .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFr26igVdS .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #8bdfdd;
  background-color: #000000;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uFr26igVdS .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uFr26igVdS .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uFr26igVdS .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFr26igVdS .mbr-section-title {
  color: #000000;
}
.cid-uFr26igVdS .panel-title-edit {
  color: #000000;
}
.cid-uFr26igVdS .panel-text {
  color: #000000;
}
.cid-uFqZXOgGyJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFqZXOgGyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqZXOgGyJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqZXOgGyJ .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFqZXOgGyJ .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXOgGyJ .content-wrapper {
    padding: 0;
  }
}
.cid-uFqZXOgGyJ .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFqZXOgGyJ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFqZXOgGyJ .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFqZXOgGyJ .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXOgGyJ .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uFqZXOgGyJ .mbr-section-title {
  color: #ffffff;
}
.cid-uFqZXPrXXN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uFqZXPrXXN .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFqZXPrXXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqZXPrXXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqZXPrXXN .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #8bdfdd;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFqZXPrXXN .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFqZXPrXXN .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFqZXPrXXN .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uFqZXPrXXN .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXPrXXN .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFqZXPrXXN .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFqZXPrXXN .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFqZXPrXXN .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFqZXPrXXN .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFqZXPrXXN .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFqZXPrXXN .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZXPrXXN .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFqZXPrXXN .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFqZXPrXXN .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFqZXPrXXN .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFqZXPrXXN .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFqZXPrXXN .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFqZXPrXXN .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFqZXPrXXN .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFqZXPrXXN .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFqZXPrXXN .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFqZXPrXXN .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFqZXPrXXN .mbr-section-title {
  color: #150764;
}
.cid-uFqZXPrXXN .mbr-desc {
  color: #150764;
}
.cid-uFqZXPrXXN .list {
  color: #150764;
}
.cid-uFr2yQl0yr .navbar-dropdown {
  position: relative !important;
}
.cid-uFr2yQl0yr .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFr2yQl0yr .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2yQl0yr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFr2yQl0yr .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-uFr2yQl0yr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFr2yQl0yr .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFr2yQl0yr .dropdown-item:hover,
.cid-uFr2yQl0yr .dropdown-item:focus {
  background: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFr2yQl0yr .dropdown-item:hover span {
  color: white;
}
.cid-uFr2yQl0yr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFr2yQl0yr .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFr2yQl0yr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFr2yQl0yr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFr2yQl0yr .nav-link {
  position: relative;
}
.cid-uFr2yQl0yr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFr2yQl0yr .container {
    flex-wrap: nowrap;
  }
}
.cid-uFr2yQl0yr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFr2yQl0yr .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uFr2yQl0yr .dropdown-menu,
.cid-uFr2yQl0yr .navbar.opened {
  background: #2c2625 !important;
}
.cid-uFr2yQl0yr .nav-item:focus,
.cid-uFr2yQl0yr .nav-link:focus {
  outline: none;
}
.cid-uFr2yQl0yr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFr2yQl0yr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFr2yQl0yr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFr2yQl0yr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFr2yQl0yr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFr2yQl0yr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFr2yQl0yr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFr2yQl0yr .navbar.opened {
  transition: all 0.3s;
}
.cid-uFr2yQl0yr .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uFr2yQl0yr .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFr2yQl0yr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFr2yQl0yr .navbar.collapsed {
  justify-content: center;
}
.cid-uFr2yQl0yr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFr2yQl0yr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFr2yQl0yr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uFr2yQl0yr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFr2yQl0yr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFr2yQl0yr .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-uFr2yQl0yr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFr2yQl0yr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFr2yQl0yr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFr2yQl0yr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFr2yQl0yr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFr2yQl0yr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFr2yQl0yr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFr2yQl0yr .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-uFr2yQl0yr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFr2yQl0yr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFr2yQl0yr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFr2yQl0yr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFr2yQl0yr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFr2yQl0yr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFr2yQl0yr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFr2yQl0yr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFr2yQl0yr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFr2yQl0yr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFr2yQl0yr .navbar-brand .navbar-caption:hover,
.cid-uFr2yQl0yr .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFr2yQl0yr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFr2yQl0yr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFr2yQl0yr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFr2yQl0yr .dropdown-item.active,
.cid-uFr2yQl0yr .dropdown-item:active {
  background-color: transparent;
}
.cid-uFr2yQl0yr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFr2yQl0yr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFr2yQl0yr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFr2yQl0yr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uFr2yQl0yr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFr2yQl0yr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFr2yQl0yr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFr2yQl0yr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFr2yQl0yr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uFr2yQl0yr .navbar-buttons {
  text-align: center;
}
.cid-uFr2yQl0yr .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uFr2yQl0yr .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFr2yQl0yr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFr2yQl0yr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFr2yQl0yr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFr2yQl0yr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFr2yQl0yr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFr2yQl0yr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFr2yQl0yr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFr2yQl0yr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFr2yQl0yr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFr2yQl0yr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFr2yQl0yr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFr2yQl0yr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFr2yQl0yr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFr2yQl0yr .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-uFr2yQl0yr .navbar {
    height: 70px;
  }
  .cid-uFr2yQl0yr .navbar.opened {
    height: auto;
  }
  .cid-uFr2yQl0yr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFr2yQl0yr .navbar-nav {
  margin: 0 auto;
}
.cid-uFr2yQl0yr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFr2yQl0yr .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFr2yQl0yr .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFr2yQl0yr .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uFr2yQl0yr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFr2yQl0yr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFr2yQl0yr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFr2yQl0yr .nav-item .dropdown-menu .dropdown-item {
  color: #8bdfdd !important;
}
.cid-uFr2yQl0yr .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uFr2yQl0yr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFr2yQl0yr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFr2yQl0yr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFr2yQl0yr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFr2yQl0yr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFr2yQl0yr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFr2yQl0yr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFr2yQl0yr .content-wrap {
  min-height: 130px;
}
.cid-uFr2ySnSIJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFr2ySnSIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr2ySnSIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr2ySnSIJ .card {
  justify-content: center;
}
.cid-uFr2ySnSIJ .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFr2ySnSIJ .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2ySnSIJ .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFr2ySnSIJ .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFr2ySnSIJ .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uFr2ySnSIJ .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uFr2ySnSIJ .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uFr2ySnSIJ .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFr2ySnSIJ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFr2ySnSIJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFr2ySnSIJ .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uFr2ySnSIJ .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFr2ySnSIJ .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2ySnSIJ .image-wrapper {
    padding-right: 0;
  }
}
.cid-uFr2ySnSIJ .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFr2ySnSIJ .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2ySnSIJ .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uFr2ySnSIJ .mbr-section-title {
  color: #ffffff;
}
.cid-uFr2ySnSIJ .mbr-tag {
  color: #ffffff;
}
.cid-uFr2ySnSIJ .mbr-text {
  color: #ffffff;
}
.cid-uFr2yTuHUO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFr2yTuHUO .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFr2yTuHUO .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uFr2yTuHUO .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #8bdfdd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uFr2yTuHUO .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uFr2yTuHUO .mbr-text {
  color: #000000;
}
.cid-uFr2yUxfbv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFr2yUxfbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr2yUxfbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr2yUxfbv .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFr2yUxfbv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2yUxfbv .container {
    padding: 0 24px;
  }
}
.cid-uFr2yUxfbv .row {
  justify-content: center;
}
.cid-uFr2yUxfbv .content-wrapper {
  border-radius: 40px;
  background-color: #8bdfdd;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uFr2yUxfbv .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFr2yUxfbv .content-wrapper {
    padding: 32px;
  }
}
.cid-uFr2yUxfbv .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFr2yUxfbv .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uFr2yUxfbv .mbr-section-title {
  color: #FF3399;
}
.cid-uFr2yUxfbv .mbr-text {
  color: #000000;
}
.cid-uFr2yW3m6l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFr2yW3m6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr2yW3m6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr2yW3m6l .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFr2yW3m6l .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2yW3m6l .content-wrapper {
    padding: 0;
  }
}
.cid-uFr2yW3m6l .content-wrapper .card-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #8bdfdd;
  padding: 108px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
}
@media (max-width: 1440px) {
  .cid-uFr2yW3m6l .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2yW3m6l .content-wrapper .card-wrapper {
    padding: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uFr2yW3m6l .content-wrapper .card-wrapper {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uFr2yW3m6l .content-wrapper .card-wrapper .card-wrap {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFr2yW3m6l .content-wrapper .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uFr2yW3m6l .content-wrapper .card-wrapper .card-wrap .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uFr2yW3m6l .content-wrapper .card-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-uFr2yW3m6l .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uFr2yW3m6l .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFr2yW3m6l .content-wrapper .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 32px;
}
.cid-uFr2yW3m6l .content-wrapper .card-wrapper .image-wrapper {
  position: relative;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uFr2yW3m6l .content-wrapper .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFr2yW3m6l .content-wrapper .card-wrapper .image-wrapper .image-wrap-main img {
  object-fit: cover;
  height: 570px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uFr2yW3m6l .content-wrapper .card-wrapper .image-wrapper .image-wrap-main img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uFr2yW3m6l .content-wrapper .card-wrapper .image-wrapper .image-wrap {
  position: absolute;
  top: 30%;
  left: -10%;
}
.cid-uFr2yW3m6l .content-wrapper .card-wrapper .image-wrapper .image-wrap img {
  height: 220px;
  width: 220px;
  display: inline-block;
  border-radius: 100% !important;
  object-fit: cover;
  border: 16px solid #8bdfdd;
  box-shadow: -16px 16px 0 #2c2625;
}
.cid-uFr2yW3m6l .mbr-tag {
  color: #2C2625;
}
.cid-uFr2yW3m6l .mbr-section-title {
  color: #2C2625;
}
.cid-uFr2yW3m6l .mbr-text {
  color: #000000;
}
.cid-uFr2yW3m6l .mbr-tag,
.cid-uFr2yW3m6l .tag-wrapper {
  color: #000000;
}
.cid-uFr2yXhxdc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFr2yXhxdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr2yXhxdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr2yXhxdc .card {
  justify-content: center;
}
.cid-uFr2yXhxdc .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFr2yXhxdc .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2yXhxdc .content-wrapper {
    padding: 0;
  }
}
.cid-uFr2yXhxdc .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFr2yXhxdc .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFr2yXhxdc .button-wrap {
  padding: 0 108px 0 75px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uFr2yXhxdc .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2yXhxdc .button-wrap {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFr2yXhxdc .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px 108px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFr2yXhxdc .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2yXhxdc .items-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uFr2yXhxdc .items-wrapper .item {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFr2yXhxdc .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uFr2yXhxdc .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uFr2yXhxdc .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFr2yXhxdc .items-wrapper .item .item-wrapper {
  transition: all .3s ease;
  height: 100%;
}
.cid-uFr2yXhxdc .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uFr2yXhxdc .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 52px;
  }
}
.cid-uFr2yXhxdc .items-wrapper .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
  border: 2px solid #ffffff;
}
.cid-uFr2yXhxdc .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  height: 315px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uFr2yXhxdc .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: -1.5rem;
  left: -3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
  background-color: #2c2625;
}
@media (max-width: 1440px) {
  .cid-uFr2yXhxdc .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFr2yXhxdc .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uFr2yXhxdc .items-wrapper .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 45px;
}
.cid-uFr2yXhxdc .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uFr2yXhxdc .items-wrapper .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uFr2yXhxdc .items-wrapper .item .item-wrapper .card-box .tag-wrapper .item-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uFr2yXhxdc .items-wrapper .item .item-wrapper .card-box .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-uFr2yXhxdc .mbr-section-btn {
  text-align: right;
}
.cid-uFr2yXhxdc .mbr-section-title {
  color: #ffffff;
}
.cid-uFr2yXhxdc .item-title {
  color: #ffffff;
}
.cid-uFr2yXhxdc .item-tag {
  color: #ffffff;
}
.cid-uFr2yXhxdc .item-text {
  color: #ffffff;
}
.cid-uFr2yXhxdc .item-tag,
.cid-uFr2yXhxdc .tag-wrapper {
  text-align: center;
}
.cid-uFr2yYQ9lU {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uFr2yYQ9lU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr2yYQ9lU .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFr2yYQ9lU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr2yYQ9lU h1 {
  max-width: 800px;
}
.cid-uFr2yYQ9lU p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFr2yYQ9lU .btn:hover {
  transform: scale(1.1);
  background: #2c2625 !important;
  border-color: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFr2yYQ9lU .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uFr2yYQ9lU .btn div {
  overflow: hidden;
}
.cid-uFr2yYQ9lU .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uFr2yYQ9lU {
    align-items: center;
  }
  .cid-uFr2yYQ9lU .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFr2yYQ9lU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFr2yYQ9lU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFr2yYQ9lU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFr2yYQ9lU .content-wrap {
    width: 100%;
  }
}
.cid-uFr2yYQ9lU .mbr-section-subtitle,
.cid-uFr2yYQ9lU .line {
  color: #291f1e;
}
.cid-uFr2yYQ9lU .mbr-text,
.cid-uFr2yYQ9lU .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uFr2yYQ9lU .mbr-section-title {
  color: #291f1e;
}
.cid-uFr2z0avVL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFr2z0avVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr2z0avVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr2z0avVL .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFr2z0avVL .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2z0avVL .content-wrapper {
    padding: 0;
  }
}
.cid-uFr2z0avVL .content-wrapper .mbr-label {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFr2z0avVL .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uFr2z0avVL .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFr2z0avVL .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFr2z0avVL .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1700px) {
  .cid-uFr2z0avVL .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1600px) {
  .cid-uFr2z0avVL .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uFr2z0avVL .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2z0avVL .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFr2z0avVL .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uFr2z0avVL .items-wrapper .item .item-wrapper {
  padding: 42px;
  height: 100%;
  border: 2px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uFr2z0avVL .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2z0avVL .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uFr2z0avVL .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFr2z0avVL .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uFr2z0avVL .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 220px;
  display: inline-block;
  border-radius: 100% !important;
  object-fit: cover;
  border: 16px solid #ffffff;
  box-shadow: -16px 16px 0 #ffffff;
  outline: 2px solid #2c2625;
}
.cid-uFr2z0avVL .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 32px;
}
.cid-uFr2z0avVL .items-wrapper .item .item-wrapper .card-box {
  margin-bottom: 0;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uFr2z0avVL .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uFr2z0avVL .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 0;
}
.cid-uFr2z0avVL .items-wrapper .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-uFr2z0avVL .mbr-label {
  color: #ffffff;
}
.cid-uFr2z0avVL .mbr-section-title {
  color: #ffffff;
}
.cid-uFr2z0avVL .item-text {
  color: #ffffff;
}
.cid-uFr2z0avVL .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-uFr2z0avVL .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-uFr2z1yxk5 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uFr2z1yxk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr2z1yxk5 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFr2z1yxk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr2z1yxk5 h1 {
  max-width: 800px;
}
.cid-uFr2z1yxk5 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFr2z1yxk5 .btn:hover {
  transform: scale(1.1);
  background: #2c2625 !important;
  border-color: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFr2z1yxk5 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uFr2z1yxk5 .btn div {
  overflow: hidden;
}
.cid-uFr2z1yxk5 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uFr2z1yxk5 {
    align-items: center;
  }
  .cid-uFr2z1yxk5 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFr2z1yxk5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFr2z1yxk5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFr2z1yxk5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFr2z1yxk5 .content-wrap {
    width: 100%;
  }
}
.cid-uFr2z1yxk5 .mbr-section-subtitle,
.cid-uFr2z1yxk5 .line {
  color: #291f1e;
}
.cid-uFr2z1yxk5 .mbr-text,
.cid-uFr2z1yxk5 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uFr2z1yxk5 .mbr-section-title {
  color: #291f1e;
}
.cid-uFr2z3Z1Eb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFr2z3Z1Eb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr2z3Z1Eb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr2z3Z1Eb .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFr2z3Z1Eb .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2z3Z1Eb .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uFr2z3Z1Eb .content-wrapper .card-wrapper {
  display: flex;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uFr2z3Z1Eb .content-wrapper .card-wrapper {
    display: block;
  }
}
.cid-uFr2z3Z1Eb .content-wrapper .card-wrapper .title-wrapper {
  padding: 108px;
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-uFr2z3Z1Eb .content-wrapper .card-wrapper .title-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2z3Z1Eb .content-wrapper .card-wrapper .title-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uFr2z3Z1Eb .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFr2z3Z1Eb .content-wrapper .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uFr2z3Z1Eb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  border-left: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-uFr2z3Z1Eb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uFr2z3Z1Eb .embla__slide {
    border-left: none;
    border-top: 2px solid #ffffff;
  }
}
.cid-uFr2z3Z1Eb .embla__slide .slide-content {
  width: 100%;
}
.cid-uFr2z3Z1Eb .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 32px;
  height: 100%;
  background-color: #8bdfdd;
}
@media (max-width: 992px) {
  .cid-uFr2z3Z1Eb .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uFr2z3Z1Eb .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.cid-uFr2z3Z1Eb .embla__slide .slide-content .item-wrapper .item-img img {
  height: 416px;
  width: 50%;
  display: inline-block;
  object-fit: cover;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uFr2z3Z1Eb .embla__slide .slide-content .item-wrapper .item-img img {
    width: 100%;
    height: 350px;
    box-shadow: -5px 5px 0 #2c2625;
  }
}
.cid-uFr2z3Z1Eb .embla__slide .slide-content .item-wrapper .item-content {
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  position: relative;
  z-index: 1;
  padding: 42px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 #2c2625;
  background-color: #ffffff;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-uFr2z3Z1Eb .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 20px;
    box-shadow: -5px 5px 0 #2c2625;
    margin-top: 32px;
  }
}
.cid-uFr2z3Z1Eb .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uFr2z3Z1Eb .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-uFr2z3Z1Eb .embla__button--next,
.cid-uFr2z3Z1Eb .embla__button--prev {
  display: flex;
}
.cid-uFr2z3Z1Eb .embla__button {
  bottom: 2rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #2c2625 !important;
  border: 2px solid #2c2625 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: -6px 6px 0 #2c2625;
  display: none;
}
@media (max-width: 767px) {
  .cid-uFr2z3Z1Eb .embla__button {
    bottom: 1rem;
  }
}
.cid-uFr2z3Z1Eb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFr2z3Z1Eb .embla__button:hover {
  background-color: #2c2625 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-uFr2z3Z1Eb .embla__button.embla__button--prev {
  left: 108px;
}
@media (max-width: 1440px) {
  .cid-uFr2z3Z1Eb .embla__button.embla__button--prev {
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2z3Z1Eb .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uFr2z3Z1Eb .embla__button.embla__button--next {
  right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFr2z3Z1Eb .embla__button.embla__button--next {
    right: 64px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .cid-uFr2z3Z1Eb .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uFr2z3Z1Eb .embla {
  position: relative;
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uFr2z3Z1Eb .embla {
    width: 100%;
  }
}
.cid-uFr2z3Z1Eb .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uFr2z3Z1Eb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFr2z3Z1Eb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFr2z3Z1Eb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFr2z3Z1Eb .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uFr2z3Z1Eb .mbr-section-title {
  color: #ffffff;
}
.cid-uFr2z3Z1Eb .mbr-text {
  color: #ffffff;
}
.cid-uFr2z3Z1Eb .item-text {
  color: #2C2625;
}
.cid-uFr2z3Z1Eb .item-date {
  color: #2C2625;
}
.cid-uFr2z5fpT1 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uFr2z5fpT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr2z5fpT1 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFr2z5fpT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr2z5fpT1 h1 {
  max-width: 800px;
}
.cid-uFr2z5fpT1 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFr2z5fpT1 .btn:hover {
  transform: scale(1.1);
  background: #2c2625 !important;
  border-color: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFr2z5fpT1 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uFr2z5fpT1 .btn div {
  overflow: hidden;
}
.cid-uFr2z5fpT1 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uFr2z5fpT1 {
    align-items: center;
  }
  .cid-uFr2z5fpT1 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFr2z5fpT1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFr2z5fpT1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFr2z5fpT1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFr2z5fpT1 .content-wrap {
    width: 100%;
  }
}
.cid-uFr2z5fpT1 .mbr-section-subtitle,
.cid-uFr2z5fpT1 .line {
  color: #291f1e;
}
.cid-uFr2z5fpT1 .mbr-text,
.cid-uFr2z5fpT1 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uFr2z5fpT1 .mbr-section-title {
  color: #291f1e;
}
.cid-uFr2z6x9PF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFr2z6x9PF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr2z6x9PF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr2z6x9PF .card {
  justify-content: center;
}
.cid-uFr2z6x9PF .title-wrapper {
  padding: 108px;
}
@media (max-width: 1440px) {
  .cid-uFr2z6x9PF .title-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2z6x9PF .title-wrapper {
    padding: 80px 0 32px;
  }
}
.cid-uFr2z6x9PF .title-wrapper .mbr-label {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uFr2z6x9PF .title-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uFr2z6x9PF .title-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uFr2z6x9PF .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFr2z6x9PF .title-wrapper .list {
  padding: 0;
  margin-bottom: 42px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uFr2z6x9PF .title-wrapper .list {
    margin-bottom: 32px;
  }
}
.cid-uFr2z6x9PF .title-wrapper .list .item-wrap {
  padding-left: 44px;
  position: relative;
  margin-bottom: 20px;
}
.cid-uFr2z6x9PF .title-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFr2z6x9PF .title-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  box-shadow: -5px 5px 0 #ffffff;
}
.cid-uFr2z6x9PF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  border-left: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-uFr2z6x9PF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uFr2z6x9PF .embla__slide {
    border-left: none;
    border-top: 2px solid #ffffff;
  }
}
.cid-uFr2z6x9PF .embla__slide .slide-content {
  width: 100%;
  height: 100%;
}
.cid-uFr2z6x9PF .embla__slide .slide-content .item-wrapper {
  padding: 108px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uFr2z6x9PF .embla__slide .slide-content .item-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2z6x9PF .embla__slide .slide-content .item-wrapper {
    padding: 80px 20px;
  }
}
.cid-uFr2z6x9PF .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uFr2z6x9PF .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  width: 220px;
  display: inline-block;
  border-radius: 100% !important;
  object-fit: cover;
  border: 16px solid #ffffff;
  box-shadow: -16px 16px 0 #2c2625;
}
.cid-uFr2z6x9PF .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uFr2z6x9PF .embla__slide .slide-content .item-wrapper .item-content .item-text1,
.cid-uFr2z6x9PF .embla__slide .slide-content .item-wrapper .item-content .item-text2,
.cid-uFr2z6x9PF .embla__slide .slide-content .item-wrapper .item-content .item-text3 {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFr2z6x9PF .embla__slide .slide-content .item-wrapper .item-content .item-text1,
  .cid-uFr2z6x9PF .embla__slide .slide-content .item-wrapper .item-content .item-text2,
  .cid-uFr2z6x9PF .embla__slide .slide-content .item-wrapper .item-content .item-text3 {
    margin-bottom: 32px;
  }
}
.cid-uFr2z6x9PF .embla__slide .slide-content .item-wrapper .item-content .item-name1,
.cid-uFr2z6x9PF .embla__slide .slide-content .item-wrapper .item-content .item-name2,
.cid-uFr2z6x9PF .embla__slide .slide-content .item-wrapper .item-content .item-name3 {
  margin-bottom: 0;
}
.cid-uFr2z6x9PF .embla__slide .slide-content .item-wrapper .item-content .item-role1,
.cid-uFr2z6x9PF .embla__slide .slide-content .item-wrapper .item-content .item-role2,
.cid-uFr2z6x9PF .embla__slide .slide-content .item-wrapper .item-content .item-role3 {
  margin-bottom: 0;
}
.cid-uFr2z6x9PF .embla__slide .slide-content .card_1 {
  background-color: #8bdfdd;
}
.cid-uFr2z6x9PF .embla__slide .slide-content .card_2 {
  background-color: #8ed993;
}
.cid-uFr2z6x9PF .embla__slide .slide-content .card_3 {
  background-color: #8bdfdd;
}
.cid-uFr2z6x9PF .embla__button--next,
.cid-uFr2z6x9PF .embla__button--prev {
  display: flex;
}
.cid-uFr2z6x9PF .embla__button {
  bottom: 2rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #2c2625 !important;
  border: 2px solid #2c2625 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: -6px 6px 0 #2c2625;
  display: none;
}
@media (max-width: 768px) {
  .cid-uFr2z6x9PF .embla__button {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uFr2z6x9PF .embla__button {
    bottom: 1rem;
  }
}
.cid-uFr2z6x9PF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFr2z6x9PF .embla__button:hover {
  background-color: #2c2625 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-uFr2z6x9PF .embla__button.embla__button--prev {
  left: 108px;
}
@media (max-width: 1440px) {
  .cid-uFr2z6x9PF .embla__button.embla__button--prev {
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2z6x9PF .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uFr2z6x9PF .embla__button.embla__button--next {
  right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFr2z6x9PF .embla__button.embla__button--next {
    right: 64px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .cid-uFr2z6x9PF .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uFr2z6x9PF .embla {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-uFr2z6x9PF .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-uFr2z6x9PF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFr2z6x9PF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFr2z6x9PF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-uFr2z6x9PF .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uFr2z6x9PF .mbr-section-title {
  color: #ffffff;
}
.cid-uFr2z6x9PF .mbr-label {
  color: #ffffff;
}
.cid-uFr2z6x9PF .list {
  color: #ffffff;
}
.cid-uFr2z6x9PF .item-name1 {
  color: #2C2625;
  text-align: center;
}
.cid-uFr2z6x9PF .item-name2 {
  color: #2C2625;
  text-align: center;
}
.cid-uFr2z6x9PF .item-name3 {
  color: #2C2625;
  text-align: center;
}
.cid-uFr2z6x9PF .item-role1 {
  color: #2C2625;
  text-align: center;
}
.cid-uFr2z6x9PF .item-role2 {
  color: #2C2625;
  text-align: center;
}
.cid-uFr2z6x9PF .item-role3 {
  color: #2C2625;
  text-align: center;
}
.cid-uFr2z6x9PF .item-text1 {
  color: #2C2625;
}
.cid-uFr2z6x9PF .item-text2 {
  color: #2C2625;
  text-align: center;
}
.cid-uFr2z6x9PF .item-text3 {
  color: #2C2625;
  text-align: center;
}
.cid-uFr2z6x9PF .item-text1,
.cid-uFr2z6x9PF .item-img {
  text-align: center;
}
.cid-uFr2z9RFsi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFr2z9RFsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr2z9RFsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr2z9RFsi .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFr2z9RFsi .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2z9RFsi .container {
    padding: 0 26px;
  }
}
.cid-uFr2z9RFsi .row {
  justify-content: center;
}
.cid-uFr2z9RFsi .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #8bdfdd;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uFr2z9RFsi .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2z9RFsi .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uFr2z9RFsi .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uFr2z9RFsi .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uFr2z9RFsi .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFr2z9RFsi .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFr2z9RFsi .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFr2z9RFsi .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uFr2z9RFsi .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFr2z9RFsi .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uFr2z9RFsi .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uFr2z9RFsi .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uFr2z9RFsi .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFr2z9RFsi .mbr-section-title {
  color: #000000;
}
.cid-uFr2z9RFsi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFr2z9RFsi .mbr-desc {
  color: #ffffff;
}
.cid-uFr2z9RFsi .mbr-text {
  color: #000000;
}
.cid-uFr2z9RFsi .mbr-link {
  color: #ffffff;
}
.cid-uFr2zbhUnx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFr2zbhUnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr2zbhUnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr2zbhUnx .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFr2zbhUnx .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2zbhUnx .content-wrapper {
    padding: 0;
  }
}
.cid-uFr2zbhUnx .content-wrapper .mbr-label {
  margin-bottom: 110px;
}
@media (max-width: 992px) {
  .cid-uFr2zbhUnx .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uFr2zbhUnx .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uFr2zbhUnx .content-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uFr2zbhUnx .content-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uFr2zbhUnx .content-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uFr2zbhUnx .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 20px 0;
  border: none;
  border-bottom: 2px solid #ffffff;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uFr2zbhUnx .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  padding-left: 20px;
}
.cid-uFr2zbhUnx .tab-content {
  padding: 0 108px 0 75px;
}
@media (max-width: 1440px) {
  .cid-uFr2zbhUnx .tab-content {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2zbhUnx .tab-content {
    padding: 0;
  }
}
.cid-uFr2zbhUnx .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 780px;
  object-fit: cover;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uFr2zbhUnx .tab-content .tab-pane .content-wrap .image-wrap img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uFr2zbhUnx .button-wrap {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFr2zbhUnx .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2zbhUnx .button-wrap {
    padding: 0;
  }
}
.cid-uFr2zbhUnx .button-wrap .mbr-section-btn {
  margin-top: 110px;
}
@media (max-width: 992px) {
  .cid-uFr2zbhUnx .button-wrap .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uFr2zbhUnx .mbr-section-title {
  color: #2C2625;
}
.cid-uFr2zbhUnx .mbr-section-btn {
  text-align: center;
}
.cid-uFr2zbhUnx .mbr-label,
.cid-uFr2zbhUnx .mbr-section-btn {
  color: #ffffff;
}
.cid-uFr2zdhqx9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #8bdfdd;
}
.cid-uFr2zdhqx9 .mbr-text,
.cid-uFr2zdhqx9 .mbr-section-btn {
  color: #fafafa;
}
.cid-uFr2zdhqx9 .row {
  justify-content: start;
}
.cid-uFr2zdhqx9 .mbr-section-title {
  color: #fafafa;
}
.cid-uFr2zdhqx9 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-uFr2zdhqx9 .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-uFr2zdhqx9 .wrapper {
    flex-direction: column-reverse;
  }
  .cid-uFr2zdhqx9 .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uFr2zdhqx9 .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-uFr2zdhqx9 .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-uFr2zdhqx9 .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uFr2zdhqx9 .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-uFr2zdhqx9 .mbr-text {
  color: #000000;
}
.cid-uFr2zeVHUm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFr2zeVHUm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr2zeVHUm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFr2zeVHUm .container {
    padding: 0 30px;
  }
}
.cid-uFr2zeVHUm .row {
  justify-content: center;
}
.cid-uFr2zeVHUm .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFr2zeVHUm .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFr2zeVHUm .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #000000;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uFr2zeVHUm .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uFr2zeVHUm .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFr2zeVHUm .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFr2zeVHUm .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFr2zeVHUm .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #8bdfdd;
  background-color: #000000;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uFr2zeVHUm .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uFr2zeVHUm .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uFr2zeVHUm .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFr2zeVHUm .mbr-section-title {
  color: #000000;
}
.cid-uFr2zeVHUm .panel-title-edit {
  color: #000000;
}
.cid-uFr2zeVHUm .panel-text {
  color: #000000;
}
.cid-uFr2zgnCR0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFr2zgnCR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr2zgnCR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr2zgnCR0 .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFr2zgnCR0 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2zgnCR0 .content-wrapper {
    padding: 0;
  }
}
.cid-uFr2zgnCR0 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFr2zgnCR0 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFr2zgnCR0 .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFr2zgnCR0 .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2zgnCR0 .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uFr2zgnCR0 .mbr-section-title {
  color: #ffffff;
}
.cid-uFr2zhLqWF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uFr2zhLqWF .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFr2zhLqWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr2zhLqWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr2zhLqWF .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #8bdfdd;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFr2zhLqWF .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFr2zhLqWF .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFr2zhLqWF .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uFr2zhLqWF .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2zhLqWF .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFr2zhLqWF .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFr2zhLqWF .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFr2zhLqWF .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFr2zhLqWF .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFr2zhLqWF .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFr2zhLqWF .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFr2zhLqWF .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFr2zhLqWF .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFr2zhLqWF .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFr2zhLqWF .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFr2zhLqWF .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFr2zhLqWF .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFr2zhLqWF .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFr2zhLqWF .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFr2zhLqWF .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFr2zhLqWF .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFr2zhLqWF .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFr2zhLqWF .mbr-section-title {
  color: #150764;
}
.cid-uFr2zhLqWF .mbr-desc {
  color: #150764;
}
.cid-uFr2zhLqWF .list {
  color: #150764;
}
.cid-uFr4vvKLqR .navbar-dropdown {
  position: relative !important;
}
.cid-uFr4vvKLqR .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFr4vvKLqR .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vvKLqR .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFr4vvKLqR .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-uFr4vvKLqR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFr4vvKLqR .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFr4vvKLqR .dropdown-item:hover,
.cid-uFr4vvKLqR .dropdown-item:focus {
  background: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFr4vvKLqR .dropdown-item:hover span {
  color: white;
}
.cid-uFr4vvKLqR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFr4vvKLqR .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFr4vvKLqR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFr4vvKLqR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFr4vvKLqR .nav-link {
  position: relative;
}
.cid-uFr4vvKLqR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFr4vvKLqR .container {
    flex-wrap: nowrap;
  }
}
.cid-uFr4vvKLqR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFr4vvKLqR .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uFr4vvKLqR .dropdown-menu,
.cid-uFr4vvKLqR .navbar.opened {
  background: #2c2625 !important;
}
.cid-uFr4vvKLqR .nav-item:focus,
.cid-uFr4vvKLqR .nav-link:focus {
  outline: none;
}
.cid-uFr4vvKLqR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFr4vvKLqR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFr4vvKLqR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFr4vvKLqR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFr4vvKLqR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFr4vvKLqR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFr4vvKLqR .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFr4vvKLqR .navbar.opened {
  transition: all 0.3s;
}
.cid-uFr4vvKLqR .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uFr4vvKLqR .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFr4vvKLqR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFr4vvKLqR .navbar.collapsed {
  justify-content: center;
}
.cid-uFr4vvKLqR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFr4vvKLqR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFr4vvKLqR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uFr4vvKLqR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFr4vvKLqR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFr4vvKLqR .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-uFr4vvKLqR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFr4vvKLqR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFr4vvKLqR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFr4vvKLqR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFr4vvKLqR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFr4vvKLqR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFr4vvKLqR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFr4vvKLqR .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-uFr4vvKLqR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFr4vvKLqR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFr4vvKLqR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFr4vvKLqR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFr4vvKLqR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFr4vvKLqR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFr4vvKLqR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFr4vvKLqR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFr4vvKLqR .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFr4vvKLqR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFr4vvKLqR .navbar-brand .navbar-caption:hover,
.cid-uFr4vvKLqR .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFr4vvKLqR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFr4vvKLqR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFr4vvKLqR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFr4vvKLqR .dropdown-item.active,
.cid-uFr4vvKLqR .dropdown-item:active {
  background-color: transparent;
}
.cid-uFr4vvKLqR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFr4vvKLqR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFr4vvKLqR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFr4vvKLqR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uFr4vvKLqR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFr4vvKLqR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFr4vvKLqR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFr4vvKLqR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFr4vvKLqR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uFr4vvKLqR .navbar-buttons {
  text-align: center;
}
.cid-uFr4vvKLqR .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uFr4vvKLqR .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFr4vvKLqR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFr4vvKLqR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFr4vvKLqR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFr4vvKLqR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFr4vvKLqR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFr4vvKLqR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFr4vvKLqR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFr4vvKLqR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFr4vvKLqR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFr4vvKLqR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFr4vvKLqR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFr4vvKLqR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFr4vvKLqR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFr4vvKLqR .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-uFr4vvKLqR .navbar {
    height: 70px;
  }
  .cid-uFr4vvKLqR .navbar.opened {
    height: auto;
  }
  .cid-uFr4vvKLqR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFr4vvKLqR .navbar-nav {
  margin: 0 auto;
}
.cid-uFr4vvKLqR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFr4vvKLqR .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFr4vvKLqR .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFr4vvKLqR .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uFr4vvKLqR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFr4vvKLqR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFr4vvKLqR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFr4vvKLqR .nav-item .dropdown-menu .dropdown-item {
  color: #8bdfdd !important;
}
.cid-uFr4vvKLqR .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uFr4vvKLqR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFr4vvKLqR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFr4vvKLqR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFr4vvKLqR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFr4vvKLqR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFr4vvKLqR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFr4vvKLqR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFr4vvKLqR .content-wrap {
  min-height: 130px;
}
.cid-uFr4vxEznp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFr4vxEznp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr4vxEznp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr4vxEznp .card {
  justify-content: center;
}
.cid-uFr4vxEznp .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFr4vxEznp .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vxEznp .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFr4vxEznp .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFr4vxEznp .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uFr4vxEznp .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uFr4vxEznp .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uFr4vxEznp .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFr4vxEznp .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFr4vxEznp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFr4vxEznp .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uFr4vxEznp .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFr4vxEznp .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vxEznp .image-wrapper {
    padding-right: 0;
  }
}
.cid-uFr4vxEznp .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFr4vxEznp .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vxEznp .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uFr4vxEznp .mbr-section-title {
  color: #ffffff;
}
.cid-uFr4vxEznp .mbr-tag {
  color: #ffffff;
}
.cid-uFr4vxEznp .mbr-text {
  color: #ffffff;
}
.cid-uFr4vyI1JE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFr4vyI1JE .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFr4vyI1JE .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uFr4vyI1JE .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #8bdfdd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uFr4vyI1JE .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uFr4vyI1JE .mbr-text {
  color: #000000;
}
.cid-uFr4vzBrS1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFr4vzBrS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr4vzBrS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr4vzBrS1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFr4vzBrS1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vzBrS1 .container {
    padding: 0 24px;
  }
}
.cid-uFr4vzBrS1 .row {
  justify-content: center;
}
.cid-uFr4vzBrS1 .content-wrapper {
  border-radius: 40px;
  background-color: #8bdfdd;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uFr4vzBrS1 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFr4vzBrS1 .content-wrapper {
    padding: 32px;
  }
}
.cid-uFr4vzBrS1 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFr4vzBrS1 .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uFr4vzBrS1 .mbr-section-title {
  color: #FF3399;
}
.cid-uFr4vzBrS1 .mbr-text {
  color: #000000;
}
.cid-uFr4vAvKOK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFr4vAvKOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr4vAvKOK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr4vAvKOK .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFr4vAvKOK .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vAvKOK .content-wrapper {
    padding: 0;
  }
}
.cid-uFr4vAvKOK .content-wrapper .card-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #8bdfdd;
  padding: 108px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
}
@media (max-width: 1440px) {
  .cid-uFr4vAvKOK .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vAvKOK .content-wrapper .card-wrapper {
    padding: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vAvKOK .content-wrapper .card-wrapper {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uFr4vAvKOK .content-wrapper .card-wrapper .card-wrap {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFr4vAvKOK .content-wrapper .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uFr4vAvKOK .content-wrapper .card-wrapper .card-wrap .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uFr4vAvKOK .content-wrapper .card-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-uFr4vAvKOK .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uFr4vAvKOK .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFr4vAvKOK .content-wrapper .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 32px;
}
.cid-uFr4vAvKOK .content-wrapper .card-wrapper .image-wrapper {
  position: relative;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uFr4vAvKOK .content-wrapper .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFr4vAvKOK .content-wrapper .card-wrapper .image-wrapper .image-wrap-main img {
  object-fit: cover;
  height: 570px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uFr4vAvKOK .content-wrapper .card-wrapper .image-wrapper .image-wrap-main img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uFr4vAvKOK .content-wrapper .card-wrapper .image-wrapper .image-wrap {
  position: absolute;
  top: 30%;
  left: -10%;
}
.cid-uFr4vAvKOK .content-wrapper .card-wrapper .image-wrapper .image-wrap img {
  height: 220px;
  width: 220px;
  display: inline-block;
  border-radius: 100% !important;
  object-fit: cover;
  border: 16px solid #8bdfdd;
  box-shadow: -16px 16px 0 #2c2625;
}
.cid-uFr4vAvKOK .mbr-tag {
  color: #2C2625;
}
.cid-uFr4vAvKOK .mbr-section-title {
  color: #2C2625;
}
.cid-uFr4vAvKOK .mbr-text {
  color: #000000;
}
.cid-uFr4vAvKOK .mbr-tag,
.cid-uFr4vAvKOK .tag-wrapper {
  color: #000000;
}
.cid-uFr4vByuzr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFr4vByuzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr4vByuzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr4vByuzr .card {
  justify-content: center;
}
.cid-uFr4vByuzr .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFr4vByuzr .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vByuzr .content-wrapper {
    padding: 0;
  }
}
.cid-uFr4vByuzr .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFr4vByuzr .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFr4vByuzr .button-wrap {
  padding: 0 108px 0 75px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uFr4vByuzr .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vByuzr .button-wrap {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFr4vByuzr .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px 108px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFr4vByuzr .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vByuzr .items-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uFr4vByuzr .items-wrapper .item {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFr4vByuzr .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uFr4vByuzr .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uFr4vByuzr .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFr4vByuzr .items-wrapper .item .item-wrapper {
  transition: all .3s ease;
  height: 100%;
}
.cid-uFr4vByuzr .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uFr4vByuzr .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 52px;
  }
}
.cid-uFr4vByuzr .items-wrapper .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
  border: 2px solid #ffffff;
}
.cid-uFr4vByuzr .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  height: 315px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uFr4vByuzr .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: -1.5rem;
  left: -3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
  background-color: #2c2625;
}
@media (max-width: 1440px) {
  .cid-uFr4vByuzr .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vByuzr .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uFr4vByuzr .items-wrapper .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 45px;
}
.cid-uFr4vByuzr .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uFr4vByuzr .items-wrapper .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uFr4vByuzr .items-wrapper .item .item-wrapper .card-box .tag-wrapper .item-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uFr4vByuzr .items-wrapper .item .item-wrapper .card-box .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-uFr4vByuzr .mbr-section-btn {
  text-align: right;
}
.cid-uFr4vByuzr .mbr-section-title {
  color: #ffffff;
}
.cid-uFr4vByuzr .item-title {
  color: #ffffff;
}
.cid-uFr4vByuzr .item-tag {
  color: #ffffff;
}
.cid-uFr4vByuzr .item-text {
  color: #ffffff;
}
.cid-uFr4vByuzr .item-tag,
.cid-uFr4vByuzr .tag-wrapper {
  text-align: center;
}
.cid-uFr4vCT9ou {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uFr4vCT9ou .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr4vCT9ou .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFr4vCT9ou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr4vCT9ou h1 {
  max-width: 800px;
}
.cid-uFr4vCT9ou p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFr4vCT9ou .btn:hover {
  transform: scale(1.1);
  background: #2c2625 !important;
  border-color: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFr4vCT9ou .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uFr4vCT9ou .btn div {
  overflow: hidden;
}
.cid-uFr4vCT9ou .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uFr4vCT9ou {
    align-items: center;
  }
  .cid-uFr4vCT9ou .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFr4vCT9ou .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFr4vCT9ou {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFr4vCT9ou .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFr4vCT9ou .content-wrap {
    width: 100%;
  }
}
.cid-uFr4vCT9ou .mbr-section-subtitle,
.cid-uFr4vCT9ou .line {
  color: #291f1e;
}
.cid-uFr4vCT9ou .mbr-text,
.cid-uFr4vCT9ou .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uFr4vCT9ou .mbr-section-title {
  color: #291f1e;
}
.cid-uFr4vDPeO8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFr4vDPeO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr4vDPeO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr4vDPeO8 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFr4vDPeO8 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vDPeO8 .content-wrapper {
    padding: 0;
  }
}
.cid-uFr4vDPeO8 .content-wrapper .mbr-label {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFr4vDPeO8 .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uFr4vDPeO8 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFr4vDPeO8 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFr4vDPeO8 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1700px) {
  .cid-uFr4vDPeO8 .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1600px) {
  .cid-uFr4vDPeO8 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uFr4vDPeO8 .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vDPeO8 .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vDPeO8 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uFr4vDPeO8 .items-wrapper .item .item-wrapper {
  padding: 42px;
  height: 100%;
  border: 2px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uFr4vDPeO8 .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vDPeO8 .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uFr4vDPeO8 .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFr4vDPeO8 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uFr4vDPeO8 .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 220px;
  display: inline-block;
  border-radius: 100% !important;
  object-fit: cover;
  border: 16px solid #ffffff;
  box-shadow: -16px 16px 0 #ffffff;
  outline: 2px solid #2c2625;
}
.cid-uFr4vDPeO8 .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 32px;
}
.cid-uFr4vDPeO8 .items-wrapper .item .item-wrapper .card-box {
  margin-bottom: 0;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uFr4vDPeO8 .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uFr4vDPeO8 .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 0;
}
.cid-uFr4vDPeO8 .items-wrapper .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-uFr4vDPeO8 .mbr-label {
  color: #ffffff;
}
.cid-uFr4vDPeO8 .mbr-section-title {
  color: #ffffff;
}
.cid-uFr4vDPeO8 .item-text {
  color: #ffffff;
}
.cid-uFr4vDPeO8 .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-uFr4vDPeO8 .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-uFr4vF5oEK {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uFr4vF5oEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr4vF5oEK .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFr4vF5oEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr4vF5oEK h1 {
  max-width: 800px;
}
.cid-uFr4vF5oEK p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFr4vF5oEK .btn:hover {
  transform: scale(1.1);
  background: #2c2625 !important;
  border-color: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFr4vF5oEK .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uFr4vF5oEK .btn div {
  overflow: hidden;
}
.cid-uFr4vF5oEK .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uFr4vF5oEK {
    align-items: center;
  }
  .cid-uFr4vF5oEK .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFr4vF5oEK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFr4vF5oEK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFr4vF5oEK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFr4vF5oEK .content-wrap {
    width: 100%;
  }
}
.cid-uFr4vF5oEK .mbr-section-subtitle,
.cid-uFr4vF5oEK .line {
  color: #291f1e;
}
.cid-uFr4vF5oEK .mbr-text,
.cid-uFr4vF5oEK .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uFr4vF5oEK .mbr-section-title {
  color: #291f1e;
}
.cid-uFr4vH75Xs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFr4vH75Xs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr4vH75Xs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr4vH75Xs .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFr4vH75Xs .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vH75Xs .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uFr4vH75Xs .content-wrapper .card-wrapper {
  display: flex;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uFr4vH75Xs .content-wrapper .card-wrapper {
    display: block;
  }
}
.cid-uFr4vH75Xs .content-wrapper .card-wrapper .title-wrapper {
  padding: 108px;
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-uFr4vH75Xs .content-wrapper .card-wrapper .title-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vH75Xs .content-wrapper .card-wrapper .title-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uFr4vH75Xs .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFr4vH75Xs .content-wrapper .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uFr4vH75Xs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  border-left: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-uFr4vH75Xs .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vH75Xs .embla__slide {
    border-left: none;
    border-top: 2px solid #ffffff;
  }
}
.cid-uFr4vH75Xs .embla__slide .slide-content {
  width: 100%;
}
.cid-uFr4vH75Xs .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 32px;
  height: 100%;
  background-color: #8bdfdd;
}
@media (max-width: 992px) {
  .cid-uFr4vH75Xs .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uFr4vH75Xs .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.cid-uFr4vH75Xs .embla__slide .slide-content .item-wrapper .item-img img {
  height: 416px;
  width: 50%;
  display: inline-block;
  object-fit: cover;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uFr4vH75Xs .embla__slide .slide-content .item-wrapper .item-img img {
    width: 100%;
    height: 350px;
    box-shadow: -5px 5px 0 #2c2625;
  }
}
.cid-uFr4vH75Xs .embla__slide .slide-content .item-wrapper .item-content {
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  position: relative;
  z-index: 1;
  padding: 42px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 #2c2625;
  background-color: #ffffff;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-uFr4vH75Xs .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 20px;
    box-shadow: -5px 5px 0 #2c2625;
    margin-top: 32px;
  }
}
.cid-uFr4vH75Xs .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uFr4vH75Xs .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-uFr4vH75Xs .embla__button--next,
.cid-uFr4vH75Xs .embla__button--prev {
  display: flex;
}
.cid-uFr4vH75Xs .embla__button {
  bottom: 2rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #2c2625 !important;
  border: 2px solid #2c2625 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: -6px 6px 0 #2c2625;
  display: none;
}
@media (max-width: 767px) {
  .cid-uFr4vH75Xs .embla__button {
    bottom: 1rem;
  }
}
.cid-uFr4vH75Xs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFr4vH75Xs .embla__button:hover {
  background-color: #2c2625 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-uFr4vH75Xs .embla__button.embla__button--prev {
  left: 108px;
}
@media (max-width: 1440px) {
  .cid-uFr4vH75Xs .embla__button.embla__button--prev {
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vH75Xs .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uFr4vH75Xs .embla__button.embla__button--next {
  right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFr4vH75Xs .embla__button.embla__button--next {
    right: 64px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .cid-uFr4vH75Xs .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uFr4vH75Xs .embla {
  position: relative;
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uFr4vH75Xs .embla {
    width: 100%;
  }
}
.cid-uFr4vH75Xs .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uFr4vH75Xs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFr4vH75Xs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFr4vH75Xs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFr4vH75Xs .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uFr4vH75Xs .mbr-section-title {
  color: #ffffff;
}
.cid-uFr4vH75Xs .mbr-text {
  color: #ffffff;
}
.cid-uFr4vH75Xs .item-text {
  color: #2C2625;
}
.cid-uFr4vH75Xs .item-date {
  color: #2C2625;
}
.cid-uFr4vIbVjj {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uFr4vIbVjj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr4vIbVjj .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFr4vIbVjj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr4vIbVjj h1 {
  max-width: 800px;
}
.cid-uFr4vIbVjj p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFr4vIbVjj .btn:hover {
  transform: scale(1.1);
  background: #2c2625 !important;
  border-color: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFr4vIbVjj .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uFr4vIbVjj .btn div {
  overflow: hidden;
}
.cid-uFr4vIbVjj .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uFr4vIbVjj {
    align-items: center;
  }
  .cid-uFr4vIbVjj .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFr4vIbVjj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFr4vIbVjj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFr4vIbVjj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFr4vIbVjj .content-wrap {
    width: 100%;
  }
}
.cid-uFr4vIbVjj .mbr-section-subtitle,
.cid-uFr4vIbVjj .line {
  color: #291f1e;
}
.cid-uFr4vIbVjj .mbr-text,
.cid-uFr4vIbVjj .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uFr4vIbVjj .mbr-section-title {
  color: #291f1e;
}
.cid-uFr4vJhgjt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFr4vJhgjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr4vJhgjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr4vJhgjt .card {
  justify-content: center;
}
.cid-uFr4vJhgjt .title-wrapper {
  padding: 108px;
}
@media (max-width: 1440px) {
  .cid-uFr4vJhgjt .title-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vJhgjt .title-wrapper {
    padding: 80px 0 32px;
  }
}
.cid-uFr4vJhgjt .title-wrapper .mbr-label {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uFr4vJhgjt .title-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uFr4vJhgjt .title-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uFr4vJhgjt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFr4vJhgjt .title-wrapper .list {
  padding: 0;
  margin-bottom: 42px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uFr4vJhgjt .title-wrapper .list {
    margin-bottom: 32px;
  }
}
.cid-uFr4vJhgjt .title-wrapper .list .item-wrap {
  padding-left: 44px;
  position: relative;
  margin-bottom: 20px;
}
.cid-uFr4vJhgjt .title-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFr4vJhgjt .title-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  box-shadow: -5px 5px 0 #ffffff;
}
.cid-uFr4vJhgjt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  border-left: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-uFr4vJhgjt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vJhgjt .embla__slide {
    border-left: none;
    border-top: 2px solid #ffffff;
  }
}
.cid-uFr4vJhgjt .embla__slide .slide-content {
  width: 100%;
  height: 100%;
}
.cid-uFr4vJhgjt .embla__slide .slide-content .item-wrapper {
  padding: 108px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uFr4vJhgjt .embla__slide .slide-content .item-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vJhgjt .embla__slide .slide-content .item-wrapper {
    padding: 80px 20px;
  }
}
.cid-uFr4vJhgjt .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uFr4vJhgjt .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  width: 220px;
  display: inline-block;
  border-radius: 100% !important;
  object-fit: cover;
  border: 16px solid #ffffff;
  box-shadow: -16px 16px 0 #2c2625;
}
.cid-uFr4vJhgjt .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uFr4vJhgjt .embla__slide .slide-content .item-wrapper .item-content .item-text1,
.cid-uFr4vJhgjt .embla__slide .slide-content .item-wrapper .item-content .item-text2,
.cid-uFr4vJhgjt .embla__slide .slide-content .item-wrapper .item-content .item-text3 {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFr4vJhgjt .embla__slide .slide-content .item-wrapper .item-content .item-text1,
  .cid-uFr4vJhgjt .embla__slide .slide-content .item-wrapper .item-content .item-text2,
  .cid-uFr4vJhgjt .embla__slide .slide-content .item-wrapper .item-content .item-text3 {
    margin-bottom: 32px;
  }
}
.cid-uFr4vJhgjt .embla__slide .slide-content .item-wrapper .item-content .item-name1,
.cid-uFr4vJhgjt .embla__slide .slide-content .item-wrapper .item-content .item-name2,
.cid-uFr4vJhgjt .embla__slide .slide-content .item-wrapper .item-content .item-name3 {
  margin-bottom: 0;
}
.cid-uFr4vJhgjt .embla__slide .slide-content .item-wrapper .item-content .item-role1,
.cid-uFr4vJhgjt .embla__slide .slide-content .item-wrapper .item-content .item-role2,
.cid-uFr4vJhgjt .embla__slide .slide-content .item-wrapper .item-content .item-role3 {
  margin-bottom: 0;
}
.cid-uFr4vJhgjt .embla__slide .slide-content .card_1 {
  background-color: #8bdfdd;
}
.cid-uFr4vJhgjt .embla__slide .slide-content .card_2 {
  background-color: #8ed993;
}
.cid-uFr4vJhgjt .embla__slide .slide-content .card_3 {
  background-color: #8bdfdd;
}
.cid-uFr4vJhgjt .embla__button--next,
.cid-uFr4vJhgjt .embla__button--prev {
  display: flex;
}
.cid-uFr4vJhgjt .embla__button {
  bottom: 2rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #2c2625 !important;
  border: 2px solid #2c2625 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: -6px 6px 0 #2c2625;
  display: none;
}
@media (max-width: 768px) {
  .cid-uFr4vJhgjt .embla__button {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uFr4vJhgjt .embla__button {
    bottom: 1rem;
  }
}
.cid-uFr4vJhgjt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFr4vJhgjt .embla__button:hover {
  background-color: #2c2625 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-uFr4vJhgjt .embla__button.embla__button--prev {
  left: 108px;
}
@media (max-width: 1440px) {
  .cid-uFr4vJhgjt .embla__button.embla__button--prev {
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vJhgjt .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uFr4vJhgjt .embla__button.embla__button--next {
  right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFr4vJhgjt .embla__button.embla__button--next {
    right: 64px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .cid-uFr4vJhgjt .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uFr4vJhgjt .embla {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-uFr4vJhgjt .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-uFr4vJhgjt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFr4vJhgjt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFr4vJhgjt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-uFr4vJhgjt .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uFr4vJhgjt .mbr-section-title {
  color: #ffffff;
}
.cid-uFr4vJhgjt .mbr-label {
  color: #ffffff;
}
.cid-uFr4vJhgjt .list {
  color: #ffffff;
}
.cid-uFr4vJhgjt .item-name1 {
  color: #2C2625;
  text-align: center;
}
.cid-uFr4vJhgjt .item-name2 {
  color: #2C2625;
  text-align: center;
}
.cid-uFr4vJhgjt .item-name3 {
  color: #2C2625;
  text-align: center;
}
.cid-uFr4vJhgjt .item-role1 {
  color: #2C2625;
  text-align: center;
}
.cid-uFr4vJhgjt .item-role2 {
  color: #2C2625;
  text-align: center;
}
.cid-uFr4vJhgjt .item-role3 {
  color: #2C2625;
  text-align: center;
}
.cid-uFr4vJhgjt .item-text1 {
  color: #2C2625;
}
.cid-uFr4vJhgjt .item-text2 {
  color: #2C2625;
  text-align: center;
}
.cid-uFr4vJhgjt .item-text3 {
  color: #2C2625;
  text-align: center;
}
.cid-uFr4vJhgjt .item-text1,
.cid-uFr4vJhgjt .item-img {
  text-align: center;
}
.cid-uFr4vKMlPq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFr4vKMlPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr4vKMlPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr4vKMlPq .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFr4vKMlPq .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vKMlPq .container {
    padding: 0 26px;
  }
}
.cid-uFr4vKMlPq .row {
  justify-content: center;
}
.cid-uFr4vKMlPq .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #8bdfdd;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uFr4vKMlPq .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vKMlPq .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uFr4vKMlPq .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uFr4vKMlPq .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uFr4vKMlPq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFr4vKMlPq .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFr4vKMlPq .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFr4vKMlPq .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uFr4vKMlPq .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFr4vKMlPq .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uFr4vKMlPq .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uFr4vKMlPq .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uFr4vKMlPq .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFr4vKMlPq .mbr-section-title {
  color: #000000;
}
.cid-uFr4vKMlPq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFr4vKMlPq .mbr-desc {
  color: #ffffff;
}
.cid-uFr4vKMlPq .mbr-text {
  color: #000000;
}
.cid-uFr4vKMlPq .mbr-link {
  color: #ffffff;
}
.cid-uFr4vLVqhB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFr4vLVqhB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr4vLVqhB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr4vLVqhB .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFr4vLVqhB .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vLVqhB .content-wrapper {
    padding: 0;
  }
}
.cid-uFr4vLVqhB .content-wrapper .mbr-label {
  margin-bottom: 110px;
}
@media (max-width: 992px) {
  .cid-uFr4vLVqhB .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uFr4vLVqhB .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uFr4vLVqhB .content-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uFr4vLVqhB .content-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uFr4vLVqhB .content-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uFr4vLVqhB .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 20px 0;
  border: none;
  border-bottom: 2px solid #ffffff;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uFr4vLVqhB .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  padding-left: 20px;
}
.cid-uFr4vLVqhB .tab-content {
  padding: 0 108px 0 75px;
}
@media (max-width: 1440px) {
  .cid-uFr4vLVqhB .tab-content {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vLVqhB .tab-content {
    padding: 0;
  }
}
.cid-uFr4vLVqhB .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 780px;
  object-fit: cover;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uFr4vLVqhB .tab-content .tab-pane .content-wrap .image-wrap img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uFr4vLVqhB .button-wrap {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFr4vLVqhB .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vLVqhB .button-wrap {
    padding: 0;
  }
}
.cid-uFr4vLVqhB .button-wrap .mbr-section-btn {
  margin-top: 110px;
}
@media (max-width: 992px) {
  .cid-uFr4vLVqhB .button-wrap .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uFr4vLVqhB .mbr-section-title {
  color: #2C2625;
}
.cid-uFr4vLVqhB .mbr-section-btn {
  text-align: center;
}
.cid-uFr4vLVqhB .mbr-label,
.cid-uFr4vLVqhB .mbr-section-btn {
  color: #ffffff;
}
.cid-uFr4vNSHlv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #8bdfdd;
}
.cid-uFr4vNSHlv .mbr-text,
.cid-uFr4vNSHlv .mbr-section-btn {
  color: #fafafa;
}
.cid-uFr4vNSHlv .row {
  justify-content: start;
}
.cid-uFr4vNSHlv .mbr-section-title {
  color: #fafafa;
}
.cid-uFr4vNSHlv .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-uFr4vNSHlv .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-uFr4vNSHlv .wrapper {
    flex-direction: column-reverse;
  }
  .cid-uFr4vNSHlv .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uFr4vNSHlv .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-uFr4vNSHlv .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-uFr4vNSHlv .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uFr4vNSHlv .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-uFr4vNSHlv .mbr-text {
  color: #000000;
}
.cid-uFr4vPhlvc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFr4vPhlvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr4vPhlvc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFr4vPhlvc .container {
    padding: 0 30px;
  }
}
.cid-uFr4vPhlvc .row {
  justify-content: center;
}
.cid-uFr4vPhlvc .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFr4vPhlvc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFr4vPhlvc .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #000000;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uFr4vPhlvc .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uFr4vPhlvc .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFr4vPhlvc .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFr4vPhlvc .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFr4vPhlvc .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #8bdfdd;
  background-color: #000000;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uFr4vPhlvc .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uFr4vPhlvc .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uFr4vPhlvc .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFr4vPhlvc .mbr-section-title {
  color: #000000;
}
.cid-uFr4vPhlvc .panel-title-edit {
  color: #000000;
}
.cid-uFr4vPhlvc .panel-text {
  color: #000000;
}
.cid-uFr4vQBbg4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFr4vQBbg4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr4vQBbg4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr4vQBbg4 .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFr4vQBbg4 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vQBbg4 .content-wrapper {
    padding: 0;
  }
}
.cid-uFr4vQBbg4 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFr4vQBbg4 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFr4vQBbg4 .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFr4vQBbg4 .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vQBbg4 .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uFr4vQBbg4 .mbr-section-title {
  color: #ffffff;
}
.cid-uFr4vS0yqT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uFr4vS0yqT .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFr4vS0yqT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFr4vS0yqT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFr4vS0yqT .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #8bdfdd;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFr4vS0yqT .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFr4vS0yqT .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFr4vS0yqT .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uFr4vS0yqT .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vS0yqT .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFr4vS0yqT .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFr4vS0yqT .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFr4vS0yqT .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFr4vS0yqT .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFr4vS0yqT .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFr4vS0yqT .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFr4vS0yqT .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFr4vS0yqT .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFr4vS0yqT .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFr4vS0yqT .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFr4vS0yqT .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFr4vS0yqT .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFr4vS0yqT .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFr4vS0yqT .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFr4vS0yqT .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFr4vS0yqT .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFr4vS0yqT .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFr4vS0yqT .mbr-section-title {
  color: #150764;
}
.cid-uFr4vS0yqT .mbr-desc {
  color: #150764;
}
.cid-uFr4vS0yqT .list {
  color: #150764;
}
