.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.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: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !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: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%239fe870' %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;
}
.cid-vcDGfcwy2n .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #001e2b;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0 0 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-vcDGfcwy2n .navbar-fixed-top {
  padding-top: 0;
}
.cid-vcDGfcwy2n .navbar-collapse {
  flex-basis: auto;
}
.cid-vcDGfcwy2n .collapse {
  justify-content: space-between !important;
}
.cid-vcDGfcwy2n .navbar.bg-color.transparent {
  background: rgba(0, 30, 43, 0.7) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-vcDGfcwy2n .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(10, 86, 117, 0.7) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cid-vcDGfcwy2n .navbar.bg-color.transparent .nav-link,
.cid-vcDGfcwy2n .navbar.bg-color.transparent .dropdown-item,
.cid-vcDGfcwy2n .navbar.bg-color.transparent .brand-name {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.cid-vcDGfcwy2n .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(0, 30, 43, 0.7) !important;
}
.cid-vcDGfcwy2n .menu-content-top {
  background: #001e2b;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  align-items: center;
  overflow: hidden;
  border-radius: 0 0 2em 2em;
  box-shadow: 10px 10px 15px #000000;
}
.cid-vcDGfcwy2n .menu-content-center {
  display: flex;
  align-items: center;
}
.cid-vcDGfcwy2n .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vcDGfcwy2n .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vcDGfcwy2n .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vcDGfcwy2n .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
}
.cid-vcDGfcwy2n .menu-logo {
  display: flex;
  align-items: center;
}
.cid-vcDGfcwy2n .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vcDGfcwy2n .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vcDGfcwy2n .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vcDGfcwy2n .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vcDGfcwy2n .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vcDGfcwy2n .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vcDGfcwy2n .navbar-nav {
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: row;
  overflow: visible;
}
.cid-vcDGfcwy2n .navbar-nav .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
}
.cid-vcDGfcwy2n .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-vcDGfcwy2n .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-vcDGfcwy2n .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-vcDGfcwy2n .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-vcDGfcwy2n .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-vcDGfcwy2n .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-vcDGfcwy2n .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-vcDGfcwy2n .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-vcDGfcwy2n .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-vcDGfcwy2n .navbar-nav .nav-item:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #9fe870;
  border-radius: 50%;
}
.cid-vcDGfcwy2n .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vcDGfcwy2n .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-vcDGfcwy2n .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
.cid-vcDGfcwy2n .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-vcDGfcwy2n .grow {
  transition: all 1s ease;
  border-radius: 15px;
  color: gray;
}
.cid-vcDGfcwy2n .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  color: white;
}
.cid-vcDGfcwy2n .dropdown-menu {
  z-index: 9999;
  border-radius: 0 0 2em 2em;
  background-color: #0a5675;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-vcDGfcwy2n .dropdown-menu.show {
  opacity: 1;
}
.cid-vcDGfcwy2n .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
.cid-vcDGfcwy2n .dropdown-item {
  padding: 0.4rem 1.8rem;
  font-weight: 400;
}
.cid-vcDGfcwy2n .dropdown-item:before {
  align-items: center;
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcDGfcwy2n .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-vcDGfcwy2n .dropdown-item:active {
  background-color: #0a5675;
  z-index: 9999;
}
.cid-vcDGfcwy2n .dropdown-item.active,
.cid-vcDGfcwy2n .dropdown-item:active {
  color: initial;
}
.cid-vcDGfcwy2n .dropdown-item,
.cid-vcDGfcwy2n .nav-link,
.cid-vcDGfcwy2n .brand-name {
  font-style: normal;
}
.cid-vcDGfcwy2n .dropdown-item:hover,
.cid-vcDGfcwy2n .nav-link:hover,
.cid-vcDGfcwy2n .brand-name:hover {
  color: #9fe870 !important;
}
.cid-vcDGfcwy2n .dropdown .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.6s ease-out forwards;
}
.cid-vcDGfcwy2n .dropdown .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-vcDGfcwy2n .dropdown .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-vcDGfcwy2n .dropdown .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-vcDGfcwy2n .dropdown .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-vcDGfcwy2n .dropdown .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-vcDGfcwy2n .dropdown .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-vcDGfcwy2n .dropdown .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-vcDGfcwy2n .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcDGfcwy2n .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-vcDGfcwy2n .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-vcDGfcwy2n .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vcDGfcwy2n .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
  color: #ffffff;
  text-align: center;
}
.cid-vcDGfcwy2n .widget-content .widget-text {
  margin-bottom: 0;
  color: #656565;
}
.cid-vcDGfcwy2n .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-vcDGfcwy2n .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-vcDGfcwy2n .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-vcDGfcwy2n .mbr-iconfont {
  cursor: pointer;
}
.cid-vcDGfcwy2n .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-vcDGfcwy2n .btn {
  display: inline-flex;
  align-items: center;
}
.cid-vcDGfcwy2n .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vcDGfcwy2n .display-4 > .mbr-iconfont,
.cid-vcDGfcwy2n .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vcDGfcwy2n button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
  position: relative;
}
.cid-vcDGfcwy2n button.navbar-toggler:focus {
  outline: none;
}
.cid-vcDGfcwy2n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
  transition: all 0.2s;
}
.cid-vcDGfcwy2n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
}
.cid-vcDGfcwy2n button.navbar-toggler .hamburger span:nth-child(2),
.cid-vcDGfcwy2n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcDGfcwy2n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
}
.cid-vcDGfcwy2n nav.opened .hamburger span:nth-child(1),
.cid-vcDGfcwy2n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
}
.cid-vcDGfcwy2n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcDGfcwy2n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcDGfcwy2n .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vcDGfcwy2n .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vcDGfcwy2n .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vcDGfcwy2n .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vcDGfcwy2n .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vcDGfcwy2n .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
@media (min-width: 992px) {
  .cid-vcDGfcwy2n .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-vcDGfcwy2n .menu-content-top {
    border-bottom: 0 solid #e0e0e0;
  }
  .cid-vcDGfcwy2n .navbar {
    display: block;
    padding: 0;
  }
  .cid-vcDGfcwy2n .navbar .menu-logo {
    display: flex;
    left: 110px;
    align-items: center;
  }
  .cid-vcDGfcwy2n .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vcDGfcwy2n .navbar-toggler {
    display: none;
  }
  .cid-vcDGfcwy2n .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
  .cid-vcDGfcwy2n .menu-bottom {
    justify-content: space-between;
    position: relative;
  }
  .cid-vcDGfcwy2n .navbar-collapse {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
  }
  .cid-vcDGfcwy2n .menu-logo {
    position: relative;
    left: auto;
  }
  .cid-vcDGfcwy2n .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vcDGfcwy2n .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9fe870;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vcDGfcwy2n .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vcDGfcwy2n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcDGfcwy2n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  text-align: left !important;
  padding-left: 1.5rem !important;
}
.cid-vcDGfcwy2n .collapsed .btn {
  display: flex;
}
.cid-vcDGfcwy2n .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vcDGfcwy2n .collapsed .navbar-collapse.collapsing,
.cid-vcDGfcwy2n .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vcDGfcwy2n .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vcDGfcwy2n .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vcDGfcwy2n .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vcDGfcwy2n .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vcDGfcwy2n .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vcDGfcwy2n .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vcDGfcwy2n .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vcDGfcwy2n .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vcDGfcwy2n .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vcDGfcwy2n .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-vcDGfcwy2n .collapsed button.navbar-toggler {
  display: block;
}
.cid-vcDGfcwy2n .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vcDGfcwy2n .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vcDGfcwy2n .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: left !important;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  border-radius: 0 0 2em 2em;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vcDGfcwy2n .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vcDGfcwy2n .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vcDGfcwy2n .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vcDGfcwy2n .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-vcDGfcwy2n .dropdown-menu {
    margin-top: 0;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-vcDGfcwy2n .menu-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cid-vcDGfcwy2n .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #001e2b;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-vcDGfcwy2n .navbar-collapse.collapsing,
  .cid-vcDGfcwy2n .navbar-collapse.show {
    display: block !important;
  }
  .cid-vcDGfcwy2n .navbar-collapse.collapsing .navbar-nav,
  .cid-vcDGfcwy2n .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left !important;
    align-items: flex-start !important;
  }
  .cid-vcDGfcwy2n .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vcDGfcwy2n .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    width: 100%;
    text-align: left !important;
    margin-bottom: 0;
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
    justify-content: flex-start !important;
  }
  .cid-vcDGfcwy2n .navbar-collapse.show .navbar-nav .nav-item:nth-child(1),
  .cid-vcDGfcwy2n .navbar-collapse.collapsing .navbar-nav .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-vcDGfcwy2n .navbar-collapse.show .navbar-nav .nav-item:nth-child(2),
  .cid-vcDGfcwy2n .navbar-collapse.collapsing .navbar-nav .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-vcDGfcwy2n .navbar-collapse.show .navbar-nav .nav-item:nth-child(3),
  .cid-vcDGfcwy2n .navbar-collapse.collapsing .navbar-nav .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-vcDGfcwy2n .navbar-collapse.show .navbar-nav .nav-item:nth-child(4),
  .cid-vcDGfcwy2n .navbar-collapse.collapsing .navbar-nav .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-vcDGfcwy2n .navbar-collapse.show .navbar-nav .nav-item:nth-child(5),
  .cid-vcDGfcwy2n .navbar-collapse.collapsing .navbar-nav .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-vcDGfcwy2n .navbar-collapse.collapsing .navbar-buttons,
  .cid-vcDGfcwy2n .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-vcDGfcwy2n .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vcDGfcwy2n .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vcDGfcwy2n .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-vcDGfcwy2n .navbar-collapse.show .nav-link,
  .cid-vcDGfcwy2n .navbar-collapse.collapsing .nav-link {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .cid-vcDGfcwy2n img {
    height: 3.8rem !important;
  }
  .cid-vcDGfcwy2n .btn {
    display: flex;
  }
  .cid-vcDGfcwy2n button.navbar-toggler {
    display: block;
  }
  .cid-vcDGfcwy2n .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-vcDGfcwy2n .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vcDGfcwy2n .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(0, 30, 43, 0.7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-vcDGfcwy2n .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-vcDGfcwy2n .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-vcDGfcwy2n .navbar-toggler {
    order: 1;
  }
  .cid-vcDGfcwy2n .navbar-nav {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cid-vcDGfcwy2n .nav-item {
    width: 100%;
    text-align: center !important;
  }
  .cid-vcDGfcwy2n .nav-item .nav-link {
    text-align: center !important;
  }
  .cid-vcDGfcwy2n .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    text-align: left !important;
    justify-content: flex-start !important;
  }
  .cid-vcDGfcwy2n .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vcDGfcwy2n .dropdown {
    transition: all 0.3s ease;
  }
  .cid-vcDGfcwy2n .dropdown .dropdown-menu {
    position: relative !important;
    width: calc(98%);
    text-align: left !important;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: 1rem !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(10, 86, 117, 0.7) !important;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin: 0.5rem 1rem;
    border: 2px solid rgba(255, 255, 255, 0.15);
  }
  .cid-vcDGfcwy2n .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 0.75rem 0;
    visibility: visible;
    margin-top: 0.5rem;
    text-align: left !important;
  }
  .cid-vcDGfcwy2n .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.9rem;
    text-align: left !important;
    display: block !important;
    width: 100% !important;
  }
  .cid-vcDGfcwy2n .dropdown .dropdown-menu .dropdown-item:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .cid-vcDGfcwy2n .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .cid-vcDGfcwy2n .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-vcDGfcwy2n .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #9fe870 !important;
  }
  .cid-vcDGfcwy2n .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-vcDGfcwy2n .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.4s ease-out forwards;
  }
  .cid-vcDGfcwy2n .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-vcDGfcwy2n .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-vcDGfcwy2n .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-vcDGfcwy2n .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-vcDGfcwy2n .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-vcDGfcwy2n .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-vcDGfcwy2n .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-vcDGfcwy2n .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .cid-vcDGfcwy2n .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vcDGfcwy2n .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vcDGfcwy2n .nav-item.dropdown {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-vcDGfcwy2n .menu-logo {
    display: none;
  }
  .cid-vcDGfcwy2n .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-vcDGfcwy2n .nav-item:before {
    content: none;
  }
  .cid-vcDGfcwy2n .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-vcDGfcwy2n .menu-bottom {
    flex-direction: column;
  }
  .cid-vcDGfcwy2n button.navbar-toggler {
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-vcDGfcwy2n .menu-bottom {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 0 12px !important;
    position: relative !important;
    padding-right: 16px !important;
  }
  .cid-vcDGfcwy2n .menu-logo {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    order: 0 !important;
  }
  .cid-vcDGfcwy2n .menu-logo .navbar-brand {
    margin: 0 !important;
    padding: 6px 0 !important;
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }
  .cid-vcDGfcwy2n .menu-logo .navbar-logo img,
  .cid-vcDGfcwy2n .navbar-brand img {
    max-height: 52px !important;
    height: auto !important;
    width: auto !important;
    display: block !important;
  }
  .cid-vcDGfcwy2n button.navbar-toggler,
  .cid-vcDGfcwy2n .navbar-toggler {
    position: static !important;
    order: 1 !important;
    margin: 0 !important;
    transform: none !important;
    flex: 0 0 auto !important;
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }
  .cid-vcDGfcwy2n button.navbar-toggler .hamburger {
    position: relative !important;
    width: 26px !important;
    height: 18px !important;
  }
  .cid-vcDGfcwy2n button.navbar-toggler .hamburger span {
    left: 0 !important;
    right: auto !important;
    width: 26px !important;
  }
  .cid-vcDGfcwy2n button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0 !important;
  }
  .cid-vcDGfcwy2n button.navbar-toggler .hamburger span:nth-child(2),
  .cid-vcDGfcwy2n button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px !important;
  }
  .cid-vcDGfcwy2n button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px !important;
  }
}
.cid-vcDGfcwy2n .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vcDGfcwy2n .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vcDGfcwy2n .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vcDGfcwy2n .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vcDGfcwy2n .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vcDGfcwy2n .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-vcDGfcwy2n P {
  color: #ffffff;
}
.cid-vcDGhEsQX0 body,
.cid-vcDGhEsQX0 html {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-vcDGhEsQX0 section {
  margin: 0 !important;
}
.cid-vcDGhEsQX0 .slider1 {
  position: relative;
  background-color: #ffffff;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  display: block;
}
.cid-vcDGhEsQX0 .slider1 {
  min-height: 100vh;
  height: 100vh;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  display: block;
}
.cid-vcDGhEsQX0 #sliderId,
.cid-vcDGhEsQX0 .carousel {
  height: 100vh !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-vcDGhEsQX0 .carousel-inner {
  height: 100vh !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-vcDGhEsQX0 .carousel-item {
  height: 100vh !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-vcDGhEsQX0 .carousel-item img {
  height: 100vh !important;
  min-height: 100vh;
  width: 100%;
  object-fit: cover;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-vcDGhEsQX0 #sliderId,
.cid-vcDGhEsQX0 .carousel {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  display: block;
}
.cid-vcDGhEsQX0 .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-vcDGhEsQX0 .carousel-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: none;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-vcDGhEsQX0 .carousel-item.active {
  display: block;
}
.cid-vcDGhEsQX0 .item-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-vcDGhEsQX0 .carousel-item img.carousel-item-zoom {
  object-fit: cover;
  width: 100%;
  display: block;
  animation: zoom 10s infinite alternate;
  position: relative;
  z-index: 10;
  pointer-events: none;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: bottom;
}
.cid-vcDGhEsQX0 .carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcDGhEsQX0 .carousel-control.carousel-control-prev {
  left: 2.5rem;
}
.cid-vcDGhEsQX0 .carousel-control.carousel-control-next {
  right: 2.5rem;
}
.cid-vcDGhEsQX0 .carousel-control:hover {
  background: #005180;
  color: #fff;
  opacity: 1;
}
.cid-vcDGhEsQX0 .mobi-mbri-arrow-next {
  margin-left: 3px;
}
.cid-vcDGhEsQX0 .mobi-mbri-arrow-prev {
  margin-right: 3px;
}
.cid-vcDGhEsQX0 .carousel-caption {
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 40;
  margin: 0;
  padding: 0;
  transform: none;
  text-align: center;
}
.cid-vcDGhEsQX0 .glass {
  background-color: rgba(57, 58, 64, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-left: none;
  border-right: none;
  padding: 20px 15px;
  width: 100%;
  text-shadow: 2px 2px 5px black;
  z-index: 41;
  pointer-events: auto;
  margin: 0 !important;
}
.cid-vcDGhEsQX0 .carousel-item.active:first-child .glass {
  animation: slideUpGlass 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s backwards;
}
.cid-vcDGhEsQX0 .btn {
  position: relative;
  padding: 10px 15px;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  border: 2px solid white;
  transition: all 0.3s ease;
}
.cid-vcDGhEsQX0 .btn:hover {
  transform: translateY(3px);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-vcDGhEsQX0 .mbr-section-btn {
  position: relative;
  z-index: 70;
  pointer-events: auto;
  margin: 10px auto 0;
  text-align: center;
}
.cid-vcDGhEsQX0 .mbr-section-btn .btn {
  width: 200px;
  text-align: center;
  white-space: normal;
  margin: 5px;
  display: inline-block;
}
.cid-vcDGhEsQX0 .logo {
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.55);
  z-index: 65;
  pointer-events: none;
  animation: logoIntroDesktop 1.6s ease-out forwards;
  opacity: 0;
}
.cid-vcDGhEsQX0 .logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  pointer-events: none;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes slideUpGlass {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes logoIntroDesktop {
  0% {
    opacity: 0;
    transform: translate(-50%, calc(-30%)) scale(0.3575);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, calc(-44%)) scale(0.495);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, calc(-48%)) scale(0.5775);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.55);
  }
}
.cid-vcDGhEsQX0 #estimate-slidebox {
  position: fixed;
  top: 260px;
  right: -260px;
  width: 230px;
  padding: 14px 18px;
  background: #ff0000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  z-index: 9999;
  transition: right 0.6s ease;
  animation: slideInBox 0.8s ease forwards;
  animation-delay: 0.4s;
}
.cid-vcDGhEsQX0 #estimate-slidebox a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
}
.cid-vcDGhEsQX0 #estimate-slidebox:hover {
  background: #082f5d;
}
@keyframes slideInBox {
  from {
    right: -260px;
  }
  to {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .cid-vcDGhEsQX0 .carousel-item {
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .cid-vcDGhEsQX0 .carousel-item img {
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .cid-vcDGhEsQX0 .carousel-control-prev,
  .cid-vcDGhEsQX0 .carousel-control-next {
    display: none;
  }
  .cid-vcDGhEsQX0 .carousel-caption {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .cid-vcDGhEsQX0 .glass {
    background-color: rgba(57, 58, 64, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-left: none;
    border-right: none;
    padding: 15px 10px;
    width: 100%;
    text-shadow: 2px 2px 5px black;
    margin: 0 !important;
  }
  .cid-vcDGhEsQX0 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin: 10px auto 0;
  }
  .cid-vcDGhEsQX0 .mbr-section-btn .btn {
    width: auto;
    flex: 0 0 calc(44%);
    max-width: calc(44%);
    margin: 0;
    font-size: clamp(12px, 2.7vw, 15px);
    padding: 8px 6px !important;
    line-height: 1.2;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cid-vcDGhEsQX0 .mbr-section-btn .btn:nth-last-child(1):nth-child(odd) {
    flex-basis: calc(44%);
    max-width: calc(44%);
  }
  .cid-vcDGhEsQX0 .mbr-section-btn .btn .btn-transform {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
  }
  .cid-vcDGhEsQX0 .mbr-section-subtitle,
  .cid-vcDGhEsQX0 .mbr-section-text {
    text-align: center;
    margin: 0 auto 10px;
  }
  .cid-vcDGhEsQX0 .logo {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.85);
    z-index: 65;
    animation: logoIntroMobile 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 100ms forwards;
    opacity: 0;
  }
  .cid-vcDGhEsQX0 .logo img {
    width: auto;
    height: auto;
  }
  @keyframes logoIntroMobile {
    0% {
      opacity: 0;
      transform: translate(-50%, calc(-32%)) scale(0.595);
    }
    65% {
      opacity: 1;
      transform: translate(-50%, calc(-47%)) scale(0.884);
    }
    100% {
      opacity: 1;
      transform: translate(-50%, -50%) scale(0.85);
    }
  }
  .cid-vcDGhEsQX0 #estimate-slidebox {
    display: none;
  }
}
@media (max-width: 480px) {
  .cid-vcDGhEsQX0 h5.mbr-section-subtitle {
    font-size: 1.2rem !important;
  }
  .cid-vcDGhEsQX0 .mbr-section-btn .btn {
    font-size: 11px;
    padding: 6px 4px !important;
    min-height: 36px;
  }
}
@media (max-width: 360px) {
  .cid-vcDGhEsQX0 .mbr-section-btn .btn {
    font-size: 10px;
    padding: 5px 3px !important;
    min-height: 34px;
  }
}
.cid-vcDGhEsQX0 html.reduce-motion .logo,
.cid-vcDGhEsQX0 html.reduce-motion .glass {
  animation: none !important;
}
.cid-vcDGhEsQX0 .slider1 + section,
.cid-vcDGhEsQX0 .slider1 + div,
.cid-vcDGhEsQX0 .slider1 + * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.cid-vcDGhEsQX0 section.slider1 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.cid-vcDGhEsQX0 .carousel-fade .carousel-item {
  display: block !important;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-vcDGhEsQX0 .carousel-fade .carousel-item.active {
  opacity: 1;
  position: relative;
  z-index: 2;
}
.cid-vcDGhEsQX0 .carousel-fade .carousel-item.carousel-item-next,
.cid-vcDGhEsQX0 .carousel-fade .carousel-item.carousel-item-prev {
  display: block !important;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.cid-vcDGhEsQX0 .carousel-fade .carousel-item.active.carousel-item-start,
.cid-vcDGhEsQX0 .carousel-fade .carousel-item.active.carousel-item-end {
  opacity: 0;
}
.cid-vcDGhEsQX0 .carousel-fade .carousel-item-next.carousel-item-start,
.cid-vcDGhEsQX0 .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.cid-vcDGhEsQX0 .carousel-fade .active.carousel-item-start,
.cid-vcDGhEsQX0 .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.cid-vcDH22Sabn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/back3.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-vcDH22Sabn {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-vcDH22Sabn {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-vcDH22Sabn {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-vcDH22Sabn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcDH22Sabn .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-vcDH22Sabn .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-vcDH22Sabn .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-vcDH22Sabn .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-vcDH22Sabn .container {
    padding: 0 20px;
  }
}
.cid-vcDH22Sabn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcDH22Sabn .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vcDH22Sabn .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcDH22Sabn .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vcDH22Sabn .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcDH22Sabn .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vcDH22Sabn .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcDH22Sabn .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-vcDH22Sabn .mbr-section-title {
  color: #c2b299;
}
.cid-vcDH22Sabn .mbr-text {
  color: #ededed;
}
.cid-vcDH22Sabn img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-vcDH22Sabn img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-vcDH22Sabn .glass {
  border: 1px solid #ffffff;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: linear-gradient(145deg, rgba(0, 30, 43, 0.85), rgba(150, 189, 255, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: inherit;
}
.cid-vcDH22Sabn .mbr-section-title,
.cid-vcDH22Sabn .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vcDH22Sabn .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-vcDH22Sabn .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-vcDH22Sabn section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-vcDH22Sabn section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-vcDH22Sabn section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-vcDH22Sabn section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-vcDH22Sabn h2.glass,
.cid-vcDH22Sabn .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-vcDH22Sabn h2.glass br {
  display: none;
}
.cid-vcDH22Sabn .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-vcDH22Sabn img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-vcDH22Sabn .mbr-section-title,
.cid-vcDH22Sabn .mbr-section-btn,
.cid-vcDH22Sabn .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vcDH22Sabn .glass {
  color: #ffffff;
}
.cid-vcDKxr7ZkU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #96bdff;
}
.cid-vcDKxr7ZkU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-vcDKxr7ZkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcDKxr7ZkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcDKxr7ZkU .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-vcDKxr7ZkU .content-wrap .card {
  justify-content: space-between;
}
.cid-vcDKxr7ZkU .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vcDKxr7ZkU .content-wrapper {
    padding: 0;
  }
}
.cid-vcDKxr7ZkU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcDKxr7ZkU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-vcDKxr7ZkU .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-vcDKxr7ZkU .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-vcDKxr7ZkU .mbr-desc,
.cid-vcDKxr7ZkU .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcDK1nTt5w {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/back2.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-vcDK1nTt5w {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-vcDK1nTt5w {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-vcDK1nTt5w {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-vcDK1nTt5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcDK1nTt5w .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-vcDK1nTt5w .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-vcDK1nTt5w .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-vcDK1nTt5w .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-vcDK1nTt5w .container {
    padding: 0 20px;
  }
}
.cid-vcDK1nTt5w .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcDK1nTt5w .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vcDK1nTt5w .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcDK1nTt5w .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vcDK1nTt5w .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcDK1nTt5w .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vcDK1nTt5w .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcDK1nTt5w .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-vcDK1nTt5w .mbr-section-title {
  color: #c2b299;
}
.cid-vcDK1nTt5w .mbr-text {
  color: #ededed;
}
.cid-vcDK1nTt5w img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-vcDK1nTt5w img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-vcDK1nTt5w .glass {
  border: 1px solid #ffffff;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: linear-gradient(145deg, rgba(0, 30, 43, 0.85), rgba(150, 189, 255, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: inherit;
}
.cid-vcDK1nTt5w .mbr-section-title,
.cid-vcDK1nTt5w .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vcDK1nTt5w .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-vcDK1nTt5w .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-vcDK1nTt5w section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-vcDK1nTt5w section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-vcDK1nTt5w section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-vcDK1nTt5w section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-vcDK1nTt5w h2.glass,
.cid-vcDK1nTt5w .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-vcDK1nTt5w h2.glass br {
  display: none;
}
.cid-vcDK1nTt5w .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-vcDK1nTt5w img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-vcDK1nTt5w .mbr-section-title,
.cid-vcDK1nTt5w .mbr-section-btn,
.cid-vcDK1nTt5w .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vcDK1nTt5w .glass {
  color: #ffffff;
}
.cid-vcDKygtk5Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #96bdff;
}
.cid-vcDKygtk5Z .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-vcDKygtk5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcDKygtk5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcDKygtk5Z .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-vcDKygtk5Z .content-wrap .card {
  justify-content: space-between;
}
.cid-vcDKygtk5Z .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vcDKygtk5Z .content-wrapper {
    padding: 0;
  }
}
.cid-vcDKygtk5Z .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcDKygtk5Z .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-vcDKygtk5Z .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-vcDKygtk5Z .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-vcDKygtk5Z .mbr-desc,
.cid-vcDKygtk5Z .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcDKiygERT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/back.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-vcDKiygERT {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-vcDKiygERT {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-vcDKiygERT {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-vcDKiygERT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcDKiygERT .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-vcDKiygERT .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-vcDKiygERT .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-vcDKiygERT .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-vcDKiygERT .container {
    padding: 0 20px;
  }
}
.cid-vcDKiygERT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcDKiygERT .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vcDKiygERT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcDKiygERT .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vcDKiygERT .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcDKiygERT .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vcDKiygERT .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcDKiygERT .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-vcDKiygERT .mbr-section-title {
  color: #c2b299;
}
.cid-vcDKiygERT .mbr-text {
  color: #ededed;
}
.cid-vcDKiygERT img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-vcDKiygERT img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-vcDKiygERT .glass {
  border: 1px solid #ffffff;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: linear-gradient(145deg, rgba(0, 30, 43, 0.85), rgba(150, 189, 255, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: inherit;
}
.cid-vcDKiygERT .mbr-section-title,
.cid-vcDKiygERT .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vcDKiygERT .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-vcDKiygERT .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-vcDKiygERT section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-vcDKiygERT section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-vcDKiygERT section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-vcDKiygERT section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-vcDKiygERT h2.glass,
.cid-vcDKiygERT .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-vcDKiygERT h2.glass br {
  display: none;
}
.cid-vcDKiygERT .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-vcDKiygERT img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-vcDKiygERT .mbr-section-title,
.cid-vcDKiygERT .mbr-section-btn,
.cid-vcDKiygERT .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vcDKiygERT .glass {
  color: #ffffff;
}
.cid-vcDKJy8ijf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #96bdff;
}
.cid-vcDKJy8ijf .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-vcDKJy8ijf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcDKJy8ijf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcDKJy8ijf .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-vcDKJy8ijf .content-wrap .card {
  justify-content: space-between;
}
.cid-vcDKJy8ijf .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vcDKJy8ijf .content-wrapper {
    padding: 0;
  }
}
.cid-vcDKJy8ijf .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcDKJy8ijf .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-vcDKJy8ijf .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-vcDKJy8ijf .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-vcDKJy8ijf .mbr-desc,
.cid-vcDKJy8ijf .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcDKPMQq7l {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-vcDKPMQq7l {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-vcDKPMQq7l {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-vcDKPMQq7l {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-vcDKPMQq7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcDKPMQq7l .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-vcDKPMQq7l .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-vcDKPMQq7l .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-vcDKPMQq7l .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-vcDKPMQq7l .container {
    padding: 0 20px;
  }
}
.cid-vcDKPMQq7l .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcDKPMQq7l .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vcDKPMQq7l .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcDKPMQq7l .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vcDKPMQq7l .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcDKPMQq7l .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vcDKPMQq7l .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcDKPMQq7l .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-vcDKPMQq7l .mbr-section-title {
  color: #c2b299;
}
.cid-vcDKPMQq7l .mbr-text {
  color: #ededed;
}
.cid-vcDKPMQq7l img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-vcDKPMQq7l img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-vcDKPMQq7l .glass {
  border: 1px solid #ffffff;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: linear-gradient(145deg, rgba(0, 30, 43, 0.85), rgba(150, 189, 255, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: inherit;
}
.cid-vcDKPMQq7l .mbr-section-title,
.cid-vcDKPMQq7l .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vcDKPMQq7l .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-vcDKPMQq7l .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-vcDKPMQq7l section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-vcDKPMQq7l section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-vcDKPMQq7l section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-vcDKPMQq7l section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-vcDKPMQq7l h2.glass,
.cid-vcDKPMQq7l .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-vcDKPMQq7l h2.glass br {
  display: none;
}
.cid-vcDKPMQq7l .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-vcDKPMQq7l img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-vcDKPMQq7l .mbr-section-title,
.cid-vcDKPMQq7l .mbr-section-btn,
.cid-vcDKPMQq7l .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vcDKPMQq7l .glass {
  color: #ffffff;
}
.cid-vcDKQC8qz1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #96bdff;
}
.cid-vcDKQC8qz1 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-vcDKQC8qz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcDKQC8qz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcDKQC8qz1 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-vcDKQC8qz1 .content-wrap .card {
  justify-content: space-between;
}
.cid-vcDKQC8qz1 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vcDKQC8qz1 .content-wrapper {
    padding: 0;
  }
}
.cid-vcDKQC8qz1 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcDKQC8qz1 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-vcDKQC8qz1 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-vcDKQC8qz1 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-vcDKQC8qz1 .mbr-desc,
.cid-vcDKQC8qz1 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcDKRrV8et {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-vcDKRrV8et {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-vcDKRrV8et {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-vcDKRrV8et {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-vcDKRrV8et .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcDKRrV8et .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-vcDKRrV8et .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-vcDKRrV8et .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-vcDKRrV8et .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-vcDKRrV8et .container {
    padding: 0 20px;
  }
}
.cid-vcDKRrV8et .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcDKRrV8et .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vcDKRrV8et .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcDKRrV8et .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vcDKRrV8et .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcDKRrV8et .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vcDKRrV8et .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcDKRrV8et .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-vcDKRrV8et .mbr-section-title {
  color: #c2b299;
}
.cid-vcDKRrV8et .mbr-text {
  color: #ededed;
}
.cid-vcDKRrV8et img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-vcDKRrV8et img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-vcDKRrV8et .glass {
  border: 1px solid #ffffff;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: linear-gradient(145deg, rgba(0, 30, 43, 0.85), rgba(150, 189, 255, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: inherit;
}
.cid-vcDKRrV8et .mbr-section-title,
.cid-vcDKRrV8et .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vcDKRrV8et .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-vcDKRrV8et .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-vcDKRrV8et section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-vcDKRrV8et section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-vcDKRrV8et section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-vcDKRrV8et section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-vcDKRrV8et h2.glass,
.cid-vcDKRrV8et .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-vcDKRrV8et h2.glass br {
  display: none;
}
.cid-vcDKRrV8et .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-vcDKRrV8et img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-vcDKRrV8et .mbr-section-title,
.cid-vcDKRrV8et .mbr-section-btn,
.cid-vcDKRrV8et .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vcDKRrV8et .glass {
  color: #ffffff;
}
.cid-vcDKSuyLqa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #96bdff;
}
.cid-vcDKSuyLqa .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-vcDKSuyLqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcDKSuyLqa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcDKSuyLqa .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-vcDKSuyLqa .content-wrap .card {
  justify-content: space-between;
}
.cid-vcDKSuyLqa .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vcDKSuyLqa .content-wrapper {
    padding: 0;
  }
}
.cid-vcDKSuyLqa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcDKSuyLqa .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-vcDKSuyLqa .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-vcDKSuyLqa .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-vcDKSuyLqa .mbr-desc,
.cid-vcDKSuyLqa .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcDKT5FExI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-vcDKT5FExI {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-vcDKT5FExI {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-vcDKT5FExI {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-vcDKT5FExI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcDKT5FExI .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-vcDKT5FExI .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-vcDKT5FExI .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-vcDKT5FExI .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-vcDKT5FExI .container {
    padding: 0 20px;
  }
}
.cid-vcDKT5FExI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcDKT5FExI .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vcDKT5FExI .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcDKT5FExI .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vcDKT5FExI .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcDKT5FExI .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vcDKT5FExI .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcDKT5FExI .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-vcDKT5FExI .mbr-section-title {
  color: #c2b299;
}
.cid-vcDKT5FExI .mbr-text {
  color: #ededed;
}
.cid-vcDKT5FExI img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-vcDKT5FExI img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-vcDKT5FExI .glass {
  border: 1px solid #ffffff;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: linear-gradient(145deg, rgba(0, 30, 43, 0.85), rgba(150, 189, 255, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: inherit;
}
.cid-vcDKT5FExI .mbr-section-title,
.cid-vcDKT5FExI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vcDKT5FExI .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-vcDKT5FExI .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-vcDKT5FExI section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-vcDKT5FExI section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-vcDKT5FExI section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-vcDKT5FExI section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-vcDKT5FExI h2.glass,
.cid-vcDKT5FExI .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-vcDKT5FExI h2.glass br {
  display: none;
}
.cid-vcDKT5FExI .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-vcDKT5FExI img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-vcDKT5FExI .mbr-section-title,
.cid-vcDKT5FExI .mbr-section-btn,
.cid-vcDKT5FExI .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vcDKT5FExI .glass {
  color: #ffffff;
}
.cid-vcDKTW2VQr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #96bdff;
}
.cid-vcDKTW2VQr .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-vcDKTW2VQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcDKTW2VQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcDKTW2VQr .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-vcDKTW2VQr .content-wrap .card {
  justify-content: space-between;
}
.cid-vcDKTW2VQr .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vcDKTW2VQr .content-wrapper {
    padding: 0;
  }
}
.cid-vcDKTW2VQr .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcDKTW2VQr .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-vcDKTW2VQr .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-vcDKTW2VQr .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-vcDKTW2VQr .mbr-desc,
.cid-vcDKTW2VQr .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcDGuSyGvn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("");
}
.cid-vcDGuSyGvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcDGuSyGvn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcDGuSyGvn .mbr-section-title {
  color: #ffffff;
}
.cid-vcDGuSyGvn .mbr-section-subtitle {
  color: #4a1448;
}
.cid-vcDGuSyGvn .ts-blog-grid {
  row-gap: 2.5rem;
}
.cid-vcDGuSyGvn .ts-blog-card {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
  border: 3px solid #0c2c68;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cid-vcDGuSyGvn .ts-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}
.cid-vcDGuSyGvn .ts-card-img-wrap {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcDGuSyGvn .ts-card-img-wrap img {
  width: 100%;
  max-width: 400px;
  max-height: 260px;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
}
.cid-vcDGuSyGvn .ts-blog-card:hover .ts-card-img-wrap img {
  transform: scale(1.06);
}
.cid-vcDGuSyGvn .ts-blog-card-body {
  padding: 22px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-vcDGuSyGvn .ts-card-date {
  font-size: 12px;
  color: #9b9b9b;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 8px;
}
.cid-vcDGuSyGvn .ts-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #27272a;
  margin-bottom: 10px;
  line-height: 1.4;
}
.cid-vcDGuSyGvn .ts-card-text {
  font-size: 15px;
  line-height: 1.7;
  color: #5f6368;
  margin-bottom: 18px;
  flex: 1 1 auto;
  text-indent: 0.75em;
  text-align: left;
}
.cid-vcDGuSyGvn .ts-read-more {
  background-color: #0c2c68;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  transition: all 0.2s ease;
}
.cid-vcDGuSyGvn .ts-read-more:hover {
  background-color: #1f6463;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
.cid-vcDGuSyGvn .blog-content-wrapper a,
.cid-vcDGuSyGvn .ts-card-text a {
  color: #0c2c68 !important;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid rgba(12, 44, 104, 0.3);
  transition: all 0.2s ease;
}
.cid-vcDGuSyGvn .blog-content-wrapper a:hover,
.cid-vcDGuSyGvn .ts-card-text a:hover {
  color: #1f6463 !important;
  border-bottom-color: #0c2c68;
}
.cid-vcDGuSyGvn .blog-content-wrapper img {
  max-width: 400px;
  max-height: 300px;
  width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  object-fit: contain;
}
.cid-vcDGuSyGvn .blog-content-wrapper p {
  text-indent: 0.75em;
  margin-bottom: 16px;
}
.cid-vcDGuSyGvn .ts-blog-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 180px 20px 220px 20px;
  overflow-y: auto;
  pointer-events: none;
}
.cid-vcDGuSyGvn .ts-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.cid-vcDGuSyGvn .ts-modal-dialog {
  position: relative;
  max-width: 920px;
  width: 100%;
  max-height: calc(-140vh);
  margin: 0 auto;
  border-radius: 28px;
  padding: 0;
  border: 4px solid #0c2c68;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: visible;
}
.cid-vcDGuSyGvn .ts-modal-inner {
  border-radius: 24px;
  overflow: hidden;
  background: transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-vcDGuSyGvn .ts-modal-header {
  padding: 20px 28px 18px 28px;
  background: #f3f6fb;
  border-bottom: 2px solid #d3dce8;
  flex-shrink: 0;
}
.cid-vcDGuSyGvn .ts-modal-header .ts-modal-date {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 8px;
  color: rgba(12, 44, 104, 0.6);
  font-weight: 600;
}
.cid-vcDGuSyGvn .ts-modal-header .ts-modal-title {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  color: #0c2c68;
  line-height: 1.3;
}
.cid-vcDGuSyGvn .ts-modal-scroll-container {
  padding: 24px;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1 1 auto;
  min-height: 0;
  scrollbar-width: thin;
  scrollbar-color: #0c2c68 rgba(255, 255, 255, 0.1);
}
.cid-vcDGuSyGvn .ts-modal-scroll-container::-webkit-scrollbar {
  width: 12px;
}
.cid-vcDGuSyGvn .ts-modal-scroll-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.cid-vcDGuSyGvn .ts-modal-scroll-container::-webkit-scrollbar-thumb {
  background-color: #0c2c68;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.cid-vcDGuSyGvn .ts-modal-scroll-container::-webkit-scrollbar-thumb:hover {
  background-color: #07193a;
}
.cid-vcDGuSyGvn .ts-modal-content-box {
  background: #ffffff;
  border: 2px solid rgba(12, 44, 104, 0.28);
  border-radius: 18px;
  padding: 28px 32px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.cid-vcDGuSyGvn .ts-modal-image {
  display: block;
  width: 100%;
  max-width: 500px;
  max-height: 350px;
  height: auto;
  object-fit: contain;
  margin: 0 auto 24px auto;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}
.cid-vcDGuSyGvn .ts-modal-body {
  font-size: 17px;
  line-height: 1.8;
  color: #2c3e50;
}
.cid-vcDGuSyGvn .ts-modal-close {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 100001;
  border: none;
  background: #ffffff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #0c2c68;
}
.cid-vcDGuSyGvn .ts-modal-close:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
}
@keyframes blogTextFadeIn {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes blogTextType {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.cid-vcDGuSyGvn .ts-modal-body p {
  opacity: 0;
  animation: blogTextFadeIn 0.25s ease-out forwards, blogTextType 0.4s steps(20) forwards;
}
.cid-vcDGuSyGvn .ts-modal-body p:nth-child(1) {
  animation-delay: 0.15s, 0.15s;
}
.cid-vcDGuSyGvn .ts-modal-body p:nth-child(2) {
  animation-delay: 0.30s, 0.30s;
}
.cid-vcDGuSyGvn .ts-modal-body p:nth-child(3) {
  animation-delay: 0.45s, 0.45s;
}
.cid-vcDGuSyGvn .ts-modal-body p:nth-child(4) {
  animation-delay: 0.60s, 0.60s;
}
@media (max-width: 768px) {
  .cid-vcDGuSyGvn .ts-blog-modal {
    padding: 90px 15px 220px 15px;
    overflow-y: auto;
  }
  .cid-vcDGuSyGvn .ts-modal-dialog {
    max-height: calc(-310vh);
    border-radius: 22px;
    border-width: 3px;
  }
  .cid-vcDGuSyGvn .ts-modal-inner {
    border-radius: 19px;
  }
  .cid-vcDGuSyGvn .ts-modal-header {
    padding: 16px 20px 14px 20px;
  }
  .cid-vcDGuSyGvn .ts-modal-header .ts-modal-title {
    font-size: 22px;
  }
  .cid-vcDGuSyGvn .ts-modal-scroll-container {
    padding: 18px;
  }
  .cid-vcDGuSyGvn .ts-modal-content-box {
    padding: 22px 24px;
    border-radius: 14px;
  }
  .cid-vcDGuSyGvn .ts-modal-body {
    font-size: 16px;
  }
  .cid-vcDGuSyGvn .ts-modal-close {
    top: 24px;
    right: 16px;
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
  .cid-vcDGuSyGvn .ts-card-title {
    font-size: 18px;
  }
  .cid-vcDGuSyGvn .ts-card-text {
    font-size: 14px;
  }
}
.cid-vcDGuSyGvn .faq-head.glass {
  border-radius: 35px;
  padding: 24px 32px;
  max-width: 900px;
  margin: 0 auto 2rem;
  background: linear-gradient(135deg, rgba(78, 102, 143, 0.95), rgba(98, 122, 163, 0.85)) !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 22px 55px rgba(1, 10, 26, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
  color: #ffffff !important;
}
.cid-vcDGuSyGvn .glass.faq-head {
  background: linear-gradient(135deg, rgba(78, 102, 143, 0.95), rgba(98, 122, 163, 0.8)) !important;
}
.cid-vcDGuSyGvn .ts-blog-modal .ts-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  pointer-events: auto;
}
.cid-vcDGuSyGvn .ts-blog-modal .ts-modal-dialog {
  position: relative;
  z-index: 1;
  width: calc(60%);
  max-width: 960px;
  max-height: calc(40vh);
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  border-radius: 28px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.45);
  min-height: 520px;
}
.cid-vcDGuSyGvn .ts-blog-modal .ts-modal-inner {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  border: 1px solid rgba(12, 44, 104, 0.9);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(18px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.cid-vcDGuSyGvn .ts-blog-modal .ts-modal-close {
  position: absolute;
  right: 18px;
  top: 12px;
  border: none;
  border-radius: 999px;
  width: 32px;
  height: 32px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  background: #ffffff;
  color: #0c2c68;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.cid-vcDGuSyGvn .ts-blog-modal .ts-modal-header {
  padding: 20px 26px 18px;
  background: #f3f6fb;
  border-bottom: 1px solid #d3dce8;
}
.cid-vcDGuSyGvn .ts-blog-modal .ts-modal-date {
  margin: 0 0 4px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9b9b9b;
}
.cid-vcDGuSyGvn .ts-blog-modal .ts-modal-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #0c2c68;
}
.cid-vcDGuSyGvn .ts-blog-modal .ts-modal-scroll-container {
  flex: 1;
  min-height: 0;
  padding: 22px 26px 26px;
  overflow-y: auto;
}
.cid-vcDGuSyGvn .ts-blog-modal .ts-modal-content-box {
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid rgba(12, 44, 104, 0.28);
  padding: 26px 26px 30px;
}
.cid-vcDGuSyGvn .ts-blog-modal .ts-modal-image {
  width: 40%;
  height: auto;
  border-radius: 16px;
  margin-bottom: 22px;
  float: left;
  max-width: 320px;
  margin: 0 24px 18px 0;
  display: block;
}
.cid-vcDGuSyGvn .ts-blog-modal .ts-modal-body {
  font-size: 17px;
  line-height: 1.8;
  color: #2c3e50;
}
.cid-vcDGuSyGvn .ts-blog-modal .ts-modal-scroll-container::-webkit-scrollbar {
  width: 8px;
}
.cid-vcDGuSyGvn .ts-blog-modal .ts-modal-scroll-container::-webkit-scrollbar-track {
  background: transparent;
}
.cid-vcDGuSyGvn .ts-blog-modal .ts-modal-scroll-container::-webkit-scrollbar-thumb {
  background: #0c2c68;
  border-radius: 999px;
}
.cid-vcDGuSyGvn .ts-blog-modal .ts-modal-content-box::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .cid-vcDGuSyGvn .ts-blog-modal .ts-modal-image {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 18px 0 !important;
  }
  .cid-vcDGuSyGvn .ts-blog-modal {
    padding: 20px 0 40px 0 !important;
  }
  .cid-vcDGuSyGvn .ts-blog-modal .ts-modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    margin: 0 !important;
    max-height: calc(60vh) !important;
  }
  .cid-vcDGuSyGvn .ts-blog-modal .ts-modal-inner {
    border-radius: 0 !important;
  }
  .cid-vcDGuSyGvn .ts-blog-modal .ts-modal-scroll-container {
    padding: 16px !important;
  }
  .cid-vcDGuSyGvn .ts-blog-modal .ts-modal-content-box {
    padding: 18px !important;
    border-radius: 0 !important;
  }
}
.cid-vcDKKpJGYL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #96bdff;
}
.cid-vcDKKpJGYL .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-vcDKKpJGYL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcDKKpJGYL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcDKKpJGYL .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-vcDKKpJGYL .content-wrap .card {
  justify-content: space-between;
}
.cid-vcDKKpJGYL .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vcDKKpJGYL .content-wrapper {
    padding: 0;
  }
}
.cid-vcDKKpJGYL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcDKKpJGYL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-vcDKKpJGYL .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-vcDKKpJGYL .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-vcDKKpJGYL .mbr-desc,
.cid-vcDKKpJGYL .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcDGlBoYzG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #353535;
}
.cid-vcDGlBoYzG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-vcDGlBoYzG .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-vcDGlBoYzG .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
}
.cid-vcDGlBoYzG .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-vcDGlBoYzG .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-vcDGlBoYzG .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-vcDGlBoYzG .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vcDGlBoYzG .mbr-section-title {
    text-align: center;
  }
}
.cid-vcDGlBoYzG .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vcDGlBoYzG .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-vcDGlBoYzG .item-card {
  height: 100%;
}
.cid-vcDGlBoYzG .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.85);
}
@media (max-width: 767px) {
  .cid-vcDGlBoYzG .item-wrap {
    padding: 50px 20px;
  }
}
.cid-vcDGlBoYzG .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  border-radius: 10px;
  overflow: hidden;
  height: 120px;
}
.cid-vcDGlBoYzG .item-img img {
  width: 75%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-vcDGlBoYzG .card-box {
  padding-top: 28px;
}
.cid-vcDGlBoYzG .card-title {
  color: #003d56;
  margin-bottom: 9px;
}
.cid-vcDGlBoYzG .card-subtitle {
  color: #003d56;
  margin-bottom: 15px;
}
.cid-vcDGlBoYzG .card-text {
  color: #000000;
  margin-bottom: 20px;
}
.cid-vcDGlBoYzG .card-contacts {
  color: #000000;
}
.cid-vcDGlBoYzG .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-vcDGlBoYzG .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #9fe870;
  transition: 0.4s all;
}
.cid-vcDGlBoYzG .card-contacts a:hover {
  color: #9fe870 !important;
}
.cid-vcDGlBoYzG .card-contacts a:hover:before {
  width: 100%;
}
.cid-vcDGlBoYzG .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-vcDGlBoYzG .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-vcDGlBoYzG .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-vcDGlBoYzG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25));
  transition: 0.4s all;
}
.cid-vcDGlBoYzG .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-vcDGlBoYzG .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #006e9b;
}
.cid-vcDGlBoYzG .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vcDGlBoYzG .soc-item:hover .mbr-iconfont {
  color: #9fe870;
}
.cid-vcDGlBoYzG .soc-item:hover:before {
  opacity: 1;
}
.cid-vcDGlBoYzG .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-vcDGlBoYzG .form-main-container {
    padding-right: 20px;
  }
}
.cid-vcDGlBoYzG .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 575px) {
  .cid-vcDGlBoYzG .form-wrap {
    padding: 20px;
  }
}
.cid-vcDGlBoYzG form {
  width: 100%;
}
.cid-vcDGlBoYzG form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-vcDGlBoYzG form p {
  color: #878e99;
}
.cid-vcDGlBoYzG form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-vcDGlBoYzG form .mbr-section-btn .btn {
  width: 100%;
}
.cid-vcDGlBoYzG form .form-group {
  margin-bottom: 20px !important;
}
.cid-vcDGlBoYzG form .form-control {
  background-color: #ffffff;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #0086bd !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #003d56;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-vcDGlBoYzG form .form-control::-webkit-input-placeholder {
  color: #003d56;
}
.cid-vcDGlBoYzG form .form-control::-moz-placeholder {
  color: #003d56;
}
.cid-vcDGlBoYzG form .form-control:-moz-placeholder {
  color: #003d56;
}
.cid-vcDGlBoYzG form .form-control:-ms-input-placeholder {
  color: #003d56;
}
.cid-vcDGlBoYzG form select {
  color: #878e99 !important;
}
.cid-vcDGlBoYzG form textarea {
  height: 216px !important;
  resize: none;
}
.cid-vcDGlBoYzG form input:active,
.cid-vcDGlBoYzG form textarea:active,
.cid-vcDGlBoYzG form input:focus,
.cid-vcDGlBoYzG form textarea:focus {
  border-color: #9fe870 !important;
  box-shadow: none !important;
  color: #003d56 !important;
  outline: none !important;
}
.cid-vcDGlBoYzG form input:active::-webkit-input-placeholder,
.cid-vcDGlBoYzG form textarea:active::-webkit-input-placeholder,
.cid-vcDGlBoYzG form input:focus::-webkit-input-placeholder,
.cid-vcDGlBoYzG form textarea:focus::-webkit-input-placeholder {
  color: #003d56;
}
.cid-vcDGlBoYzG form input:active::-moz-placeholder,
.cid-vcDGlBoYzG form textarea:active::-moz-placeholder,
.cid-vcDGlBoYzG form input:focus::-moz-placeholder,
.cid-vcDGlBoYzG form textarea:focus::-moz-placeholder {
  color: #003d56;
}
.cid-vcDGlBoYzG form input:active:-moz-placeholder,
.cid-vcDGlBoYzG form textarea:active:-moz-placeholder,
.cid-vcDGlBoYzG form input:focus:-moz-placeholder,
.cid-vcDGlBoYzG form textarea:focus:-moz-placeholder {
  color: #003d56;
}
.cid-vcDGlBoYzG form input:active:-ms-input-placeholder,
.cid-vcDGlBoYzG form textarea:active:-ms-input-placeholder,
.cid-vcDGlBoYzG form input:focus:-ms-input-placeholder,
.cid-vcDGlBoYzG form textarea:focus:-ms-input-placeholder {
  color: #003d56;
}
.cid-vcDGlBoYzG form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-vcDGlBoYzG form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-vcDGlBoYzG form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-vcDGlBoYzG form .form-control-label {
  width: 100%;
}
.cid-vcDGlBoYzG form .form-check-label {
  margin-bottom: 14px;
}
.cid-vcDGlBoYzG form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-vcDGlBoYzG form .form-check-input:focus,
.cid-vcDGlBoYzG form .form-check-input:hover {
  border-color: #9fe870 !important;
}
.cid-vcDGlBoYzG form .form-check-input:checked {
  border-color: #9fe870 !important;
  background-color: #191b1e !important;
}
.cid-vcDGlBoYzG form label,
.cid-vcDGlBoYzG form .form-control-label {
  color: #003d56;
}
.cid-vcDGlBoYzG LABEL {
  color: #000000;
}
.cid-vcDGlBoYzG .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 100%;
  transition: 0.4s all;
  max-height: 100%;
}
.cid-vcDGlBoYzG .shadow {
  text-shadow: 2px 2px 5px black;
}
.cid-vcDGlBoYzG .mbr-section-btn,
.cid-vcDGlBoYzG .custom-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cid-vcDGlBoYzG .mbr-section-btn .btn,
.cid-vcDGlBoYzG .custom-section-btn .btn {
  width: auto;
  min-width: 150px;
  padding: 10px 40px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) {
  .cid-vcDGlBoYzG .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vcDKKTuFpm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #96bdff;
}
.cid-vcDKKTuFpm .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-vcDKKTuFpm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcDKKTuFpm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcDKKTuFpm .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-vcDKKTuFpm .content-wrap .card {
  justify-content: space-between;
}
.cid-vcDKKTuFpm .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vcDKKTuFpm .content-wrapper {
    padding: 0;
  }
}
.cid-vcDKKTuFpm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcDKKTuFpm .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-vcDKKTuFpm .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-vcDKKTuFpm .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-vcDKKTuFpm .mbr-desc,
.cid-vcDKKTuFpm .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcDGASO0Sh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #006e9b;
}
.cid-vcDGASO0Sh .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-vcDGASO0Sh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcDGASO0Sh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcDGASO0Sh .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-vcDGASO0Sh .content-wrap .card {
  justify-content: space-between;
}
.cid-vcDGASO0Sh .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vcDGASO0Sh .content-wrapper {
    padding: 0;
  }
}
.cid-vcDGASO0Sh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcDGASO0Sh .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-vcDGASO0Sh .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-vcDGASO0Sh .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-vcDGASO0Sh .mbr-desc,
.cid-vcDGASO0Sh .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcDGNqwCwb {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vcDGNqwCwb H3 {
  text-align: left;
}
.cid-vcDGNqwCwb P {
  color: #303030;
}
.cid-vcDGmk3Bbs.popup-builder {
  background-color: #ffffff;
}
.cid-vcDGmk3Bbs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vcDGmk3Bbs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vcDGmk3Bbs .modal-content,
.cid-vcDGmk3Bbs .modal-dialog {
  height: auto;
}
.cid-vcDGmk3Bbs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vcDGmk3Bbs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vcDGmk3Bbs .form-wrapper .mbr-form .form-group,
  .cid-vcDGmk3Bbs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vcDGmk3Bbs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vcDGmk3Bbs .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-vcDGmk3Bbs .mbr-text {
  text-align: left;
}
.cid-vcDGmk3Bbs .pt-0 {
  padding-top: 0 !important;
}
.cid-vcDGmk3Bbs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vcDGmk3Bbs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vcDGmk3Bbs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vcDGmk3Bbs .modal-open {
  overflow: hidden;
}
.cid-vcDGmk3Bbs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vcDGmk3Bbs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vcDGmk3Bbs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vcDGmk3Bbs .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-vcDGmk3Bbs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vcDGmk3Bbs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vcDGmk3Bbs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vcDGmk3Bbs .modal-content {
  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-vcDGmk3Bbs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vcDGmk3Bbs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vcDGmk3Bbs .modal-backdrop.fade {
  opacity: 0;
}
.cid-vcDGmk3Bbs .modal-backdrop.show {
  opacity: .5;
}
.cid-vcDGmk3Bbs .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-vcDGmk3Bbs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcDGmk3Bbs .modal-header {
    padding: 1rem;
  }
}
.cid-vcDGmk3Bbs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vcDGmk3Bbs .modal-header .close svg {
  fill: #353535;
}
.cid-vcDGmk3Bbs .modal-header .close:hover {
  opacity: 1;
}
.cid-vcDGmk3Bbs .modal-header .close:focus {
  outline: none;
}
.cid-vcDGmk3Bbs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vcDGmk3Bbs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vcDGmk3Bbs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcDGmk3Bbs .modal-body {
    padding: 1rem;
  }
}
.cid-vcDGmk3Bbs .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-vcDGmk3Bbs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcDGmk3Bbs .modal-footer {
    padding: 1rem;
  }
}
.cid-vcDGmk3Bbs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vcDGmk3Bbs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vcDGmk3Bbs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vcDGmk3Bbs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vcDGmk3Bbs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vcDGmk3Bbs .modal-lg,
  .cid-vcDGmk3Bbs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vcDGmk3Bbs .modal-xl {
    max-width: 1140px;
  }
}
.cid-vcDGmk3Bbs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vcDGmk3Bbs .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-vcDGmk3Bbs .form-group {
  margin-bottom: 1rem;
}
.cid-vcDGmk3Bbs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vcDGmk3Bbs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vcDGmk3Bbs .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-vcDGmk3Bbs .mbr-section-btn {
  margin: 0;
}
.cid-vcDGmk3Bbs .mbr-section-btn .btn {
  margin: 0;
}
.cid-vcDGDngFBs {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #006e9b;
  overflow: hidden;
}
.cid-vcDGDngFBs .media-container-row .mbr-text {
  color: #ffffff;
}
