.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Cabin', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Cabin', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Cabin', sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Cabin', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Cabin', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #00ebd4 !important;
}
.bg-success {
  background-color: #fbfaf9 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #6e4d64 !important;
}
.bg-danger {
  background-color: #896067 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00ebd4 !important;
  border-color: #00ebd4 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1fffe9 !important;
  border-color: #1fffe9 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #1fffe9 !important;
  border-color: #1fffe9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6b818c !important;
  border-color: #6b818c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #879aa3 !important;
  border-color: #879aa3 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #879aa3 !important;
  border-color: #879aa3 !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: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fbfaf9 !important;
  border-color: #fbfaf9 !important;
  color: #937a62 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #937a62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6e4d64 !important;
  border-color: #6e4d64 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #8c627f !important;
  border-color: #8c627f !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8c627f !important;
  border-color: #8c627f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #896067 !important;
  border-color: #896067 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #a27a81 !important;
  border-color: #a27a81 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a27a81 !important;
  border-color: #a27a81 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #00ebd4;
  color: #00ebd4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #009486 !important;
  background-color: transparent !important;
  border-color: #009486 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #00ebd4 !important;
  border-color: #00ebd4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6b818c;
  color: #6b818c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #45545b !important;
  background-color: transparent !important;
  border-color: #45545b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6b818c !important;
  border-color: #6b818c !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: #fbfaf9;
  color: #fbfaf9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d8cfc5 !important;
  background-color: transparent !important;
  border-color: #d8cfc5 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #937a62 !important;
  background-color: #fbfaf9 !important;
  border-color: #fbfaf9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #6e4d64;
  color: #6e4d64;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3b2936 !important;
  background-color: transparent !important;
  border-color: #3b2936 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6e4d64 !important;
  border-color: #6e4d64 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #896067;
  color: #896067;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #563c41 !important;
  background-color: transparent !important;
  border-color: #563c41 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #896067 !important;
  border-color: #896067 !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: #00ebd4 !important;
}
.text-secondary {
  color: #6b818c !important;
}
.text-success {
  color: #fbfaf9 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #6e4d64 !important;
}
.text-danger {
  color: #896067 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #008578 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3f4c52 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d2c7bc !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: #32232d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4d363a !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: #00ebd4;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #6e4d64;
}
.alert-danger {
  background-color: #896067;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00ebd4;
  border-color: #00ebd4;
  color: #000505;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #00ebd4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b8fff8;
}
.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: #af8ca4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c1a7ac;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Cabin', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #00ebd4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Cabin', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #00ebd4;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00ebd4;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00ebd4;
}
.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: #00ebd4;
  border-bottom-color: #00ebd4;
}
.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: #00ebd4 !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: #6b818c !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='%2300ebd4' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 10px 16px;
  border-radius: 500px !important;
  border: none !important;
  font-weight: 400;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  color: #ffffff !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #00ebd4 !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  color: #00ebd4 !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  position: relative;
  padding: 0 2px 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  width: 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #00ebd4;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #6b818c;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #fbfaf9;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #6e4d64;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #896067;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
img {
  border-radius: 2rem !important;
}
.cid-uSwkwctx0g {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSwkwctx0g .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uSwkwctx0g .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uSwkwctx0g .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uSwkwctx0g .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uSwkwctx0g .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #00ebd4;
  z-index: -1;
}
.cid-uSwkwctx0g nav.navbar {
  position: fixed;
}
.cid-uSwkwctx0g .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uSwkwctx0g .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uSwkwctx0g .nav-item {
    border: 0;
  }
}
.cid-uSwkwctx0g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSwkwctx0g .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uSwkwctx0g .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uSwkwctx0g .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uSwkwctx0g .title-wrap:hover span {
  color: white;
}
.cid-uSwkwctx0g .title-wrap:hover:before {
  height: 100%;
}
.cid-uSwkwctx0g .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-uSwkwctx0g .dropdown-menu {
  padding: 0;
  border-top: 4px solid #00ebd4;
}
.cid-uSwkwctx0g .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSwkwctx0g .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSwkwctx0g .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uSwkwctx0g .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uSwkwctx0g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSwkwctx0g .nav-link {
  position: relative;
}
.cid-uSwkwctx0g .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uSwkwctx0g .container {
    flex-wrap: nowrap;
  }
}
.cid-uSwkwctx0g .dropdown-menu,
.cid-uSwkwctx0g .navbar.opened {
  background: #ffffff !important;
}
.cid-uSwkwctx0g .nav-item:focus,
.cid-uSwkwctx0g .nav-link:focus {
  outline: none;
}
.cid-uSwkwctx0g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSwkwctx0g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSwkwctx0g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSwkwctx0g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSwkwctx0g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSwkwctx0g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSwkwctx0g .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uSwkwctx0g .navbar.opened {
  transition: all 0.3s;
}
.cid-uSwkwctx0g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSwkwctx0g .navbar .navbar-logo img {
  width: auto;
}
.cid-uSwkwctx0g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSwkwctx0g .navbar.collapsed {
  justify-content: center;
}
.cid-uSwkwctx0g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSwkwctx0g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSwkwctx0g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uSwkwctx0g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSwkwctx0g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSwkwctx0g .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-uSwkwctx0g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSwkwctx0g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSwkwctx0g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSwkwctx0g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSwkwctx0g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSwkwctx0g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSwkwctx0g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSwkwctx0g .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-uSwkwctx0g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSwkwctx0g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSwkwctx0g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSwkwctx0g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSwkwctx0g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSwkwctx0g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSwkwctx0g .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSwkwctx0g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSwkwctx0g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSwkwctx0g .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSwkwctx0g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSwkwctx0g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSwkwctx0g .dropdown-item.active,
.cid-uSwkwctx0g .dropdown-item:active {
  background-color: transparent;
}
.cid-uSwkwctx0g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSwkwctx0g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSwkwctx0g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSwkwctx0g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSwkwctx0g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSwkwctx0g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSwkwctx0g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSwkwctx0g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSwkwctx0g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSwkwctx0g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSwkwctx0g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSwkwctx0g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSwkwctx0g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSwkwctx0g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSwkwctx0g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSwkwctx0g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSwkwctx0g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSwkwctx0g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSwkwctx0g .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSwkwctx0g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSwkwctx0g .navbar {
    height: 70px;
  }
  .cid-uSwkwctx0g .navbar.opened {
    height: auto;
  }
  .cid-uSwkwctx0g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSwkwctx0g .navbar-caption-wrap,
