.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #faf8fb;
}
body {
  font-family: Arial;
}
.display-1 {
  font-family: 'Arial', sans-serif;
  font-size: 6.25rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Arial', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Arial', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Arial', sans-serif;
  font-size: 2.25rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Arial', sans-serif;
  font-size: 1.25rem;
  line-height: 1.7;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #a2d2ff !important;
}
.bg-success {
  background-color: #85e9bb !important;
}
.bg-info {
  background-color: #76e2f8 !important;
}
.bg-warning {
  background-color: #ffdb6f !important;
}
.bg-danger {
  background-color: #ea848e !important;
}
.btn-primary {
  box-shadow: #3ca1ff 0px 8px 15px -5px;
}
.btn-primary,
.btn-primary:active {
  background-color: #a2d2ff !important;
  border-color: #a2d2ff !important;
  color: #00396f !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #d5ebff !important;
  border-color: #d5ebff !important;
  box-shadow: #0988ff 0px 8px 15px -5px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #00396f !important;
  background-color: #d5ebff !important;
  border-color: #d5ebff !important;
}
.btn-secondary {
  box-shadow: #c17690 0px 8px 15px -5px;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e1bcc9 !important;
  border-color: #e1bcc9 !important;
  color: #4a212f !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f1dfe5 !important;
  border-color: #f1dfe5 !important;
  box-shadow: #b25274 0px 8px 15px -5px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4a212f !important;
  background-color: #f1dfe5 !important;
  border-color: #f1dfe5 !important;
}
.btn-info {
  box-shadow: #15cdf3 0px 8px 15px -5px;
}
.btn-info,
.btn-info:active {
  background-color: #76e2f8 !important;
  border-color: #76e2f8 !important;
  color: #033039 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #a7ecfa !important;
  border-color: #a7ecfa !important;
  box-shadow: #0aaacb 0px 8px 15px -5px;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #033039 !important;
  background-color: #a7ecfa !important;
  border-color: #a7ecfa !important;
}
.btn-success {
  box-shadow: #2fd98b 0px 8px 15px -5px;
}
.btn-success,
.btn-success:active {
  background-color: #85e9bb !important;
  border-color: #85e9bb !important;
  color: #093320 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #b0f1d3 !important;
  border-color: #b0f1d3 !important;
  box-shadow: #21b470 0px 8px 15px -5px;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #093320 !important;
  background-color: #b0f1d3 !important;
  border-color: #b0f1d3 !important;
}
.btn-warning {
  box-shadow: #ffc109 0px 8px 15px -5px;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdb6f !important;
  border-color: #ffdb6f !important;
  color: #3c2d00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe8a2 !important;
  border-color: #ffe8a2 !important;
  box-shadow: #d5a000 0px 8px 15px -5px;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #3c2d00 !important;
  background-color: #ffe8a2 !important;
  border-color: #ffe8a2 !important;
}
.btn-danger {
  box-shadow: #db2d3e 0px 8px 15px -5px;
}
.btn-danger,
.btn-danger:active {
  background-color: #ea848e !important;
  border-color: #ea848e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f1b0b6 !important;
  border-color: #f1b0b6 !important;
  box-shadow: #b61f2e 0px 8px 15px -5px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f1b0b6 !important;
  border-color: #f1b0b6 !important;
}
.btn-white {
  box-shadow: #c2c2c2 0px 8px 15px -5px;
}
.btn-white,
.btn-white:active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #5c5c5c !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: #a9a9a9 0px 8px 15px -5px;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5c5c5c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a2d2ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4ba8ff !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #0054a2 !important;
  background-color: #a2d2ff !important;
  border-color: #a2d2ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e1bcc9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c68099 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1bcc9 !important;
  border-color: #e1bcc9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #76e2f8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #24d1f4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #05596a !important;
  background-color: #76e2f8 !important;
  border-color: #76e2f8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #85e9bb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3cdc92 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #115e3b !important;
  background-color: #85e9bb !important;
  border-color: #85e9bb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffdb6f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc518 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #6f5300 !important;
  background-color: #ffdb6f !important;
  border-color: #ffdb6f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea848e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #dd3a4a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ea848e !important;
  border-color: #ea848e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5f5f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cacaca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #767676 !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.text-primary {
  color: #a2d2ff !important;
}
.text-secondary {
  color: #e1bcc9 !important;
}
.text-success {
  color: #85e9bb !important;
}
.text-info {
  color: #76e2f8 !important;
}
.text-warning {
  color: #ffdb6f !important;
}
.text-danger {
  color: #ea848e !important;
}
.text-white {
  color: #f5f5f5 !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3ca1ff !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c17690 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2fd98b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #15cdf3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc109 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #db2d3e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c2c2c2 !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: #a2d2ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #76e2f8;
}
.alert-warning {
  background-color: #ffdb6f;
}
.alert-danger {
  background-color: #ea848e;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 10px;
}
.mbr-gallery-filter li a {
  border-radius: 10px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a2d2ff;
  border-color: #a2d2ff;
  color: #0061bb;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 10px !important;
}
a,
a:hover {
  color: #a2d2ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Arial', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #a2d2ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Arial', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #a2d2ff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 10px !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: 10px !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: #a2d2ff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a2d2ff;
}
.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: #a2d2ff;
  border-bottom-color: #a2d2ff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #a2d2ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e1bcc9 !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='%23a2d2ff' %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 {
  padding: 12px 24px;
  font-weight: 500;
  border: none !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 12px;
}
.mbr-section-btn .btn-black {
  box-shadow: #000000 0 0.602187px 1.08394px -1.25px, #333333 0px 2.28853px 4.11936px -2.5px, #4d4d4d 0px 10px 18px -3.75px, #666666 0px 0.706592px 0.706592px -0.583333px, #999999 0px 1.80656px 1.80656px -1.16667px, #b3b3b3 0px 3.62176px 3.62176px -1.75px, #cccccc 0px 6.8656px 6.8656px -2.33333px, #e6e6e6 0px 8.6468px 8.6468px -2.91667px, #f2f2f2 0px 10px 10px -3.5px;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  box-shadow: #000000 0 0.602187px 1.08394px -1.25px, #1a1a1a 0px 2.28853px 4.11936px -2.5px, #333333 0px 10px 18px -3.75px, #4d4d4d 0px 0.706592px 0.706592px -0.583333px, #808080 0px 1.80656px 1.80656px -1.16667px, #999999 0px 3.62176px 3.62176px -1.75px, #b3b3b3 0px 6.8656px 6.8656px -2.33333px, #cccccc 0px 8.6468px 8.6468px -2.91667px, #d9d9d9 0px 10px 10px -3.5px;
}
.mbr-section-btn .btn-white {
  color: #000000 !important;
  box-shadow: #808080 0px 0.706592px 0.706592px -0.583333px, #999999 0px 1.80656px 1.80656px -1.16667px, #b3b3b3 0px 3.62176px 3.62176px -1.75px, #bfbfbf 0px 6.8656px 6.8656px -2.33333px, #cccccc 0px 8.6468px 8.6468px -2.91667px, #e6e6e6 0px 10px 10px -3.5px, #ffffff 0px 3px 1px 0px inset;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus {
  background-color: #fafafa !important;
  color: #000000 !important;
  box-shadow: #737373 0px 0.706592px 0.706592px -0.583333px, #8c8c8c 0px 1.80656px 1.80656px -1.16667px, #a6a6a6 0px 3.62176px 3.62176px -1.75px, #b3b3b3 0px 6.8656px 6.8656px -2.33333px, #bfbfbf 0px 8.6468px 8.6468px -2.91667px, #d9d9d9 0px 10px 10px -3.5px, #ffffff 0px 3px 1px 0px inset;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.label-wrap {
  border-radius: 60px !important;
}
.little-radius,
.form-control {
  border-radius: 10px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vw1VHaFzjA .navbar-dropdown {
  position: relative !important;
}
.cid-vw1VHaFzjA .navbar-dropdown {
  position: absolute !important;
}
.cid-vw1VHaFzjA .dropdown-item:before {
  font-family: SiteIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vw1VHaFzjA .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vw1VHaFzjA .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vw1VHaFzjA .dropdown-item:hover,
.cid-vw1VHaFzjA .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vw1VHaFzjA .dropdown-item:hover span {
  color: white;
}
.cid-vw1VHaFzjA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vw1VHaFzjA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vw1VHaFzjA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vw1VHaFzjA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vw1VHaFzjA .nav-link {
  position: relative;
}
.cid-vw1VHaFzjA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vw1VHaFzjA .container {
    flex-wrap: nowrap;
  }
}
.cid-vw1VHaFzjA .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vw1VHaFzjA .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vw1VHaFzjA .dropdown-menu,
.cid-vw1VHaFzjA .navbar.opened {
  background: #ffffff !important;
}
.cid-vw1VHaFzjA .nav-item:focus,
.cid-vw1VHaFzjA .nav-link:focus {
  outline: none;
}
.cid-vw1VHaFzjA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vw1VHaFzjA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vw1VHaFzjA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vw1VHaFzjA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vw1VHaFzjA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vw1VHaFzjA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vw1VHaFzjA .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vw1VHaFzjA .navbar.opened {
  transition: all 0.3s;
}
.cid-vw1VHaFzjA .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-vw1VHaFzjA .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-vw1VHaFzjA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vw1VHaFzjA .navbar.collapsed {
  justify-content: center;
}
.cid-vw1VHaFzjA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vw1VHaFzjA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vw1VHaFzjA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vw1VHaFzjA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vw1VHaFzjA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vw1VHaFzjA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vw1VHaFzjA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vw1VHaFzjA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vw1VHaFzjA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vw1VHaFzjA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vw1VHaFzjA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vw1VHaFzjA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vw1VHaFzjA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vw1VHaFzjA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vw1VHaFzjA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vw1VHaFzjA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vw1VHaFzjA .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vw1VHaFzjA .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-vw1VHaFzjA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vw1VHaFzjA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vw1VHaFzjA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vw1VHaFzjA .navbar.navbar-short {
  min-height: 96px;
}
.cid-vw1VHaFzjA .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vw1VHaFzjA .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vw1VHaFzjA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vw1VHaFzjA .navbar-brand .navbar-caption:hover,
.cid-vw1VHaFzjA .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vw1VHaFzjA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vw1VHaFzjA .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vw1VHaFzjA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vw1VHaFzjA .dropdown-item.active,
.cid-vw1VHaFzjA .dropdown-item:active {
  background-color: transparent;
}
.cid-vw1VHaFzjA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vw1VHaFzjA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vw1VHaFzjA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vw1VHaFzjA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vw1VHaFzjA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vw1VHaFzjA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vw1VHaFzjA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vw1VHaFzjA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vw1VHaFzjA ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vw1VHaFzjA .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vw1VHaFzjA .navbar-buttons {
    text-align: left;
  }
}
.cid-vw1VHaFzjA .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vw1VHaFzjA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vw1VHaFzjA button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vw1VHaFzjA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vw1VHaFzjA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vw1VHaFzjA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vw1VHaFzjA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vw1VHaFzjA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vw1VHaFzjA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vw1VHaFzjA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vw1VHaFzjA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vw1VHaFzjA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vw1VHaFzjA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vw1VHaFzjA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vw1VHaFzjA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vw1VHaFzjA .navbar {
    height: 70px;
  }
  .cid-vw1VHaFzjA .navbar.opened {
    height: auto;
  }
  .cid-vw1VHaFzjA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vw1VHaFzjA .navbar-nav {
  margin: 0 auto;
}
.cid-vw1VHaFzjA .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vw1VHaFzjA .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vw1VHaFzjA .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vw1VHaFzjA .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-vw1VHaFzjA .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vw1VHaFzjA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vw1VHaFzjA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vw1VHaFzjA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vw1VHaFzjA .navbar {
    justify-content: flex-start !important;
  }
  .cid-vw1VHaFzjA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vw1VHaFzjA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vw1VHaFzjA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vw1VHaFzjA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vw1VHaFzjA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vw1VHaFzjA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vw1VHaFzjA .content-wrap {
  min-height: 110px;
}
.cid-vw1VHaUo9k {
  background-image: url("../../../assets/images/photo-1607681034540-2c46cc71896d.webp");
}
.cid-vw1VHaUo9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHaUo9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHaUo9k .card-wrapper {
  padding: 60px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vw1VHaUo9k .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vw1VHaUo9k .card-wrapper {
    padding: 24px;
  }
}
.cid-vw1VHaUo9k .card-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vw1VHaUo9k .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vw1VHaUo9k .card-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vw1VHaUo9k .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vw1VHaUo9k .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vw1VHaUo9k .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-vw1VHaUo9k .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vw1VHaUo9k .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vw1VHaUo9k .card-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vw1VHaUo9k .mbr-label,
.cid-vw1VHaUo9k .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHaUo9k .mbr-section-title {
  color: #000000;
}
.cid-vw1VHaUo9k .mbr-text,
.cid-vw1VHaUo9k .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHaUo9k .mbr-section-title,
.cid-vw1VHaUo9k .title-wrapper,
.cid-vw1VHaUo9k .mbr-section-btn {
  text-align: center;
}
.cid-vw1VHaZ2Pi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vw1VHaZ2Pi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHaZ2Pi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHaZ2Pi .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vw1VHaZ2Pi .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vw1VHaZ2Pi .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vw1VHaZ2Pi .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vw1VHaZ2Pi .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vw1VHaZ2Pi .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vw1VHaZ2Pi .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vw1VHaZ2Pi .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vw1VHaZ2Pi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vw1VHaZ2Pi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vw1VHaZ2Pi .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vw1VHaZ2Pi .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vw1VHaZ2Pi .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vw1VHaZ2Pi .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vw1VHaZ2Pi .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vw1VHaZ2Pi .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vw1VHaZ2Pi .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 64px;
  font-size: 34px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-vw1VHaZ2Pi .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vw1VHaZ2Pi .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vw1VHaZ2Pi .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vw1VHaZ2Pi .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vw1VHaZ2Pi .items-wrapper .item .item-wrapper .item-content .middle-border {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #e8e8e8;
  margin-top: 24px;
}
.cid-vw1VHaZ2Pi .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vw1VHaZ2Pi .items-wrapper .item .item-wrapper .item-img {
  margin-top: 24px;
}
.cid-vw1VHaZ2Pi .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-vw1VHaZ2Pi .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vw1VHaZ2Pi .mbr-label,
.cid-vw1VHaZ2Pi .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHaZ2Pi .mbr-section-title,
.cid-vw1VHaZ2Pi .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHaZ2Pi .mbr-text,
.cid-vw1VHaZ2Pi .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vw1VHaZ2Pi .item-title {
  color: #000000;
}
.cid-vw1VHaZ2Pi .item-text {
  color: #515151;
}
.cid-vw1VHaZ2Pi .item-number {
  color: #000000;
}
.cid-vw1VHb52wV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vw1VHb52wV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHb52wV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHb52wV .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vw1VHb52wV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vw1VHb52wV .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vw1VHb52wV .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vw1VHb52wV .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vw1VHb52wV .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vw1VHb52wV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vw1VHb52wV .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vw1VHb52wV .card-wrapper {
    padding: 24px;
  }
}
.cid-vw1VHb52wV .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vw1VHb52wV .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vw1VHb52wV .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vw1VHb52wV .mbr-label,
.cid-vw1VHb52wV .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHb52wV .mbr-section-title,
.cid-vw1VHb52wV .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHb52wV .mbr-text,
.cid-vw1VHb52wV .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vw1VHb52wV .item-text {
  color: #000000;
}
.cid-vw1VHb52wV .item-text,
.cid-vw1VHb52wV .mbr-section-btn {
  text-align: center;
}
.cid-vw1VHb9Ey7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vw1VHb9Ey7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHb9Ey7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHb9Ey7 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vw1VHb9Ey7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vw1VHb9Ey7 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vw1VHb9Ey7 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vw1VHb9Ey7 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vw1VHb9Ey7 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vw1VHb9Ey7 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vw1VHb9Ey7 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vw1VHb9Ey7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vw1VHb9Ey7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vw1VHb9Ey7 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vw1VHb9Ey7 .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-vw1VHb9Ey7 .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-vw1VHb9Ey7 .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vw1VHb9Ey7 .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-vw1VHb9Ey7 .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vw1VHb9Ey7 .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vw1VHb9Ey7 .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vw1VHb9Ey7 .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vw1VHb9Ey7 .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-vw1VHb9Ey7 .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-vw1VHb9Ey7 .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vw1VHb9Ey7 .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-vw1VHb9Ey7 .mbr-label,
.cid-vw1VHb9Ey7 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHb9Ey7 .mbr-section-title,
.cid-vw1VHb9Ey7 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHb9Ey7 .mbr-text,
.cid-vw1VHb9Ey7 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vw1VHb9Ey7 .item-text {
  color: #000000;
}
.cid-vw1VHb9Ey7 .item-text,
.cid-vw1VHb9Ey7 .mbr-section-btn {
  text-align: center;
}
.cid-vw1VHbcqnm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vw1VHbcqnm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHbcqnm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHbcqnm .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vw1VHbcqnm .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vw1VHbcqnm .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vw1VHbcqnm .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vw1VHbcqnm .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vw1VHbcqnm .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vw1VHbcqnm .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vw1VHbcqnm .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vw1VHbcqnm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vw1VHbcqnm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vw1VHbcqnm .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vw1VHbcqnm .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vw1VHbcqnm .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vw1VHbcqnm .items-wrapper .item .item-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vw1VHbcqnm .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vw1VHbcqnm .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-vw1VHbcqnm .items-wrapper .item .item-wrapper .item-content .middle-border {
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-bottom: 24px;
}
.cid-vw1VHbcqnm .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-vw1VHbcqnm .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-vw1VHbcqnm .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vw1VHbcqnm .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-vw1VHbcqnm .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  margin-top: 14px;
}
.cid-vw1VHbcqnm .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vw1VHbcqnm .mbr-label,
.cid-vw1VHbcqnm .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHbcqnm .mbr-section-title,
.cid-vw1VHbcqnm .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHbcqnm .mbr-text,
.cid-vw1VHbcqnm .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vw1VHbcqnm .item-title {
  color: #000000;
  text-align: center;
}
.cid-vw1VHbcqnm .list {
  color: #515151;
}
.cid-vw1VHbgXV3 {
  background-image: url("../../../assets/images/photo-1524350876685-274059332603.webp");
}
.cid-vw1VHbgXV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHbgXV3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHbgXV3 .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vw1VHbgXV3 .image-wrap {
    width: 300px;
  }
}
.cid-vw1VHbhnDi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vw1VHbhnDi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHbhnDi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHbhnDi .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vw1VHbhnDi .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vw1VHbhnDi .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vw1VHbhnDi .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vw1VHbhnDi .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vw1VHbhnDi .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vw1VHbhnDi .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vw1VHbhnDi .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vw1VHbhnDi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vw1VHbhnDi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vw1VHbhnDi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 425px;
  max-width: 425px;
}
@media (max-width: 768px) {
  .cid-vw1VHbhnDi .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vw1VHbhnDi .embla__slide .slide-content {
  width: 100%;
}
.cid-vw1VHbhnDi .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vw1VHbhnDi .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-vw1VHbhnDi .embla__slide .slide-content .item-wrapper .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-vw1VHbhnDi .embla__slide .slide-content .item-wrapper .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vw1VHbhnDi .embla__slide .slide-content .item-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}
.cid-vw1VHbhnDi .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vw1VHbhnDi .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vw1VHbhnDi .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vw1VHbhnDi .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vw1VHbhnDi .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-vw1VHbhnDi .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-vw1VHbhnDi .embla__slide .slide-content .item-wrapper .item-img {
  margin-top: 24px;
}
.cid-vw1VHbhnDi .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-vw1VHbhnDi .embla__button--next,
.cid-vw1VHbhnDi .embla__button--prev {
  display: flex;
}
.cid-vw1VHbhnDi .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vw1VHbhnDi .embla__button {
    top: 0;
  }
}
.cid-vw1VHbhnDi .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-vw1VHbhnDi .embla__button:disabled {
  background-color: #000000 !important;
  color: #ffffff !important;
  opacity: 0.5 !important;
}
.cid-vw1VHbhnDi .embla__button.embla__button--prev {
  left: 0;
}
.cid-vw1VHbhnDi .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vw1VHbhnDi .embla__button.embla__button--next {
  right: 0;
}
.cid-vw1VHbhnDi .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vw1VHbhnDi .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vw1VHbhnDi .embla {
    padding-top: 4rem;
  }
}
.cid-vw1VHbhnDi .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  height: 100%;
  background-image: linear-gradient(-90deg, transparent 45%, #f5f5f5 110%);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-vw1VHbhnDi .embla::before {
    display: none;
  }
}
.cid-vw1VHbhnDi .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 5%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 45%, #f5f5f5 110%);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-vw1VHbhnDi .embla::after {
    display: none;
  }
}
.cid-vw1VHbhnDi .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
  padding-bottom: 20px;
}
.cid-vw1VHbhnDi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vw1VHbhnDi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vw1VHbhnDi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vw1VHbhnDi .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vw1VHbhnDi .mbr-label,
.cid-vw1VHbhnDi .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHbhnDi .mbr-section-title,
.cid-vw1VHbhnDi .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHbhnDi .mbr-text,
.cid-vw1VHbhnDi .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vw1VHbhnDi .item-name {
  color: #000000;
}
.cid-vw1VHbhnDi .item-role {
  color: #515151;
}
.cid-vw1VHboNQv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vw1VHboNQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHboNQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHboNQv .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vw1VHboNQv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vw1VHboNQv .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vw1VHboNQv .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vw1VHboNQv .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vw1VHboNQv .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vw1VHboNQv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vw1VHboNQv .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vw1VHboNQv .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-vw1VHboNQv .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vw1VHboNQv .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vw1VHboNQv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vw1VHboNQv .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-vw1VHboNQv .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-vw1VHboNQv .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-vw1VHboNQv .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-vw1VHboNQv .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vw1VHboNQv .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-vw1VHboNQv .mbr-label,
.cid-vw1VHboNQv .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHboNQv .mbr-section-title,
.cid-vw1VHboNQv .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHboNQv .mbr-text,
.cid-vw1VHboNQv .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vw1VHboNQv .panel-title-edit {
  color: #000000;
}
.cid-vw1VHboNQv .panel-text {
  color: #515151;
}
.cid-vw1VHbtCJE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vw1VHbtCJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHbtCJE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHbtCJE .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vw1VHbtCJE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vw1VHbtCJE .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vw1VHbtCJE .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vw1VHbtCJE .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vw1VHbtCJE .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vw1VHbtCJE .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vw1VHbtCJE .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vw1VHbtCJE .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-vw1VHbtCJE .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-vw1VHbtCJE .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vw1VHbtCJE .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vw1VHbtCJE .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-vw1VHbtCJE .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-vw1VHbtCJE .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vw1VHbtCJE .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vw1VHbtCJE .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vw1VHbtCJE .mbr-label,
.cid-vw1VHbtCJE .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHbtCJE .mbr-section-title,
.cid-vw1VHbtCJE .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHbtCJE .mbr-text {
  color: #515151;
}
.cid-vw1VHbvOE3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vw1VHbvOE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHbvOE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHbvOE3 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vw1VHbvOE3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vw1VHbvOE3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vw1VHbvOE3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vw1VHbvOE3 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vw1VHbvOE3 .mbr-section-title {
  color: #000000;
}
.cid-vw1VHbvOE3 .mbr-text,
.cid-vw1VHbvOE3 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vw1VHbvOE3 .mbr-section-title,
.cid-vw1VHbvOE3 .title-wrapper,
.cid-vw1VHbvOE3 .mbr-section-btn {
  text-align: center;
}
.cid-vw1VHbwgx5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vw1VHbwgx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHbwgx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHbwgx5 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vw1VHbwgx5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vw1VHbwgx5 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vw1VHbwgx5 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vw1VHbwgx5 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vw1VHbwgx5 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vw1VHbwgx5 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vw1VHbwgx5 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vw1VHbwgx5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vw1VHbwgx5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vw1VHbwgx5 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vw1VHbwgx5 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vw1VHbwgx5 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vw1VHbwgx5 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vw1VHbwgx5 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vw1VHbwgx5 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vw1VHbwgx5 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vw1VHbwgx5 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-vw1VHbwgx5 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-vw1VHbwgx5 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vw1VHbwgx5 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vw1VHbwgx5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vw1VHbwgx5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vw1VHbwgx5 .mbr-label,
.cid-vw1VHbwgx5 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHbwgx5 .mbr-section-title,
.cid-vw1VHbwgx5 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHbwgx5 .mbr-text,
.cid-vw1VHbwgx5 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vw1VHbwgx5 .item-title {
  color: #000000;
}
.cid-vw1VHbwgx5 .item-text {
  color: #515151;
}
.cid-vw1VHbAqZT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vw1VHbAqZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHbAqZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHbAqZT .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vw1VHbAqZT .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vw1VHbAqZT .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vw1VHbAqZT .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vw1VHbAqZT .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vw1VHbAqZT .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-vw1VHbAqZT .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 8px;
  margin-bottom: 0;
}
.cid-vw1VHbAqZT .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-vw1VHbAqZT .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-vw1VHbAqZT .items-wrapper .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vw1VHbAqZT .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img {
  padding-right: 14px;
  border-right: 2px dashed #a8a8a8;
}
.cid-vw1VHbAqZT .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border: 4px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-vw1VHbAqZT .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 14px;
}
.cid-vw1VHbAqZT .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vw1VHbAqZT .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vw1VHbAqZT .mbr-star {
  color: #000000;
}
.cid-vw1VHbAqZT .item-text {
  color: #515151;
}
.cid-vw1VHbAqZT .item-name {
  color: #000000;
}
.cid-vw1VHbAqZT .item-role {
  color: #515151;
}
.cid-vw1VHbDEYv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vw1VHbDEYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHbDEYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHbDEYv .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vw1VHbDEYv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vw1VHbDEYv .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vw1VHbDEYv .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vw1VHbDEYv .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vw1VHbDEYv .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vw1VHbDEYv .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vw1VHbDEYv .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vw1VHbDEYv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vw1VHbDEYv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vw1VHbDEYv .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-vw1VHbDEYv .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vw1VHbDEYv .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vw1VHbDEYv .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vw1VHbDEYv .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vw1VHbDEYv .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vw1VHbDEYv .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-vw1VHbDEYv .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vw1VHbDEYv .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-vw1VHbDEYv .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-vw1VHbDEYv .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vw1VHbDEYv .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-vw1VHbDEYv .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vw1VHbDEYv .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vw1VHbDEYv .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vw1VHbDEYv .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vw1VHbDEYv .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vw1VHbDEYv .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-vw1VHbDEYv .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-vw1VHbDEYv .card_1 {
    width: 100%;
  }
}
.cid-vw1VHbDEYv .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vw1VHbDEYv .card_2 {
    width: 100%;
  }
}
.cid-vw1VHbDEYv .main-btn {
  margin-top: 12px;
}
.cid-vw1VHbDEYv .mbr-label,
.cid-vw1VHbDEYv .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHbDEYv .mbr-section-title,
.cid-vw1VHbDEYv .title-wrapper {
  color: #000000;
}
.cid-vw1VHbDEYv .mbr-text,
.cid-vw1VHbDEYv .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vw1VHbDEYv .item-title {
  color: #000000;
}
.cid-vw1VHbDEYv .item-text {
  color: #515151;
}
.cid-vw1VHbDEYv .mbr-section-title,
.cid-vw1VHbDEYv .title-wrapper,
.cid-vw1VHbDEYv .main-btn {
  text-align: center;
}
.cid-vw1VHbHK5x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vw1VHbHK5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHbHK5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHbHK5x .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vw1VHbHK5x .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vw1VHbHK5x .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vw1VHbHK5x .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vw1VHbHK5x .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vw1VHbHK5x .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vw1VHbHK5x .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vw1VHbHK5x .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vw1VHbHK5x .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vw1VHbHK5x .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vw1VHbHK5x .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vw1VHbHK5x .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vw1VHbHK5x .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vw1VHbHK5x .items-wrapper .item .item-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vw1VHbHK5x .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vw1VHbHK5x .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-vw1VHbHK5x .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 24px;
}
.cid-vw1VHbHK5x .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 14px;
}
.cid-vw1VHbHK5x .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
}
.cid-vw1VHbHK5x .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vw1VHbHK5x .items-wrapper .item .item-wrapper .item-content .middle-border {
  position: relative;
  z-index: 1;
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-top: 24px;
}
.cid-vw1VHbHK5x .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-vw1VHbHK5x .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-vw1VHbHK5x .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vw1VHbHK5x .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-vw1VHbHK5x .mbr-label,
.cid-vw1VHbHK5x .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHbHK5x .mbr-section-title,
.cid-vw1VHbHK5x .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHbHK5x .mbr-text,
.cid-vw1VHbHK5x .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vw1VHbHK5x .item-title {
  color: #000000;
}
.cid-vw1VHbHK5x .item-price {
  color: #000000;
}
.cid-vw1VHbHK5x .item-text {
  color: #515151;
}
.cid-vw1VHbHK5x .list {
  color: #515151;
}
.cid-vw1VHbOaTQ {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-vw1VHbOaTQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHbOaTQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHbOaTQ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vw1VHbOaTQ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vw1VHbOaTQ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vw1VHbOaTQ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vw1VHbOaTQ .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vw1VHbOaTQ .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-vw1VHbOaTQ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vw1VHbOaTQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-vw1VHbOaTQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vw1VHbOaTQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vw1VHbOaTQ .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vw1VHbOaTQ .mbr-label,
.cid-vw1VHbOaTQ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHbOaTQ .mbr-section-title {
  color: #000000;
}
.cid-vw1VHbOaTQ .mbr-text,
.cid-vw1VHbOaTQ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHbOaTQ .mbr-section-title,
.cid-vw1VHbOaTQ .title-wrapper,
.cid-vw1VHbOaTQ .mbr-section-btn,
.cid-vw1VHbOaTQ .logo-wrapper {
  text-align: center;
}
.cid-vw1VHbRht7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vw1VHbRht7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHbRht7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHbRht7 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vw1VHbRht7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vw1VHbRht7 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vw1VHbRht7 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vw1VHbRht7 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vw1VHbRht7 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vw1VHbRht7 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vw1VHbRht7 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vw1VHbRht7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vw1VHbRht7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vw1VHbRht7 .items-wrapper {
  margin: 0;
  justify-content: center;
}
.cid-vw1VHbRht7 .items-wrapper .item {
  padding: 0;
  margin-bottom: 24px;
}
.cid-vw1VHbRht7 .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
.cid-vw1VHbRht7 .items-wrapper .item .item-wrapper {
  height: 100%;
  border-right: 2px solid #e8e8e8;
  padding: 0 30px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vw1VHbRht7 .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 0 24px;
  }
}
.cid-vw1VHbRht7 .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-vw1VHbRht7 .items-wrapper .item .item-wrapper .item-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-vw1VHbRht7 .mbr-label,
.cid-vw1VHbRht7 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHbRht7 .mbr-section-title,
.cid-vw1VHbRht7 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHbRht7 .mbr-text,
.cid-vw1VHbRht7 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vw1VHbRht7 .item-title {
  color: #515151;
  text-align: center;
}
.cid-vw1VHbRht7 .item-number {
  color: #000000;
  text-align: center;
}
.cid-vw1VHbZDTD {
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-vw1VHbZDTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHbZDTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHbZDTD .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vw1VHbZDTD .image-wrap {
    width: 300px;
  }
}
.cid-vw1VHc0E55 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vw1VHc0E55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHc0E55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHc0E55 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vw1VHc0E55 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vw1VHc0E55 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vw1VHc0E55 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vw1VHc0E55 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vw1VHc0E55 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vw1VHc0E55 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vw1VHc0E55 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vw1VHc0E55 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vw1VHc0E55 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vw1VHc0E55 .card-wrapper {
  padding: 30px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-vw1VHc0E55 .card-wrapper {
    padding: 24px;
  }
}
.cid-vw1VHc0E55 .card-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vw1VHc0E55 .card-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-vw1VHc0E55 .card-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  flex: 1 0 0;
}
@media (max-width: 992px) {
  .cid-vw1VHc0E55 .card-wrapper .nav.nav-tabs .nav-item {
    flex: none;
    margin-bottom: 16px;
  }
}
.cid-vw1VHc0E55 .card-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 12px 24px;
  background-color: #f5f5f5;
  border: none;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
