.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: 'DM Sans', sans-serif;
  font-size: 5.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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: 4.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((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: #18212d !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: #18212d !important;
  border-color: #18212d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2a394e !important;
  border-color: #2a394e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a394e !important;
  border-color: #2a394e !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: #18212d;
  color: #18212d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #18212d !important;
  border-color: #18212d !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: #18212d !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: #000000 !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: #18212d;
}
.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: #18212d;
  border-color: #18212d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #18212d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c8d3e2;
}
.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: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #18212d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #18212d;
}
/* 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: #18212d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #18212d;
}
.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: #18212d;
  border-bottom-color: #18212d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #18212d !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='%2318212d' %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: #18212d !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  color: #18212d !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: #18212d;
}
.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-u7mkOhCwFu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/20260224-180919-2000x1126.webp");
}
.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: #99fd05;
  text-align: center;
}
.cid-u7mkOhCwFu .mbr-section-title,
.cid-u7mkOhCwFu .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uqy43Ob8Ss {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #262c35;
}
.cid-uqy43Ob8Ss .mbr-text,
.cid-uqy43Ob8Ss blockquote {
  color: #767676;
}
.cid-uqy43Ob8Ss .mbr-text {
  color: #ffffff;
}
.cid-uqyK1IfKSr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqyK1IfKSr .item-wrapper {
  width: 100%;
}
.cid-uqyK1IfKSr .left-side {
  text-align: left;
}
.cid-uqyK1IfKSr .row {
  align-items: center;
  justify-content: center;
}
.cid-uqyK1IfKSr .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-uqyK1IfKSr .card-box:focus-within {
  opacity: 1;
}
.cid-uqyK1IfKSr .row-center {
  height: 100%;
}
.cid-uqyK1IfKSr .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-uqyK1IfKSr .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uqyK1IfKSr .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-uqyK1IfKSr .card-wrapper:hover .card-box,
.cid-uqyK1IfKSr .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uqyK1IfKSr .card-wrapper:hover .card-img,
.cid-uqyK1IfKSr .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-uqyK1IfKSr .card-wrapper:hover:before,
.cid-uqyK1IfKSr .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-uqyK1IfKSr .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-uqyK1IfKSr .g {
  grid-row-gap: 24px;
}
.cid-uqyK1IfKSr .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-uqyK1IfKSr .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-uqyK1IfKSr .carousel-control {
    display: none;
  }
}
.cid-uqyK1IfKSr .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-uqyK1IfKSr .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-uqyK1IfKSr .card1 {
  background-image: url("../../../assets/images/20240730-115248-2000x1500.webp");
  background-size: cover;
  background-position: center;
}
.cid-uqyK1IfKSr .card2 {
  background-image: url("../../../assets/images/20240730-115918-2000x1500.webp");
  background-size: cover;
  background-position: center;
}
.cid-uqyK1IfKSr .card3 {
  background-image: url("../../../assets/images/20260224-173234-2000x1126.webp");
  background-size: cover;
  background-position: center;
}
.cid-uqyK1IfKSr .card4 {
  background-image: url("../../../assets/images/20260224-173505-2000x1126.webp");
  background-size: cover;
  background-position: center;
}
.cid-uqyK1IfKSr .card5 {
  background-image: url("../../../assets/images/20260224-175948-2000x1126.webp");
  background-size: cover;
  background-position: center;
}
.cid-uqyK1IfKSr .card6 {
  background-image: url("../../../assets/images/20260224-180801-2000x1126.webp");
  background-size: cover;
  background-position: center;
}
.cid-vcgyqwsF9x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #455060;
}
.cid-vcgyqwsF9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcgyqwsF9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcgyqwsF9x .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-vcgyqwsF9x .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vcgyqwsF9x .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vcgyqwsF9x .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcgyqwsF9x .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcgyqwsF9x .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vcgyqwsF9x .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vcgyqwsF9x .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7mkOQn4vV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7mkOQn4vV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mkOQn4vV .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-u7mkOQn4vV .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkOQn4vV .container {
    padding: 0 24px;
  }
}
.cid-u7mkOQn4vV .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-u7mkOQn4vV .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-u7mkOQn4vV .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7mkOQn4vV .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-u7mkOQn4vV .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-u7mkOQn4vV .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-u7mkOQn4vV .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-u7mkOQn4vV .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-u7mkOQn4vV .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u7mkOQn4vV .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-u7mkOQn4vV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u7mkOQn4vV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-u7mkOQn4vV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-u7mkOQn4vV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u7mkOQn4vV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-u7mkOQn4vV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-u7mkOQn4vV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-u7mkOQn4vV .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u7mkOQn4vV .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-u7mkOQn4vV .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkOQn4vV .content-wrapper {
    padding: 24px;
  }
}
.cid-u7mkOQn4vV .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-u7mkOQn4vV .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-u7mkOQn4vV .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7mkOQn4vV .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u7mkOQn4vV .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u7mkOQn4vV .item {
  margin-bottom: 16px;
}
.cid-u7mkOQn4vV .item:last-child {
  margin-bottom: 0;
}
.cid-u7mkOQn4vV .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-u7mkOQn4vV .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-u7mkOQn4vV .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-u7mkOQn4vV .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-u7mkOQn4vV .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-u7mkOQn4vV .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-u7mkOQn4vV .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-u7mkOQn4vV .mbr-section-title {
  color: #18212d;
}
.cid-u7mkOQn4vV .mbr-desc {
  color: #18212d;
}
.cid-u7mkOQn4vV .mbr-text {
  color: #18212d;
}
.cid-u7mkOQn4vV .mbr-recall {
  color: #ffffff;
}
.cid-u7mkOQn4vV .mbr-name {
  color: #ffffff;
}
.cid-u7mkOQn4vV .mbr-rating {
  color: #EFCC4E;
}
.cid-u7mkOQn4vV .item-title {
  color: #18212d;
}
.cid-u7mkOQn4vV .item-text {
  color: #18212d;
}
.cid-u7mkOQn4vV .item-desc {
  color: #18212d;
}
.cid-u7mkPgmfgA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7mkPgmfgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mkPgmfgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mkPgmfgA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7mkPgmfgA .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkPgmfgA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkPgmfgA .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkPgmfgA .container {
    padding: 0 24px;
  }
}
.cid-u7mkPgmfgA .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-u7mkPgmfgA .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-u7mkPgmfgA .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u7mkPgmfgA .item .item-wrapper {
  min-height: 630px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 2rem !important;
  background-color: #18212d;
  padding: 48px;
}
@media (max-width: 1200px) {
  .cid-u7mkPgmfgA .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkPgmfgA .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-u7mkPgmfgA .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-u7mkPgmfgA .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-u7mkPgmfgA .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-u7mkPgmfgA .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-u7mkPgmfgA .item-title {
  color: #ffffff;
}
.cid-u7mkPgmfgA .item-text {
  color: #ffffff;
}
.cid-u7mkUxpZMH {
  background-color: #ffffff;
}
.cid-u7mkUxpZMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mkUxpZMH .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-u7mkUxpZMH .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkUxpZMH .container {
    padding: 0 24px;
  }
}
.cid-u7mkUxpZMH .row {
  justify-content: center;
}
.cid-u7mkUxpZMH .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u7mkUxpZMH .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-u7mkUxpZMH .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-u7mkUxpZMH .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-u7mkUxpZMH .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-u7mkUxpZMH .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u7mkUxpZMH .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-u7mkUxpZMH .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-u7mkUxpZMH .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkUxpZMH .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-u7mkUxpZMH .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-u7mkUxpZMH .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u7mkUxpZMH .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u7mkUxpZMH .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-u7mkUxpZMH .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u7mkUxpZMH .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-u7mkUxpZMH .tabs-wrapper {
  text-align: center;
}
.cid-u7mkUxpZMH .item-title {
  color: #18212d;
}
.cid-u7mkUxpZMH .item-text {
  color: #18212d;
}
.cid-u7mkQWSRMY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.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 #262c35;
  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 #262c35;
  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;
}
.cid-u7mkQWSRMY .mbr-section-subtitle {
  color: #18212d;
}
.cid-u7mkQWSRMY .mbr-desc {
  color: #18212d;
}
.cid-u7mkQWSRMY .mbr-text_1 {
  color: #18212d;
}
.cid-u7mkQWSRMY .mbr-text_2 {
  color: #18212d;
}
.cid-u7mkQWSRMY .mbr-role {
  color: #18212d;
}
.cid-u7mkQWSRMY .mbr-name {
  color: #18212d;
}
.cid-u7mkS2f7S3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.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-vcgrfHga9Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgrfHga9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcgrfHga9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcgrfHga9Q .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vcgrfHga9Q .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-vcgrfHga9Q .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vcgrfHga9Q .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-vcgrfHga9Q .container {
    padding: 0 24px;
  }
}
.cid-vcgrfHga9Q .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-vcgrfHga9Q .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcgrfHga9Q .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcgrfHga9Q .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcgrfHga9Q .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-vcgrfHga9Q .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcgrfHga9Q .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcgrfHga9Q .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-vcgrfHga9Q .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-vcgrfHga9Q .item .item-wrapper .item-img .date-wrapper .item-date::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-vcgrfHga9Q .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-vcgrfHga9Q .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-vcgrfHga9Q .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vcgrfHga9Q .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-vcgrfHga9Q .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcgrfHga9Q .item-title {
  color: #18212d;
}
.cid-vcgrfHga9Q .item-text {
  color: #18212d;
}
.cid-vcgrfHga9Q .item-date {
  color: #ffffff;
}
.cid-vcgnNZAbr4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgnNZAbr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcgnNZAbr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcgnNZAbr4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vcgnNZAbr4 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-vcgnNZAbr4 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vcgnNZAbr4 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-vcgnNZAbr4 .container {
    padding: 0 24px;
  }
}
.cid-vcgnNZAbr4 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-vcgnNZAbr4 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcgnNZAbr4 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcgnNZAbr4 .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcgnNZAbr4 .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-vcgnNZAbr4 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcgnNZAbr4 .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcgnNZAbr4 .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-vcgnNZAbr4 .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-vcgnNZAbr4 .item .item-wrapper .item-img .date-wrapper .item-date::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-vcgnNZAbr4 .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-vcgnNZAbr4 .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-vcgnNZAbr4 .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vcgnNZAbr4 .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-vcgnNZAbr4 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcgnNZAbr4 .item-title {
  color: #18212d;
}
.cid-vcgnNZAbr4 .item-text {
  color: #18212d;
}
.cid-vcgnNZAbr4 .item-date {
  color: #ffffff;
}
.cid-vcgmeQUrt2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgmeQUrt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcgmeQUrt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcgmeQUrt2 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vcgmeQUrt2 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-vcgmeQUrt2 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vcgmeQUrt2 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-vcgmeQUrt2 .container {
    padding: 0 24px;
  }
}
.cid-vcgmeQUrt2 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-vcgmeQUrt2 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcgmeQUrt2 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcgmeQUrt2 .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcgmeQUrt2 .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-vcgmeQUrt2 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcgmeQUrt2 .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcgmeQUrt2 .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-vcgmeQUrt2 .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-vcgmeQUrt2 .item .item-wrapper .item-img .date-wrapper .item-date::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-vcgmeQUrt2 .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-vcgmeQUrt2 .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-vcgmeQUrt2 .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vcgmeQUrt2 .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-vcgmeQUrt2 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcgmeQUrt2 .item-title {
  color: #18212d;
}
.cid-vcgmeQUrt2 .item-text {
  color: #18212d;
}
.cid-vcgmeQUrt2 .item-date {
  color: #ffffff;
}
.cid-vcgkEZE4sr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgkEZE4sr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcgkEZE4sr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcgkEZE4sr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vcgkEZE4sr .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-vcgkEZE4sr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vcgkEZE4sr .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-vcgkEZE4sr .container {
    padding: 0 24px;
  }
}
.cid-vcgkEZE4sr .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-vcgkEZE4sr .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcgkEZE4sr .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcgkEZE4sr .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcgkEZE4sr .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-vcgkEZE4sr .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcgkEZE4sr .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcgkEZE4sr .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-vcgkEZE4sr .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-vcgkEZE4sr .item .item-wrapper .item-img .date-wrapper .item-date::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-vcgkEZE4sr .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-vcgkEZE4sr .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-vcgkEZE4sr .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vcgkEZE4sr .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-vcgkEZE4sr .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcgkEZE4sr .item-title {
  color: #18212d;
}
.cid-vcgkEZE4sr .item-text {
  color: #18212d;
}
.cid-vcgkEZE4sr .item-date {
  color: #ffffff;
}
.cid-vcgi8xl8DG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcgi8xl8DG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcgi8xl8DG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcgi8xl8DG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vcgi8xl8DG .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-vcgi8xl8DG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vcgi8xl8DG .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-vcgi8xl8DG .container {
    padding: 0 24px;
  }
}
.cid-vcgi8xl8DG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-vcgi8xl8DG .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcgi8xl8DG .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcgi8xl8DG .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcgi8xl8DG .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-vcgi8xl8DG .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcgi8xl8DG .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcgi8xl8DG .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-vcgi8xl8DG .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-vcgi8xl8DG .item .item-wrapper .item-img .date-wrapper .item-date::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-vcgi8xl8DG .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-vcgi8xl8DG .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-vcgi8xl8DG .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vcgi8xl8DG .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-vcgi8xl8DG .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcgi8xl8DG .item-title {
  color: #18212d;
}
.cid-vcgi8xl8DG .item-text {
  color: #18212d;
}
.cid-vcgi8xl8DG .item-date {
  color: #ffffff;
}
.cid-u7mkQ0tY60 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7mkQ0tY60 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mkQ0tY60 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mkQ0tY60 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7mkQ0tY60 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkQ0tY60 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkQ0tY60 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkQ0tY60 .container {
    padding: 0 24px;
  }
}
.cid-u7mkQ0tY60 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-u7mkQ0tY60 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-u7mkQ0tY60 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u7mkQ0tY60 .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u7mkQ0tY60 .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-u7mkQ0tY60 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7mkQ0tY60 .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-u7mkQ0tY60 .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u7mkQ0tY60 .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-u7mkQ0tY60 .item .item-wrapper .item-img .date-wrapper .item-date::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-u7mkQ0tY60 .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-u7mkQ0tY60 .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-u7mkQ0tY60 .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-u7mkQ0tY60 .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-u7mkQ0tY60 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u7mkQ0tY60 .item-title {
  color: #18212d;
}
.cid-u7mkQ0tY60 .item-text {
  color: #18212d;
}
.cid-u7mkQ0tY60 .item-date {
  color: #ffffff;
}
.cid-uqylqnSWZr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqylqnSWZr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqylqnSWZr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqylqnSWZr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uqylqnSWZr .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqylqnSWZr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqylqnSWZr .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqylqnSWZr .container {
    padding: 0 24px;
  }
}
.cid-uqylqnSWZr .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uqylqnSWZr .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uqylqnSWZr .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uqylqnSWZr .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uqylqnSWZr .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-uqylqnSWZr .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uqylqnSWZr .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uqylqnSWZr .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uqylqnSWZr .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uqylqnSWZr .item .item-wrapper .item-img .date-wrapper .item-date::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-uqylqnSWZr .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-uqylqnSWZr .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-uqylqnSWZr .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uqylqnSWZr .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-uqylqnSWZr .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uqylqnSWZr .item-title {
  color: #18212d;
}
.cid-uqylqnSWZr .item-text {
  color: #18212d;
}
.cid-uqylqnSWZr .item-date {
  color: #ffffff;
}
.cid-uqynGTkB1y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqynGTkB1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqynGTkB1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqynGTkB1y .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uqynGTkB1y .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqynGTkB1y .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqynGTkB1y .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqynGTkB1y .container {
    padding: 0 24px;
  }
}
.cid-uqynGTkB1y .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uqynGTkB1y .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uqynGTkB1y .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uqynGTkB1y .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uqynGTkB1y .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-uqynGTkB1y .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uqynGTkB1y .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uqynGTkB1y .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uqynGTkB1y .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uqynGTkB1y .item .item-wrapper .item-img .date-wrapper .item-date::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-uqynGTkB1y .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-uqynGTkB1y .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-uqynGTkB1y .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uqynGTkB1y .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-uqynGTkB1y .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uqynGTkB1y .item-title {
  color: #18212d;
}
.cid-uqynGTkB1y .item-text {
  color: #18212d;
}
.cid-uqynGTkB1y .item-date {
  color: #ffffff;
}
.cid-uqysk9w3IW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqysk9w3IW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqysk9w3IW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqysk9w3IW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uqysk9w3IW .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqysk9w3IW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqysk9w3IW .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqysk9w3IW .container {
    padding: 0 24px;
  }
}
.cid-uqysk9w3IW .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uqysk9w3IW .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uqysk9w3IW .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uqysk9w3IW .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uqysk9w3IW .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-uqysk9w3IW .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uqysk9w3IW .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uqysk9w3IW .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uqysk9w3IW .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uqysk9w3IW .item .item-wrapper .item-img .date-wrapper .item-date::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-uqysk9w3IW .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-uqysk9w3IW .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-uqysk9w3IW .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uqysk9w3IW .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-uqysk9w3IW .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uqysk9w3IW .item-title {
  color: #18212d;
}
.cid-uqysk9w3IW .item-text {
  color: #18212d;
}
.cid-uqysk9w3IW .item-date {
  color: #ffffff;
}
.cid-uqC152HnRO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #262c35;
}
.cid-uqC152HnRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqC152HnRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqC152HnRO .mbr-section-title {
  color: #24262b;
}
.cid-uqC152HnRO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqC152HnRO .mbr-section-btn {
  margin-top: 16px;
}
.cid-uqCfnsSPij {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uqCfnsSPij .container-fluid {
    max-width: 1200px;
  }
  .cid-uqCfnsSPij .row {
    padding-right: 2rem;
  }
}
.cid-uqCfnsSPij .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-uqCfnsSPij .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uqCfnsSPij .team-card:hover {
  transform: translateY(-10px);
}
.cid-uqCfnsSPij .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-uqCfnsSPij .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uqCfnsSPij .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-uqCfnsSPij .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uqCfnsSPij .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uqCfnsSPij .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uqCfnsSPij .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-uqCfnsSPij .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-uqCfnsSPij .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-uqCfnsSPij .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-uqCfnsSPij .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-uqCfnsSPij .social-row {
    text-align: center;
  }
}
.cid-uqCfnsSPij .mbr-role,
.cid-uqCfnsSPij .social-row {
  color: #818181;
}
.cid-uqCfnsSPij .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqCfnsSPij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqCfo4FgCl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uqCfo4FgCl .container-fluid {
    max-width: 1200px;
  }
  .cid-uqCfo4FgCl .row {
    padding-right: 2rem;
  }
}
.cid-uqCfo4FgCl .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-uqCfo4FgCl .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uqCfo4FgCl .team-card:hover {
  transform: translateY(-10px);
}
.cid-uqCfo4FgCl .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-uqCfo4FgCl .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uqCfo4FgCl .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-uqCfo4FgCl .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uqCfo4FgCl .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uqCfo4FgCl .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uqCfo4FgCl .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-uqCfo4FgCl .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-uqCfo4FgCl .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-uqCfo4FgCl .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-uqCfo4FgCl .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-uqCfo4FgCl .social-row {
    text-align: center;
  }
}
.cid-uqCfo4FgCl .mbr-role,
.cid-uqCfo4FgCl .social-row {
  color: #818181;
}
.cid-uqCfo4FgCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqCfo4FgCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqCfo4FgCl .card-text,
.cid-uqCfo4FgCl .mbr-section-btn,
.cid-uqCfo4FgCl .social-row {
  color: #6b818c;
}
.cid-uqC2KNAgIa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262c35;
}
.cid-uqC2KNAgIa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uqC2KNAgIa form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uqC2KNAgIa form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uqC2KNAgIa form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uqC2KNAgIa .content-head {
  max-width: 800px;
}
.cid-uqC2KNAgIa .mbr-section-title {
  color: #ffffff;
}
.cid-uOYRJjTO6r {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uOYRJjTO6r .content {
    text-align: center;
  }
  .cid-uOYRJjTO6r .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uOYRJjTO6r .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uOYRJjTO6r .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uOYRJjTO6r .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uOYRJjTO6r .google-map {
  height: 25rem;
  position: relative;
}
.cid-uOYRJjTO6r .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uOYRJjTO6r .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOYRJjTO6r .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOYRJjTO6r .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOYRJjTO6r .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOYRJjTO6r .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uOYRJjTO6r .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uOYRJjTO6r .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uOYRJjTO6r .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOYRJjTO6r .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOYRJjTO6r .list {
  list-style-type: none;
  padding: 0;
}
.cid-uFl0tAYH9j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFl0tAYH9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFl0tAYH9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFl0tAYH9j .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFl0tAYH9j .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFl0tAYH9j .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFl0tAYH9j .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFl0tAYH9j .container {
    padding: 0 24px;
  }
}
.cid-uFl0tAYH9j .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uFl0tAYH9j .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uFl0tAYH9j .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFl0tAYH9j .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFl0tAYH9j .content-wrapper .content-wrap .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-uFl0tAYH9j .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFl0tAYH9j .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFl0tAYH9j .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFl0tAYH9j .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uFl0tAYH9j .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFl0tAYH9j .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uFl0tAYH9j .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uFl0tAYH9j .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uFl0tAYH9j .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uFl0tAYH9j .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uFl0tAYH9j .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFl0tAYH9j .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uFl0tAYH9j .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uFl0tAYH9j .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uFl0tAYH9j .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFl0tAYH9j .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uFl0tAYH9j .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uFl0tAYH9j .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uFl0tAYH9j .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-uFl0tAYH9j .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uFl0tAYH9j .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uFl0tAYH9j .mbr-section-title {
  color: #18212d;
}
.cid-uFl0tAYH9j .mbr-desc,
.cid-uFl0tAYH9j .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uFl0tAYH9j .mbr-text,
.cid-uFl0tAYH9j .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uFl0tAYH9j .mbr-rating {
  color: #EFCC4E;
}
.cid-uFl0tAYH9j .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uFl0tAYH9j .mbr-section-title,
.cid-uFl0tAYH9j .mbr-section-btn {
  text-align: center;
}
.cid-uFl0tAYH9j .mbr-rating,
.cid-uFl0tAYH9j .rating-wrapper,
.cid-uFl0tAYH9j .people-wrapper {
  text-align: center;
}
.cid-uOYRJjTO6r {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uOYRJjTO6r .content {
    text-align: center;
  }
  .cid-uOYRJjTO6r .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uOYRJjTO6r .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uOYRJjTO6r .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uOYRJjTO6r .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uOYRJjTO6r .google-map {
  height: 25rem;
  position: relative;
}
.cid-uOYRJjTO6r .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uOYRJjTO6r .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOYRJjTO6r .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOYRJjTO6r .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOYRJjTO6r .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOYRJjTO6r .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uOYRJjTO6r .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uOYRJjTO6r .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uOYRJjTO6r .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOYRJjTO6r .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOYRJjTO6r .list {
  list-style-type: none;
  padding: 0;
}
.cid-uFE9ZbfHlk {
  background-image: url("../../../assets/images/pvc-capa-site-1920x1080.webp");
}
.cid-uFE9ZbfHlk .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-uFE9ZbfHlk .mbr-arrow i {
  color: #ffffff !important;
}
.cid-uFE9ZbfHlk .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uFE9ZbfHlk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFE9ZbfHlk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEfwqker4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #c7ced1;
}
.cid-uFEfwqker4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEfwqker4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEfwqker4 .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-uFEfwqker4 .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-uFEfwqker4 .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #454545;
}
.cid-uFEfwqker4 .label-text {
  color: #ffffff;
}
.cid-uFEfwqker4 .card-text {
  color: #878e99;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uFEfwqker4 .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-uFEfwqker4 .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-uFEfwqker4 .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-uFEfwqker4 .link-text a {
  display: flex;
  align-items: center;
}
.cid-uFEfwqker4 .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-uFEfwqker4 .link-text a:hover {
  color: #18212d !important;
}
.cid-uFEdVVW0wU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-uFEdVVW0wU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEdVVW0wU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEdVVW0wU .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uFEdVVW0wU .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uFEdVVW0wU .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uFEdVVW0wU .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uFEdVVW0wU .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-uFEdVVW0wU .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFEdVVW0wU .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .cid-uFEdVVW0wU .text-wrapper {
    padding: 10px;
  }
}
.cid-uFEdVVW0wU .mbr-section-title {
  color: #3e41fb;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-uFEdVVW0wU .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-uFEdVVW0wU .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uFEdVVW0wU .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uFEdVVW0wU .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uFEdVVW0wU .mbr-text {
    padding-right: 0;
  }
}
.cid-uFEdVVW0wU .mbr-section-btn {
  margin-top: 10px;
}
.cid-uFEdVVW0wU .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-uFEdVVW0wU .list-container {
    margin-bottom: 20px;
  }
}
.cid-uFEdVVW0wU .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-uFEdVVW0wU .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-uFEdVVW0wU .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #c4cfde;
}
.cid-uFEdVVW0wU .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uFEdVVW0wU .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uFEdVVW0wU .col-img {
    order: 1;
  }
}
.cid-uFEdVVW0wU .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uFEdVVW0wU .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uFEdVVW0wU .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #0e1724, #6b818c);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 6px;
}
.cid-uFEfeIMn9w {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #c7ced1;
}
.cid-uFEfeIMn9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEfeIMn9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEfeIMn9w .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-uFEfeIMn9w .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-uFEfeIMn9w .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #454545;
}
.cid-uFEfeIMn9w .label-text {
  color: #ffffff;
}
.cid-uFEfeIMn9w .card-text {
  color: #878e99;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uFEfeIMn9w .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-uFEfeIMn9w .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-uFEfeIMn9w .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-uFEfeIMn9w .link-text a {
  display: flex;
  align-items: center;
}
.cid-uFEfeIMn9w .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-uFEfeIMn9w .link-text a:hover {
  color: #18212d !important;
}
.cid-uFEesB7Rmg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-uFEesB7Rmg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEesB7Rmg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEesB7Rmg .row {
  flex-direction: row-reverse;
}
.cid-uFEesB7Rmg .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uFEesB7Rmg .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uFEesB7Rmg .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uFEesB7Rmg .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uFEesB7Rmg .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-uFEesB7Rmg .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFEesB7Rmg .text-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .cid-uFEesB7Rmg .text-wrapper {
    padding: 10px;
  }
}
.cid-uFEesB7Rmg .mbr-section-title {
  color: #3e41fb;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-uFEesB7Rmg .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-uFEesB7Rmg .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uFEesB7Rmg .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uFEesB7Rmg .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uFEesB7Rmg .mbr-text {
    padding-right: 0;
  }
}
.cid-uFEesB7Rmg .mbr-section-btn {
  margin-top: 10px;
}
.cid-uFEesB7Rmg .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-uFEesB7Rmg .list-container {
    margin-bottom: 20px;
  }
}
.cid-uFEesB7Rmg .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-uFEesB7Rmg .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-uFEesB7Rmg .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #c4cfde;
}
.cid-uFEesB7Rmg .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uFEesB7Rmg .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uFEesB7Rmg .col-img {
    order: 1;
  }
}
.cid-uFEesB7Rmg .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uFEesB7Rmg .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uFEesB7Rmg .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 6px;
}
.cid-uFEhPzwYC4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b1f0a;
}
.cid-uFEhPzwYC4 .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-uFEhPzwYC4 .mbr-section-title {
  color: #f3f4ef;
}
.cid-uFEhPzwYC4 .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-uFEhPzwYC4 .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-uFNYSIVjfN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFNYSIVjfN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNYSIVjfN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNYSIVjfN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFNYSIVjfN .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFNYSIVjfN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFNYSIVjfN .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFNYSIVjfN .container {
    padding: 0 24px;
  }
}
.cid-uFNYSIVjfN .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFNYSIVjfN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFNYSIVjfN .content-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-uFNYSIVjfN .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFNYSIVjfN .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFNYSIVjfN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFNYSIVjfN .item {
  margin-bottom: 32px;
}
.cid-uFNYSIVjfN .item .item-wrapper {
  height: 100%;
  padding: 40px;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uFNYSIVjfN .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFNYSIVjfN .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uFNYSIVjfN .item .item-wrapper .card-box .desc-wrap .item-desc,
.cid-uFNYSIVjfN .item .item-wrapper .card-box .desc-wrap .item-desc_2 {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #edeceb;
}
.cid-uFNYSIVjfN .item .item-wrapper .card-box .item-price,
.cid-uFNYSIVjfN .item .item-wrapper .card-box .item-price_2 {
  margin-bottom: 16px;
}
.cid-uFNYSIVjfN .item .item-wrapper .card-box .item-text,
.cid-uFNYSIVjfN .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFNYSIVjfN .item .item-wrapper .card-box .list-wrapper {
  margin-top: 22px;
}
.cid-uFNYSIVjfN .item .item-wrapper .card-box .list-wrapper .list,
.cid-uFNYSIVjfN .item .item-wrapper .card-box .list-wrapper .list_2 {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFNYSIVjfN .item .item-wrapper .card-box .list-wrapper .list .item-wrap,
.cid-uFNYSIVjfN .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 34px;
}
.cid-uFNYSIVjfN .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before,
.cid-uFNYSIVjfN .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #18212d;
}
.cid-uFNYSIVjfN .item .dark-card {
  background-color: #18212d;
  border: none;
}
.cid-uFNYSIVjfN .item .dark-card .card-box .desc-wrap .item-desc_2 {
  background-color: transparent;
  border: none;
}
.cid-uFNYSIVjfN .item .dark-card .card-box .desc-wrap .item-desc_2::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-uFNYSIVjfN .item .dark-card .card-box .desc-wrap .item-desc_2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uFNYSIVjfN .item .dark-card .card-box .list-wrapper .list_2 .item-wrap::before {
  color: #ffffff;
}
.cid-uFNYSIVjfN .item .mbr-section-btn {
  width: 100%;
  margin-top: 22px;
}
.cid-uFNYSIVjfN .item .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uFNYSIVjfN .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uFNYSIVjfN .mbr-desc,
.cid-uFNYSIVjfN .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uFNYSIVjfN .mbr-text,
.cid-uFNYSIVjfN .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uFNYSIVjfN .item-title {
  color: #18212d;
}
.cid-uFNYSIVjfN .item-desc {
  color: #18212d;
}
.cid-uFNYSIVjfN .item-price {
  color: #18212d;
}
.cid-uFNYSIVjfN .item-text {
  color: #18212d;
}
.cid-uFNYSIVjfN .list {
  color: #18212d;
}
.cid-uFNYSIVjfN .item-title_2 {
  color: #ffffff;
}
.cid-uFNYSIVjfN .item-desc_2 {
  color: #ffffff;
}
.cid-uFNYSIVjfN .item-price_2 {
  color: #ffffff;
}
.cid-uFNYSIVjfN .item-text_2 {
  color: #ffffff;
}
.cid-uFNYSIVjfN .list_2 {
  color: #ffffff;
}
.cid-uFEfK7N9b2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFEfK7N9b2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEfK7N9b2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEfK7N9b2 .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uFEfK7N9b2 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFEfK7N9b2 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFEfK7N9b2 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uFEfK7N9b2 .mbr-text,
.cid-uFEfK7N9b2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uFEfK7N9b2 .card-title,
.cid-uFEfK7N9b2 .card-box {
  text-align: left;
  color: #24262b;
}
.cid-uFEkz0VOmq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFEkz0VOmq .item-img {
  position: relative;
}
.cid-uFEkz0VOmq .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uFEkz0VOmq .cardbg {
  background: #eaf1fc;
  height: 100%;
  min-height: 300px;
}
.cid-uFEkz0VOmq .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uFEkz0VOmq .image-wrapper {
  overflow: hidden;
}
.cid-uFEkz0VOmq .item1 {
  margin-bottom: 2rem !important;
}
.cid-uFEkz0VOmq .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFEkz0VOmq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uFEkz0VOmq .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #262c35;
}
.cid-uFEkz0VOmq .item1,
.cid-uFEkz0VOmq .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uFEkz0VOmq .item1 .item:hover,
.cid-uFEkz0VOmq .item .item:hover {
  cursor: pointer;
}
.cid-uFEkz0VOmq .item1:hover .link-icon-wrapper span,
.cid-uFEkz0VOmq .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uFEkz0VOmq .card2 {
    margin-top: 1rem;
  }
}
.cid-uFEkz0VOmq .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uFEkz0VOmq .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uFEkz0VOmq .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uFEkz0VOmq .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uFEkz0VOmq .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uFEkz0VOmq .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uFEkz0VOmq .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uFEkz0VOmq .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uFEkz0VOmq .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uFEkz0VOmq img,
.cid-uFEkz0VOmq .item-img {
  width: 100%;
}
.cid-uFEkz0VOmq .item:focus,
.cid-uFEkz0VOmq span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uFEkz0VOmq .item {
    margin-bottom: 1rem;
  }
}
.cid-uFEkz0VOmq .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uFEkz0VOmq .item-title {
  text-align: left;
  color: #000000;
}
.cid-uFEkz0VOmq .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uFEkz0VOmq .mbr-section-subtitle,
.cid-uFEkz0VOmq .subtitle-wrap,
.cid-uFEkz0VOmq .mbr-section-btn {
  text-align: left;
}
.cid-uFEkz0VOmq .mbr-text,
.cid-uFEkz0VOmq .item .mbr-section-btn {
  color: #000000;
}
.cid-uFEcXhIDUg {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #455060;
}
.cid-uFEcXhIDUg .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uFEcXhIDUg .mbr-section-title,
.cid-uFEcXhIDUg .mbr-section-subtitle,
.cid-uFEcXhIDUg .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFEcXhIDUg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFEcXhIDUg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFEcXhIDUg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFEcXhIDUg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFEcXhIDUg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-uFEcXhIDUg .icon-focus {
  display: none;
}
.cid-uFEcXhIDUg .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uFEcXhIDUg ul {
  font-size: 0;
}
.cid-uFEcXhIDUg .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uFEcXhIDUg .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uFEcXhIDUg .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uFEcXhIDUg .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uFEcXhIDUg .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uFEcXhIDUg .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uFEcXhIDUg .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uFEcXhIDUg .btn:hover {
  background: transparent !important;
}
.cid-uFEcXhIDUg .btn:hover:before {
  background: transparent !important;
}
.cid-uFEcXhIDUg .btn:before {
  background-color: transparent !important;
}
.cid-uFEcXhIDUg .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uFEkwa8cFA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFEkwa8cFA img {
  width: 180px;
  margin: auto;
}
.cid-uFEkwa8cFA .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uFEkwa8cFA .mbr-section-title {
  color: #000000;
}
.cid-uFEkwa8cFA .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #6b818c;
}
.cid-uFEkwa8cFA .mbr-section-subtitle,
.cid-uFEkwa8cFA .subtitle-wrap,
.cid-uFEkwa8cFA .mbr-section-btn {
  text-align: center;
}
.cid-uOYRJjTO6r {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uOYRJjTO6r .content {
    text-align: center;
  }
  .cid-uOYRJjTO6r .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uOYRJjTO6r .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uOYRJjTO6r .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uOYRJjTO6r .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uOYRJjTO6r .google-map {
  height: 25rem;
  position: relative;
}
.cid-uOYRJjTO6r .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uOYRJjTO6r .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOYRJjTO6r .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOYRJjTO6r .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOYRJjTO6r .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOYRJjTO6r .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uOYRJjTO6r .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uOYRJjTO6r .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uOYRJjTO6r .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOYRJjTO6r .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOYRJjTO6r .list {
  list-style-type: none;
  padding: 0;
}
.cid-uIQJCgYGF8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/capa-site-studiio.webp");
}
.cid-uIQJCgYGF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQJCgYGF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIQJCgYGF8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIQJCgYGF8 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIQJCgYGF8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIQJCgYGF8 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIQJCgYGF8 .container {
    padding: 0 24px;
  }
}
.cid-uIQJCgYGF8 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uIQJCgYGF8 .content-wrapper {
    padding: 0;
  }
}
.cid-uIQJCgYGF8 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uIQJCgYGF8 .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-uIQJCgYGF8 .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-uIQJCgYGF8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uIQJCgYGF8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uIQJCgYGF8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIQJCgYGF8 .mbr-section-title {
  color: #ffffff;
}
.cid-uIQJCgYGF8 .mbr-desc,
.cid-uIQJCgYGF8 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIQJCgYGF8 .mbr-text,
.cid-uIQJCgYGF8 .text-wrapper {
  color: #99fd05;
  text-align: center;
}
.cid-uIQJCgYGF8 .mbr-section-title,
.cid-uIQJCgYGF8 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIQJChalmv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #262c35;
}
.cid-uIQJChalmv .mbr-text,
.cid-uIQJChalmv blockquote {
  color: #767676;
}
.cid-uIQJChalmv .mbr-text {
  color: #ffffff;
}
.cid-uIQJChhHFQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIQJChhHFQ .item-wrapper {
  width: 100%;
}
.cid-uIQJChhHFQ .left-side {
  text-align: left;
}
.cid-uIQJChhHFQ .row {
  align-items: center;
  justify-content: center;
}
.cid-uIQJChhHFQ .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-uIQJChhHFQ .card-box:focus-within {
  opacity: 1;
}
.cid-uIQJChhHFQ .row-center {
  height: 100%;
}
.cid-uIQJChhHFQ .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-uIQJChhHFQ .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uIQJChhHFQ .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-uIQJChhHFQ .card-wrapper:hover .card-box,
.cid-uIQJChhHFQ .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uIQJChhHFQ .card-wrapper:hover .card-img,
.cid-uIQJChhHFQ .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-uIQJChhHFQ .card-wrapper:hover:before,
.cid-uIQJChhHFQ .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-uIQJChhHFQ .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-uIQJChhHFQ .g {
  grid-row-gap: 24px;
}
.cid-uIQJChhHFQ .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-uIQJChhHFQ .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-uIQJChhHFQ .carousel-control {
    display: none;
  }
}
.cid-uIQJChhHFQ .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-uIQJChhHFQ .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-uIQJChhHFQ .card1 {
  background-image: url("../../../assets/images/20240730-115248-2000x1500.webp");
  background-size: cover;
  background-position: center;
}
.cid-uIQJChhHFQ .card2 {
  background-image: url("../../../assets/images/20240730-115918-2000x1500.webp");
  background-size: cover;
  background-position: center;
}
.cid-uIQJChhHFQ .card3 {
  background-image: url("../../../assets/images/20240713-112839-2000x1500.webp");
  background-size: cover;
  background-position: center;
}
.cid-uIQJChhHFQ .card4 {
  background-image: url("../../../assets/images/20240828-134753-2000x1500.webp");
  background-size: cover;
  background-position: center;
}
.cid-uIQJChhHFQ .card5 {
  background-image: url("../../../assets/images/20241007-165902-2000x1500.webp");
  background-size: cover;
  background-position: center;
}
.cid-uIQJChhHFQ .card6 {
  background-image: url("../../../assets/images/20241007-165925-2000x1500.webp");
  background-size: cover;
  background-position: center;
}
.cid-uIQJChrZvi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIQJChrZvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQJChrZvi .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-uIQJChrZvi .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIQJChrZvi .container {
    padding: 0 24px;
  }
}
.cid-uIQJChrZvi .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uIQJChrZvi .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uIQJChrZvi .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIQJChrZvi .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uIQJChrZvi .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uIQJChrZvi .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uIQJChrZvi .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uIQJChrZvi .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uIQJChrZvi .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uIQJChrZvi .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uIQJChrZvi .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uIQJChrZvi .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uIQJChrZvi .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uIQJChrZvi .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uIQJChrZvi .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uIQJChrZvi .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uIQJChrZvi .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uIQJChrZvi .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uIQJChrZvi .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uIQJChrZvi .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uIQJChrZvi .content-wrapper {
    padding: 24px;
  }
}
.cid-uIQJChrZvi .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uIQJChrZvi .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-uIQJChrZvi .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uIQJChrZvi .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIQJChrZvi .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIQJChrZvi .item {
  margin-bottom: 16px;
}
.cid-uIQJChrZvi .item:last-child {
  margin-bottom: 0;
}
.cid-uIQJChrZvi .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uIQJChrZvi .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uIQJChrZvi .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uIQJChrZvi .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uIQJChrZvi .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uIQJChrZvi .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uIQJChrZvi .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uIQJChrZvi .mbr-section-title {
  color: #18212d;
}
.cid-uIQJChrZvi .mbr-desc {
  color: #18212d;
}
.cid-uIQJChrZvi .mbr-text {
  color: #18212d;
}
.cid-uIQJChrZvi .mbr-recall {
  color: #ffffff;
}
.cid-uIQJChrZvi .mbr-name {
  color: #ffffff;
}
.cid-uIQJChrZvi .mbr-rating {
  color: #EFCC4E;
}
.cid-uIQJChrZvi .item-title {
  color: #18212d;
}
.cid-uIQJChrZvi .item-text {
  color: #18212d;
}
.cid-uIQJChrZvi .item-desc {
  color: #18212d;
}
.cid-uIQJChDLXI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIQJChDLXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQJChDLXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIQJChDLXI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIQJChDLXI .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIQJChDLXI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIQJChDLXI .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIQJChDLXI .container {
    padding: 0 24px;
  }
}
.cid-uIQJChDLXI .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uIQJChDLXI .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uIQJChDLXI .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uIQJChDLXI .item .item-wrapper {
  min-height: 630px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 2rem !important;
  background-color: #18212d;
  padding: 48px;
}
@media (max-width: 1200px) {
  .cid-uIQJChDLXI .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uIQJChDLXI .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-uIQJChDLXI .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uIQJChDLXI .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uIQJChDLXI .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uIQJChDLXI .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uIQJChDLXI .item-title {
  color: #ffffff;
}
.cid-uIQJChDLXI .item-text {
  color: #ffffff;
}
.cid-uIQJChMMAg {
  background-color: #ffffff;
}
.cid-uIQJChMMAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQJChMMAg .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-uIQJChMMAg .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIQJChMMAg .container {
    padding: 0 24px;
  }
}
.cid-uIQJChMMAg .row {
  justify-content: center;
}
.cid-uIQJChMMAg .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIQJChMMAg .content-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uIQJChMMAg .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 8px;
}
.cid-uIQJChMMAg .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 0;
  color: #18212d;
  border: 1px solid transparent;
  border-radius: 500px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uIQJChMMAg .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fbfaf9;
  border-color: #edeceb;
}
.cid-uIQJChMMAg .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uIQJChMMAg .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uIQJChMMAg .content-wrapper .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uIQJChMMAg .content-wrapper .tab-content .tab-pane .text-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uIQJChMMAg .content-wrapper .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uIQJChMMAg .content-wrapper .tab-content .tab-pane .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uIQJChMMAg .content-wrapper .tab-content .tab-pane .text-wrapper .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uIQJChMMAg .content-wrapper .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uIQJChMMAg .content-wrapper .tab-content .tab-pane .image-wrapper {
    width: 100%;
  }
}
.cid-uIQJChMMAg .content-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIQJChMMAg .content-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uIQJChMMAg .tabs-wrapper {
  text-align: center;
}
.cid-uIQJChMMAg .item-title {
  color: #18212d;
}
.cid-uIQJChMMAg .item-text {
  color: #18212d;
}
.cid-uIQJCi47q3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIQJCi47q3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQJCi47q3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIQJCi47q3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIQJCi47q3 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIQJCi47q3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIQJCi47q3 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIQJCi47q3 .container {
    padding: 0 24px;
  }
}
.cid-uIQJCi47q3 .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uIQJCi47q3 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIQJCi47q3 .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIQJCi47q3 .image-wrapper img {
    height: 400px;
  }
}
.cid-uIQJCi47q3 .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #262c35;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uIQJCi47q3 .content-wrapper {
    padding: 24px;
  }
}
.cid-uIQJCi47q3 .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uIQJCi47q3 .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-uIQJCi47q3 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uIQJCi47q3 .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uIQJCi47q3 .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uIQJCi47q3 .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uIQJCi47q3 .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uIQJCi47q3 .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #262c35;
  padding: 16px;
}
.cid-uIQJCi47q3 .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uIQJCi47q3 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uIQJCi47q3 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uIQJCi47q3 .mbr-section-title {
  color: #18212d;
}
.cid-uIQJCi47q3 .mbr-section-subtitle {
  color: #18212d;
}
.cid-uIQJCi47q3 .mbr-desc {
  color: #18212d;
}
.cid-uIQJCi47q3 .mbr-text_1 {
  color: #18212d;
}
.cid-uIQJCi47q3 .mbr-text_2 {
  color: #18212d;
}
.cid-uIQJCi47q3 .mbr-role {
  color: #18212d;
}
.cid-uIQJCi47q3 .mbr-name {
  color: #18212d;
}
.cid-uIQJCij9VW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIQJCij9VW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQJCij9VW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIQJCij9VW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIQJCij9VW .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIQJCij9VW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIQJCij9VW .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIQJCij9VW .container {
    padding: 0 24px;
  }
}
.cid-uIQJCij9VW .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIQJCij9VW .image-wrapper img {
    height: 400px;
  }
}
.cid-uIQJCitHQj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIQJCitHQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQJCitHQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIQJCitHQj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIQJCitHQj .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIQJCitHQj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIQJCitHQj .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIQJCitHQj .container {
    padding: 0 24px;
  }
}
.cid-uIQJCitHQj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uIQJCitHQj .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uIQJCitHQj .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uIQJCitHQj .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uIQJCitHQj .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-uIQJCitHQj .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIQJCitHQj .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uIQJCitHQj .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uIQJCitHQj .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uIQJCitHQj .item .item-wrapper .item-img .date-wrapper .item-date::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-uIQJCitHQj .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-uIQJCitHQj .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-uIQJCitHQj .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uIQJCitHQj .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-uIQJCitHQj .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIQJCitHQj .item-title {
  color: #18212d;
}
.cid-uIQJCitHQj .item-text {
  color: #18212d;
}
.cid-uIQJCitHQj .item-date {
  color: #ffffff;
}
.cid-uIQJCiJhmX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIQJCiJhmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQJCiJhmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIQJCiJhmX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIQJCiJhmX .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIQJCiJhmX .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIQJCiJhmX .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIQJCiJhmX .container {
    padding: 0 24px;
  }
}
.cid-uIQJCiJhmX .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uIQJCiJhmX .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uIQJCiJhmX .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uIQJCiJhmX .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uIQJCiJhmX .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-uIQJCiJhmX .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIQJCiJhmX .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uIQJCiJhmX .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uIQJCiJhmX .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uIQJCiJhmX .item .item-wrapper .item-img .date-wrapper .item-date::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-uIQJCiJhmX .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-uIQJCiJhmX .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-uIQJCiJhmX .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uIQJCiJhmX .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-uIQJCiJhmX .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIQJCiJhmX .item-title {
  color: #18212d;
}
.cid-uIQJCiJhmX .item-text {
  color: #18212d;
}
.cid-uIQJCiJhmX .item-date {
  color: #ffffff;
}
.cid-uIQJCj6QQI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIQJCj6QQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQJCj6QQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIQJCj6QQI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIQJCj6QQI .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIQJCj6QQI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIQJCj6QQI .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIQJCj6QQI .container {
    padding: 0 24px;
  }
}
.cid-uIQJCj6QQI .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uIQJCj6QQI .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uIQJCj6QQI .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uIQJCj6QQI .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uIQJCj6QQI .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-uIQJCj6QQI .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIQJCj6QQI .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uIQJCj6QQI .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uIQJCj6QQI .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uIQJCj6QQI .item .item-wrapper .item-img .date-wrapper .item-date::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-uIQJCj6QQI .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-uIQJCj6QQI .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-uIQJCj6QQI .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uIQJCj6QQI .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-uIQJCj6QQI .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIQJCj6QQI .item-title {
  color: #18212d;
}
.cid-uIQJCj6QQI .item-text {
  color: #18212d;
}
.cid-uIQJCj6QQI .item-date {
  color: #ffffff;
}
.cid-uIQJCjjDmW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIQJCjjDmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQJCjjDmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIQJCjjDmW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIQJCjjDmW .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIQJCjjDmW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIQJCjjDmW .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIQJCjjDmW .container {
    padding: 0 24px;
  }
}
.cid-uIQJCjjDmW .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uIQJCjjDmW .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uIQJCjjDmW .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uIQJCjjDmW .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uIQJCjjDmW .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-uIQJCjjDmW .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIQJCjjDmW .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uIQJCjjDmW .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uIQJCjjDmW .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uIQJCjjDmW .item .item-wrapper .item-img .date-wrapper .item-date::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-uIQJCjjDmW .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-uIQJCjjDmW .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-uIQJCjjDmW .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uIQJCjjDmW .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-uIQJCjjDmW .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIQJCjjDmW .item-title {
  color: #18212d;
}
.cid-uIQJCjjDmW .item-text {
  color: #18212d;
}
.cid-uIQJCjjDmW .item-date {
  color: #ffffff;
}
.cid-uIQJCjvRYj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #262c35;
}
.cid-uIQJCjvRYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQJCjvRYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIQJCjvRYj .mbr-section-title {
  color: #24262b;
}
.cid-uIQJCjvRYj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIQJCjvRYj .mbr-section-btn {
  margin-top: 16px;
}
.cid-uIQJCjH7rm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uIQJCjH7rm .container-fluid {
    max-width: 1200px;
  }
  .cid-uIQJCjH7rm .row {
    padding-right: 2rem;
  }
}
.cid-uIQJCjH7rm .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-uIQJCjH7rm .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uIQJCjH7rm .team-card:hover {
  transform: translateY(-10px);
}
.cid-uIQJCjH7rm .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-uIQJCjH7rm .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIQJCjH7rm .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-uIQJCjH7rm .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uIQJCjH7rm .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uIQJCjH7rm .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uIQJCjH7rm .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-uIQJCjH7rm .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-uIQJCjH7rm .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-uIQJCjH7rm .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-uIQJCjH7rm .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-uIQJCjH7rm .social-row {
    text-align: center;
  }
}
.cid-uIQJCjH7rm .mbr-role,
.cid-uIQJCjH7rm .social-row {
  color: #818181;
}
.cid-uIQJCjH7rm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQJCjH7rm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIQJCkal6R {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uIQJCkal6R .container-fluid {
    max-width: 1200px;
  }
  .cid-uIQJCkal6R .row {
    padding-right: 2rem;
  }
}
.cid-uIQJCkal6R .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 3rem;
}
.cid-uIQJCkal6R .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uIQJCkal6R .team-card:hover {
  transform: translateY(-10px);
}
.cid-uIQJCkal6R .image-wrap {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
}
.cid-uIQJCkal6R .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIQJCkal6R .image-wrap:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-uIQJCkal6R .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uIQJCkal6R .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uIQJCkal6R .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uIQJCkal6R .card-wrap:hover .soc-item {
  opacity: 1;
}
.cid-uIQJCkal6R .card-wrap:hover .image-wrap:before {
  opacity: 0.2;
}
.cid-uIQJCkal6R .social-row .soc-item {
  opacity: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-uIQJCkal6R .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-uIQJCkal6R .social-row .soc-item {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-uIQJCkal6R .social-row {
    text-align: center;
  }
}
.cid-uIQJCkal6R .mbr-role,
.cid-uIQJCkal6R .social-row {
  color: #818181;
}
.cid-uIQJCkal6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQJCkal6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIQJCkal6R .card-text,
.cid-uIQJCkal6R .mbr-section-btn,
.cid-uIQJCkal6R .social-row {
  color: #6b818c;
}
.cid-uIQJCkzOen {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262c35;
}
.cid-uIQJCkzOen .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIQJCkzOen form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIQJCkzOen form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIQJCkzOen form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIQJCkzOen .content-head {
  max-width: 800px;
}
.cid-uIQJCkzOen .mbr-section-title {
  color: #ffffff;
}
.cid-uOYRJjTO6r {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uOYRJjTO6r .content {
    text-align: center;
  }
  .cid-uOYRJjTO6r .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uOYRJjTO6r .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uOYRJjTO6r .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uOYRJjTO6r .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uOYRJjTO6r .google-map {
  height: 25rem;
  position: relative;
}
.cid-uOYRJjTO6r .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uOYRJjTO6r .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOYRJjTO6r .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOYRJjTO6r .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOYRJjTO6r .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOYRJjTO6r .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uOYRJjTO6r .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uOYRJjTO6r .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uOYRJjTO6r .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOYRJjTO6r .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOYRJjTO6r .list {
  list-style-type: none;
  padding: 0;
}