.cid-uSwkwctx0g .title-wrap {
  color: #272727;
}
.cid-u7mkOhCwFu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/21-2000x1335.jpg");
}
.cid-u7mkOhCwFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mkOhCwFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mkOhCwFu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7mkOhCwFu .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkOhCwFu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkOhCwFu .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkOhCwFu .container {
    padding: 0 24px;
  }
}
.cid-u7mkOhCwFu .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-u7mkOhCwFu .content-wrapper {
    padding: 0;
  }
}
.cid-u7mkOhCwFu .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-u7mkOhCwFu .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-u7mkOhCwFu .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-u7mkOhCwFu .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7mkOhCwFu .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-u7mkOhCwFu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u7mkOhCwFu .mbr-section-title {
  color: #ffffff;
}
.cid-u7mkOhCwFu .mbr-desc,
.cid-u7mkOhCwFu .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u7mkOhCwFu .mbr-text,
.cid-u7mkOhCwFu .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u7mkOhCwFu .mbr-section-title,
.cid-u7mkOhCwFu .mbr-section-btn {
  text-align: center;
}
.cid-ujrern0cJ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-ujrern0cJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujrern0cJ8 .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-ujrern0cJ8 .container {
    padding: 0 30px;
  }
}
.cid-ujrern0cJ8 .row {
  justify-content: center;
}
.cid-ujrern0cJ8 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujrern0cJ8 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujrern0cJ8 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujrern0cJ8 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ujrern0cJ8 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-ujrern0cJ8 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-ujrern0cJ8 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ujrern0cJ8 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ffe175;
}
.cid-ujrern0cJ8 .mbr-section-title {
  color: #ffffff;
}
.cid-ujrern0cJ8 .mbr-text {
  color: #144031;
}
.cid-ujrern0cJ8 .list,
.cid-ujrern0cJ8 .item-wrap {
  color: #ffffff;
}
.cid-uSwp0Hd8yU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSwp0Hd8yU .geometry {
  position: absolute;
}
.cid-uSwp0Hd8yU .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-uSwp0Hd8yU .geometry_left {
  left: -70px;
}
.cid-uSwp0Hd8yU .geometry__square {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-uSwp0Hd8yU .geometry__square-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #6b818c;
  border-radius: 100px;
  margin: 0.5rem;
}
.cid-uSwp0Hd8yU .geometry_bottom-left {
  left: 140px;
  bottom: 40px;
}
.cid-uSwp0Hd8yU blockquote {
  border-color: #ffffff;
  border-radius: 34px;
  margin: 0;
  background-color: #ffffff;
}
.cid-uSwp0Hd8yU blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-uSwp0Hd8yU blockquote {
    padding: 2rem 1rem;
  }
  .cid-uSwp0Hd8yU .geometry {
    position: absolute;
  }
  .cid-uSwp0Hd8yU .geometry__square,
  .cid-uSwp0Hd8yU .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
  .cid-uSwp0Hd8yU .geometry_bottom-left {
    left: 140px;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uSwp0Hd8yU blockquote {
    padding: 3rem;
  }
}
@media (max-width: 1400px) {
  .cid-uSwp0Hd8yU .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .cid-uSwp0Hd8yU .box-shadow {
    padding: 3rem 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSwp0Hd8yU blockquote {
    padding: 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uSwp0Hd8yU .geometry__square-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-uSwp0Hd8yU blockquote:hover .geometry__square-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-ujrheSBYsl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-ujrheSBYsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujrheSBYsl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujrheSBYsl .row {
  justify-content: center;
}
.cid-ujrheSBYsl .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ujrheSBYsl .row {
    padding: 0 12px;
  }
}
.cid-ujrheSBYsl .item-wrap {
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ujrheSBYsl .card {
    margin-bottom: 3rem;
  }
}
.cid-ujrheSBYsl .card:first-child {
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-ujrheSBYsl .card:first-child {
    padding: 0 12px;
  }
}
.cid-ujrheSBYsl .card:nth-child(2) {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-ujrheSBYsl .card:nth-child(2) {
    padding: 0 12px;
  }
}
.cid-ujrheSBYsl .card:last-child {
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-ujrheSBYsl .card:last-child {
    padding: 0 12px;
  }
}
.cid-ujrheSBYsl .card .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ujrheSBYsl .card .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-ujrheSBYsl .card .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ujrheSBYsl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujrheSBYsl .mbr-text {
  color: #ffffff;
}
.cid-ujrlD6ZOCt {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-ujrlD6ZOCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujrlD6ZOCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujrlD6ZOCt .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujrlD6ZOCt .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujrlD6ZOCt .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujrlD6ZOCt .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ujrlD6ZOCt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-ujrlD6ZOCt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ujrlD6ZOCt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujrlD6ZOCt .mbr-text,
.cid-ujrlD6ZOCt .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ujrlD6ZOCt .mbr-section-title,
.cid-ujrlD6ZOCt .mbr-section-btn {
  text-align: center;
}
.cid-uSwpRSlHVO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSwpRSlHVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwpRSlHVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwpRSlHVO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSwpRSlHVO .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSwpRSlHVO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSwpRSlHVO .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSwpRSlHVO .container {
    padding: 0 24px;
  }
}
.cid-uSwpRSlHVO .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uSwpRSlHVO .image-wrapper img {
    height: 400px;
  }
}
.cid-ujrlMDo3Ec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-ujrlMDo3Ec .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujrlMDo3Ec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujrlMDo3Ec .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ujrlMDo3Ec .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ujrlMDo3Ec .container {
    padding: 0 30px;
  }
}
.cid-ujrlMDo3Ec .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #fbfaf9;
  border-bottom: 10px solid #fbfaf9;
}
@media (max-width: 992px) {
  .cid-ujrlMDo3Ec .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-ujrlMDo3Ec .card-wrapper {
    display: block;
  }
}
.cid-ujrlMDo3Ec .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-ujrlMDo3Ec .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-ujrlMDo3Ec .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujrlMDo3Ec .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujrlMDo3Ec .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ujrlMDo3Ec .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-ujrlMDo3Ec .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujrlMDo3Ec .mbr-section-title {
  color: #fbfaf9;
}
.cid-ujrlMDo3Ec .mbr-text {
  color: #ffffff;
}
.cid-u7mkQWSRMY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-u7mkQWSRMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mkQWSRMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mkQWSRMY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7mkQWSRMY .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkQWSRMY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkQWSRMY .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkQWSRMY .container {
    padding: 0 24px;
  }
}
.cid-u7mkQWSRMY .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-u7mkQWSRMY .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7mkQWSRMY .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u7mkQWSRMY .image-wrapper img {
    height: 400px;
  }
}
.cid-u7mkQWSRMY .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u7mkQWSRMY .content-wrapper {
    padding: 24px;
  }
}
.cid-u7mkQWSRMY .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-u7mkQWSRMY .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-u7mkQWSRMY .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7mkQWSRMY .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u7mkQWSRMY .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u7mkQWSRMY .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-u7mkQWSRMY .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-u7mkQWSRMY .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 16px;
}
.cid-u7mkQWSRMY .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-u7mkQWSRMY .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-u7mkQWSRMY .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u7mkQWSRMY .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-u7mkQWSRMY .mbr-section-subtitle {
  color: #18212d;
}
.cid-u7mkQWSRMY .mbr-desc {
  color: #18212d;
}
.cid-u7mkQWSRMY .mbr-text_1 {
  color: #000000;
  text-align: center;
}
.cid-u7mkQWSRMY .mbr-text_2 {
  color: #18212d;
}
.cid-u7mkQWSRMY .mbr-role {
  color: #18212d;
}
.cid-u7mkQWSRMY .mbr-name {
  color: #18212d;
}
.cid-ujrlWCM0Lt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-ujrlWCM0Lt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujrlWCM0Lt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujrlWCM0Lt .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ujrlWCM0Lt .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ujrlWCM0Lt .container {
    padding: 0 30px;
  }
}
.cid-ujrlWCM0Lt .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujrlWCM0Lt .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ujrlWCM0Lt .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #341117;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-ujrlWCM0Lt .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-ujrlWCM0Lt .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-ujrlWCM0Lt .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-ujrlWCM0Lt .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ujrlWCM0Lt .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-ujrlWCM0Lt .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ujrlWCM0Lt .mbr-section-title {
  color: #ffffff;
}
.cid-ujrlWCM0Lt .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujrlWCM0Lt .mbr-text {
  color: #ffffff;
}
.cid-ujrlWCM0Lt .mbr-number {
  color: #FE5115;
}
.cid-u7mkS2f7S3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-u7mkS2f7S3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mkS2f7S3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mkS2f7S3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7mkS2f7S3 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkS2f7S3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkS2f7S3 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkS2f7S3 .container {
    padding: 0 24px;
  }
}
.cid-u7mkS2f7S3 .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-u7mkS2f7S3 .image-wrapper img {
    height: 400px;
  }
}
.cid-ujrmfBqoee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-ujrmfBqoee .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujrmfBqoee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujrmfBqoee .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ujrmfBqoee .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ujrmfBqoee .container {
    padding: 0 30px;
  }
}
.cid-ujrmfBqoee .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ujrmfBqoee .title-wrapper {
    padding: 0 30px;
    height: auto;
  }
}
.cid-ujrmfBqoee .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujrmfBqoee .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ujrmfBqoee .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujrmfBqoee .mbr-section-title {
  color: #ffffff;
}
.cid-ujrmfBqoee .mbr-text {
  color: #ffffff;
}
.cid-ujrketuyk8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-ujrketuyk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujrketuyk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujrketuyk8 .row {
  justify-content: center;
}
.cid-ujrketuyk8 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ujrketuyk8 .row {
    padding: 0 12px;
  }
}
.cid-ujrketuyk8 .item-wrap {
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ujrketuyk8 .card {
    margin-bottom: 3rem;
  }
}
.cid-ujrketuyk8 .card:first-child {
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-ujrketuyk8 .card:first-child {
    padding: 0 12px;
  }
}
.cid-ujrketuyk8 .card:nth-child(2) {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-ujrketuyk8 .card:nth-child(2) {
    padding: 0 12px;
  }
}
.cid-ujrketuyk8 .card:last-child {
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-ujrketuyk8 .card:last-child {
    padding: 0 12px;
  }
}
.cid-ujrketuyk8 .card .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ujrketuyk8 .card .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-ujrketuyk8 .card .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ujrketuyk8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujrketuyk8 .mbr-text {
  color: #ffffff;
}
.cid-ujrmuyzXfV {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #341117;
}
.cid-ujrmuyzXfV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujrmuyzXfV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujrmuyzXfV p {
    max-width: 95%;
  }
}
.cid-ujrmuyzXfV .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-ujrmuyzXfV .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #00ebd4;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ujrmuyzXfV .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #6b818c;
  font-size: 1.5rem;
}
.cid-ujrmuyzXfV .mbr-section-title {
  color: #ffffff;
}
.cid-ujrmuyzXfV .mbr-text,
.cid-ujrmuyzXfV .mbr-section-btn {
  color: #fbfaf9;
}
.cid-ujrmuyzXfV .mbr-section-subtitle,
.cid-ujrmuyzXfV .align-wrapper {
  color: #04492e;
}
.cid-ujrmuyzXfV .mbr-section-title2 {
  color: #04492e;
}
.cid-ujrmuyzXfV .mbr-text2,
.cid-ujrmuyzXfV .mbr-section-btn {
  color: #ffffff;
}
.cid-u7mkTSQQd4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-u7mkTSQQd4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mkTSQQd4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mkTSQQd4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7mkTSQQd4 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkTSQQd4 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkTSQQd4 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkTSQQd4 .container {
    padding: 0 24px;
  }
}
.cid-u7mkTSQQd4 .row {
  justify-content: center;
}
.cid-u7mkTSQQd4 .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u7mkTSQQd4 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7mkTSQQd4 .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #6e4d64;
}
.cid-u7mkTSQQd4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-u7mkTSQQd4 .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #edeceb;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-u7mkTSQQd4 .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-u7mkTSQQd4 .mbr-desc,
.cid-u7mkTSQQd4 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u7mkTSQQd4 .panel-title-edit {
  color: #18212d;
}
.cid-u7mkTSQQd4 .panel-text {
  color: #18212d;
}
.cid-ujrmE8j0LO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-ujrmE8j0LO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujrmE8j0LO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujrmE8j0LO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ujrmE8j0LO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ujrmE8j0LO .container {
    padding: 0;
  }
}
.cid-ujrmE8j0LO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujrmE8j0LO .title-wrapper {
    padding: 0 16px;
  }
}
.cid-ujrmE8j0LO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujrmE8j0LO .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-ujrmE8j0LO .mbr-section-title {
  color: #ffffff;
}
.cid-ujrmE8j0LO .mbr-text {
  color: #ffffff;
}
.cid-ujrM1lhIlM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-ujrM1lhIlM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujrM1lhIlM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujrM1lhIlM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ujrM1lhIlM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ujrM1lhIlM .container {
    padding: 0 16px;
  }
}
.cid-ujrM1lhIlM .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ujrM1lhIlM .row {
    margin: 0 10px;
  }
}
.cid-ujrM1lhIlM .row .card {
  padding: 0;
}
.cid-ujrM1lhIlM .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujrM1lhIlM .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujrM1lhIlM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujrM1lhIlM .google-map iframe {
  height: 500px;
  border: 10px solid #f9a600 !important;
  border-radius: 20px !important;
  background-color: #f9a600 !important;
}
@media (max-width: 992px) {
  .cid-ujrM1lhIlM .google-map iframe {
    height: 350px;
  }
}
.cid-ujrM1lhIlM .mbr-section-title {
  color: #fdfcfc;
}
.cid-u7mkTdeH0s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-u7mkTdeH0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mkTdeH0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mkTdeH0s .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkTdeH0s .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkTdeH0s .container {
    padding: 0 24px;
  }
}
.cid-u7mkTdeH0s .row {
  justify-content: center;
}
.cid-u7mkTdeH0s .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u7mkTdeH0s .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-u7mkTdeH0s .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-u7mkTdeH0s .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-u7mkTdeH0s .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u7mkTdeH0s .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u7mkTdeH0s .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap:hover,
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap:hover::before,
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7mkTdeH0s .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-u7mkTdeH0s .mbr-section-title {
  color: #ffffff;
}
.cid-u7mkTdeH0s .mbr-soc {
  color: #ffffff;
}
.cid-u7mkTdeH0s .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7mkTdeH0s .list {
  color: #ffffff;
}
.cid-u7mkTdeH0s .mbr-soc,
.cid-u7mkTdeH0s .social-wrapper {
  color: #ffffff;
}
.cid-u7mkTdeH0s .list,
.cid-u7mkTdeH0s .item-wrap,
.cid-u7mkTdeH0s .list-wrapper {
  color: #ffffff;
}
.cid-ujrxk5bKuy {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-image: url("../../../assets/images/23.webp");
}
.cid-ujrxk5bKuy .decor-wrap {
  position: absolute;
  right: 0;
  width: 60%;
  height: 150%;
  border-radius: 100% 0 0 100%;
  background-color: #341117;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-ujrxk5bKuy .decor-wrap {
    width: 100%;
  }
}
.cid-ujrxk5bKuy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujrxk5bKuy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujrxk5bKuy .row {
  position: relative;
  z-index: 1;
}
.cid-ujrxk5bKuy .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ujrxk5bKuy .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-ujrxk5bKuy .mbr-section-title {
  color: #212529;
}
.cid-ujrxk5bKuy .mbr-text {
  color: #51565c;
}
.cid-ujrxk5bKuy .mbr-section-title,
.cid-ujrxk5bKuy .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-ujrxz2J2aA {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #341117;
}
.cid-ujrxz2J2aA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujrxz2J2aA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujrxz2J2aA .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ujrxz2J2aA .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ujrxz2J2aA .container {
    padding: 0 26px;
  }
}
.cid-ujrxz2J2aA .row {
  justify-content: center;
}
.cid-ujrxz2J2aA .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-ujrxz2J2aA .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-ujrxz2J2aA .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-ujrxz2J2aA .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-ujrxz2J2aA .mbr-text,
.cid-ujrxz2J2aA .icon-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ujryaIlPB4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-ujryaIlPB4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujryaIlPB4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujryaIlPB4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ujryaIlPB4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ujryaIlPB4 .container {
    padding: 0 16px;
  }
}
.cid-ujryaIlPB4 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ujryaIlPB4 .row {
    margin: 0 10px;
  }
}
.cid-ujryaIlPB4 .row .card {
  padding: 0;
}
.cid-ujryaIlPB4 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujryaIlPB4 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ujryaIlPB4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujryaIlPB4 .google-map iframe {
  height: 500px;
  border: 10px solid #f9a600 !important;
  border-radius: 20px !important;
  background-color: #f9a600 !important;
}
@media (max-width: 992px) {
  .cid-ujryaIlPB4 .google-map iframe {
    height: 350px;
  }
}
.cid-ujryaIlPB4 .mbr-section-title {
  color: #fdfcfc;
}
.cid-u7mkTdeH0s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-u7mkTdeH0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mkTdeH0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mkTdeH0s .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkTdeH0s .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkTdeH0s .container {
    padding: 0 24px;
  }
}
.cid-u7mkTdeH0s .row {
  justify-content: center;
}
.cid-u7mkTdeH0s .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u7mkTdeH0s .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-u7mkTdeH0s .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-u7mkTdeH0s .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-u7mkTdeH0s .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-u7mkTdeH0s .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u7mkTdeH0s .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u7mkTdeH0s .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u7mkTdeH0s .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap:hover,
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap:hover::before,
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u7mkTdeH0s .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u7mkTdeH0s .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-u7mkTdeH0s .mbr-section-title {
  color: #ffffff;
}
.cid-u7mkTdeH0s .mbr-soc {
  color: #ffffff;
}
.cid-u7mkTdeH0s .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7mkTdeH0s .list {
  color: #ffffff;
}
.cid-u7mkTdeH0s .mbr-soc,
.cid-u7mkTdeH0s .social-wrapper {
  color: #ffffff;
}
.cid-u7mkTdeH0s .list,
.cid-u7mkTdeH0s .item-wrap,
.cid-u7mkTdeH0s .list-wrapper {
  color: #ffffff;
}
.cid-uSwkwctx0g {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSwkwctx0g .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uSwkwctx0g .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uSwkwctx0g .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uSwkwctx0g .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uSwkwctx0g .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #00ebd4;
  z-index: -1;
}
.cid-uSwkwctx0g nav.navbar {
  position: fixed;
}
.cid-uSwkwctx0g .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uSwkwctx0g .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uSwkwctx0g .nav-item {
    border: 0;
  }
}
.cid-uSwkwctx0g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSwkwctx0g .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uSwkwctx0g .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uSwkwctx0g .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uSwkwctx0g .title-wrap:hover span {
  color: white;
}
.cid-uSwkwctx0g .title-wrap:hover:before {
  height: 100%;
}
.cid-uSwkwctx0g .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-uSwkwctx0g .dropdown-menu {
  padding: 0;
  border-top: 4px solid #00ebd4;
}
.cid-uSwkwctx0g .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSwkwctx0g .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSwkwctx0g .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uSwkwctx0g .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uSwkwctx0g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSwkwctx0g .nav-link {
  position: relative;
}
.cid-uSwkwctx0g .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uSwkwctx0g .container {
    flex-wrap: nowrap;
  }
}
.cid-uSwkwctx0g .dropdown-menu,
.cid-uSwkwctx0g .navbar.opened {
  background: #ffffff !important;
}
.cid-uSwkwctx0g .nav-item:focus,
.cid-uSwkwctx0g .nav-link:focus {
  outline: none;
}
.cid-uSwkwctx0g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSwkwctx0g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSwkwctx0g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSwkwctx0g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSwkwctx0g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSwkwctx0g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSwkwctx0g .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uSwkwctx0g .navbar.opened {
  transition: all 0.3s;
}
.cid-uSwkwctx0g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSwkwctx0g .navbar .navbar-logo img {
  width: auto;
}
.cid-uSwkwctx0g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSwkwctx0g .navbar.collapsed {
  justify-content: center;
}
.cid-uSwkwctx0g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSwkwctx0g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSwkwctx0g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uSwkwctx0g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSwkwctx0g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSwkwctx0g .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-uSwkwctx0g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSwkwctx0g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSwkwctx0g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSwkwctx0g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSwkwctx0g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSwkwctx0g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSwkwctx0g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSwkwctx0g .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-uSwkwctx0g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSwkwctx0g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSwkwctx0g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSwkwctx0g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSwkwctx0g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSwkwctx0g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSwkwctx0g .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSwkwctx0g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSwkwctx0g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSwkwctx0g .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSwkwctx0g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSwkwctx0g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSwkwctx0g .dropdown-item.active,
.cid-uSwkwctx0g .dropdown-item:active {
  background-color: transparent;
}
.cid-uSwkwctx0g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSwkwctx0g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSwkwctx0g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSwkwctx0g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSwkwctx0g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSwkwctx0g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSwkwctx0g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSwkwctx0g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSwkwctx0g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSwkwctx0g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSwkwctx0g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSwkwctx0g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSwkwctx0g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSwkwctx0g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSwkwctx0g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSwkwctx0g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSwkwctx0g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSwkwctx0g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSwkwctx0g .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSwkwctx0g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSwkwctx0g .navbar {
    height: 70px;
  }
  .cid-uSwkwctx0g .navbar.opened {
    height: auto;
  }
  .cid-uSwkwctx0g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSwkwctx0g .navbar-caption-wrap,