.cid-vw1VHc0E55 .card-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-vw1VHc0E55 .card-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vw1VHc0E55 .card-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vw1VHc0E55 .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vw1VHc0E55 .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vw1VHc0E55 .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-vw1VHc0E55 .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
    height: 300px;
  }
}
.cid-vw1VHc0E55 .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vw1VHc0E55 .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
    width: 100%;
  }
}
.cid-vw1VHc0E55 .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-number {
  margin-bottom: 10px;
}
.cid-vw1VHc0E55 .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-title {
  margin-bottom: 10px;
}
.cid-vw1VHc0E55 .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-vw1VHc0E55 .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vw1VHc0E55 .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
    display: block;
  }
}
.cid-vw1VHc0E55 .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-vw1VHc0E55 .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
    margin-bottom: 16px;
  }
  .cid-vw1VHc0E55 .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-vw1VHc0E55 .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric {
  margin-bottom: 0;
}
.cid-vw1VHc0E55 .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-vw1VHc0E55 .mbr-label,
.cid-vw1VHc0E55 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHc0E55 .mbr-section-title,
.cid-vw1VHc0E55 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHc0E55 .mbr-text,
.cid-vw1VHc0E55 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vw1VHc0E55 .item-number {
  color: #000000;
}
.cid-vw1VHc0E55 .item-title {
  color: #000000;
}
.cid-vw1VHc0E55 .item-text {
  color: #515151;
}
.cid-vw1VHc0E55 .item-metric {
  color: #000000;
  text-align: center;
}
.cid-vw1VHc0E55 .item-metric-title {
  color: #515151;
  text-align: center;
}
.cid-vw1VHcaCpH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vw1VHcaCpH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHcaCpH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHcaCpH .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vw1VHcaCpH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vw1VHcaCpH .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vw1VHcaCpH .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vw1VHcaCpH .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vw1VHcaCpH .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vw1VHcaCpH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vw1VHcaCpH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vw1VHcaCpH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vw1VHcaCpH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vw1VHcaCpH .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vw1VHcaCpH .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vw1VHcaCpH .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vw1VHcaCpH .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vw1VHcaCpH .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vw1VHcaCpH .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vw1VHcaCpH .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 64px;
  font-size: 34px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-vw1VHcaCpH .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vw1VHcaCpH .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vw1VHcaCpH .items-wrapper .item .item-wrapper .item-content .middle-border {
  width: 100%;
  border-top: 2px dashed #9c9c9c;
  margin-top: 24px;
}
.cid-vw1VHcaCpH .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vw1VHcaCpH .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-vw1VHcaCpH .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vw1VHcaCpH .items-wrapper .item .item-wrapper .item-img {
  margin-top: 32px;
}
.cid-vw1VHcaCpH .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 1440px) {
  .cid-vw1VHcaCpH .items-wrapper .item .item-wrapper .item-img img {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-vw1VHcaCpH .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vw1VHcaCpH .mbr-label,
.cid-vw1VHcaCpH .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHcaCpH .mbr-section-title,
.cid-vw1VHcaCpH .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHcaCpH .mbr-text,
.cid-vw1VHcaCpH .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vw1VHcaCpH .item-title {
  color: #000000;
}
.cid-vw1VHcaCpH .item-text {
  color: #515151;
}
.cid-vw1VHcaCpH .item-number {
  color: #000000;
}
.cid-vw1VHcgV24 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vw1VHcgV24 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHcgV24 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHcgV24 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vw1VHcgV24 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vw1VHcgV24 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vw1VHcgV24 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vw1VHcgV24 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vw1VHcgV24 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vw1VHcgV24 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vw1VHcgV24 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vw1VHcgV24 .tabs-wrapper {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vw1VHcgV24 .tabs-wrapper {
    padding: 0;
  }
}
.cid-vw1VHcgV24 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0 4px 4px 4px;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 7px 15px -8px #9c9c9c;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vw1VHcgV24 .tabs-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-vw1VHcgV24 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  flex: 1 0 0;
}
@media (max-width: 992px) {
  .cid-vw1VHcgV24 .tabs-wrapper .nav.nav-tabs .nav-item {
    flex: none;
    margin-bottom: 16px;
  }
}
.cid-vw1VHcgV24 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 12px 24px;
  background-color: transparent;
  border: none;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
.cid-vw1VHcgV24 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  box-shadow: 0 8px 15px -8px #9c9c9c inset;
}
.cid-vw1VHcgV24 .border-wrapper {
  margin-bottom: 44px;
  width: 100%;
  border-top: 2px dashed #a8a8a8;
}
@media (max-width: 992px) {
  .cid-vw1VHcgV24 .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vw1VHcgV24 .tab-content .tab-pane .card-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vw1VHcgV24 .tab-content .tab-pane .card-wrap {
    padding: 24px;
  }
}
.cid-vw1VHcgV24 .tab-content .tab-pane .card-wrap .image-wrapper {
  margin-bottom: 24px;
}
.cid-vw1VHcgV24 .tab-content .tab-pane .card-wrap .image-wrapper img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vw1VHcgV24 .tab-content .tab-pane .card-wrap .image-wrapper img {
    height: 300px;
  }
}
.cid-vw1VHcgV24 .tab-content .tab-pane .card-wrap .content-wrap .date-wrapper .item-date {
  display: inline-block;
  padding-left: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-left: 2px dashed #a8a8a8;
  margin-bottom: 16px;
}
.cid-vw1VHcgV24 .tab-content .tab-pane .card-wrap .content-wrap .item-title {
  margin-bottom: 16px;
}
.cid-vw1VHcgV24 .tab-content .tab-pane .card-wrap .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-vw1VHcgV24 .tab-content .tab-pane .card-wrap .content-wrap .mbr-section-btn {
  margin-top: 16px;
}
.cid-vw1VHcgV24 .tab-content .tab-pane .card-wrap .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vw1VHcgV24 .mbr-label,
.cid-vw1VHcgV24 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHcgV24 .mbr-section-title,
.cid-vw1VHcgV24 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHcgV24 .mbr-text,
.cid-vw1VHcgV24 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vw1VHcgV24 .item-date {
  color: #515151;
}
.cid-vw1VHcgV24 .item-title {
  color: #000000;
}
.cid-vw1VHcgV24 .item-text {
  color: #515151;
}
.cid-vw1VHcq4ku {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-vw1VHcq4ku .item:focus,
.cid-vw1VHcq4ku span:focus {
  outline: none;
}
.cid-vw1VHcq4ku .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vw1VHcq4ku .content-head {
  max-width: 800px;
}
.cid-vw1VHcq4ku .item {
  padding: 10px 0;
  min-height: 90px;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .cid-vw1VHcq4ku .item {
    min-height: 45px;
  }
}
.cid-vw1VHcwwHB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-vw1VHcwwHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHcwwHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHcwwHB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vw1VHcwwHB .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vw1VHcwwHB .embla__slide .slide-content {
  width: 100%;
}
.cid-vw1VHcwwHB .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vw1VHcwwHB .embla__slide .slide-content .item-wrapper .text-wrapper .item-text {
  display: inline-block;
  width: 75%;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vw1VHcwwHB .embla__slide .slide-content .item-wrapper .text-wrapper .item-text {
    width: 100%;
    background-image: linear-gradient(-165deg, #9c9c9c, #000000 50%);
  }
}
.cid-vw1VHcwwHB .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vw1VHcwwHB .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  padding: 4px;
  border-radius: 100% !important;
  background-image: linear-gradient(#a8a8a8 40%, #f5f5f5);
  box-shadow: 0 8px 20px -8px #515151;
  margin-right: 16px;
}
.cid-vw1VHcwwHB .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vw1VHcwwHB .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vw1VHcwwHB .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vw1VHcwwHB .embla__button--next,
.cid-vw1VHcwwHB .embla__button--prev {
  display: flex;
}
.cid-vw1VHcwwHB .embla__button {
  top: 45%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #f5f5f5 !important;
  color: #000000 !important;
  border: none;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vw1VHcwwHB .embla__button {
    top: 0;
  }
}
.cid-vw1VHcwwHB .embla__button:hover {
  background-color: #000000 !important;
  color: #f5f5f5 !important;
  border-top: none  !important;
}
.cid-vw1VHcwwHB .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #f5f5f5 !important;
  color: #000000 !important;
  border-top: 3px solid #ffffff !important;
}
.cid-vw1VHcwwHB .embla__button.embla__button--prev {
  left: 0;
}
.cid-vw1VHcwwHB .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vw1VHcwwHB .embla__button.embla__button--next {
  right: 0;
}
.cid-vw1VHcwwHB .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vw1VHcwwHB .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-vw1VHcwwHB .embla {
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vw1VHcwwHB .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
  padding-bottom: 20px;
}
.cid-vw1VHcwwHB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vw1VHcwwHB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vw1VHcwwHB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vw1VHcwwHB .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vw1VHcwwHB .item-text,
.cid-vw1VHcwwHB .text-wrapper {
  color: #000000;
}
.cid-vw1VHcwwHB .item-text,
.cid-vw1VHcwwHB .text-wrapper,
.cid-vw1VHcwwHB .person-wrapper {
  text-align: center;
}
.cid-vw1VHcwwHB .item-name {
  color: #000000;
  text-align: left;
}
.cid-vw1VHcwwHB .item-role {
  color: #515151;
  text-align: left;
}
.cid-vw1VHcAK5V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vw1VHcAK5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHcAK5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHcAK5V .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vw1VHcAK5V .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vw1VHcAK5V .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vw1VHcAK5V .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vw1VHcAK5V .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vw1VHcAK5V .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vw1VHcAK5V .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vw1VHcAK5V .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vw1VHcAK5V .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vw1VHcAK5V .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vw1VHcAK5V .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vw1VHcAK5V .card-wrapper {
    padding: 24px;
  }
}
.cid-vw1VHcAK5V .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vw1VHcAK5V .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vw1VHcAK5V .mbr-label,
.cid-vw1VHcAK5V .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHcAK5V .mbr-section-title,
.cid-vw1VHcAK5V .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHcAK5V .mbr-text,
.cid-vw1VHcAK5V .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vw1VHcCIuq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-vw1VHcCIuq .item:focus,
.cid-vw1VHcCIuq span:focus {
  outline: none;
}
.cid-vw1VHcCIuq .item {
  cursor: pointer;
}
.cid-vw1VHcCIuq .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 767px) {
  .cid-vw1VHcCIuq .grid-container {
    grid-row-gap: 24px;
  }
}
.cid-vw1VHcCIuq .grid-container-1,
.cid-vw1VHcCIuq .grid-container-2 {
  gap: 0 24px;
}
@media (max-width: 767px) {
  .cid-vw1VHcCIuq .grid-container-1,
  .cid-vw1VHcCIuq .grid-container-2 {
    gap: 0 24px;
  }
}
.cid-vw1VHcCIuq .mbr-section-title {
  margin-bottom: 44px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vw1VHcCIuq .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vw1VHcCIuq .content-head {
  max-width: 800px;
}
.cid-vw1VHcCIuq .container,
.cid-vw1VHcCIuq .container-fluid {
  overflow: hidden;
}
.cid-vw1VHcCIuq .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vw1VHcCIuq .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vw1VHcCIuq .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
@media (max-width: 1200px) {
  .cid-vw1VHcCIuq .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vw1VHcCIuq .grid-item img {
    min-width: 35vw;
  }
}
@media (max-width: 425px) {
  .cid-vw1VHcCIuq .grid-item img {
    height: 140px;
  }
}
.cid-vw1VHcCIuq .grid-container-1,
.cid-vw1VHcCIuq .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vw1VHcCIuq .grid-container-1 {
  align-items: flex-end;
}
.cid-vw1VHcCIuq .grid-container-2 {
  align-items: flex-start;
  padding-bottom: 20px;
}
.cid-vw1VHcG6QJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vw1VHcG6QJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHcG6QJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHcG6QJ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vw1VHcG6QJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vw1VHcG6QJ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vw1VHcG6QJ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vw1VHcG6QJ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vw1VHcG6QJ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vw1VHcG6QJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vw1VHcG6QJ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vw1VHcG6QJ .form-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vw1VHcG6QJ .form-wrap {
    padding: 24px;
  }
}
.cid-vw1VHcG6QJ .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vw1VHcG6QJ .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vw1VHcG6QJ .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vw1VHcG6QJ .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #f5f5f5;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  margin-bottom: 20px;
}
.cid-vw1VHcG6QJ .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: 0.5;
}
.cid-vw1VHcG6QJ .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vw1VHcG6QJ .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: 0 8px 15px -8px #9c9c9c;
  border: none !important;
  border-top: 3px solid #ffffff !important;
}
.cid-vw1VHcG6QJ .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vw1VHcG6QJ .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vw1VHcG6QJ .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-vw1VHcG6QJ .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vw1VHcG6QJ .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vw1VHcG6QJ .mbr-label,
.cid-vw1VHcG6QJ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHcG6QJ .mbr-section-title,
.cid-vw1VHcG6QJ .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHcG6QJ .mbr-text,
.cid-vw1VHcG6QJ .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vw1VHcG6QJ label {
  color: #000000;
}
.cid-vw1VHcMoO8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vw1VHcMoO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHcMoO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHcMoO8 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vw1VHcMoO8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vw1VHcMoO8 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vw1VHcMoO8 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vw1VHcMoO8 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vw1VHcMoO8 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vw1VHcMoO8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vw1VHcMoO8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vw1VHcMoO8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vw1VHcMoO8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vw1VHcMoO8 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vw1VHcMoO8 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vw1VHcMoO8 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vw1VHcMoO8 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vw1VHcMoO8 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vw1VHcMoO8 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vw1VHcMoO8 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-vw1VHcMoO8 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vw1VHcMoO8 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-vw1VHcMoO8 .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-vw1VHcMoO8 .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: transparent;
}
.cid-vw1VHcMoO8 .mbr-label,
.cid-vw1VHcMoO8 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHcMoO8 .mbr-section-title,
.cid-vw1VHcMoO8 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHcMoO8 .mbr-text,
.cid-vw1VHcMoO8 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vw1VHcMoO8 .item-title {
  color: #515151;
}
.cid-vw1VHcMoO8 .item-text {
  color: #000000;
}
.cid-vw1VHcRDBx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1504630083234-14187a9df0f5.webp");
}
.cid-vw1VHcRDBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw1VHcRDBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw1VHcRDBx .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vw1VHcRDBx .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vw1VHcRDBx .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vw1VHcRDBx .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-vw1VHcRDBx .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.cid-vw1VHcRDBx .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vw1VHcRDBx .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-vw1VHcRDBx .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-vw1VHcRDBx .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vw1VHcRDBx .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-vw1VHcRDBx .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vw1VHcRDBx .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-vw1VHcRDBx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vw1VHcRDBx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vw1VHcRDBx .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-vw1VHcRDBx .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vw1VHcRDBx .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-vw1VHcRDBx .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vw1VHcRDBx .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vw1VHcRDBx .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-vw1VHcRDBx .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vw1VHcRDBx .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-vw1VHcRDBx .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vw1VHcRDBx .mbr-section-title {
  color: #000000;
}
.cid-vw1VHcRDBx .mbr-text,
.cid-vw1VHcRDBx .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHcRDBx .list,
.cid-vw1VHcRDBx .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vw1VHcRDBx .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-vw1VHcRDBx .mbr-section-title,
.cid-vw1VHcRDBx .title-wrapper,
.cid-vw1VHcRDBx .mbr-section-btn,
.cid-vw1VHcRDBx .social-wrapper {
  text-align: center;
}

