.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Montserrat-Thin';
  font-size: 2.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-2 {
  font-family: 'Montserrat-Thin';
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Montserrat-Regular';
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Montserrat-Regular';
  font-size: 2.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-7 {
  font-family: 'Montserrat-Light';
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 2.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.82rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.82rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: #202020 !important;
}
.bg-success {
  background-color: #edefeb !important;
}
.bg-info {
  background-color: #202020 !important;
}
.bg-warning {
  background-color: #4b9fcd !important;
}
.bg-danger {
  background-color: #202020 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #202020 !important;
  border-color: #202020 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3a3a3a !important;
  border-color: #3a3a3a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3a3a3a !important;
  border-color: #3a3a3a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #202020 !important;
  border-color: #202020 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3a3a3a !important;
  border-color: #3a3a3a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3a3a3a !important;
  border-color: #3a3a3a !important;
}
.btn-info,
.btn-info:active {
  background-color: #202020 !important;
  border-color: #202020 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3a3a3a !important;
  border-color: #3a3a3a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3a3a3a !important;
  border-color: #3a3a3a !important;
}
.btn-success,
.btn-success:active {
  background-color: #edefeb !important;
  border-color: #edefeb !important;
  color: #6e7a61 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6e7a61 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4b9fcd !important;
  border-color: #4b9fcd !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #73b4d8 !important;
  border-color: #73b4d8 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #73b4d8 !important;
  border-color: #73b4d8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #202020 !important;
  border-color: #202020 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #3a3a3a !important;
  border-color: #3a3a3a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3a3a3a !important;
  border-color: #3a3a3a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #202020;
  color: #202020;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #202020 !important;
  border-color: #202020 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #202020;
  color: #202020;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #202020 !important;
  border-color: #202020 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #202020;
  color: #202020;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #202020 !important;
  border-color: #202020 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #edefeb;
  color: #edefeb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c2c8bb !important;
  background-color: transparent !important;
  border-color: #c2c8bb !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6e7a61 !important;
  background-color: #edefeb !important;
  border-color: #edefeb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #4b9fcd;
  color: #4b9fcd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2a7197 !important;
  background-color: transparent !important;
  border-color: #2a7197 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4b9fcd !important;
  border-color: #4b9fcd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #202020;
  color: #202020;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #202020 !important;
  border-color: #202020 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #202020 !important;
}
.text-secondary {
  color: #202020 !important;
}
.text-success {
  color: #edefeb !important;
}
.text-info {
  color: #202020 !important;
}
.text-warning {
  color: #4b9fcd !important;
}
.text-danger {
  color: #202020 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bac2b2 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #27688b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #202020;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #202020;
}
.alert-warning {
  background-color: #4b9fcd;
}
.alert-danger {
  background-color: #202020;
}
.mbr-gallery-filter li.active .btn {
  background-color: #202020;
  border-color: #202020;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #202020;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d3d3d3;
}
.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: #d3d3d3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ebf4f9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d3d3d3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat-Light';
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #202020 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat-Light';
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #202020;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #202020;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #202020;
}
.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: #202020;
  border-bottom-color: #202020;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #202020 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #202020 !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='%23202020' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.new-font {
  font-family: 'Montserrat-Thin';
  font-size: 2.6rem;
  line-height: 1.5;
}
.new-font > .mbr-iconfont {
  font-size: 2.6rem;
}
.cid-vmI47kUVt0 {
  z-index: 1000;
  width: 100%;
}
.cid-vmI47kUVt0 nav.navbar {
  position: fixed;
}
.cid-vmI47kUVt0 .nav-link {
  position: relative;
  letter-spacing: 0.05rem !important;
}
.cid-vmI47kUVt0 .nav-link:hover {
  font-weight: 500 !important;
  color: #202020 !important;
}
.cid-vmI47kUVt0 .hover-underline-animation {
  display: inline-block;
  position: relative;
}
.cid-vmI47kUVt0 .hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.5px;
  bottom: 0;
  left: 0;
  background-color: #202020;
  transform-origin: bottom right;
  transition: transform 0.2s ease-out;
}
.cid-vmI47kUVt0 .hover-underline-animation:hover:after {
  transform: scaleX(1.05);
  transform-origin: bottom left;
}
.cid-vmI47kUVt0 .dropdown-item:before {
  font-family: Montserrat !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 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;
}
@media (max-width: 430px) {
  .cid-vmI47kUVt0 .navbar-brand,
  .cid-vmI47kUVt0 .navbar-caption {
    display: none;
  }
}
.cid-vmI47kUVt0 .dropdown-menu {
  padding: 0;
  border-radius: 0px !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.cid-vmI47kUVt0 .dropdown-item {
  border-bottom: 1px solid #3e61a2;
  border-radius: 0px !important;
}
.cid-vmI47kUVt0 .dropdown-item:hover,
.cid-vmI47kUVt0 .dropdown-item:focus {
  background: #3e61a2 !important;
  color: black !important;
}
.cid-vmI47kUVt0 .dropdown-item:hover span {
  color: white;
}
.cid-vmI47kUVt0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vmI47kUVt0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vmI47kUVt0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vmI47kUVt0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vmI47kUVt0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vmI47kUVt0 .container {
    flex-wrap: nowrap;
  }
}
.cid-vmI47kUVt0 .iconfont-wrapper {
  color: #626262 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vmI47kUVt0 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vmI47kUVt0 .dropdown-menu,
.cid-vmI47kUVt0 .navbar.opened {
  background: #ffffff !important;
  opacity: 0.8 !important;
}
.cid-vmI47kUVt0 .nav-item:focus,
.cid-vmI47kUVt0 .nav-link:focus {
  outline: none;
}
.cid-vmI47kUVt0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vmI47kUVt0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vmI47kUVt0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vmI47kUVt0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmI47kUVt0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmI47kUVt0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vmI47kUVt0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-vmI47kUVt0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vmI47kUVt0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vmI47kUVt0 .navbar .navbar-logo img {
  width: auto;
}
.cid-vmI47kUVt0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vmI47kUVt0 .navbar.collapsed {
  justify-content: center;
}
.cid-vmI47kUVt0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmI47kUVt0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vmI47kUVt0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmI47kUVt0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vmI47kUVt0 .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-vmI47kUVt0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vmI47kUVt0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vmI47kUVt0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vmI47kUVt0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmI47kUVt0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmI47kUVt0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmI47kUVt0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vmI47kUVt0 .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-vmI47kUVt0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vmI47kUVt0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vmI47kUVt0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vmI47kUVt0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vmI47kUVt0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vmI47kUVt0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vmI47kUVt0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vmI47kUVt0 .navbar.navbar-short .navbar-logo img {
  height: 2.5 rem !important;
  display: none !important;
}
.cid-vmI47kUVt0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
  display: none !important;
}
.cid-vmI47kUVt0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vmI47kUVt0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  letter-spacing: 0.05rem !important;
  font-weight: 400 !important;
}
.cid-vmI47kUVt0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmI47kUVt0 .dropdown-item.active,
.cid-vmI47kUVt0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vmI47kUVt0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vmI47kUVt0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmI47kUVt0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vmI47kUVt0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vmI47kUVt0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vmI47kUVt0 .navbar .dropdown.show > .dropdown-menu {
  display: block;
}
.cid-vmI47kUVt0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vmI47kUVt0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vmI47kUVt0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vmI47kUVt0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-vmI47kUVt0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vmI47kUVt0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmI47kUVt0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmI47kUVt0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vmI47kUVt0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmI47kUVt0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmI47kUVt0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmI47kUVt0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmI47kUVt0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vmI47kUVt0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmI47kUVt0 .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-vmI47kUVt0 .navbar {
    height: 70px;
  }
  .cid-vmI47kUVt0 .navbar.opened {
    height: auto;
  }
  .cid-vmI47kUVt0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.cid-vmI47kUVt0 .fadeInRight {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@media only screen and (max-width: 600px) {
  .cid-vmI47kUVt0 .flag.dropdown-menu.drp.show {
    min-width: 100px !important;
  }
  .cid-vmI47kUVt0 .puce {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .cid-vmI47kUVt0 .flag.dropdown-menu.drp.show {
    min-width: 80% !important;
    margin-bottom: 15px;
  }
  .cid-vmI47kUVt0 .puce {
    padding-bottom: 25px;
  }
  .cid-vmI47kUVt0 .flag.dropdown-menu.show {
    position: relative;
    width: 10px !important;
    margin: auto;
  }
}
.cid-vmI47kUVt0 .flag.dropdown-menu.drp.show {
  min-width: 90px;
  margin-bottom: 15px;
}
.cid-vmI47kUVt0 ul li,
.cid-vmI47kUVt0 li {
  list-style: none;
}
.cid-vmI47kUVt0 .colordrop,
.cid-vmI47kUVt0 .puce {
  color: #626262 !important;
}
.cid-vmI47kUVt0 .translator {
  display: none;
}
.cid-vmI47kUVt0 .flag.dropdown-menu.drp {
  background-color: #f9f6ef !important;
}
.cid-vmI47kUVt0 .flag.drp.dropdown-menu.show a {
  color: #000000 !important;
}
.cid-vmI47kUVt0 .flag.dropdown-menu.drp.show a:hover {
  background-color: #bcb7a9 !important;
}
.cid-vmI47kUVt0 .icon-de {
  display: none;
}
.cid-vmI47kUVt0 .navbar-nav.flag.nav-dropdown {
  margin: inherit !important;
}
.cid-vmI47kUVt0 .flag.drp.dropdown-menu {
  margin-top: 0% !important;
}
.cid-vmMYRQU1da {
  background-color: #4b9fcd;
}
.cid-vmMYRQU1da .show {
  visibility: visible;
}
.cid-vmMYRQU1da .hide {
  visibility: hidden;
}
.cid-vmMYRQU1da .content-wrapper {
  padding-top: 0rem !important;
}
.cid-vmIaNNaHE2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmIaNNaHE2 .container,
.cid-vmIaNNaHE2 .container-fluid {
  max-width: 1800px;
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}
.cid-vmIaNNaHE2 .img-wrap {
  display: -webkit-flex;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: relative;
  top: 20px;
  left: 400px;
}
.cid-vmIaNNaHE2 .img-wrap img {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate01deg) !important;
  opacity: .25 !important;
}
.cid-vmIaNNaHE2 .section-title {
  text-align: left;
  color: #000000;
  letter-spacing: 0.05rem !important;
  line-height: 1.4 !important;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.cid-vmIaNNaHE2 .section-subtitle {
  color: #191919;
  text-align: left;
  letter-spacing: 0.03rem !important;
  line-height: 1.5 !important;
  padding-bottom: 0rem !important;
  padding-left: 0.1rem !important;
}
.cid-vmIaNNaHE2 .section-text,
.cid-vmIaNNaHE2 .section-btn {
  text-align: left;
  color: #575656;
  letter-spacing: 0.03rem !important;
  line-height: 1.5 !important;
  padding-top: 0rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.1rem !important;
}
.cid-vmIaNNaHE2 .btn,
.cid-vmIaNNaHE2 .section-btn {
  margin: auto !important;
}
@media (max-width: 1199px) {
  .cid-vmIaNNaHE2 .container,
  .cid-vmIaNNaHE2 .container-fluid {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .cid-vmIaNNaHE2 .img-wrap {
    top: 40px;
    left: 350px;
  }
  .cid-vmIaNNaHE2 .img-wrap img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .cid-vmIaNNaHE2 .img-wrap {
    display: none;
  }
  .cid-vmIaNNaHE2 .section-title {
    font-size: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vmIaNNaHE2 .container,
  .cid-vmIaNNaHE2 .container-fluid {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .cid-vmIaNNaHE2 .img-wrap {
    display: none;
  }
  .cid-vmIaNNaHE2 .section-title {
    font-size: 2rem !important;
  }
  .cid-vmIaNNaHE2 .section-subtitle,
  .cid-vmIaNNaHE2 .section-text,
  .cid-vmIaNNaHE2 .section-btn {
    font-size: 1rem !important;
  }
}
@media (max-width: 768px) {
  .cid-vmIaNNaHE2 .container,
  .cid-vmIaNNaHE2 .container-fluid {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .cid-vmIaNNaHE2 .section-title {
    font-size: 1.6rem !important;
  }
  .cid-vmIaNNaHE2 .section-subtitle,
  .cid-vmIaNNaHE2 .section-text,
  .cid-vmIaNNaHE2 .section-btn {
    font-size: 1rem !important;
  }
}
@media (max-width: 767px) {
  .cid-vmIaNNaHE2 .container,
  .cid-vmIaNNaHE2 .container-fluid {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .cid-vmIaNNaHE2 .section-title {
    font-size: 1.6rem !important;
  }
  .cid-vmIaNNaHE2 .section-subtitle,
  .cid-vmIaNNaHE2 .section-text,
  .cid-vmIaNNaHE2 .section-btn {
    font-size: 1rem !important;
  }
}
@media (max-width: 560px) {
  .cid-vmIaNNaHE2 .container,
  .cid-vmIaNNaHE2 .container-fluid {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .cid-vmIaNNaHE2 .section-title {
    font-size: 1.3rem !important;
  }
  .cid-vmIaNNaHE2 .section-subtitle,
  .cid-vmIaNNaHE2 .section-text,
  .cid-vmIaNNaHE2 .section-btn {
    font-size: 0.9rem !important;
  }
  .cid-vmIaNNaHE2 .btn,
  .cid-vmIaNNaHE2 .section-btn {
    font-size: 0.7rem !important;
    padding: 0.2rem 0.4rem !important;
    text-align: center !important;
    margin: auto !important;
  }
}
@media (max-width: 440px) {
  .cid-vmIaNNaHE2 .section-title {
    font-size: 1.3rem !important;
  }
  .cid-vmIaNNaHE2 .btn,
  .cid-vmIaNNaHE2 .section-btn {
    font-size: 0.6rem !important;
    padding: 0.2rem 0.4rem !important;
    text-align: center !important;
    margin: auto !important;
  }
}
@media (max-width: 375px) {
  .cid-vmIaNNaHE2 .container,
  .cid-vmIaNNaHE2 .container-fluid {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.cid-vmIaNNaHE2 .at-1,
.cid-vmIaNNaHE2 .section-title {
  color: #191919;
}
.cid-vmIjqkuf3I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/clarity-2.webp");
}
.cid-vmIjqkuf3I .container,
.cid-vmIjqkuf3I .container-fluid {
  padding-top: 2rem !important;
  padding-bottom: 20rem !important;
}
.cid-vmIjqkuf3I .text-wrapper {
  min-height: 600px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-vmIjqkuf3I .text-wrapper {
    min-height: 250px;
  }
}
.cid-vmIjqkuf3I .text-wrapper .text {
  width: 100%;
  margin: 25px 0;
}
.cid-vmIjqkuf3I .text {
  color: #ffffff;
  letter-spacing: 0.03rem !important;
  line-height: 1.3 !important;
  padding-left: 5%;
  text-shadow: 0px 0px 10px 0px #9d9d9d;
}
.cid-vmIhXo796w .bg-main {
  transition: background 2s ease;
}
.cid-vmIhXo796w .zoom-wrapper {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 440px) {
  .cid-vmIhXo796w .zoom-wrapper {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-vmIhXo796w .content-inner {
  width: 100%;
}
.cid-vmIhXo796w .section-toptitle {
  color: #191919;
  text-align: center;
  margin-top: 2rem;
  letter-spacing: 0.05rem !important;
  line-height: 1.4 !important;
}
@media (max-width: 440px) {
  .cid-vmIhXo796w .section-toptitle {
    font-size: 1.4rem !important;
  }
}
.cid-vmIhXo796w .section-title {
  color: #000000;
  letter-spacing: 0.1rem !important;
  line-height: 1.2 !important;
}
.cid-vmIhXo796w .section-text {
  color: #000000;
  letter-spacing: 0.1rem !important;
  line-height: 1.2 !important;
}
.cid-vmIhXo796w .image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmIhXo796w .image-wrap img {
  width: 200px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0));
}
.cid-vmIhXo796w .js-anim {
  opacity: 0;
  margin-bottom: 1.5rem;
  backface-visibility: hidden;
  will-change: transform, opacity, filter;
}
.cid-vmIhXo796w .is-builder .js-anim {
  opacity: 1;
}
@media (max-width: 440px) {
  .cid-vmIhXo796w .section-title {
    font-size: 1.3rem !important;
  }
}
.cid-vmIwd6iDej {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmIwd6iDej .container,
.cid-vmIwd6iDej .container-fluid {
  max-width: 1800px;
  padding-top: 1rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  background-color: #ffffff;
}
.cid-vmIwd6iDej .image-main img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0) !important;
}
.cid-vmIwd6iDej .hotspots {
  position: relative;
  width: 100%;
}
.cid-vmIwd6iDej #spot {
  position: absolute;
  top: 72%;
  left: 39.5%;
  background-color: transparent;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.cid-vmIwd6iDej #spot img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  animation: img-link-effect 5s ease-in-out infinite alternate;
}
.cid-vmIwd6iDej #spot::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #3e61a2;
  animation: spot-puls-effect 5s ease-in-out infinite alternate;
}
@keyframes img-link-effect {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1));
    -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1));
  }
  100% {
    transform: scale(2);
    opacity: 1;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
  }
}
@keyframes spot-puls-effect {
  0% {
    border: 10px solid #000000;
    transform: scale(0.4);
    opacity: 0;
    filter: blur(0.4rem);
    -webkit-filter: blur(0.4rem);
  }
  100% {
    border: 10px solid white;
    transform: scale(5);
    opacity: 0.1;
    filter: blur(0rem);
    -webkit-filter: blur(0rem);
  }
}
.cid-vmIwd6iDej .text-content {
  margin-left: 2rem !important;
  background-color: #ffffff;
  width: 35%;
  z-index: 10 !important;
  position: absolute;
  bottom: 0;
}
.cid-vmIwd6iDej .section-title {
  text-align: left;
  color: #42413d;
  letter-spacing: 0.2rem !important;
  line-height: 1.1 !important;
  margin-top: 0rem;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
}
.cid-vmIwd6iDej .section-subtitle {
  color: #191919;
  text-align: left;
  letter-spacing: 0.03rem !important;
  line-height: 1.5 !important;
  padding-bottom: 1rem !important;
  padding-left: 0rem !important;
  text-transform: uppercase !important;
}
.cid-vmIwd6iDej .section-text {
  padding-left: 0rem !important;
  text-align: left;
  color: #575656;
  letter-spacing: 0.03rem !important;
  line-height: 1.5 !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.cid-vmIwd6iDej .btn,
.cid-vmIwd6iDej .section-btn {
  text-align: left !important;
  letter-spacing: 0.03rem !important;
  margin: auto !important;
  padding: 0.5rem 0.8rem 0.5rem 0.8rem !important;
}
.cid-vmIwd6iDej .btn:hover {
  color: #9cc0c9 !important;
  background-color: #ffffff!important;
}
.cid-vmIwd6iDej .list ul {
  margin: 0;
  list-style: none;
  padding-left: 2rem;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
}
.cid-vmIwd6iDej .list ul li {
  margin-bottom: .5rem;
  list-style: none;
  position: relative;
  padding-left: .5rem;
}
.cid-vmIwd6iDej .list ul li:before {
  position: absolute;
  top: -13px;
  left: -30px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #575756;
  background-color: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
  content: "\2022";
  font-size: 2rem;
}
.cid-vmIwd6iDej .section-list {
  color: #191919;
  letter-spacing: 0.03rem !important;
}
.cid-vmIwd6iDej .section-list UL {
  text-align: left;
}
@media (max-width: 1366px) {
  .cid-vmIwd6iDej #spot {
    position: absolute;
    top: 70.5%;
    left: 38%;
  }
}
@media (max-width: 1199px) {
  .cid-vmIwd6iDej .container,
  .cid-vmIwd6iDej .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 8rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .cid-vmIwd6iDej #spot {
    position: absolute;
    top: 72.7%;
    left: 39.7%;
  }
  .cid-vmIwd6iDej .text-content {
    margin-left: 0rem !important;
    padding: 40px 40px 10px 40px;
    background-color: #ffffff;
    position: relative;
    left: 0%;
    top: 0px !important;
    width: 100%;
    z-index: 10 !important;
  }
  .cid-vmIwd6iDej .section-title {
    font-size: 2rem!important;
  }
}
@media (max-width: 1024px) {
  .cid-vmIwd6iDej .container,
  .cid-vmIwd6iDej .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 6rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .cid-vmIwd6iDej #spot {
    position: absolute;
    top: 72%;
    left: 39%;
  }
}
@media (max-width: 768px) {
  .cid-vmIwd6iDej .container,
  .cid-vmIwd6iDej .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 4rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .cid-vmIwd6iDej #spot {
    position: absolute;
    top: 70%;
    left: 38%;
  }
  .cid-vmIwd6iDej .text-content {
    padding: 20px 20px 10px 20px;
  }
}
@media (max-width: 767px) {
  .cid-vmIwd6iDej .container,
  .cid-vmIwd6iDej .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 4rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .cid-vmIwd6iDej #spot {
    position: absolute;
    top: 70%;
    left: 38%;
  }
  .cid-vmIwd6iDej .text-content {
    padding: 20px 20px 10px 20px;
  }
}
@media (max-width: 440px) {
  .cid-vmIwd6iDej .container,
  .cid-vmIwd6iDej .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 3rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-vmIwd6iDej #spot {
    position: absolute;
    top: 62%;
    left: 33%;
  }
  .cid-vmIwd6iDej .text-content {
    padding: 30px 5px 20px 5px;
  }
  .cid-vmIwd6iDej .section-title {
    font-size: 1.2rem !important;
    letter-spacing: 0.1rem !important;
    line-height: 1.1 !important;
    margin-bottom: 0.5rem;
  }
  .cid-vmIwd6iDej .section-subtitle {
    font-size: 1rem !important;
  }
  .cid-vmIwd6iDej .section-text {
    font-size: 0.9rem;
    letter-spacing: 0.01rem !important;
    text-align: justify;
    padding-top: 0rem !important;
  }
  .cid-vmIwd6iDej .section-list {
    font-size: 0.8rem;
  }
  .cid-vmIwd6iDej .list ul li {
    margin-bottom: .3rem;
  }
  .cid-vmIwd6iDej .section-price {
    font-size: 1rem;
    text-align: center;
  }
  .cid-vmIwd6iDej .btn,
  .cid-vmIwd6iDej .section-btn {
    text-align: center !important;
    font-size: 0.5rem !important;
    padding: 0.1rem 0.5rem 0.1rem 0.5rem  !important;
  }
}
.cid-vmIwd6iDej .section-text,
.cid-vmIwd6iDej .section-btn {
  text-align: left;
  color: #191919;
}
.cid-vmIwd6iDej .section-title,
.cid-vmIwd6iDej .underline-title {
  color: #9cc0c9;
}
.cid-vmIomFth9Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmIomFth9Q .container {
  max-width: 1800px;
  padding-top: 9rem !important;
  padding-bottom: 6rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.cid-vmIomFth9Q .image-wrapper-1,
.cid-vmIomFth9Q .image-wrapper-2 {
  overflow: hidden;
  height: 600px;
  box-shadow: 0px 0px 0px 0px #9d9d9d;
}
.cid-vmIomFth9Q img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-vmIomFth9Q .container {
    padding-top: 1rem !important;
    padding-bottom: 8rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 1024px) {
  .cid-vmIomFth9Q .container {
    padding-top: 1rem !important;
    padding-bottom: 6rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vmIomFth9Q .image-wrapper-1 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vmIomFth9Q .container {
    padding-top: 1rem !important;
    padding-bottom: 4rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-vmIomFth9Q .container {
    padding-top: 1rem !important;
    padding-bottom: 4rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 440px) {
  .cid-vmIomFth9Q .container {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-vmTRaJBV39 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmTRaJBV39 .container,
.cid-vmTRaJBV39 .container-fluid {
  max-width: 1800px;
  padding-top: 0rem !important;
  padding-bottom: 9rem !important;
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}
.cid-vmTRaJBV39 .img-wrap {
  display: -webkit-flex;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: relative;
  top: 20px;
  left: 400px;
}
.cid-vmTRaJBV39 .img-wrap img {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate01deg) !important;
  opacity: .25 !important;
}
.cid-vmTRaJBV39 .section-title {
  text-align: left;
  color: #000000;
  letter-spacing: 0.05rem !important;
  line-height: 1.4 !important;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.cid-vmTRaJBV39 .section-subtitle {
  color: #191919;
  text-align: left;
  letter-spacing: 0.03rem !important;
  line-height: 1.5 !important;
  padding-bottom: 0rem !important;
  padding-left: 0.1rem !important;
}
.cid-vmTRaJBV39 .section-text,
.cid-vmTRaJBV39 .section-btn {
  text-align: justify;
  color: #575656;
  letter-spacing: 0.03rem !important;
  line-height: 1.5 !important;
  padding-top: 0rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.1rem !important;
}
.cid-vmTRaJBV39 .btn,
.cid-vmTRaJBV39 .section-btn {
  margin: auto !important;
}
@media (max-width: 1199px) {
  .cid-vmTRaJBV39 .container,
  .cid-vmTRaJBV39 .container-fluid {
    padding-top: 0rem !important;
    padding-bottom: 8rem !important;
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .cid-vmTRaJBV39 .img-wrap {
    top: 40px;
    left: 350px;
  }
  .cid-vmTRaJBV39 .img-wrap img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .cid-vmTRaJBV39 .img-wrap {
    display: none;
  }
  .cid-vmTRaJBV39 .section-title {
    font-size: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vmTRaJBV39 .container,
  .cid-vmTRaJBV39 .container-fluid {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .cid-vmTRaJBV39 .img-wrap {
    display: none;
  }
  .cid-vmTRaJBV39 .section-title {
    font-size: 2rem !important;
  }
  .cid-vmTRaJBV39 .section-subtitle,
  .cid-vmTRaJBV39 .section-text,
  .cid-vmTRaJBV39 .section-btn {
    font-size: 1rem !important;
  }
}
@media (max-width: 768px) {
  .cid-vmTRaJBV39 .container,
  .cid-vmTRaJBV39 .container-fluid {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .cid-vmTRaJBV39 .section-title {
    font-size: 1.6rem !important;
  }
  .cid-vmTRaJBV39 .section-subtitle,
  .cid-vmTRaJBV39 .section-text,
  .cid-vmTRaJBV39 .section-btn {
    font-size: 1rem !important;
  }
}
@media (max-width: 767px) {
  .cid-vmTRaJBV39 .container,
  .cid-vmTRaJBV39 .container-fluid {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .cid-vmTRaJBV39 .section-title {
    font-size: 1.6rem !important;
  }
  .cid-vmTRaJBV39 .section-subtitle,
  .cid-vmTRaJBV39 .section-text,
  .cid-vmTRaJBV39 .section-btn {
    font-size: 1rem !important;
  }
}
@media (max-width: 560px) {
  .cid-vmTRaJBV39 .container,
  .cid-vmTRaJBV39 .container-fluid {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .cid-vmTRaJBV39 .section-title {
    font-size: 1.3rem !important;
  }
  .cid-vmTRaJBV39 .section-subtitle,
  .cid-vmTRaJBV39 .section-text,
  .cid-vmTRaJBV39 .section-btn {
    font-size: 0.9rem !important;
  }
  .cid-vmTRaJBV39 .btn,
  .cid-vmTRaJBV39 .section-btn {
    font-size: 0.7rem !important;
    padding: 0.2rem 0.4rem !important;
    text-align: center !important;
    margin: auto !important;
  }
}
@media (max-width: 430px) {
  .cid-vmTRaJBV39 .section-title {
    font-size: 1.3rem !important;
  }
  .cid-vmTRaJBV39 .btn,
  .cid-vmTRaJBV39 .section-btn {
    font-size: 0.6rem !important;
    padding: 0.2rem 0.4rem !important;
    text-align: center !important;
    margin: auto !important;
  }
}
@media (max-width: 375px) {
  .cid-vmTRaJBV39 .container,
  .cid-vmTRaJBV39 .container-fluid {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.cid-vmTRaJBV39 .at-1,
.cid-vmTRaJBV39 .section-title {
  color: #191919;
}
.cid-vmItcboP9X .section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vmItcboP9X .section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vmItcboP9X .caption-icons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vmItcboP9X .caption-icons ul {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
.cid-vmItcboP9X .caption-icons ul li {
  padding: 0 15px 0 15px ;
  display: inline-block;
}
.cid-vmItcboP9X .arrow-down span {
  color: #ffffff;
  position: absolute;
  margin-left: -1.7rem;
  bottom: 15%;
  transform: translateY(0px);
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.cid-vmItcboP9X .arrow-down span:hover {
  color: #ffffff;
  transform: translateY(5px);
}
.cid-vmItcboP9X div.IMAGE-1,
.cid-vmItcboP9X div.IMAGE-2,
.cid-vmItcboP9X div.IMAGE-3,
.cid-vmItcboP9X div.IMAGE-4,
.cid-vmItcboP9X div.IMAGE-5,
.cid-vmItcboP9X div.IMAGE-6 {
  object-fit: contain !important;
  margin-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
@media (max-width: 1024px) {
  .cid-vmItcboP9X div.IMAGE-1,
  .cid-vmItcboP9X div.IMAGE-2,
  .cid-vmItcboP9X div.IMAGE-3,
  .cid-vmItcboP9X div.IMAGE-4,
  .cid-vmItcboP9X div.IMAGE-5,
  .cid-vmItcboP9X div.IMAGE-6 {
    object-fit: cover !important;
    margin-top: 0rem !important;
    padding-bottom: 0rem!important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 768px) {
  .cid-vmItcboP9X div.IMAGE-1,
  .cid-vmItcboP9X div.IMAGE-2,
  .cid-vmItcboP9X div.IMAGE-3,
  .cid-vmItcboP9X div.IMAGE-4,
  .cid-vmItcboP9X div.IMAGE-5,
  .cid-vmItcboP9X div.IMAGE-6 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 767px) {
  .cid-vmItcboP9X div.IMAGE-1,
  .cid-vmItcboP9X div.IMAGE-2,
  .cid-vmItcboP9X div.IMAGE-3,
  .cid-vmItcboP9X div.IMAGE-4,
  .cid-vmItcboP9X div.IMAGE-5,
  .cid-vmItcboP9X div.IMAGE-6 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 430px) {
  .cid-vmItcboP9X .CAPTION-1,
  .cid-vmItcboP9X .CAPTION-2,
  .cid-vmItcboP9X .CAPTION-3,
  .cid-vmItcboP9X .CAPTION-4,
  .cid-vmItcboP9X .CAPTION-5,
  .cid-vmItcboP9X .CAPTION-6 {
    display: none !important;
  }
  .cid-vmItcboP9X .caption-text-1,
  .cid-vmItcboP9X .caption-text-2,
  .cid-vmItcboP9X .caption-text-3,
  .cid-vmItcboP9X .caption-text-4,
  .cid-vmItcboP9X .caption-text-5,
  .cid-vmItcboP9X .caption-text-6 {
    font-size: 0.8rem !important;
  }
}
.cid-vmItcboP9X div.IMAGE-1 {
  content: url("../../../assets/images/clarity-4.webp");
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  filter: grayscale(0);
  background-color: #ffffff;
}
.cid-vmItcboP9X .CAPTION-1 {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100% !important;
  border-radius: 0px;
  background-color: #ffffff;
  color: #333;
  padding: 2rem 0 1rem 0;
  text-align: center;
}
.cid-vmItcboP9X .caption-text-1 {
  text-align: center;
  color: #ffffff;
}
.cid-vmItcboP9X .icon-transition-1 span {
  background-color: #000000;
  display: block;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  border: 1px solid #000000;
  width: 1.8em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vmItcboP9X .icon-transition-1 span:hover {
  background-color: #000000;
  transform: translateY(3px) scale(1.2);
}
.cid-vmItcboP9X div.IMAGE-2 {
  content: url("../../../assets/images/clarity-6.webp");
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  filter: grayscale(0);
  background-color: #ffffff;
}
.cid-vmItcboP9X .CAPTION-2 {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100% !important;
  border-radius: 0px;
  background-color: #ffffff;
  color: #333;
  padding: 2rem 0 1rem 0;
  text-align: center;
}
.cid-vmItcboP9X .caption-text-2 {
  text-align: center;
  color: #ffffff;
}
.cid-vmItcboP9X .icon-transition-2 span {
  background-color: #000000;
  display: block;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  border: 1px solid #060000;
  width: 1.8em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: translateY(0px);
  font-size: 14px;
}
.cid-vmItcboP9X .icon-transition-2 span:hover {
  background-color: #000000;
  transform: translateY(3px) scale(1.2);
}
.cid-vmItcboP9X div.IMAGE-3 {
  content: url("../../../assets/images/clarity-6.webp");
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  filter: grayscale(0);
  background-color: #ffffff;
}
.cid-vmItcboP9X .CAPTION-3 {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100% !important;
  border-radius: 0px;
  background-color: #ffffff;
  color: #333;
  padding: 2rem 0 1rem 0;
  text-align: center;
}
.cid-vmItcboP9X .caption-text-3 {
  text-align: center;
  color: #000000;
}
.cid-vmItcboP9X .icon-transition-3 span {
  background-color: #d8c5a4;
  display: block;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  border: 1px solid #d8c5a4;
  width: 1.8em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vmItcboP9X .icon-transition-3 span:hover {
  background-color: #d8c5a4;
  transform: translateY(3px) scale(1.2);
}
.cid-vmItcboP9X div.IMAGE-4 {
  content: url("");
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  filter: grayscale(0);
  background-color: #ffffff;
}
.cid-vmItcboP9X .CAPTION-4 {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100% !important;
  border-radius: 0px;
  background-color: #ffffff;
  color: #333;
  padding: 2rem 0 1rem 0;
  text-align: center;
}
.cid-vmItcboP9X .caption-text-4 {
  text-align: center;
  color: #000000;
}
.cid-vmItcboP9X .icon-transition-4 span {
  background-color: #dadada;
  display: block;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  border: 1px solid #dadada;
  width: 1.8em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vmItcboP9X .icon-transition-4 span:hover {
  background-color: #dadada;
  transform: translateY(3px) scale(1.2);
}
.cid-vmItcboP9X div.IMAGE-5 {
  content: url("");
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  filter: grayscale(0.3);
  background-color: #ffffff;
}
.cid-vmItcboP9X .CAPTION-5 {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100% !important;
  border-radius: 0px;
  background-color: #ffffff;
  color: #333;
  padding: 2rem 0 1rem 0;
  text-align: center;
}
.cid-vmItcboP9X .caption-text-5 {
  text-align: center;
  color: #ffffff;
}
.cid-vmItcboP9X .icon-transition-5 span {
  background-color: #000000;
  display: block;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  border: 1px solid #000000;
  width: 1.8em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vmItcboP9X .icon-transition-5 span:hover {
  background-color: #000000;
  transform: translateY(3px) scale(1.2);
}
.cid-vmItcboP9X div.IMAGE-6 {
  content: url("");
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  filter: grayscale(0);
  background-color: #ffffff;
}
.cid-vmItcboP9X .CAPTION-6 {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100% !important;
  border-radius: 0px;
  background-color: #ffffff;
  color: #333;
  padding: 2rem 0 1rem 0;
  text-align: center;
}
.cid-vmItcboP9X .caption-text-6 {
  text-align: center;
  color: #ffffff;
}
.cid-vmItcboP9X .icon-transition-6 span {
  background-color: #000000;
  display: block;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  border: 1px solid #000000;
  width: 1.8em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vmItcboP9X .icon-transition-6 span:hover {
  background-color: #000000;
  transform: translateY(3px) scale(1.2);
}
.cid-vmItcboP9X .align-left {
  text-align: left;
}
.cid-vmItcboP9X .align-center {
  text-align: center;
}
.cid-vmItcboP9X .align-right {
  text-align: right;
}
.cid-vmItcboP9X .fullscreen {
  position: relative;
  height: 100vh;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-vmItcboP9X .fullscreen .wrap {
  margin: 0;
  z-index: 4;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-vmItcboP9X .fullscreen .fixed-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cid-vmItcboP9X .fullscreen .fixed-wrap.fixed {
  position: fixed;
}
@supports (-ms-ime-align: auto) {
  .cid-vmItcboP9X .fullscreen {
    clip-path: none !important;
  }
  .cid-vmItcboP9X .fullscreen .fixed-wrap.fixed {
    position: absolute !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cid-vmItcboP9X .fullscreen {
    clip-path: none !important;
  }
  .cid-vmItcboP9X .fullscreen .fixed-wrap.fixed {
    position: absolute !important;
  }
}
.cid-vmItcboP9X .fullscreen .slide-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.cid-vmItcboP9X .fullscreen .slide-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 2;
}
.cid-vmItcboP9X .fullscreen a {
  color: #ffffff;
}
.cid-vmItcboP9X .slide-image + .slide-text,
.cid-vmItcboP9X .slide-text.over-image {
  color: #fff;
  background: radial-gradient(ellipse 50% 50%, rgba(18, 18, 18, 0.125), rgba(18, 18, 18, 0));
}
.cid-vmItcboP9X .hero .slide-image {
  opacity: 0.8;
}
.cid-vmItcboP9X .hero.auto-height {
  padding: 5rem 0;
}
.cid-vmItcboP9X .hero.auto-height .slide-text {
  position: relative;
}
.cid-vmItcboP9X .home-hero {
  position: relative;
  z-index: 1;
}
.cid-vmItcboP9X .home-hero + section {
  z-index: 0;
}
.cid-vmItcboP9X .home-hero .safari-fix {
  position: absolute;
  top: 0;
  background: transparent !important;
  overflow: hidden;
}
@media all and (orientation: portrait) {
  .cid-vmItcboP9X .page-hero .wrap h4 {
    font-size: calc(2.25rem);
  }
  .cid-vmItcboP9X .portrait-image ~ .landscape-image {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
.cid-vmIDVSXrct .bg-main {
  transition: background 2s ease;
}
.cid-vmIDVSXrct .zoom-wrapper {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 440px) {
  .cid-vmIDVSXrct .zoom-wrapper {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-vmIDVSXrct .content-inner {
  width: 100%;
}
.cid-vmIDVSXrct .section-toptitle {
  color: #191919;
  text-align: center;
  margin-top: 2rem;
  letter-spacing: 0.05rem !important;
  line-height: 1.4 !important;
}
@media (max-width: 440px) {
  .cid-vmIDVSXrct .section-toptitle {
    font-size: 1.4rem !important;
  }
}
.cid-vmIDVSXrct .section-title {
  color: #000000;
  letter-spacing: 0.1rem !important;
  line-height: 1.2 !important;
}
.cid-vmIDVSXrct .section-text {
  color: #000000;
  letter-spacing: 0.1rem !important;
  line-height: 1.2 !important;
}
.cid-vmIDVSXrct .image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmIDVSXrct .image-wrap img {
  width: 200px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0));
}
.cid-vmIDVSXrct .js-anim {
  opacity: 0;
  margin-bottom: 1.5rem;
  backface-visibility: hidden;
  will-change: transform, opacity, filter;
}
.cid-vmIDVSXrct .is-builder .js-anim {
  opacity: 1;
}
.cid-vmTTrKmoqS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmTTrKmoqS .container,
.cid-vmTTrKmoqS .container-fluid {
  max-width: 1800px;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  background-color: #ffffff;
}
.cid-vmTTrKmoqS .image-main img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0) !important;
}
.cid-vmTTrKmoqS .text-content {
  margin-left: 2rem !important;
  background-color: #ffffff;
  width: 35%;
  z-index: 10 !important;
  position: absolute;
  bottom: 0;
}
.cid-vmTTrKmoqS .section-title {
  text-align: left;
  color: #42413d;
  letter-spacing: 0.2rem !important;
  line-height: 1.1 !important;
  margin-top: 0rem;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
}
.cid-vmTTrKmoqS .section-subtitle {
  color: #575656;
  text-align: left;
  letter-spacing: 0.03rem !important;
  line-height: 1.5 !important;
  padding-bottom: 1rem !important;
  padding-left: 0rem !important;
  text-transform: uppercase !important;
}
.cid-vmTTrKmoqS .section-text {
  padding-left: 0rem !important;
  text-align: left;
  color: #575656;
  letter-spacing: 0.03rem !important;
  line-height: 1.5 !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.cid-vmTTrKmoqS .btn,
.cid-vmTTrKmoqS .section-btn {
  text-align: left !important;
  letter-spacing: 0.03rem !important;
  margin: auto !important;
  padding: 0.6rem 0.6rem 0.6rem 0.6rem !important;
}
.cid-vmTTrKmoqS .btn:hover {
  color: #9cc0c9 !important;
  background-color: #ffffff!important;
}
.cid-vmTTrKmoqS .list ul {
  margin: 0;
  list-style: none;
  padding-left: 2rem;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
}
.cid-vmTTrKmoqS .list ul li {
  margin-bottom: .5rem;
  list-style: none;
  position: relative;
  padding-left: .5rem;
}
.cid-vmTTrKmoqS .list ul li:before {
  position: absolute;
  top: -13px;
  left: -30px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #575756;
  background-color: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
  content: "\2022";
  font-size: 2rem;
}
.cid-vmTTrKmoqS .section-list {
  color: #575756;
  letter-spacing: 0.03rem !important;
}
.cid-vmTTrKmoqS .section-list UL {
  text-align: left;
}
@media (max-width: 1199px) {
  .cid-vmTTrKmoqS .container,
  .cid-vmTTrKmoqS .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .cid-vmTTrKmoqS .text-content {
    margin-left: 0rem !important;
    padding: 40px 40px 10px 40px;
    background-color: #ffffff;
    position: relative;
    left: 0%;
    top: 0px !important;
    width: 100%;
    z-index: 10 !important;
  }
  .cid-vmTTrKmoqS .section-title {
    font-size: 2rem!important;
  }
}
@media (max-width: 1024px) {
  .cid-vmTTrKmoqS .container,
  .cid-vmTTrKmoqS .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-vmTTrKmoqS .container,
  .cid-vmTTrKmoqS .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .cid-vmTTrKmoqS .text-content {
    padding: 20px 20px 10px 20px;
  }
}
@media (max-width: 767px) {
  .cid-vmTTrKmoqS .container,
  .cid-vmTTrKmoqS .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .cid-vmTTrKmoqS .text-content {
    padding: 20px 20px 10px 20px;
  }
}
@media (max-width: 440px) {
  .cid-vmTTrKmoqS .container,
  .cid-vmTTrKmoqS .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .cid-vmTTrKmoqS #spot {
    top: 65%;
    left: 45%;
  }
  .cid-vmTTrKmoqS .text-content {
    padding: 20px 5px 0px 5px;
  }
  .cid-vmTTrKmoqS .section-title {
    font-size: 1.2rem !important;
    letter-spacing: 0.1rem !important;
    line-height: 1.1 !important;
    margin-bottom: 0.5rem;
  }
  .cid-vmTTrKmoqS .section-subtitle {
    font-size: 0.9rem !important;
  }
  .cid-vmTTrKmoqS .section-text {
    font-size: 0.9rem;
    letter-spacing: 0.01rem !important;
    text-align: justify;
    padding-top: 0rem !important;
  }
  .cid-vmTTrKmoqS .section-list {
    font-size: 0.8rem;
  }
  .cid-vmTTrKmoqS .list ul li {
    margin-bottom: .3rem;
  }
  .cid-vmTTrKmoqS .section-price {
    font-size: 1rem;
    text-align: center;
  }
  .cid-vmTTrKmoqS .btn,
  .cid-vmTTrKmoqS .section-btn {
    text-align: center !important;
    font-size: 0.5rem !important;
    padding: 0.1rem 0.5rem 0.1rem 0.5rem  !important;
  }
}
.cid-vmTTrKmoqS .section-text,
.cid-vmTTrKmoqS .section-btn {
  text-align: left;
  color: #191919;
}
.cid-vmTTrKmoqS .section-title,
.cid-vmTTrKmoqS .underline-title {
  color: #9cc0c9;
}
.cid-vmIEKrXKRk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmIEKrXKRk .container,
.cid-vmIEKrXKRk .container-fluid {
  max-width: 1600px;
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}
.cid-vmIEKrXKRk .img-wrap {
  display: -webkit-flex;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: relative;
  top: 20px;
  left: 400px;
}
.cid-vmIEKrXKRk .img-wrap img {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate01deg) !important;
  opacity: .25 !important;
}
.cid-vmIEKrXKRk .section-title {
  text-align: left;
  color: #000000;
  letter-spacing: 0.05rem !important;
  line-height: 1.4 !important;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.cid-vmIEKrXKRk .section-subtitle {
  color: #191919;
  text-align: left;
  letter-spacing: 0.03rem !important;
  line-height: 1.5 !important;
  padding-bottom: 0rem !important;
  padding-left: 0.1rem !important;
}
.cid-vmIEKrXKRk .section-text,
.cid-vmIEKrXKRk .section-btn {
  text-align: left;
  color: #575656;
  letter-spacing: 0.03rem !important;
  line-height: 1.5 !important;
  padding-top: 0rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.1rem !important;
}
.cid-vmIEKrXKRk .btn,
.cid-vmIEKrXKRk .section-btn {
  margin: auto !important;
}
@media (max-width: 1199px) {
  .cid-vmIEKrXKRk .container,
  .cid-vmIEKrXKRk .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 3rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .cid-vmIEKrXKRk .text-content {
    margin-left: 0rem !important;
    padding: 0px 40px 0px 40px;
  }
  .cid-vmIEKrXKRk .img-wrap {
    top: 40px;
    left: 350px;
  }
  .cid-vmIEKrXKRk .img-wrap img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .cid-vmIEKrXKRk .img-wrap {
    display: none;
  }
  .cid-vmIEKrXKRk .section-title {
    font-size: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vmIEKrXKRk .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-vmIEKrXKRk .text-content {
    padding: 0px 20px 0px 20px;
  }
}
@media (max-width: 767px) {
  .cid-vmIEKrXKRk .text-content {
    padding: 0px 20px 0px 20px;
  }
}
@media (max-width: 440px) {
  .cid-vmIEKrXKRk .container,
  .cid-vmIEKrXKRk .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .cid-vmIEKrXKRk .text-content {
    padding: 0px 5px 0px 5px;
  }
  .cid-vmIEKrXKRk .section-title {
    font-size: 1.2rem !important;
    letter-spacing: 0.1rem !important;
    line-height: 1.1 !important;
    margin-bottom: 0.5rem;
  }
  .cid-vmIEKrXKRk .section-subtitle {
    font-size: 0.9rem !important;
  }
  .cid-vmIEKrXKRk .section-text {
    font-size: 0.8rem;
    letter-spacing: 0.01rem !important;
    text-align: justify;
    padding-top: 0rem !important;
  }
}
.cid-vmIEKrXKRk .at-1,
.cid-vmIEKrXKRk .section-title {
  color: #575656;
}
.cid-vmIA8RmO4C {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vmIA8RmO4C img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vmIBbrSkuL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmIBbrSkuL .container,
.cid-vmIBbrSkuL .container-fluid {
  max-width: 1800px;
  padding-top: 8rem !important;
  padding-bottom: 6rem !important;
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}
.cid-vmIBbrSkuL .img-wrap {
  display: -webkit-flex;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: relative;
  top: 20px;
  left: 400px;
}
.cid-vmIBbrSkuL .img-wrap img {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate01deg) !important;
  opacity: .25 !important;
}
.cid-vmIBbrSkuL .section-title {
  text-align: left;
  color: #000000;
  letter-spacing: 0.05rem !important;
  line-height: 1.4 !important;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.cid-vmIBbrSkuL .section-subtitle {
  color: #191919;
  text-align: left;
  letter-spacing: 0.03rem !important;
  line-height: 1.5 !important;
  padding-bottom: 0rem !important;
  padding-left: 0.1rem !important;
}
.cid-vmIBbrSkuL .section-text,
.cid-vmIBbrSkuL .section-btn {
  text-align: left;
  color: #191919;
  letter-spacing: 0.03rem !important;
  line-height: 1.5 !important;
  padding-top: 0rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.1rem !important;
}
.cid-vmIBbrSkuL .btn,
.cid-vmIBbrSkuL .section-btn {
  margin: auto !important;
}
@media (max-width: 1199px) {
  .cid-vmIBbrSkuL .container,
  .cid-vmIBbrSkuL .container-fluid {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .cid-vmIBbrSkuL .img-wrap {
    top: 40px;
    left: 350px;
  }
  .cid-vmIBbrSkuL .img-wrap img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .cid-vmIBbrSkuL .img-wrap {
    display: none;
  }
  .cid-vmIBbrSkuL .section-title {
    font-size: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vmIBbrSkuL .container,
  .cid-vmIBbrSkuL .container-fluid {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .cid-vmIBbrSkuL .img-wrap {
    display: none;
  }
  .cid-vmIBbrSkuL .section-title {
    font-size: 2rem !important;
  }
  .cid-vmIBbrSkuL .section-subtitle,
  .cid-vmIBbrSkuL .section-text,
  .cid-vmIBbrSkuL .section-btn {
    font-size: 1rem !important;
  }
}
@media (max-width: 768px) {
  .cid-vmIBbrSkuL .container,
  .cid-vmIBbrSkuL .container-fluid {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .cid-vmIBbrSkuL .section-title {
    font-size: 1.6rem !important;
  }
  .cid-vmIBbrSkuL .section-subtitle,
  .cid-vmIBbrSkuL .section-text,
  .cid-vmIBbrSkuL .section-btn {
    font-size: 1rem !important;
  }
}
@media (max-width: 767px) {
  .cid-vmIBbrSkuL .container,
  .cid-vmIBbrSkuL .container-fluid {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .cid-vmIBbrSkuL .section-title {
    font-size: 1.6rem !important;
  }
  .cid-vmIBbrSkuL .section-subtitle,
  .cid-vmIBbrSkuL .section-text,
  .cid-vmIBbrSkuL .section-btn {
    font-size: 1rem !important;
  }
}
@media (max-width: 560px) {
  .cid-vmIBbrSkuL .container,
  .cid-vmIBbrSkuL .container-fluid {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .cid-vmIBbrSkuL .section-title {
    font-size: 1.3rem !important;
  }
  .cid-vmIBbrSkuL .section-subtitle,
  .cid-vmIBbrSkuL .section-text,
  .cid-vmIBbrSkuL .section-btn {
    font-size: 0.9rem !important;
  }
  .cid-vmIBbrSkuL .btn,
  .cid-vmIBbrSkuL .section-btn {
    font-size: 0.7rem !important;
    padding: 0.2rem 0.4rem !important;
    text-align: center !important;
    margin: auto !important;
  }
}
@media (max-width: 430px) {
  .cid-vmIBbrSkuL .section-title {
    font-size: 1.3rem !important;
  }
  .cid-vmIBbrSkuL .btn,
  .cid-vmIBbrSkuL .section-btn {
    font-size: 0.6rem !important;
    padding: 0.2rem 0.4rem !important;
    text-align: center !important;
    margin: auto !important;
  }
}
@media (max-width: 375px) {
  .cid-vmIBbrSkuL .container,
  .cid-vmIBbrSkuL .container-fluid {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.cid-vmIBbrSkuL .at-1,
.cid-vmIBbrSkuL .section-title {
  color: #575656;
}
.cid-vmIFKl6973 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
}
.cid-vmIFKl6973::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
  width: 100%;
  background-color: #ffffff;
}
.cid-vmIFKl6973 .container-fluid {
  z-index: 1;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
@media (max-width: 992px) {
  .cid-vmIFKl6973 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vmIFKl6973 .container {
    padding: 0 25px;
  }
}
.cid-vmIFKl6973 .title-wrapper {
  padding: 0 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vmIFKl6973 .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vmIFKl6973 .title-wrapper .section-title {
  margin-bottom: 10px;
}
.cid-vmIFKl6973 .title-wrapper .section-text {
  margin-bottom: 0;
}
.cid-vmIFKl6973 .section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vmIFKl6973 .section-text {
  color: #ffffff;
  text-align: center;
}
.cid-vmIFKl6973 .item:focus,
.cid-vmIFKl6973 span:focus {
  outline: none;
}
.cid-vmIFKl6973 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 810px;
  max-width: 810px;
}
@media (max-width: 992px) {
  .cid-vmIFKl6973 .embla__slide {
    min-width: 710px;
    max-width: 710px;
  }
}
@media (max-width: 767px) {
  .cid-vmIFKl6973 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vmIFKl6973 .embla__slide .slide-content {
  width: 100%;
}
.cid-vmIFKl6973 .embla__slide .slide-content .item-wrapper .item-img img {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0) !important;
  border-radius: 0px 0px 0px 0px !important;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vmIFKl6973 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vmIFKl6973 .embla__button--next,
.cid-vmIFKl6973 .embla__button--prev {
  display: flex;
}
.cid-vmIFKl6973 .embla__button {
  width: 40px;
  height: 40px;
  font-size: 30px;
  margin-top: 2rem;
  color: #ffffff !important;
  background-color: #6e9c9f !important;
  border: none;
  border-radius: 0%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vmIFKl6973 .embla__button {
    display: none;
  }
}
.cid-vmIFKl6973 .embla__button:disabl .cid-vmIFKl6973 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vmIFKl6973 .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
.cid-vmIFKl6973 .embla__button.embla__button--prev:hover {
  color: #000000 !important;
  box-shadow: inset -40px 0 0 0 #b9b9b9 !important;
}
@media (max-width: 768px) {
  .cid-vmIFKl6973 .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-vmIFKl6973 .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
.cid-vmIFKl6973 .embla__button.embla__button--next:hover {
  color: #000000 !important;
  box-shadow: inset -40px 0 0 0 #b9b9b9 !important;
}
@media (max-width: 768px) {
  .cid-vmIFKl6973 .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-vmIFKl6973 .embla__button {
    bottom: 32px;
  }
}
.cid-vmIFKl6973 .embla {
  position: relative;
  width: 100%;
}
.cid-vmIFKl6973 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vmIFKl6973 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vmIFKl6973 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vmIFKl6973 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vmIFKl6973 .container,
  .cid-vmIFKl6973 .container-fluid {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 767px) {
  .cid-vmIFKl6973 .container,
  .cid-vmIFKl6973 .container-fluid {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
.cid-vmIGSxCcZb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vmIGSxCcZb .container,
.cid-vmIGSxCcZb .container-fluid {
  max-width: 1800px;
  padding-top: 7rem !important;
  padding-bottom: 6rem !important;
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}
.cid-vmIGSxCcZb .img-wrap {
  display: -webkit-flex;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: relative;
  top: 20px;
  left: 400px;
}
.cid-vmIGSxCcZb .img-wrap img {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate01deg) !important;
  opacity: .25 !important;
}
.cid-vmIGSxCcZb .section-title {
  text-align: left;
  color: #000000;
  letter-spacing: 0.05rem !important;
  line-height: 1.4 !important;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.cid-vmIGSxCcZb .section-subtitle {
  color: #191919;
  text-align: left;
  letter-spacing: 0.03rem !important;
  line-height: 1.5 !important;
  padding-bottom: 0rem !important;
  padding-left: 0.1rem !important;
}
.cid-vmIGSxCcZb .section-text,
.cid-vmIGSxCcZb .section-btn {
  text-align: left;
  color: #191919;
  letter-spacing: 0.03rem !important;
  line-height: 1.5 !important;
  padding-top: 0rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.1rem !important;
}
.cid-vmIGSxCcZb .btn,
.cid-vmIGSxCcZb .section-btn {
  margin: auto !important;
}
@media (max-width: 1199px) {
  .cid-vmIGSxCcZb .container,
  .cid-vmIGSxCcZb .container-fluid {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .cid-vmIGSxCcZb .img-wrap {
    top: 40px;
    left: 350px;
  }
  .cid-vmIGSxCcZb .img-wrap img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .cid-vmIGSxCcZb .img-wrap {
    display: none;
  }
  .cid-vmIGSxCcZb .section-title {
    font-size: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vmIGSxCcZb .container,
  .cid-vmIGSxCcZb .container-fluid {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .cid-vmIGSxCcZb .img-wrap {
    display: none;
  }
  .cid-vmIGSxCcZb .section-title {
    font-size: 2rem !important;
  }
  .cid-vmIGSxCcZb .section-subtitle,
  .cid-vmIGSxCcZb .section-text,
  .cid-vmIGSxCcZb .section-btn {
    font-size: 1rem !important;
  }
}
@media (max-width: 768px) {
  .cid-vmIGSxCcZb .container,
  .cid-vmIGSxCcZb .container-fluid {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .cid-vmIGSxCcZb .section-title {
    font-size: 1.6rem !important;
  }
  .cid-vmIGSxCcZb .section-subtitle,
  .cid-vmIGSxCcZb .section-text,
  .cid-vmIGSxCcZb .section-btn {
    font-size: 1rem !important;
  }
}
@media (max-width: 767px) {
  .cid-vmIGSxCcZb .container,
  .cid-vmIGSxCcZb .container-fluid {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .cid-vmIGSxCcZb .section-title {
    font-size: 1.6rem !important;
  }
  .cid-vmIGSxCcZb .section-subtitle,
  .cid-vmIGSxCcZb .section-text,
  .cid-vmIGSxCcZb .section-btn {
    font-size: 1rem !important;
  }
}
@media (max-width: 560px) {
  .cid-vmIGSxCcZb .container,
  .cid-vmIGSxCcZb .container-fluid {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .cid-vmIGSxCcZb .section-title {
    font-size: 1.3rem !important;
  }
  .cid-vmIGSxCcZb .section-subtitle,
  .cid-vmIGSxCcZb .section-text,
  .cid-vmIGSxCcZb .section-btn {
    font-size: 0.9rem !important;
  }
  .cid-vmIGSxCcZb .btn,
  .cid-vmIGSxCcZb .section-btn {
    font-size: 0.7rem !important;
    padding: 0.2rem 0.4rem !important;
    text-align: center !important;
    margin: auto !important;
  }
}
@media (max-width: 430px) {
  .cid-vmIGSxCcZb .section-title {
    font-size: 1.3rem !important;
  }
  .cid-vmIGSxCcZb .btn,
  .cid-vmIGSxCcZb .section-btn {
    font-size: 0.6rem !important;
    padding: 0.2rem 0.4rem !important;
    text-align: center !important;
    margin: auto !important;
  }
}
@media (max-width: 375px) {
  .cid-vmIGSxCcZb .container,
  .cid-vmIGSxCcZb .container-fluid {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.cid-vmIGSxCcZb .at-1,
.cid-vmIGSxCcZb .section-title {
  color: #575656;
}
.cid-voWWYXtNCb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/trenner-meer.webp");
}
.cid-voWWYXtNCb .container,
.cid-voWWYXtNCb .container-fluid {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.cid-voWWYXtNCb .text-wrapper {
  min-height: 600px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-voWWYXtNCb .text-wrapper {
    min-height: 250px;
  }
}
.cid-voWWYXtNCb .text-wrapper .text {
  width: 100%;
  margin: 25px 0;
}
.cid-voWWYXtNCb .text {
  color: #ffffff;
  letter-spacing: 0.03rem !important;
  line-height: 1.3 !important;
  padding-left: 5%;
  text-shadow: 0px 0px 10px 0px #9d9d9d;
}
.cid-vmIJmdNwmR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmIJmdNwmR .bg-portfolio {
  transition: background 4s ease;
}
.cid-vmIJmdNwmR .card {
  max-width: 1800px;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.cid-vmIJmdNwmR .row {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
@media (max-width: 1599px) {
  .cid-vmIJmdNwmR .row {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 1024px) {
  .cid-vmIJmdNwmR .row {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 1199px) {
  .cid-vmIJmdNwmR .row {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-vmIJmdNwmR .content-wrapper {
  position: sticky;
  top: 100px !important;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-vmIJmdNwmR .content-wrapper {
    margin-bottom: 0px;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
.cid-vmIJmdNwmR .content-wrapper .label {
  margin-bottom: 0px;
}
.cid-vmIJmdNwmR .content-wrapper .title-wrap .title {
  display: inline-block;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-vmIJmdNwmR .content-wrapper .title-wrap .title {
    width: 100%;
    text-align: center;
  }
}
.cid-vmIJmdNwmR .image-wrap {
  display: flex;
  align-items: left;
  justify-content: left;
  position: relative;
  top: -30px;
  left: 0px;
}
.cid-vmIJmdNwmR .image-wrap img {
  opacity: 1;
  width: 120px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0));
}
@media (max-width: 991px) {
  .cid-vmIJmdNwmR .image-wrap {
    display: none!important;
  }
}
.cid-vmIJmdNwmR .title {
  color: #191919;
  text-align: left;
  letter-spacing: 0.03rem !important;
  line-height: 1.5 !important;
}
.cid-vmIJmdNwmR .label {
  color: #720101;
  text-align: left;
}
.cid-vmIJmdNwmR .item:first-child .item-wrapper {
  padding-top: 0;
}
.cid-vmIJmdNwmR .item .item-wrapper {
  padding: 30px 0px;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-vmIJmdNwmR .item .item-wrapper {
    display: block;
    padding: 24px 0;
  }
}
.cid-vmIJmdNwmR .item .item-wrapper .item-img {
  margin-bottom: 40px;
}
.cid-vmIJmdNwmR .item .item-wrapper .item-img img {
  transition: 0.5s all;
  box-shadow: rgba(0, 0, 0, 0) 0px 5px 15px;
  width: 100%;
  object-fit: cover;
}
.cid-vmIJmdNwmR .item .item-wrapper .item-date {
  margin-bottom: 12px;
}
.cid-vmIJmdNwmR .item .item-wrapper .item-title {
  margin-bottom: 12px;
  letter-spacing: 0.03rem !important;
  line-height: 1.5 !important;
}
.cid-vmIJmdNwmR .item .item-wrapper .item-text {
  margin-bottom: 0;
  letter-spacing: 0.03rem !important;
  line-height: 1.5 !important;
}
.cid-vmIJmdNwmR .item .item-wrapper .item-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vmIJmdNwmR .item-date {
  color: #14334b;
}
.cid-vmIJmdNwmR .item-title {
  color: #14334b;
}
.cid-vmIJmdNwmR .item-text {
  padding: 0 20px 20px 10px;
  color: #191919;
  letter-spacing: 0.02rem !important;
  line-height: 1.5 !important;
}
.cid-vmIJmdNwmR .item-title,
.cid-vmIJmdNwmR .item-btn {
  color: #575656;
  text-align: left;
}
@media (max-width: 560px) {
  .cid-vmIJmdNwmR .card {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-vmIJmdNwmR .content-wrapper {
    top: 0px !important;
    margin-bottom: 0px;
  }
  .cid-vmIJmdNwmR .item-wrapper {
    padding: 30px 0;
  }
  .cid-vmIJmdNwmR .item-img {
    margin-bottom: 40px;
  }
  .cid-vmIJmdNwmR .item-img img {
    transition: 0.5s all;
    box-shadow: rgba(0, 0, 0, 0) 0px 5px 15px;
    border-radius: 0 !important;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 440px) {
  .cid-vmIJmdNwmR .title {
    font-size: 1rem;
  }
  .cid-vmIJmdNwmR .item-text {
    font-size: 0.9rem;
  }
}
.cid-voc5GTtZ16 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voc5GTtZ16 .container,
.cid-voc5GTtZ16 .container-fluid {
  max-width: 1800px;
  padding-top: 1rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  background-color: #ffffff;
}
.cid-voc5GTtZ16 .image-main img {
  width: 100%;
  max-height: 1200px;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0) !important;
}
.cid-voc5GTtZ16 .hotspots {
  position: relative;
  width: 100%;
}
.cid-voc5GTtZ16 #spot {
  position: absolute;
  top: 71%;
  left: 39%;
  background-color: transparent;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.cid-voc5GTtZ16 #spot img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  animation: img-link-effect 5s ease-in-out infinite alternate;
}
.cid-voc5GTtZ16 #spot::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #3e61a2;
  animation: spot-puls-effect 5s ease-in-out infinite alternate;
}
@keyframes img-link-effect {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1));
    -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1));
  }
  100% {
    transform: scale(2);
    opacity: 1;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
  }
}
@keyframes spot-puls-effect {
  0% {
    border: 10px solid #000000;
    transform: scale(0.4);
    opacity: 0;
    filter: blur(0.4rem);
    -webkit-filter: blur(0.4rem);
  }
  100% {
    border: 10px solid white;
    transform: scale(5);
    opacity: 0.1;
    filter: blur(0rem);
    -webkit-filter: blur(0rem);
  }
}
.cid-voc5GTtZ16 .text-content {
  margin-left: 2rem !important;
  background-color: #ffffff;
  width: 35%;
  z-index: 10 !important;
  position: absolute;
  bottom: 0;
}
.cid-voc5GTtZ16 .section-title {
  text-align: left;
  color: #42413d;
  letter-spacing: 0.2rem !important;
  line-height: 1.1 !important;
  margin-top: 0rem;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
}
.cid-voc5GTtZ16 .section-subtitle {
  color: #575656;
  text-align: left;
  letter-spacing: 0.03rem !important;
  line-height: 1.5 !important;
  padding-bottom: 1rem !important;
  padding-left: 0rem !important;
  text-transform: uppercase !important;
}
.cid-voc5GTtZ16 .section-text {
  padding-left: 0rem !important;
  text-align: left;
  color: #575656;
  letter-spacing: 0.03rem !important;
  line-height: 1.5 !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.cid-voc5GTtZ16 .btn,
.cid-voc5GTtZ16 .section-btn {
  text-align: left !important;
  letter-spacing: 0.03rem !important;
  margin: auto !important;
  padding: 0.5rem 0.8rem 0.5rem 0.8rem !important;
}
.cid-voc5GTtZ16 .btn:hover {
  color: #9cc0c9 !important;
  background-color: #ffffff!important;
}
.cid-voc5GTtZ16 .list ul {
  margin: 0;
  list-style: none;
  padding-left: 2rem;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
}
.cid-voc5GTtZ16 .list ul li {
  margin-bottom: .5rem;
  list-style: none;
  position: relative;
  padding-left: .5rem;
}
.cid-voc5GTtZ16 .list ul li:before {
  position: absolute;
  top: -11.5px;
  left: -25px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #575756;
  background-color: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
  content: "\2022";
  font-size: 2rem;
}
.cid-voc5GTtZ16 .section-list {
  color: #191919;
  letter-spacing: 0.03rem !important;
}
.cid-voc5GTtZ16 .section-list UL {
  text-align: left;
}
@media (max-width: 1599px) {
  .cid-voc5GTtZ16 .container,
  .cid-voc5GTtZ16 .container-fluid {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .cid-voc5GTtZ16 .image-main img {
    max-height: 1900px;
    margin: auto;
  }
}
@media (max-width: 1366px) {
  .cid-voc5GTtZ16 .image-main img {
    max-height: 1900px;
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-voc5GTtZ16 .container,
  .cid-voc5GTtZ16 .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 8rem !important;
  }
  .cid-voc5GTtZ16 .image-main img {
    max-height: 950px;
    margin: auto;
  }
  .cid-voc5GTtZ16 .text-content {
    margin-left: 0rem !important;
    padding: 40px 40px 10px 40px;
    background-color: #ffffff;
    position: relative;
    left: 0%;
    top: 0px !important;
    width: 100%;
    z-index: 10 !important;
  }
  .cid-voc5GTtZ16 .section-title {
    font-size: 2rem!important;
  }
}
@media (max-width: 1024px) {
  .cid-voc5GTtZ16 .container,
  .cid-voc5GTtZ16 .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 6rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-voc5GTtZ16 .container,
  .cid-voc5GTtZ16 .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 4rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .cid-voc5GTtZ16 .text-content {
    padding: 20px 20px 10px 20px;
  }
}
@media (max-width: 767px) {
  .cid-voc5GTtZ16 .container,
  .cid-voc5GTtZ16 .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 4rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .cid-voc5GTtZ16 .text-content {
    padding: 20px 20px 10px 20px;
  }
}
@media (max-width: 440px) {
  .cid-voc5GTtZ16 .container,
  .cid-voc5GTtZ16 .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 3rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-voc5GTtZ16 #spot {
    top: 65%;
    left: 45%;
  }
  .cid-voc5GTtZ16 .text-content {
    padding: 30px 5px 20px 5px;
  }
  .cid-voc5GTtZ16 .section-title {
    font-size: 1.2rem !important;
    letter-spacing: 0.1rem !important;
    line-height: 1.1 !important;
    margin-bottom: 0.5rem;
  }
  .cid-voc5GTtZ16 .section-subtitle {
    font-size: 0.9rem !important;
  }
  .cid-voc5GTtZ16 .section-text {
    font-size: 0.8rem;
    letter-spacing: 0.01rem !important;
    text-align: justify;
    padding-top: 0rem !important;
  }
  .cid-voc5GTtZ16 .section-list {
    font-size: 0.9rem;
  }
  .cid-voc5GTtZ16 .list ul li {
    margin-bottom: .3rem;
  }
  .cid-voc5GTtZ16 .section-price {
    font-size: 1rem;
    text-align: center;
  }
  .cid-voc5GTtZ16 .btn,
  .cid-voc5GTtZ16 .section-btn {
    text-align: center !important;
    font-size: 0.5rem !important;
    padding: 0.1rem 0.5rem 0.1rem 0.5rem  !important;
  }
}
.cid-voc5GTtZ16 .section-text,
.cid-voc5GTtZ16 .section-btn {
  text-align: left;
}
.cid-voc5GTtZ16 .section-title,
.cid-voc5GTtZ16 .underline-title {
  color: #9cc0c9;
}
.cid-voWQRNixkR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voWQRNixkR .row {
  flex-direction: row-reverse;
}
.cid-voWQRNixkR .container,
.cid-voWQRNixkR .container-fluid {
  max-width: 1800px;
  padding-top: 10rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  background-color: #ffffff;
}
.cid-voWQRNixkR .image-main img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0) !important;
}
.cid-voWQRNixkR .hotspots {
  position: relative;
  width: 100%;
}
.cid-voWQRNixkR #spot {
  position: absolute;
  top: 72%;
  left: 39.5%;
  background-color: transparent;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.cid-voWQRNixkR #spot img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  animation: img-link-effect 5s ease-in-out infinite alternate;
}
.cid-voWQRNixkR #spot::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #3e61a2;
  animation: spot-puls-effect 5s ease-in-out infinite alternate;
}
@keyframes img-link-effect {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1));
    -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1));
  }
  100% {
    transform: scale(2);
    opacity: 1;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
  }
}
@keyframes spot-puls-effect {
  0% {
    border: 10px solid #000000;
    transform: scale(0.4);
    opacity: 0;
    filter: blur(0.4rem);
    -webkit-filter: blur(0.4rem);
  }
  100% {
    border: 10px solid white;
    transform: scale(5);
    opacity: 0.1;
    filter: blur(0rem);
    -webkit-filter: blur(0rem);
  }
}
.cid-voWQRNixkR .text-content {
  margin-left: 2rem !important;
  background-color: #ffffff;
  width: 35%;
  z-index: 10 !important;
  position: absolute;
  bottom: 0;
}
.cid-voWQRNixkR .section-title {
  text-align: left;
  color: #42413d;
  letter-spacing: 0.2rem !important;
  line-height: 1.1 !important;
  margin-top: 0rem;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
}
.cid-voWQRNixkR .section-subtitle {
  color: #191919;
  text-align: left;
  letter-spacing: 0.03rem !important;
  line-height: 1.5 !important;
  padding-bottom: 1rem !important;
  padding-left: 0rem !important;
  text-transform: uppercase !important;
}
.cid-voWQRNixkR .section-text {
  padding-left: 0rem !important;
  text-align: left;
  color: #575656;
  letter-spacing: 0.03rem !important;
  line-height: 1.5 !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.cid-voWQRNixkR .btn,
.cid-voWQRNixkR .section-btn {
  text-align: left !important;
  letter-spacing: 0.03rem !important;
  margin: auto !important;
  padding: 0.5rem 0.8rem 0.5rem 0.8rem !important;
}
.cid-voWQRNixkR .btn:hover {
  color: #9cc0c9 !important;
  background-color: #ffffff!important;
}
.cid-voWQRNixkR .list ul {
  margin: 0;
  list-style: none;
  padding-left: 2rem;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
}
.cid-voWQRNixkR .list ul li {
  margin-bottom: .5rem;
  list-style: none;
  position: relative;
  padding-left: .5rem;
}
.cid-voWQRNixkR .list ul li:before {
  position: absolute;
  top: -13px;
  left: -30px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #575756;
  background-color: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
  content: "\2022";
  font-size: 2rem;
}
.cid-voWQRNixkR .section-list {
  color: #191919;
  letter-spacing: 0.03rem !important;
}
.cid-voWQRNixkR .section-list UL {
  text-align: left;
}
@media (max-width: 1366px) {
  .cid-voWQRNixkR #spot {
    position: absolute;
    top: 70.5%;
    left: 38%;
  }
}
@media (max-width: 1199px) {
  .cid-voWQRNixkR .container,
  .cid-voWQRNixkR .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 8rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .cid-voWQRNixkR #spot {
    position: absolute;
    top: 72.7%;
    left: 39.7%;
  }
  .cid-voWQRNixkR .text-content {
    margin-left: 0rem !important;
    padding: 40px 40px 10px 40px;
    background-color: #ffffff;
    position: relative;
    left: 0%;
    top: 0px !important;
    width: 100%;
    z-index: 10 !important;
  }
  .cid-voWQRNixkR .section-title {
    font-size: 2rem!important;
  }
}
@media (max-width: 1024px) {
  .cid-voWQRNixkR .container,
  .cid-voWQRNixkR .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 6rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .cid-voWQRNixkR #spot {
    position: absolute;
    top: 72%;
    left: 39%;
  }
}
@media (max-width: 768px) {
  .cid-voWQRNixkR .container,
  .cid-voWQRNixkR .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 4rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .cid-voWQRNixkR #spot {
    position: absolute;
    top: 70%;
    left: 38%;
  }
  .cid-voWQRNixkR .text-content {
    padding: 20px 20px 10px 20px;
  }
}
@media (max-width: 767px) {
  .cid-voWQRNixkR .container,
  .cid-voWQRNixkR .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 4rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .cid-voWQRNixkR #spot {
    position: absolute;
    top: 70%;
    left: 38%;
  }
  .cid-voWQRNixkR .text-content {
    padding: 20px 20px 10px 20px;
  }
}
@media (max-width: 440px) {
  .cid-voWQRNixkR .container,
  .cid-voWQRNixkR .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-voWQRNixkR #spot {
    position: absolute;
    top: 62%;
    left: 33%;
  }
  .cid-voWQRNixkR .text-content {
    padding: 30px 5px 20px 5px;
  }
  .cid-voWQRNixkR .section-title {
    font-size: 1.2rem !important;
    letter-spacing: 0.1rem !important;
    line-height: 1.1 !important;
    margin-bottom: 0.5rem;
  }
  .cid-voWQRNixkR .section-subtitle {
    font-size: 1rem !important;
  }
  .cid-voWQRNixkR .section-text {
    font-size: 0.9rem;
    letter-spacing: 0.01rem !important;
    text-align: justify;
    padding-top: 0rem !important;
  }
  .cid-voWQRNixkR .section-list {
    font-size: 0.8rem;
  }
  .cid-voWQRNixkR .list ul li {
    margin-bottom: .3rem;
  }
  .cid-voWQRNixkR .section-price {
    font-size: 1rem;
    text-align: center;
  }
  .cid-voWQRNixkR .btn,
  .cid-voWQRNixkR .section-btn {
    text-align: center !important;
    font-size: 0.5rem !important;
    padding: 0.1rem 0.5rem 0.1rem 0.5rem  !important;
  }
}
.cid-voWQRNixkR .section-text,
.cid-voWQRNixkR .section-btn {
  text-align: left;
  color: #191919;
}
.cid-voWQRNixkR .section-title,
.cid-voWQRNixkR .underline-title {
  color: #9cc0c9;
}
.cid-voieBcmjEh .bg-main {
  transition: background 2s ease;
}
.cid-voieBcmjEh .zoom-wrapper {
  margin-top: 8rem !important;
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 430px) {
  .cid-voieBcmjEh .zoom-wrapper {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-voieBcmjEh .content-inner {
  width: 100%;
}
.cid-voieBcmjEh .section-toptitle {
  color: #ffffff;
  text-align: center;
  margin-top: 2rem;
  letter-spacing: 0.05rem !important;
  line-height: 1.4 !important;
}
.cid-voieBcmjEh .section-title {
  color: #ffffff;
  letter-spacing: 0.1rem !important;
  line-height: 1.4 !important;
}
.cid-voieBcmjEh .section-text {
  color: #000000;
  letter-spacing: 0.1rem !important;
  line-height: 1.4 !important;
}
.cid-voieBcmjEh .image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voieBcmjEh .image-wrap img {
  width: 300px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0));
}
.cid-voieBcmjEh .js-anim {
  opacity: 0;
  margin-bottom: 1.5rem;
  backface-visibility: hidden;
  will-change: transform, opacity, filter;
}
.cid-voieBcmjEh .is-builder .js-anim {
  opacity: 1;
}
.cid-voieQw0hmu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4b9fcd;
}
.cid-voieQw0hmu .card-wrapper {
  background: #4b9fcd;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0) !important;
  border-radius: 0px !important;
}
@media (max-width: 767px) {
  .cid-voieQw0hmu .card-wrapper {
    padding: 5rem 1rem 8rem 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-voieQw0hmu .card-wrapper {
    padding: 5rem 1rem 8rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-voieQw0hmu .card-wrapper {
    padding: 5rem 1rem 8rem 1rem;
  }
}
.cid-voieWSTKBO {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #4b9fcd;
}
.cid-voieWSTKBO .l {
  display: inline !important;
}
.cid-voieWSTKBO a.nav-link:after {
  background-color: #202020;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-voieWSTKBO a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-voieWSTKBO a.nav-link:hover {
  color: #202020 !important;
}
.cid-voieWSTKBO .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-voieWSTKBO .nav-link {
  font-weight: 400 !important;
  font-size: 0.8rem !important;
}
.cid-voieWSTKBO .inner1 {
  width: auto;
}
.cid-voieWSTKBO .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-voieWSTKBO a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-voieWSTKBO .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-voieWSTKBO .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-voieWSTKBO .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-voieWSTKBO .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-voieWSTKBO .section-title,
.cid-voieWSTKBO .social-media {
  text-align: center;
  color: #111213;
}
.cid-voieWSTKBO .section-title {
  margin-bottom: 15px;
}
.cid-voieWSTKBO .section-subtitle {
  margin-bottom: 50px;
}
.cid-voieWSTKBO .text {
  color: #ffffff;
  padding-bottom: 10px;
}
.cid-voieWSTKBO .section-title,
.cid-voieWSTKBO .social-media,
.cid-voieWSTKBO .navbar-nav {
  color: #ffffff;
}
.cid-voieWSTKBO .section-subtitle,
.cid-voieWSTKBO .social-media,
.cid-voieWSTKBO .navbar-nav {
  color: #ffffff;
}
.cid-voieWSTKBO .mbr-section-subtitle,
.cid-voieWSTKBO .social-media,
.cid-voieWSTKBO .navbar-nav {
  color: #ffffff;
}
.cid-voieWSTKBO .mbr-section-title,
.cid-voieWSTKBO .social-media,
.cid-voieWSTKBO .navbar-nav {
  color: #ffffff;
}
.cid-voihJNRpaN.popup-builder {
  background-color: #ffffff;
}
.cid-voihJNRpaN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-voihJNRpaN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-voihJNRpaN .modal-content,
.cid-voihJNRpaN .modal-dialog {
  height: auto;
}
.cid-voihJNRpaN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-voihJNRpaN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-voihJNRpaN .mbr-text {
  text-align: left;
}
.cid-voihJNRpaN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-voihJNRpaN .modal-open {
  overflow: hidden;
}
.cid-voihJNRpaN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-voihJNRpaN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-voihJNRpaN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-voihJNRpaN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-voihJNRpaN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-voihJNRpaN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-voihJNRpaN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-voihJNRpaN .modal-content {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-voihJNRpaN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-voihJNRpaN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-voihJNRpaN .modal-backdrop.fade {
  opacity: 0;
}
.cid-voihJNRpaN .modal-backdrop.show {
  opacity: .5;
}
.cid-voihJNRpaN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-voihJNRpaN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-voihJNRpaN .modal-header {
    padding: 1rem;
  }
}
.cid-voihJNRpaN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-voihJNRpaN .modal-header .close svg {
  fill: #353535;
}
.cid-voihJNRpaN .modal-header .close:hover {
  opacity: 1;
}
.cid-voihJNRpaN .modal-header .close:focus {
  outline: none;
}
.cid-voihJNRpaN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #232323;
}
.cid-voihJNRpaN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-voihJNRpaN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-voihJNRpaN .modal-body {
    padding: 1rem;
  }
}
.cid-voihJNRpaN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-voihJNRpaN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-voihJNRpaN .modal-footer {
    padding: 1rem;
  }
}
.cid-voihJNRpaN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-voihJNRpaN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-voihJNRpaN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-voihJNRpaN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-voihJNRpaN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-voihJNRpaN .modal-lg,
  .cid-voihJNRpaN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-voihJNRpaN .modal-xl {
    max-width: 1140px;
  }
}
.cid-voihJNRpaN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-voihJNRpaN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-voihJNRpaN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-voihJNRpaN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-voihJNRpaN .mbr-section-btn {
  margin: 0;
}
.cid-voihJNRpaN .mbr-section-btn .btn {
  margin: 0;
}
.cid-voihKMEodg.popup-builder {
  background-color: #ffffff;
}
.cid-voihKMEodg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-voihKMEodg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-voihKMEodg .modal-content,
.cid-voihKMEodg .modal-dialog {
  height: auto;
}
.cid-voihKMEodg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-voihKMEodg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-voihKMEodg .mbr-text {
  text-align: left;
  color: #42413d;
}
.cid-voihKMEodg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-voihKMEodg .modal-open {
  overflow: hidden;
}
.cid-voihKMEodg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-voihKMEodg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-voihKMEodg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-voihKMEodg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-voihKMEodg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-voihKMEodg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-voihKMEodg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-voihKMEodg .modal-content {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-voihKMEodg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-voihKMEodg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-voihKMEodg .modal-backdrop.fade {
  opacity: 0;
}
.cid-voihKMEodg .modal-backdrop.show {
  opacity: .5;
}
.cid-voihKMEodg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-voihKMEodg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-voihKMEodg .modal-header {
    padding: 1rem;
  }
}
.cid-voihKMEodg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-voihKMEodg .modal-header .close svg {
  fill: #000000;
}
.cid-voihKMEodg .modal-header .close:hover {
  opacity: 1;
}
.cid-voihKMEodg .modal-header .close:focus {
  outline: none;
}
.cid-voihKMEodg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #42413d;
}
.cid-voihKMEodg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-voihKMEodg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-voihKMEodg .modal-body {
    padding: 1rem;
  }
}
.cid-voihKMEodg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-voihKMEodg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-voihKMEodg .modal-footer {
    padding: 1rem;
  }
}
.cid-voihKMEodg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-voihKMEodg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-voihKMEodg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-voihKMEodg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-voihKMEodg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-voihKMEodg .modal-lg,
  .cid-voihKMEodg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-voihKMEodg .modal-xl {
    max-width: 1140px;
  }
}
.cid-voihKMEodg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-voihKMEodg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-voihKMEodg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-voihKMEodg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-voihKMEodg .mbr-section-btn {
  margin: 0;
}
.cid-voihKMEodg .mbr-section-btn .btn {
  margin: 0;
}