.cid-uSwkwctx0g .title-wrap {
  color: #272727;
}
.cid-uSwyeaRPOw {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-image: url("../../../assets/images/24-1246x842.jpg");
}
.cid-uSwyeaRPOw .decor-wrap {
  position: absolute;
  right: 0;
  width: 60%;
  height: 150%;
  border-radius: 100% 0 0 100%;
  background-color: #341117;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uSwyeaRPOw .decor-wrap {
    width: 100%;
  }
}
.cid-uSwyeaRPOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwyeaRPOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwyeaRPOw .row {
  position: relative;
  z-index: 1;
}
.cid-uSwyeaRPOw .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uSwyeaRPOw .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uSwyeaRPOw .mbr-section-title {
  color: #212529;
}
.cid-uSwyeaRPOw .mbr-text {
  color: #51565c;
}
.cid-uSwyeaRPOw .mbr-section-title,
.cid-uSwyeaRPOw .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-uSwyecSWMS {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #341117;
}
.cid-uSwyecSWMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwyecSWMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwyecSWMS .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uSwyecSWMS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uSwyecSWMS .container {
    padding: 0 26px;
  }
}
.cid-uSwyecSWMS .row {
  justify-content: center;
}
.cid-uSwyecSWMS .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-uSwyecSWMS .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uSwyecSWMS .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-uSwyecSWMS .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uSwyecSWMS .mbr-text,
.cid-uSwyecSWMS .icon-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSwyedt0sN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSwyedt0sN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwyedt0sN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwyedt0sN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSwyedt0sN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSwyedt0sN .container {
    padding: 0 16px;
  }
}
.cid-uSwyedt0sN .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uSwyedt0sN .row {
    margin: 0 10px;
  }
}
.cid-uSwyedt0sN .row .card {
  padding: 0;
}
.cid-uSwyedt0sN .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSwyedt0sN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSwyedt0sN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSwyedt0sN .google-map iframe {
  height: 500px;
  border: 10px solid #f9a600 !important;
  border-radius: 20px !important;
  background-color: #f9a600 !important;
}
@media (max-width: 992px) {
  .cid-uSwyedt0sN .google-map iframe {
    height: 350px;
  }
}
.cid-uSwyedt0sN .mbr-section-title {
  color: #fdfcfc;
}
.cid-uSwyedY0I1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSwyedY0I1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwyedY0I1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwyedY0I1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSwyedY0I1 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSwyedY0I1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSwyedY0I1 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSwyedY0I1 .container {
    padding: 0 24px;
  }
}
.cid-uSwyedY0I1 .row {
  justify-content: center;
}
.cid-uSwyedY0I1 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSwyedY0I1 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSwyedY0I1 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uSwyedY0I1 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uSwyedY0I1 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uSwyedY0I1 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uSwyedY0I1 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uSwyedY0I1 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uSwyedY0I1 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uSwyedY0I1 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uSwyedY0I1 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uSwyedY0I1 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uSwyedY0I1 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uSwyedY0I1 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uSwyedY0I1 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSwyedY0I1 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uSwyedY0I1 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uSwyedY0I1 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSwyedY0I1 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSwyedY0I1 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uSwyedY0I1 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uSwyedY0I1 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uSwyedY0I1 .list-wrapper .list .item-wrap:hover,
.cid-uSwyedY0I1 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uSwyedY0I1 .list-wrapper .list .item-wrap:hover::before,
.cid-uSwyedY0I1 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSwyedY0I1 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uSwyedY0I1 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uSwyedY0I1 .mbr-section-title {
  color: #ffffff;
}
.cid-uSwyedY0I1 .mbr-soc {
  color: #ffffff;
}
.cid-uSwyedY0I1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSwyedY0I1 .list {
  color: #ffffff;
}
.cid-uSwyedY0I1 .mbr-soc,
.cid-uSwyedY0I1 .social-wrapper {
  color: #ffffff;
}
.cid-uSwyedY0I1 .list,
.cid-uSwyedY0I1 .item-wrap,
.cid-uSwyedY0I1 .list-wrapper {
  color: #ffffff;
}
.cid-uSwyeeTVfD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSwyeeTVfD .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uSwyeeTVfD .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uSwyeeTVfD .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uSwyeeTVfD .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uSwyeeTVfD .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #00ebd4;
  z-index: -1;
}
.cid-uSwyeeTVfD nav.navbar {
  position: fixed;
}
.cid-uSwyeeTVfD .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uSwyeeTVfD .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uSwyeeTVfD .nav-item {
    border: 0;
  }
}
.cid-uSwyeeTVfD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSwyeeTVfD .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uSwyeeTVfD .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uSwyeeTVfD .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uSwyeeTVfD .title-wrap:hover span {
  color: white;
}
.cid-uSwyeeTVfD .title-wrap:hover:before {
  height: 100%;
}
.cid-uSwyeeTVfD .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-uSwyeeTVfD .dropdown-menu {
  padding: 0;
  border-top: 4px solid #00ebd4;
}
.cid-uSwyeeTVfD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSwyeeTVfD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSwyeeTVfD .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uSwyeeTVfD .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uSwyeeTVfD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSwyeeTVfD .nav-link {
  position: relative;
}
.cid-uSwyeeTVfD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uSwyeeTVfD .container {
    flex-wrap: nowrap;
  }
}
.cid-uSwyeeTVfD .dropdown-menu,
.cid-uSwyeeTVfD .navbar.opened {
  background: #ffffff !important;
}
.cid-uSwyeeTVfD .nav-item:focus,
.cid-uSwyeeTVfD .nav-link:focus {
  outline: none;
}
.cid-uSwyeeTVfD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSwyeeTVfD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSwyeeTVfD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSwyeeTVfD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSwyeeTVfD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSwyeeTVfD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSwyeeTVfD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uSwyeeTVfD .navbar.opened {
  transition: all 0.3s;
}
.cid-uSwyeeTVfD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSwyeeTVfD .navbar .navbar-logo img {
  width: auto;
}
.cid-uSwyeeTVfD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSwyeeTVfD .navbar.collapsed {
  justify-content: center;
}
.cid-uSwyeeTVfD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSwyeeTVfD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSwyeeTVfD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uSwyeeTVfD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSwyeeTVfD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSwyeeTVfD .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-uSwyeeTVfD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSwyeeTVfD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSwyeeTVfD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSwyeeTVfD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSwyeeTVfD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSwyeeTVfD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSwyeeTVfD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSwyeeTVfD .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-uSwyeeTVfD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSwyeeTVfD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSwyeeTVfD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSwyeeTVfD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSwyeeTVfD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSwyeeTVfD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSwyeeTVfD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSwyeeTVfD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSwyeeTVfD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSwyeeTVfD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSwyeeTVfD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSwyeeTVfD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSwyeeTVfD .dropdown-item.active,
.cid-uSwyeeTVfD .dropdown-item:active {
  background-color: transparent;
}
.cid-uSwyeeTVfD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSwyeeTVfD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSwyeeTVfD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSwyeeTVfD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSwyeeTVfD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSwyeeTVfD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSwyeeTVfD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSwyeeTVfD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSwyeeTVfD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSwyeeTVfD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSwyeeTVfD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSwyeeTVfD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSwyeeTVfD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSwyeeTVfD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSwyeeTVfD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSwyeeTVfD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSwyeeTVfD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSwyeeTVfD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSwyeeTVfD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSwyeeTVfD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSwyeeTVfD .navbar {
    height: 70px;
  }
  .cid-uSwyeeTVfD .navbar.opened {
    height: auto;
  }
  .cid-uSwyeeTVfD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSwyeeTVfD .navbar-caption-wrap,