/* Site-specific responsive and legal styles */
html{scroll-behavior:smooth}body{overflow-x:hidden}img{max-width:100%;height:auto}section[id]{scroll-margin-top:5rem}
.site-legal-info{margin:2rem auto 1rem;padding:1.25rem 0;border-top:1px solid rgba(20,20,20,.2);border-bottom:1px solid rgba(20,20,20,.2);max-width:900px;text-align:left;color:#222;position:relative;z-index:2}.site-legal-info dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1.5rem;margin:0}.site-legal-info dl div{min-width:0}.site-legal-info dt{font-weight:700;font-size:.85rem}.site-legal-info dd{margin:0;overflow-wrap:anywhere}.site-legal-note{font-size:.85rem;margin:0 0 1rem}.site-legal-links{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap;position:relative;z-index:2;margin:1rem 0}.site-legal-links a,.site-cookie a,.site-legal-page a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor}.site-legal-links a:hover,.site-cookie a:hover,.site-legal-page a:hover{opacity:.65}.site-legal-page{padding:7rem 0 4rem;background:#faf8fb;min-height:65vh;color:#222}.site-legal-page .container{max-width:900px}.site-legal-page h1{margin-bottom:1.5rem;font-size:clamp(2.1rem,5vw,3.5rem)}.site-legal-page h2{font-size:1.5rem;margin:2rem 0 .65rem}.site-legal-page p,.site-legal-page li{line-height:1.7}.site-form-note{font-size:.85rem;margin-top:1rem}.site-cookie{position:fixed;bottom:1rem;left:1rem;right:1rem;z-index:1080;max-width:650px;margin:auto;display:flex;align-items:center;gap:1rem;background:#fff;color:#222;padding:1rem 1.2rem;box-shadow:0 8px 40px rgba(0,0,0,.18);border-radius:10px}.site-cookie p{margin:0;flex:1;font-size:.9rem}.site-cookie button{border:0;background:#171717;color:#fff;padding:.6rem 1rem;border-radius:6px}.site-wide-photo,.site-map-photo{display:block;width:100%;height:auto;object-fit:cover}.site-map-photo{max-height:420px}.cid-vw1VHbZDTD .image-wrap{height:auto;max-width:1100px;margin:auto}.cid-vw1VHbZDTD .image-wrap img{max-height:520px}.cid-vw1VHcAK5V .google-map{height:auto}.cid-vw1VHcAK5V .google-map img{width:100%}
@media(max-width:991.98px){.site-legal-info dl{grid-template-columns:1fr}.navbar-dropdown .navbar-collapse:not(.show){display:none!important;visibility:hidden!important}.navbar-dropdown .navbar-collapse.show{display:block!important;position:absolute;top:100%;left:0;right:0;max-height:calc(100dvh - 5rem);overflow-y:auto;z-index:1050;background:#f5f5f5;padding:1rem;box-shadow:0 12px 25px rgba(0,0,0,.16)}.navbar-dropdown{z-index:1060!important}.navbar-dropdown .navbar-toggler{display:flex!important;align-items:center;justify-content:center;position:relative;z-index:1062}}
@media(max-width:480px){.site-cookie{bottom:.4rem;left:.4rem;right:.4rem;flex-direction:column;align-items:stretch}.site-cookie button{align-self:flex-end}.site-legal-page{padding-top:6rem}}

/* Keep the mobile menu above hero and hide the cookie notice when dismissed. */
.site-cookie[hidden]{display:none!important}@media(max-width:991.98px){.cid-vw1VHaFzjA .navbar-dropdown{position:relative!important}.cid-vw1VHaFzjA .navbar .content-wrap{position:relative}.cid-vw1VHaFzjA .navbar-collapse.show .navbar-nav{width:100%;gap:.15rem}.cid-vw1VHaFzjA .navbar-collapse.show .nav-link{white-space:normal;min-height:44px}.cid-vw1VHaFzjA .navbar-collapse.show .navbar-buttons{padding:.4rem 0}}