.cid-uSwyeeTVfD .title-wrap {
  color: #272727;
}
.cid-uSwVULwlV8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSwVULwlV8 .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uSwVULwlV8 .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uSwVULwlV8 .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uSwVULwlV8 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uSwVULwlV8 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #00ebd4;
  z-index: -1;
}
.cid-uSwVULwlV8 nav.navbar {
  position: fixed;
}
.cid-uSwVULwlV8 .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uSwVULwlV8 .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uSwVULwlV8 .nav-item {
    border: 0;
  }
}
.cid-uSwVULwlV8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSwVULwlV8 .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uSwVULwlV8 .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uSwVULwlV8 .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uSwVULwlV8 .title-wrap:hover span {
  color: white;
}
.cid-uSwVULwlV8 .title-wrap:hover:before {
  height: 100%;
}
.cid-uSwVULwlV8 .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-uSwVULwlV8 .dropdown-menu {
  padding: 0;
  border-top: 4px solid #00ebd4;
}
.cid-uSwVULwlV8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSwVULwlV8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSwVULwlV8 .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uSwVULwlV8 .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uSwVULwlV8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSwVULwlV8 .nav-link {
  position: relative;
}
.cid-uSwVULwlV8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uSwVULwlV8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uSwVULwlV8 .dropdown-menu,
.cid-uSwVULwlV8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uSwVULwlV8 .nav-item:focus,
.cid-uSwVULwlV8 .nav-link:focus {
  outline: none;
}
.cid-uSwVULwlV8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSwVULwlV8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSwVULwlV8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSwVULwlV8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSwVULwlV8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSwVULwlV8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSwVULwlV8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uSwVULwlV8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uSwVULwlV8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSwVULwlV8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uSwVULwlV8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSwVULwlV8 .navbar.collapsed {
  justify-content: center;
}
.cid-uSwVULwlV8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSwVULwlV8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSwVULwlV8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uSwVULwlV8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSwVULwlV8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSwVULwlV8 .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-uSwVULwlV8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSwVULwlV8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSwVULwlV8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSwVULwlV8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSwVULwlV8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSwVULwlV8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSwVULwlV8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSwVULwlV8 .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-uSwVULwlV8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSwVULwlV8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSwVULwlV8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSwVULwlV8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSwVULwlV8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSwVULwlV8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSwVULwlV8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSwVULwlV8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSwVULwlV8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSwVULwlV8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSwVULwlV8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSwVULwlV8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSwVULwlV8 .dropdown-item.active,
.cid-uSwVULwlV8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uSwVULwlV8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSwVULwlV8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSwVULwlV8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSwVULwlV8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSwVULwlV8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSwVULwlV8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSwVULwlV8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSwVULwlV8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSwVULwlV8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSwVULwlV8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSwVULwlV8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSwVULwlV8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSwVULwlV8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSwVULwlV8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSwVULwlV8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSwVULwlV8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSwVULwlV8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSwVULwlV8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSwVULwlV8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSwVULwlV8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSwVULwlV8 .navbar {
    height: 70px;
  }
  .cid-uSwVULwlV8 .navbar.opened {
    height: auto;
  }
  .cid-uSwVULwlV8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSwVULwlV8 .navbar-caption-wrap,
.cid-uSwVULwlV8 .title-wrap {
  color: #272727;
}
.cid-uSwVUMVsj9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/32.webp");
}
.cid-uSwVUMVsj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwVUMVsj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwVUMVsj9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSwVUMVsj9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSwVUMVsj9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSwVUMVsj9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSwVUMVsj9 .container {
    padding: 0 24px;
  }
}
.cid-uSwVUMVsj9 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uSwVUMVsj9 .content-wrapper {
    padding: 0;
  }
}
.cid-uSwVUMVsj9 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uSwVUMVsj9 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uSwVUMVsj9 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uSwVUMVsj9 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSwVUMVsj9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uSwVUMVsj9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSwVUMVsj9 .mbr-section-title {
  color: #ffffff;
}
.cid-uSwVUMVsj9 .mbr-desc,
.cid-uSwVUMVsj9 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSwVUMVsj9 .mbr-text,
.cid-uSwVUMVsj9 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSwVUMVsj9 .mbr-section-title,
.cid-uSwVUMVsj9 .mbr-section-btn {
  text-align: center;
}
.cid-uSwVUO6KuD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSwVUO6KuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwVUO6KuD .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-uSwVUO6KuD .container {
    padding: 0 30px;
  }
}
.cid-uSwVUO6KuD .row {
  justify-content: center;
}
.cid-uSwVUO6KuD .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSwVUO6KuD .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSwVUO6KuD .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSwVUO6KuD .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uSwVUO6KuD .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uSwVUO6KuD .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uSwVUO6KuD .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSwVUO6KuD .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ffe175;
}
.cid-uSwVUO6KuD .mbr-section-title {
  color: #ffffff;
}
.cid-uSwVUO6KuD .mbr-text {
  color: #144031;
}
.cid-uSwVUO6KuD .list,
.cid-uSwVUO6KuD .item-wrap {
  color: #ffffff;
}
.cid-uSwVUPkJ4c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSwVUPkJ4c .geometry {
  position: absolute;
}
.cid-uSwVUPkJ4c .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-uSwVUPkJ4c .geometry_left {
  left: -70px;
}
.cid-uSwVUPkJ4c .geometry__square {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-uSwVUPkJ4c .geometry__square-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #6b818c;
  border-radius: 100px;
  margin: 0.5rem;
}
.cid-uSwVUPkJ4c .geometry_bottom-left {
  left: 140px;
  bottom: 40px;
}
.cid-uSwVUPkJ4c blockquote {
  border-color: #ffffff;
  border-radius: 34px;
  margin: 0;
  background-color: #ffffff;
}
.cid-uSwVUPkJ4c blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-uSwVUPkJ4c blockquote {
    padding: 2rem 1rem;
  }
  .cid-uSwVUPkJ4c .geometry {
    position: absolute;
  }
  .cid-uSwVUPkJ4c .geometry__square,
  .cid-uSwVUPkJ4c .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
  .cid-uSwVUPkJ4c .geometry_bottom-left {
    left: 140px;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uSwVUPkJ4c blockquote {
    padding: 3rem;
  }
}
@media (max-width: 1400px) {
  .cid-uSwVUPkJ4c .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .cid-uSwVUPkJ4c .box-shadow {
    padding: 3rem 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSwVUPkJ4c blockquote {
    padding: 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uSwVUPkJ4c .geometry__square-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-uSwVUPkJ4c blockquote:hover .geometry__square-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-uSwVUQaGCj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSwVUQaGCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwVUQaGCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwVUQaGCj .row {
  justify-content: center;
}
.cid-uSwVUQaGCj .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uSwVUQaGCj .row {
    padding: 0 12px;
  }
}
.cid-uSwVUQaGCj .item-wrap {
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSwVUQaGCj .card {
    margin-bottom: 3rem;
  }
}
.cid-uSwVUQaGCj .card:first-child {
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uSwVUQaGCj .card:first-child {
    padding: 0 12px;
  }
}
.cid-uSwVUQaGCj .card:nth-child(2) {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uSwVUQaGCj .card:nth-child(2) {
    padding: 0 12px;
  }
}
.cid-uSwVUQaGCj .card:last-child {
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-uSwVUQaGCj .card:last-child {
    padding: 0 12px;
  }
}
.cid-uSwVUQaGCj .card .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSwVUQaGCj .card .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uSwVUQaGCj .card .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uSwVUQaGCj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSwVUQaGCj .mbr-text {
  color: #ffffff;
}
.cid-uSwVURjKbb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uSwVURjKbb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwVURjKbb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwVURjKbb .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSwVURjKbb .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSwVURjKbb .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSwVURjKbb .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSwVURjKbb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uSwVURjKbb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSwVURjKbb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSwVURjKbb .mbr-text,
.cid-uSwVURjKbb .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSwVURjKbb .mbr-section-title,
.cid-uSwVURjKbb .mbr-section-btn {
  text-align: center;
}
.cid-uSwVUScsWa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSwVUScsWa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwVUScsWa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwVUScsWa .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSwVUScsWa .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSwVUScsWa .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSwVUScsWa .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSwVUScsWa .container {
    padding: 0 24px;
  }
}
.cid-uSwVUScsWa .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uSwVUScsWa .image-wrapper img {
    height: 400px;
  }
}
.cid-uSwVUT2fiQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSwVUT2fiQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwVUT2fiQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwVUT2fiQ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uSwVUT2fiQ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSwVUT2fiQ .container {
    padding: 0 30px;
  }
}
.cid-uSwVUT2fiQ .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #fbfaf9;
  border-bottom: 10px solid #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uSwVUT2fiQ .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSwVUT2fiQ .card-wrapper {
    display: block;
  }
}
.cid-uSwVUT2fiQ .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uSwVUT2fiQ .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-uSwVUT2fiQ .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSwVUT2fiQ .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSwVUT2fiQ .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSwVUT2fiQ .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uSwVUT2fiQ .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSwVUT2fiQ .mbr-section-title {
  color: #fbfaf9;
}
.cid-uSwVUT2fiQ .mbr-text {
  color: #ffffff;
}
.cid-uSwVUU0m9y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSwVUU0m9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwVUU0m9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwVUU0m9y .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSwVUU0m9y .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSwVUU0m9y .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSwVUU0m9y .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSwVUU0m9y .container {
    padding: 0 24px;
  }
}
.cid-uSwVUU0m9y .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uSwVUU0m9y .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSwVUU0m9y .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSwVUU0m9y .image-wrapper img {
    height: 400px;
  }
}
.cid-uSwVUU0m9y .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSwVUU0m9y .content-wrapper {
    padding: 24px;
  }
}
.cid-uSwVUU0m9y .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uSwVUU0m9y .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uSwVUU0m9y .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSwVUU0m9y .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uSwVUU0m9y .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uSwVUU0m9y .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uSwVUU0m9y .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uSwVUU0m9y .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 16px;
}
.cid-uSwVUU0m9y .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uSwVUU0m9y .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uSwVUU0m9y .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uSwVUU0m9y .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uSwVUU0m9y .mbr-section-subtitle {
  color: #18212d;
}
.cid-uSwVUU0m9y .mbr-desc {
  color: #18212d;
}
.cid-uSwVUU0m9y .mbr-text_1 {
  color: #000000;
  text-align: center;
}
.cid-uSwVUU0m9y .mbr-text_2 {
  color: #18212d;
}
.cid-uSwVUU0m9y .mbr-role {
  color: #18212d;
}
.cid-uSwVUU0m9y .mbr-name {
  color: #18212d;
}
.cid-uSwVUVy6OU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSwVUVy6OU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwVUVy6OU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwVUVy6OU .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uSwVUVy6OU .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSwVUVy6OU .container {
    padding: 0 30px;
  }
}
.cid-uSwVUVy6OU .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uSwVUVy6OU .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSwVUVy6OU .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #341117;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uSwVUVy6OU .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uSwVUVy6OU .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uSwVUVy6OU .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uSwVUVy6OU .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSwVUVy6OU .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uSwVUVy6OU .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uSwVUVy6OU .mbr-section-title {
  color: #ffffff;
}
.cid-uSwVUVy6OU .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSwVUVy6OU .mbr-text {
  color: #ffffff;
}
.cid-uSwVUVy6OU .mbr-number {
  color: #FE5115;
}
.cid-uSwVUWwsi6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSwVUWwsi6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwVUWwsi6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwVUWwsi6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSwVUWwsi6 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSwVUWwsi6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSwVUWwsi6 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSwVUWwsi6 .container {
    padding: 0 24px;
  }
}
.cid-uSwVUWwsi6 .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uSwVUWwsi6 .image-wrapper img {
    height: 400px;
  }
}
.cid-uSwVUXCpZq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSwVUXCpZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwVUXCpZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwVUXCpZq .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uSwVUXCpZq .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSwVUXCpZq .container {
    padding: 0 30px;
  }
}
.cid-uSwVUXCpZq .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uSwVUXCpZq .title-wrapper {
    padding: 0 30px;
    height: auto;
  }
}
.cid-uSwVUXCpZq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSwVUXCpZq .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSwVUXCpZq .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSwVUXCpZq .mbr-section-title {
  color: #ffffff;
}
.cid-uSwVUXCpZq .mbr-text {
  color: #ffffff;
}
.cid-uSwVUYX26Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSwVUYX26Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwVUYX26Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwVUYX26Z .row {
  justify-content: center;
}
.cid-uSwVUYX26Z .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uSwVUYX26Z .row {
    padding: 0 12px;
  }
}
.cid-uSwVUYX26Z .item-wrap {
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSwVUYX26Z .card {
    margin-bottom: 3rem;
  }
}
.cid-uSwVUYX26Z .card:first-child {
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uSwVUYX26Z .card:first-child {
    padding: 0 12px;
  }
}
.cid-uSwVUYX26Z .card:nth-child(2) {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uSwVUYX26Z .card:nth-child(2) {
    padding: 0 12px;
  }
}
.cid-uSwVUYX26Z .card:last-child {
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-uSwVUYX26Z .card:last-child {
    padding: 0 12px;
  }
}
.cid-uSwVUYX26Z .card .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSwVUYX26Z .card .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uSwVUYX26Z .card .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uSwVUYX26Z .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSwVUYX26Z .mbr-text {
  color: #ffffff;
}
.cid-uSwVV0vRPn {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #341117;
}
.cid-uSwVV0vRPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwVV0vRPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSwVV0vRPn p {
    max-width: 95%;
  }
}
.cid-uSwVV0vRPn .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uSwVV0vRPn .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #00ebd4;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uSwVV0vRPn .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #6b818c;
  font-size: 1.5rem;
}
.cid-uSwVV0vRPn .mbr-section-title {
  color: #ffffff;
}
.cid-uSwVV0vRPn .mbr-text,
.cid-uSwVV0vRPn .mbr-section-btn {
  color: #fbfaf9;
}
.cid-uSwVV0vRPn .mbr-section-subtitle,
.cid-uSwVV0vRPn .align-wrapper {
  color: #04492e;
}
.cid-uSwVV0vRPn .mbr-section-title2 {
  color: #04492e;
}
.cid-uSwVV0vRPn .mbr-text2,
.cid-uSwVV0vRPn .mbr-section-btn {
  color: #ffffff;
}
.cid-uSwVV1Vtle {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSwVV1Vtle .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwVV1Vtle .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwVV1Vtle .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSwVV1Vtle .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSwVV1Vtle .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSwVV1Vtle .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSwVV1Vtle .container {
    padding: 0 24px;
  }
}
.cid-uSwVV1Vtle .row {
  justify-content: center;
}
.cid-uSwVV1Vtle .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSwVV1Vtle .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSwVV1Vtle .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #6e4d64;
}
.cid-uSwVV1Vtle .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSwVV1Vtle .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uSwVV1Vtle .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uSwVV1Vtle .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uSwVV1Vtle .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSwVV1Vtle .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSwVV1Vtle .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSwVV1Vtle .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #edeceb;
}
.cid-uSwVV1Vtle .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-uSwVV1Vtle .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uSwVV1Vtle .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uSwVV1Vtle .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uSwVV1Vtle .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uSwVV1Vtle .mbr-desc,
.cid-uSwVV1Vtle .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSwVV1Vtle .panel-title-edit {
  color: #18212d;
}
.cid-uSwVV1Vtle .panel-text {
  color: #18212d;
}
.cid-uSwVV4WKNX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSwVV4WKNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwVV4WKNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwVV4WKNX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSwVV4WKNX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSwVV4WKNX .container {
    padding: 0;
  }
}
.cid-uSwVV4WKNX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSwVV4WKNX .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uSwVV4WKNX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSwVV4WKNX .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uSwVV4WKNX .mbr-section-title {
  color: #ffffff;
}
.cid-uSwVV4WKNX .mbr-text {
  color: #ffffff;
}
.cid-uSx2hpJz4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx2hpJz4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx2hpJz4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx2hpJz4R .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSx2hpJz4R .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx2hpJz4R .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSx2hpJz4R .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx2hpJz4R .container {
    padding: 0 24px;
  }
}
.cid-uSx2hpJz4R .row {
  justify-content: center;
}
.cid-uSx2hpJz4R .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSx2hpJz4R .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSx2hpJz4R .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uSx2hpJz4R .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSx2hpJz4R .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uSx2hpJz4R .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uSx2hpJz4R .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uSx2hpJz4R .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSx2hpJz4R .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSx2hpJz4R .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSx2hpJz4R .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #edeceb;
}
.cid-uSx2hpJz4R .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-uSx2hpJz4R .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uSx2hpJz4R .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uSx2hpJz4R .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uSx2hpJz4R .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uSx2hpJz4R .mbr-desc,
.cid-uSx2hpJz4R .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uSx2hpJz4R .panel-title-edit {
  color: #18212d;
}
.cid-uSx2hpJz4R .panel-text {
  color: #000000;
}
.cid-uSwVV70TYd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSwVV70TYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwVV70TYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwVV70TYd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSwVV70TYd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSwVV70TYd .container {
    padding: 0 16px;
  }
}
.cid-uSwVV70TYd .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uSwVV70TYd .row {
    margin: 0 10px;
  }
}
.cid-uSwVV70TYd .row .card {
  padding: 0;
}
.cid-uSwVV70TYd .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSwVV70TYd .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSwVV70TYd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSwVV70TYd .google-map iframe {
  height: 500px;
  border: 10px solid #f9a600 !important;
  border-radius: 20px !important;
  background-color: #f9a600 !important;
}
@media (max-width: 992px) {
  .cid-uSwVV70TYd .google-map iframe {
    height: 350px;
  }
}
.cid-uSwVV70TYd .mbr-section-title {
  color: #fdfcfc;
}
.cid-uSwVVb0nHe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSwVVb0nHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwVVb0nHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwVVb0nHe .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSwVVb0nHe .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSwVVb0nHe .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSwVVb0nHe .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSwVVb0nHe .container {
    padding: 0 24px;
  }
}
.cid-uSwVVb0nHe .row {
  justify-content: center;
}
.cid-uSwVVb0nHe .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSwVVb0nHe .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSwVVb0nHe .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uSwVVb0nHe .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uSwVVb0nHe .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uSwVVb0nHe .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uSwVVb0nHe .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uSwVVb0nHe .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uSwVVb0nHe .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uSwVVb0nHe .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uSwVVb0nHe .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uSwVVb0nHe .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uSwVVb0nHe .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uSwVVb0nHe .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uSwVVb0nHe .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSwVVb0nHe .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uSwVVb0nHe .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uSwVVb0nHe .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSwVVb0nHe .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSwVVb0nHe .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uSwVVb0nHe .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uSwVVb0nHe .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uSwVVb0nHe .list-wrapper .list .item-wrap:hover,
.cid-uSwVVb0nHe .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uSwVVb0nHe .list-wrapper .list .item-wrap:hover::before,
.cid-uSwVVb0nHe .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSwVVb0nHe .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uSwVVb0nHe .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uSwVVb0nHe .mbr-section-title {
  color: #ffffff;
}
.cid-uSwVVb0nHe .mbr-soc {
  color: #ffffff;
}
.cid-uSwVVb0nHe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSwVVb0nHe .list {
  color: #ffffff;
}
.cid-uSwVVb0nHe .mbr-soc,
.cid-uSwVVb0nHe .social-wrapper {
  color: #ffffff;
}
.cid-uSwVVb0nHe .list,
.cid-uSwVVb0nHe .item-wrap,
.cid-uSwVVb0nHe .list-wrapper {
  color: #ffffff;
}
.cid-uSx3DRDqn5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSx3DRDqn5 .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uSx3DRDqn5 .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uSx3DRDqn5 .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uSx3DRDqn5 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uSx3DRDqn5 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #00ebd4;
  z-index: -1;
}
.cid-uSx3DRDqn5 nav.navbar {
  position: fixed;
}
.cid-uSx3DRDqn5 .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uSx3DRDqn5 .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uSx3DRDqn5 .nav-item {
    border: 0;
  }
}
.cid-uSx3DRDqn5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSx3DRDqn5 .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uSx3DRDqn5 .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uSx3DRDqn5 .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uSx3DRDqn5 .title-wrap:hover span {
  color: white;
}
.cid-uSx3DRDqn5 .title-wrap:hover:before {
  height: 100%;
}
.cid-uSx3DRDqn5 .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-uSx3DRDqn5 .dropdown-menu {
  padding: 0;
  border-top: 4px solid #00ebd4;
}
.cid-uSx3DRDqn5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSx3DRDqn5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSx3DRDqn5 .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uSx3DRDqn5 .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uSx3DRDqn5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSx3DRDqn5 .nav-link {
  position: relative;
}
.cid-uSx3DRDqn5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uSx3DRDqn5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uSx3DRDqn5 .dropdown-menu,
.cid-uSx3DRDqn5 .navbar.opened {
  background: #ffffff !important;
}
.cid-uSx3DRDqn5 .nav-item:focus,
.cid-uSx3DRDqn5 .nav-link:focus {
  outline: none;
}
.cid-uSx3DRDqn5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSx3DRDqn5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSx3DRDqn5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSx3DRDqn5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSx3DRDqn5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSx3DRDqn5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSx3DRDqn5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uSx3DRDqn5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uSx3DRDqn5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSx3DRDqn5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uSx3DRDqn5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSx3DRDqn5 .navbar.collapsed {
  justify-content: center;
}
.cid-uSx3DRDqn5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSx3DRDqn5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSx3DRDqn5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uSx3DRDqn5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSx3DRDqn5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSx3DRDqn5 .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-uSx3DRDqn5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSx3DRDqn5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSx3DRDqn5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSx3DRDqn5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSx3DRDqn5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSx3DRDqn5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSx3DRDqn5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSx3DRDqn5 .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-uSx3DRDqn5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSx3DRDqn5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSx3DRDqn5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSx3DRDqn5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSx3DRDqn5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSx3DRDqn5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSx3DRDqn5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSx3DRDqn5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSx3DRDqn5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSx3DRDqn5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSx3DRDqn5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSx3DRDqn5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSx3DRDqn5 .dropdown-item.active,
.cid-uSx3DRDqn5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uSx3DRDqn5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSx3DRDqn5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSx3DRDqn5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSx3DRDqn5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSx3DRDqn5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSx3DRDqn5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSx3DRDqn5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSx3DRDqn5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSx3DRDqn5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSx3DRDqn5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSx3DRDqn5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSx3DRDqn5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSx3DRDqn5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSx3DRDqn5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSx3DRDqn5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSx3DRDqn5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSx3DRDqn5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSx3DRDqn5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSx3DRDqn5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSx3DRDqn5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSx3DRDqn5 .navbar {
    height: 70px;
  }
  .cid-uSx3DRDqn5 .navbar.opened {
    height: auto;
  }
  .cid-uSx3DRDqn5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSx3DRDqn5 .navbar-caption-wrap,
.cid-uSx3DRDqn5 .title-wrap {
  color: #272727;
}
.cid-uSx3DVQP8X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/35.webp");
}
.cid-uSx3DVQP8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx3DVQP8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx3DVQP8X .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSx3DVQP8X .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx3DVQP8X .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSx3DVQP8X .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx3DVQP8X .container {
    padding: 0 24px;
  }
}
.cid-uSx3DVQP8X .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uSx3DVQP8X .content-wrapper {
    padding: 0;
  }
}
.cid-uSx3DVQP8X .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uSx3DVQP8X .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uSx3DVQP8X .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uSx3DVQP8X .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSx3DVQP8X .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uSx3DVQP8X .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSx3DVQP8X .mbr-section-title {
  color: #ffffff;
}
.cid-uSx3DVQP8X .mbr-desc,
.cid-uSx3DVQP8X .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSx3DVQP8X .mbr-text,
.cid-uSx3DVQP8X .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSx3DVQP8X .mbr-section-title,
.cid-uSx3DVQP8X .mbr-section-btn {
  text-align: center;
}
.cid-uSx3DXZime {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx3DXZime .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx3DXZime .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-uSx3DXZime .container {
    padding: 0 30px;
  }
}
.cid-uSx3DXZime .row {
  justify-content: center;
}
.cid-uSx3DXZime .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSx3DXZime .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSx3DXZime .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSx3DXZime .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uSx3DXZime .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uSx3DXZime .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uSx3DXZime .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSx3DXZime .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ffe175;
}
.cid-uSx3DXZime .mbr-section-title {
  color: #ffffff;
}
.cid-uSx3DXZime .mbr-text {
  color: #144031;
}
.cid-uSx3DXZime .list,
.cid-uSx3DXZime .item-wrap {
  color: #ffffff;
}
.cid-uSx3DZBnHV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx3DZBnHV .geometry {
  position: absolute;
}
.cid-uSx3DZBnHV .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-uSx3DZBnHV .geometry_left {
  left: -70px;
}
.cid-uSx3DZBnHV .geometry__square {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-uSx3DZBnHV .geometry__square-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #6b818c;
  border-radius: 100px;
  margin: 0.5rem;
}
.cid-uSx3DZBnHV .geometry_bottom-left {
  left: 140px;
  bottom: 40px;
}
.cid-uSx3DZBnHV blockquote {
  border-color: #ffffff;
  border-radius: 34px;
  margin: 0;
  background-color: #ffffff;
}
.cid-uSx3DZBnHV blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-uSx3DZBnHV blockquote {
    padding: 2rem 1rem;
  }
  .cid-uSx3DZBnHV .geometry {
    position: absolute;
  }
  .cid-uSx3DZBnHV .geometry__square,
  .cid-uSx3DZBnHV .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
  .cid-uSx3DZBnHV .geometry_bottom-left {
    left: 140px;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uSx3DZBnHV blockquote {
    padding: 3rem;
  }
}
@media (max-width: 1400px) {
  .cid-uSx3DZBnHV .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .cid-uSx3DZBnHV .box-shadow {
    padding: 3rem 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSx3DZBnHV blockquote {
    padding: 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uSx3DZBnHV .geometry__square-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-uSx3DZBnHV blockquote:hover .geometry__square-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-uSx3E0Yqd7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx3E0Yqd7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx3E0Yqd7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx3E0Yqd7 .row {
  justify-content: center;
}
.cid-uSx3E0Yqd7 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uSx3E0Yqd7 .row {
    padding: 0 12px;
  }
}
.cid-uSx3E0Yqd7 .item-wrap {
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSx3E0Yqd7 .card {
    margin-bottom: 3rem;
  }
}
.cid-uSx3E0Yqd7 .card:first-child {
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uSx3E0Yqd7 .card:first-child {
    padding: 0 12px;
  }
}
.cid-uSx3E0Yqd7 .card:nth-child(2) {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uSx3E0Yqd7 .card:nth-child(2) {
    padding: 0 12px;
  }
}
.cid-uSx3E0Yqd7 .card:last-child {
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-uSx3E0Yqd7 .card:last-child {
    padding: 0 12px;
  }
}
.cid-uSx3E0Yqd7 .card .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSx3E0Yqd7 .card .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uSx3E0Yqd7 .card .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uSx3E0Yqd7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSx3E0Yqd7 .mbr-text {
  color: #ffffff;
}
.cid-uSx3E2QIIf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uSx3E2QIIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx3E2QIIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx3E2QIIf .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSx3E2QIIf .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSx3E2QIIf .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSx3E2QIIf .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSx3E2QIIf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uSx3E2QIIf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSx3E2QIIf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSx3E2QIIf .mbr-text,
.cid-uSx3E2QIIf .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSx3E2QIIf .mbr-section-title,
.cid-uSx3E2QIIf .mbr-section-btn {
  text-align: center;
}
.cid-uSx3E410Cz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx3E410Cz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx3E410Cz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx3E410Cz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSx3E410Cz .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx3E410Cz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSx3E410Cz .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx3E410Cz .container {
    padding: 0 24px;
  }
}
.cid-uSx3E410Cz .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uSx3E410Cz .image-wrapper img {
    height: 400px;
  }
}
.cid-uSx3E6TYgV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx3E6TYgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx3E6TYgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx3E6TYgV .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uSx3E6TYgV .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSx3E6TYgV .container {
    padding: 0 30px;
  }
}
.cid-uSx3E6TYgV .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #fbfaf9;
  border-bottom: 10px solid #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uSx3E6TYgV .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSx3E6TYgV .card-wrapper {
    display: block;
  }
}
.cid-uSx3E6TYgV .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uSx3E6TYgV .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-uSx3E6TYgV .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSx3E6TYgV .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSx3E6TYgV .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSx3E6TYgV .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uSx3E6TYgV .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSx3E6TYgV .mbr-section-title {
  color: #fbfaf9;
}
.cid-uSx3E6TYgV .mbr-text {
  color: #ffffff;
}
.cid-uSx3Ebpijd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx3Ebpijd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx3Ebpijd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx3Ebpijd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSx3Ebpijd .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx3Ebpijd .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSx3Ebpijd .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx3Ebpijd .container {
    padding: 0 24px;
  }
}
.cid-uSx3Ebpijd .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uSx3Ebpijd .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSx3Ebpijd .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSx3Ebpijd .image-wrapper img {
    height: 400px;
  }
}
.cid-uSx3Ebpijd .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSx3Ebpijd .content-wrapper {
    padding: 24px;
  }
}
.cid-uSx3Ebpijd .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uSx3Ebpijd .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uSx3Ebpijd .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSx3Ebpijd .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uSx3Ebpijd .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uSx3Ebpijd .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uSx3Ebpijd .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uSx3Ebpijd .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 16px;
}
.cid-uSx3Ebpijd .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uSx3Ebpijd .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uSx3Ebpijd .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uSx3Ebpijd .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uSx3Ebpijd .mbr-section-subtitle {
  color: #18212d;
}
.cid-uSx3Ebpijd .mbr-desc {
  color: #18212d;
}
.cid-uSx3Ebpijd .mbr-text_1 {
  color: #000000;
  text-align: center;
}
.cid-uSx3Ebpijd .mbr-text_2 {
  color: #18212d;
}
.cid-uSx3Ebpijd .mbr-role {
  color: #18212d;
}
.cid-uSx3Ebpijd .mbr-name {
  color: #18212d;
}
.cid-uSx3EffhbA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx3EffhbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx3EffhbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx3EffhbA .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uSx3EffhbA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSx3EffhbA .container {
    padding: 0 30px;
  }
}
.cid-uSx3EffhbA .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uSx3EffhbA .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSx3EffhbA .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #341117;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uSx3EffhbA .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uSx3EffhbA .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uSx3EffhbA .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uSx3EffhbA .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSx3EffhbA .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uSx3EffhbA .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uSx3EffhbA .mbr-section-title {
  color: #ffffff;
}
.cid-uSx3EffhbA .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSx3EffhbA .mbr-text {
  color: #ffffff;
}
.cid-uSx3EffhbA .mbr-number {
  color: #FE5115;
}
.cid-uSx3EiOrnu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx3EiOrnu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx3EiOrnu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx3EiOrnu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSx3EiOrnu .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx3EiOrnu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSx3EiOrnu .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx3EiOrnu .container {
    padding: 0 24px;
  }
}
.cid-uSx3EiOrnu .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uSx3EiOrnu .image-wrapper img {
    height: 400px;
  }
}
.cid-uSx3Ep20C4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx3Ep20C4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx3Ep20C4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx3Ep20C4 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uSx3Ep20C4 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSx3Ep20C4 .container {
    padding: 0 30px;
  }
}
.cid-uSx3Ep20C4 .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uSx3Ep20C4 .title-wrapper {
    padding: 0 30px;
    height: auto;
  }
}
.cid-uSx3Ep20C4 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSx3Ep20C4 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSx3Ep20C4 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSx3Ep20C4 .mbr-section-title {
  color: #ffffff;
}
.cid-uSx3Ep20C4 .mbr-text {
  color: #ffffff;
}
.cid-uSx3EywHsj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx3EywHsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx3EywHsj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx3EywHsj .row {
  justify-content: center;
}
.cid-uSx3EywHsj .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uSx3EywHsj .row {
    padding: 0 12px;
  }
}
.cid-uSx3EywHsj .item-wrap {
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSx3EywHsj .card {
    margin-bottom: 3rem;
  }
}
.cid-uSx3EywHsj .card:first-child {
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uSx3EywHsj .card:first-child {
    padding: 0 12px;
  }
}
.cid-uSx3EywHsj .card:nth-child(2) {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uSx3EywHsj .card:nth-child(2) {
    padding: 0 12px;
  }
}
.cid-uSx3EywHsj .card:last-child {
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-uSx3EywHsj .card:last-child {
    padding: 0 12px;
  }
}
.cid-uSx3EywHsj .card .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSx3EywHsj .card .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uSx3EywHsj .card .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uSx3EywHsj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSx3EywHsj .mbr-text {
  color: #ffffff;
}
.cid-uSx3EAyxES {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #341117;
}
.cid-uSx3EAyxES .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx3EAyxES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSx3EAyxES p {
    max-width: 95%;
  }
}
.cid-uSx3EAyxES .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uSx3EAyxES .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #00ebd4;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uSx3EAyxES .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #6b818c;
  font-size: 1.5rem;
}
.cid-uSx3EAyxES .mbr-section-title {
  color: #ffffff;
}
.cid-uSx3EAyxES .mbr-text,
.cid-uSx3EAyxES .mbr-section-btn {
  color: #fbfaf9;
}
.cid-uSx3EAyxES .mbr-section-subtitle,
.cid-uSx3EAyxES .align-wrapper {
  color: #04492e;
}
.cid-uSx3EAyxES .mbr-section-title2 {
  color: #04492e;
}
.cid-uSx3EAyxES .mbr-text2,
.cid-uSx3EAyxES .mbr-section-btn {
  color: #ffffff;
}
.cid-uSx3ECbLpj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx3ECbLpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx3ECbLpj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx3ECbLpj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSx3ECbLpj .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx3ECbLpj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSx3ECbLpj .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx3ECbLpj .container {
    padding: 0 24px;
  }
}
.cid-uSx3ECbLpj .row {
  justify-content: center;
}
.cid-uSx3ECbLpj .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSx3ECbLpj .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSx3ECbLpj .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #6e4d64;
}
.cid-uSx3ECbLpj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSx3ECbLpj .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uSx3ECbLpj .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uSx3ECbLpj .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uSx3ECbLpj .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSx3ECbLpj .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSx3ECbLpj .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSx3ECbLpj .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #edeceb;
}
.cid-uSx3ECbLpj .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-uSx3ECbLpj .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uSx3ECbLpj .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uSx3ECbLpj .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uSx3ECbLpj .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uSx3ECbLpj .mbr-desc,
.cid-uSx3ECbLpj .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSx3ECbLpj .panel-title-edit {
  color: #18212d;
}
.cid-uSx3ECbLpj .panel-text {
  color: #18212d;
}
.cid-uSx3EFNsdC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx3EFNsdC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx3EFNsdC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx3EFNsdC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSx3EFNsdC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSx3EFNsdC .container {
    padding: 0;
  }
}
.cid-uSx3EFNsdC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSx3EFNsdC .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uSx3EFNsdC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSx3EFNsdC .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uSx3EFNsdC .mbr-section-title {
  color: #ffffff;
}
.cid-uSx3EFNsdC .mbr-text {
  color: #ffffff;
}
.cid-uSx3EHnkVK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx3EHnkVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx3EHnkVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx3EHnkVK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSx3EHnkVK .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx3EHnkVK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSx3EHnkVK .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx3EHnkVK .container {
    padding: 0 24px;
  }
}
.cid-uSx3EHnkVK .row {
  justify-content: center;
}
.cid-uSx3EHnkVK .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSx3EHnkVK .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSx3EHnkVK .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uSx3EHnkVK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSx3EHnkVK .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uSx3EHnkVK .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uSx3EHnkVK .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uSx3EHnkVK .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSx3EHnkVK .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSx3EHnkVK .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSx3EHnkVK .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #edeceb;
}
.cid-uSx3EHnkVK .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-uSx3EHnkVK .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uSx3EHnkVK .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uSx3EHnkVK .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uSx3EHnkVK .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uSx3EHnkVK .mbr-desc,
.cid-uSx3EHnkVK .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uSx3EHnkVK .panel-title-edit {
  color: #18212d;
}
.cid-uSx3EHnkVK .panel-text {
  color: #000000;
}
.cid-uSx8ir12Ib {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx8ir12Ib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx8ir12Ib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx8ir12Ib .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSx8ir12Ib .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx8ir12Ib .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSx8ir12Ib .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx8ir12Ib .container {
    padding: 0 24px;
  }
}
.cid-uSx8ir12Ib .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uSx8ir12Ib .image-wrapper img {
    height: 400px;
  }
}
.cid-uSx3EJZmhZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx3EJZmhZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx3EJZmhZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx3EJZmhZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSx3EJZmhZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSx3EJZmhZ .container {
    padding: 0 16px;
  }
}
.cid-uSx3EJZmhZ .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uSx3EJZmhZ .row {
    margin: 0 10px;
  }
}
.cid-uSx3EJZmhZ .row .card {
  padding: 0;
}
.cid-uSx3EJZmhZ .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSx3EJZmhZ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSx3EJZmhZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSx3EJZmhZ .google-map iframe {
  height: 500px;
  border: 10px solid #f9a600 !important;
  border-radius: 20px !important;
  background-color: #f9a600 !important;
}
@media (max-width: 992px) {
  .cid-uSx3EJZmhZ .google-map iframe {
    height: 350px;
  }
}
.cid-uSx3EJZmhZ .mbr-section-title {
  color: #fdfcfc;
}
.cid-uSx3EMzVA4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx3EMzVA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx3EMzVA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx3EMzVA4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSx3EMzVA4 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx3EMzVA4 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSx3EMzVA4 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx3EMzVA4 .container {
    padding: 0 24px;
  }
}
.cid-uSx3EMzVA4 .row {
  justify-content: center;
}
.cid-uSx3EMzVA4 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSx3EMzVA4 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSx3EMzVA4 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uSx3EMzVA4 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uSx3EMzVA4 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uSx3EMzVA4 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uSx3EMzVA4 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uSx3EMzVA4 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uSx3EMzVA4 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uSx3EMzVA4 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uSx3EMzVA4 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uSx3EMzVA4 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uSx3EMzVA4 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uSx3EMzVA4 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uSx3EMzVA4 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSx3EMzVA4 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uSx3EMzVA4 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uSx3EMzVA4 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSx3EMzVA4 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSx3EMzVA4 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uSx3EMzVA4 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uSx3EMzVA4 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uSx3EMzVA4 .list-wrapper .list .item-wrap:hover,
.cid-uSx3EMzVA4 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uSx3EMzVA4 .list-wrapper .list .item-wrap:hover::before,
.cid-uSx3EMzVA4 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSx3EMzVA4 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uSx3EMzVA4 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uSx3EMzVA4 .mbr-section-title {
  color: #ffffff;
}
.cid-uSx3EMzVA4 .mbr-soc {
  color: #ffffff;
}
.cid-uSx3EMzVA4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSx3EMzVA4 .list {
  color: #ffffff;
}
.cid-uSx3EMzVA4 .mbr-soc,
.cid-uSx3EMzVA4 .social-wrapper {
  color: #ffffff;
}
.cid-uSx3EMzVA4 .list,
.cid-uSx3EMzVA4 .item-wrap,
.cid-uSx3EMzVA4 .list-wrapper {
  color: #ffffff;
}
.cid-uSx8yqoXpT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSx8yqoXpT .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uSx8yqoXpT .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uSx8yqoXpT .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uSx8yqoXpT .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uSx8yqoXpT .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #00ebd4;
  z-index: -1;
}
.cid-uSx8yqoXpT nav.navbar {
  position: fixed;
}
.cid-uSx8yqoXpT .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uSx8yqoXpT .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uSx8yqoXpT .nav-item {
    border: 0;
  }
}
.cid-uSx8yqoXpT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSx8yqoXpT .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uSx8yqoXpT .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uSx8yqoXpT .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uSx8yqoXpT .title-wrap:hover span {
  color: white;
}
.cid-uSx8yqoXpT .title-wrap:hover:before {
  height: 100%;
}
.cid-uSx8yqoXpT .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-uSx8yqoXpT .dropdown-menu {
  padding: 0;
  border-top: 4px solid #00ebd4;
}
.cid-uSx8yqoXpT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSx8yqoXpT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSx8yqoXpT .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uSx8yqoXpT .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uSx8yqoXpT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSx8yqoXpT .nav-link {
  position: relative;
}
.cid-uSx8yqoXpT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uSx8yqoXpT .container {
    flex-wrap: nowrap;
  }
}
.cid-uSx8yqoXpT .dropdown-menu,
.cid-uSx8yqoXpT .navbar.opened {
  background: #ffffff !important;
}
.cid-uSx8yqoXpT .nav-item:focus,
.cid-uSx8yqoXpT .nav-link:focus {
  outline: none;
}
.cid-uSx8yqoXpT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSx8yqoXpT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSx8yqoXpT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSx8yqoXpT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSx8yqoXpT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSx8yqoXpT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSx8yqoXpT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uSx8yqoXpT .navbar.opened {
  transition: all 0.3s;
}
.cid-uSx8yqoXpT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSx8yqoXpT .navbar .navbar-logo img {
  width: auto;
}
.cid-uSx8yqoXpT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSx8yqoXpT .navbar.collapsed {
  justify-content: center;
}
.cid-uSx8yqoXpT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSx8yqoXpT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSx8yqoXpT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uSx8yqoXpT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSx8yqoXpT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSx8yqoXpT .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-uSx8yqoXpT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSx8yqoXpT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSx8yqoXpT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSx8yqoXpT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSx8yqoXpT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSx8yqoXpT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSx8yqoXpT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSx8yqoXpT .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-uSx8yqoXpT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSx8yqoXpT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSx8yqoXpT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSx8yqoXpT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSx8yqoXpT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSx8yqoXpT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSx8yqoXpT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSx8yqoXpT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSx8yqoXpT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSx8yqoXpT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSx8yqoXpT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSx8yqoXpT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSx8yqoXpT .dropdown-item.active,
.cid-uSx8yqoXpT .dropdown-item:active {
  background-color: transparent;
}
.cid-uSx8yqoXpT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSx8yqoXpT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSx8yqoXpT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSx8yqoXpT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSx8yqoXpT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSx8yqoXpT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSx8yqoXpT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSx8yqoXpT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSx8yqoXpT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSx8yqoXpT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSx8yqoXpT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSx8yqoXpT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSx8yqoXpT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSx8yqoXpT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSx8yqoXpT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSx8yqoXpT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSx8yqoXpT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSx8yqoXpT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSx8yqoXpT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSx8yqoXpT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSx8yqoXpT .navbar {
    height: 70px;
  }
  .cid-uSx8yqoXpT .navbar.opened {
    height: auto;
  }
  .cid-uSx8yqoXpT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSx8yqoXpT .navbar-caption-wrap,
.cid-uSx8yqoXpT .title-wrap {
  color: #272727;
}
.cid-uSx8yrIJZc {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/36-1254x837.jpg");
}
.cid-uSx8yrIJZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx8yrIJZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx8yrIJZc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSx8yrIJZc .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx8yrIJZc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSx8yrIJZc .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx8yrIJZc .container {
    padding: 0 24px;
  }
}
.cid-uSx8yrIJZc .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uSx8yrIJZc .content-wrapper {
    padding: 0;
  }
}
.cid-uSx8yrIJZc .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uSx8yrIJZc .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uSx8yrIJZc .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uSx8yrIJZc .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSx8yrIJZc .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uSx8yrIJZc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSx8yrIJZc .mbr-section-title {
  color: #ffffff;
}
.cid-uSx8yrIJZc .mbr-desc,
.cid-uSx8yrIJZc .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSx8yrIJZc .mbr-text,
.cid-uSx8yrIJZc .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSx8yrIJZc .mbr-section-title,
.cid-uSx8yrIJZc .mbr-section-btn {
  text-align: center;
}
.cid-uSx8ytjygE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx8ytjygE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx8ytjygE .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-uSx8ytjygE .container {
    padding: 0 30px;
  }
}
.cid-uSx8ytjygE .row {
  justify-content: center;
}
.cid-uSx8ytjygE .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSx8ytjygE .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSx8ytjygE .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSx8ytjygE .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uSx8ytjygE .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uSx8ytjygE .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uSx8ytjygE .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSx8ytjygE .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ffe175;
}
.cid-uSx8ytjygE .mbr-section-title {
  color: #ffffff;
}
.cid-uSx8ytjygE .mbr-text {
  color: #144031;
}
.cid-uSx8ytjygE .list,
.cid-uSx8ytjygE .item-wrap {
  color: #ffffff;
}
.cid-uSx8yuJELH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx8yuJELH .geometry {
  position: absolute;
}
.cid-uSx8yuJELH .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-uSx8yuJELH .geometry_left {
  left: -70px;
}
.cid-uSx8yuJELH .geometry__square {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-uSx8yuJELH .geometry__square-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #6b818c;
  border-radius: 100px;
  margin: 0.5rem;
}
.cid-uSx8yuJELH .geometry_bottom-left {
  left: 140px;
  bottom: 40px;
}
.cid-uSx8yuJELH blockquote {
  border-color: #ffffff;
  border-radius: 34px;
  margin: 0;
  background-color: #ffffff;
}
.cid-uSx8yuJELH blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-uSx8yuJELH blockquote {
    padding: 2rem 1rem;
  }
  .cid-uSx8yuJELH .geometry {
    position: absolute;
  }
  .cid-uSx8yuJELH .geometry__square,
  .cid-uSx8yuJELH .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
  .cid-uSx8yuJELH .geometry_bottom-left {
    left: 140px;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uSx8yuJELH blockquote {
    padding: 3rem;
  }
}
@media (max-width: 1400px) {
  .cid-uSx8yuJELH .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .cid-uSx8yuJELH .box-shadow {
    padding: 3rem 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSx8yuJELH blockquote {
    padding: 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uSx8yuJELH .geometry__square-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-uSx8yuJELH blockquote:hover .geometry__square-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-uSx8yvRf7O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx8yvRf7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx8yvRf7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx8yvRf7O .row {
  justify-content: center;
}
.cid-uSx8yvRf7O .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uSx8yvRf7O .row {
    padding: 0 12px;
  }
}
.cid-uSx8yvRf7O .item-wrap {
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSx8yvRf7O .card {
    margin-bottom: 3rem;
  }
}
.cid-uSx8yvRf7O .card:first-child {
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uSx8yvRf7O .card:first-child {
    padding: 0 12px;
  }
}
.cid-uSx8yvRf7O .card:nth-child(2) {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uSx8yvRf7O .card:nth-child(2) {
    padding: 0 12px;
  }
}
.cid-uSx8yvRf7O .card:last-child {
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-uSx8yvRf7O .card:last-child {
    padding: 0 12px;
  }
}
.cid-uSx8yvRf7O .card .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSx8yvRf7O .card .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uSx8yvRf7O .card .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uSx8yvRf7O .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSx8yvRf7O .mbr-text {
  color: #ffffff;
}
.cid-uSx8yxCKG6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uSx8yxCKG6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx8yxCKG6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx8yxCKG6 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSx8yxCKG6 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSx8yxCKG6 .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSx8yxCKG6 .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSx8yxCKG6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uSx8yxCKG6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSx8yxCKG6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSx8yxCKG6 .mbr-text,
.cid-uSx8yxCKG6 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSx8yxCKG6 .mbr-section-title,
.cid-uSx8yxCKG6 .mbr-section-btn {
  text-align: center;
}
.cid-uSx8yzlEyN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx8yzlEyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx8yzlEyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx8yzlEyN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSx8yzlEyN .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx8yzlEyN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSx8yzlEyN .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx8yzlEyN .container {
    padding: 0 24px;
  }
}
.cid-uSx8yzlEyN .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uSx8yzlEyN .image-wrapper img {
    height: 400px;
  }
}
.cid-uSx8yBnlcF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx8yBnlcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx8yBnlcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx8yBnlcF .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uSx8yBnlcF .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSx8yBnlcF .container {
    padding: 0 30px;
  }
}
.cid-uSx8yBnlcF .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #fbfaf9;
  border-bottom: 10px solid #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uSx8yBnlcF .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-uSx8yBnlcF .card-wrapper {
    display: block;
  }
}
.cid-uSx8yBnlcF .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uSx8yBnlcF .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-uSx8yBnlcF .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSx8yBnlcF .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSx8yBnlcF .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSx8yBnlcF .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uSx8yBnlcF .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSx8yBnlcF .mbr-section-title {
  color: #fbfaf9;
}
.cid-uSx8yBnlcF .mbr-text {
  color: #ffffff;
}
.cid-uSx8yCPkbN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx8yCPkbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx8yCPkbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx8yCPkbN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSx8yCPkbN .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx8yCPkbN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSx8yCPkbN .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx8yCPkbN .container {
    padding: 0 24px;
  }
}
.cid-uSx8yCPkbN .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uSx8yCPkbN .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSx8yCPkbN .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSx8yCPkbN .image-wrapper img {
    height: 400px;
  }
}
.cid-uSx8yCPkbN .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSx8yCPkbN .content-wrapper {
    padding: 24px;
  }
}
.cid-uSx8yCPkbN .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uSx8yCPkbN .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uSx8yCPkbN .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSx8yCPkbN .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uSx8yCPkbN .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uSx8yCPkbN .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uSx8yCPkbN .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uSx8yCPkbN .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 16px;
}
.cid-uSx8yCPkbN .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uSx8yCPkbN .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uSx8yCPkbN .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uSx8yCPkbN .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uSx8yCPkbN .mbr-section-subtitle {
  color: #18212d;
}
.cid-uSx8yCPkbN .mbr-desc {
  color: #18212d;
}
.cid-uSx8yCPkbN .mbr-text_1 {
  color: #000000;
  text-align: center;
}
.cid-uSx8yCPkbN .mbr-text_2 {
  color: #18212d;
}
.cid-uSx8yCPkbN .mbr-role {
  color: #18212d;
}
.cid-uSx8yCPkbN .mbr-name {
  color: #18212d;
}
.cid-uSx8yEmRtR {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #341117;
}
.cid-uSx8yEmRtR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx8yEmRtR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx8yEmRtR .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uSx8yEmRtR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSx8yEmRtR .container {
    padding: 0 30px;
  }
}
.cid-uSx8yEmRtR .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uSx8yEmRtR .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSx8yEmRtR .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #341117;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uSx8yEmRtR .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uSx8yEmRtR .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uSx8yEmRtR .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uSx8yEmRtR .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSx8yEmRtR .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uSx8yEmRtR .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uSx8yEmRtR .mbr-section-title {
  color: #ffffff;
}
.cid-uSx8yEmRtR .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSx8yEmRtR .mbr-text {
  color: #ffffff;
}
.cid-uSx8yEmRtR .mbr-number {
  color: #FE5115;
}
.cid-uSx8yFEBMb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx8yFEBMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx8yFEBMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx8yFEBMb .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSx8yFEBMb .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx8yFEBMb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSx8yFEBMb .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx8yFEBMb .container {
    padding: 0 24px;
  }
}
.cid-uSx8yFEBMb .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uSx8yFEBMb .image-wrapper img {
    height: 400px;
  }
}
.cid-uSx8yGNQ41 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx8yGNQ41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx8yGNQ41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx8yGNQ41 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uSx8yGNQ41 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSx8yGNQ41 .container {
    padding: 0 30px;
  }
}
.cid-uSx8yGNQ41 .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uSx8yGNQ41 .title-wrapper {
    padding: 0 30px;
    height: auto;
  }
}
.cid-uSx8yGNQ41 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSx8yGNQ41 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSx8yGNQ41 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSx8yGNQ41 .mbr-section-title {
  color: #ffffff;
}
.cid-uSx8yGNQ41 .mbr-text {
  color: #ffffff;
}
.cid-uSx8yI2C4w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx8yI2C4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx8yI2C4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx8yI2C4w .row {
  justify-content: center;
}
.cid-uSx8yI2C4w .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uSx8yI2C4w .row {
    padding: 0 12px;
  }
}
.cid-uSx8yI2C4w .item-wrap {
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSx8yI2C4w .card {
    margin-bottom: 3rem;
  }
}
.cid-uSx8yI2C4w .card:first-child {
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uSx8yI2C4w .card:first-child {
    padding: 0 12px;
  }
}
.cid-uSx8yI2C4w .card:nth-child(2) {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uSx8yI2C4w .card:nth-child(2) {
    padding: 0 12px;
  }
}
.cid-uSx8yI2C4w .card:last-child {
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-uSx8yI2C4w .card:last-child {
    padding: 0 12px;
  }
}
.cid-uSx8yI2C4w .card .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSx8yI2C4w .card .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uSx8yI2C4w .card .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uSx8yI2C4w .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSx8yI2C4w .mbr-text {
  color: #ffffff;
}
.cid-uSx8yJk5xW {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #341117;
}
.cid-uSx8yJk5xW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx8yJk5xW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSx8yJk5xW p {
    max-width: 95%;
  }
}
.cid-uSx8yJk5xW .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uSx8yJk5xW .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #00ebd4;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uSx8yJk5xW .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #6b818c;
  font-size: 1.5rem;
}
.cid-uSx8yJk5xW .mbr-section-title {
  color: #ffffff;
}
.cid-uSx8yJk5xW .mbr-text,
.cid-uSx8yJk5xW .mbr-section-btn {
  color: #fbfaf9;
}
.cid-uSx8yJk5xW .mbr-section-subtitle,
.cid-uSx8yJk5xW .align-wrapper {
  color: #04492e;
}
.cid-uSx8yJk5xW .mbr-section-title2 {
  color: #04492e;
}
.cid-uSx8yJk5xW .mbr-text2,
.cid-uSx8yJk5xW .mbr-section-btn {
  color: #ffffff;
}
.cid-uSx8yKOild {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx8yKOild .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx8yKOild .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx8yKOild .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSx8yKOild .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx8yKOild .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSx8yKOild .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx8yKOild .container {
    padding: 0 24px;
  }
}
.cid-uSx8yKOild .row {
  justify-content: center;
}
.cid-uSx8yKOild .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSx8yKOild .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSx8yKOild .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #6e4d64;
}
.cid-uSx8yKOild .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSx8yKOild .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uSx8yKOild .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uSx8yKOild .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uSx8yKOild .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSx8yKOild .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSx8yKOild .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSx8yKOild .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #edeceb;
}
.cid-uSx8yKOild .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-uSx8yKOild .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uSx8yKOild .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uSx8yKOild .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uSx8yKOild .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uSx8yKOild .mbr-desc,
.cid-uSx8yKOild .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSx8yKOild .panel-title-edit {
  color: #18212d;
}
.cid-uSx8yKOild .panel-text {
  color: #18212d;
}
.cid-uSx8yNASJU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx8yNASJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx8yNASJU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx8yNASJU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSx8yNASJU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSx8yNASJU .container {
    padding: 0;
  }
}
.cid-uSx8yNASJU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSx8yNASJU .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uSx8yNASJU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSx8yNASJU .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uSx8yNASJU .mbr-section-title {
  color: #ffffff;
}
.cid-uSx8yNASJU .mbr-text {
  color: #ffffff;
}
.cid-uSx8yQX6fP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx8yQX6fP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx8yQX6fP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx8yQX6fP .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSx8yQX6fP .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx8yQX6fP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSx8yQX6fP .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx8yQX6fP .container {
    padding: 0 24px;
  }
}
.cid-uSx8yQX6fP .row {
  justify-content: center;
}
.cid-uSx8yQX6fP .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSx8yQX6fP .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSx8yQX6fP .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uSx8yQX6fP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSx8yQX6fP .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uSx8yQX6fP .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uSx8yQX6fP .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uSx8yQX6fP .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSx8yQX6fP .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSx8yQX6fP .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSx8yQX6fP .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #edeceb;
}
.cid-uSx8yQX6fP .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-uSx8yQX6fP .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uSx8yQX6fP .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uSx8yQX6fP .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uSx8yQX6fP .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uSx8yQX6fP .mbr-desc,
.cid-uSx8yQX6fP .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uSx8yQX6fP .panel-title-edit {
  color: #18212d;
}
.cid-uSx8yQX6fP .panel-text {
  color: #000000;
}
.cid-uSx8yXfqJ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx8yXfqJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx8yXfqJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx8yXfqJ3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSx8yXfqJ3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSx8yXfqJ3 .container {
    padding: 0 16px;
  }
}
.cid-uSx8yXfqJ3 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uSx8yXfqJ3 .row {
    margin: 0 10px;
  }
}
.cid-uSx8yXfqJ3 .row .card {
  padding: 0;
}
.cid-uSx8yXfqJ3 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSx8yXfqJ3 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSx8yXfqJ3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSx8yXfqJ3 .google-map iframe {
  height: 500px;
  border: 10px solid #f9a600 !important;
  border-radius: 20px !important;
  background-color: #f9a600 !important;
}
@media (max-width: 992px) {
  .cid-uSx8yXfqJ3 .google-map iframe {
    height: 350px;
  }
}
.cid-uSx8yXfqJ3 .mbr-section-title {
  color: #fdfcfc;
}
.cid-uSx8yZgKsh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341117;
}
.cid-uSx8yZgKsh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx8yZgKsh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx8yZgKsh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSx8yZgKsh .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx8yZgKsh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSx8yZgKsh .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSx8yZgKsh .container {
    padding: 0 24px;
  }
}
.cid-uSx8yZgKsh .row {
  justify-content: center;
}
.cid-uSx8yZgKsh .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSx8yZgKsh .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSx8yZgKsh .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uSx8yZgKsh .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uSx8yZgKsh .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uSx8yZgKsh .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uSx8yZgKsh .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uSx8yZgKsh .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uSx8yZgKsh .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uSx8yZgKsh .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uSx8yZgKsh .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uSx8yZgKsh .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uSx8yZgKsh .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uSx8yZgKsh .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uSx8yZgKsh .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSx8yZgKsh .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uSx8yZgKsh .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uSx8yZgKsh .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uSx8yZgKsh .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSx8yZgKsh .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uSx8yZgKsh .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uSx8yZgKsh .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uSx8yZgKsh .list-wrapper .list .item-wrap:hover,
.cid-uSx8yZgKsh .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uSx8yZgKsh .list-wrapper .list .item-wrap:hover::before,
.cid-uSx8yZgKsh .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSx8yZgKsh .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uSx8yZgKsh .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.cid-uSx8yZgKsh .mbr-section-title {
  color: #ffffff;
}
.cid-uSx8yZgKsh .mbr-soc {
  color: #ffffff;
}
.cid-uSx8yZgKsh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSx8yZgKsh .list {
  color: #ffffff;
}
.cid-uSx8yZgKsh .mbr-soc,
.cid-uSx8yZgKsh .social-wrapper {
  color: #ffffff;
}
.cid-uSx8yZgKsh .list,
.cid-uSx8yZgKsh .item-wrap,
.cid-uSx8yZgKsh .list-wrapper {
  color: #ffffff;
}
