.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #edeff3;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 6.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 3.9rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.875rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7fb069 !important;
}
.bg-success {
  background-color: #24c279 !important;
}
.bg-info {
  background-color: #0cb8da !important;
}
.bg-warning {
  background-color: #e6ad00 !important;
}
.bg-danger {
  background-color: #c42231 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7fb069 !important;
  border-color: #7fb069 !important;
  color: #0b1109 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #7fb069 !important;
  border-color: #7fb069 !important;
  box-shadow: 0 0 33px 0 #7fb069;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #0b1109 !important;
  background-color: #9cc28a !important;
  border-color: #9cc28a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ecc84d !important;
  border-color: #ecc84d !important;
  color: #342a06 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ecc84d !important;
  border-color: #ecc84d !important;
  box-shadow: 0 0 33px 0 #ecc84d;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #342a06 !important;
  background-color: #f1d67b !important;
  border-color: #f1d67b !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cb8da !important;
  border-color: #0cb8da !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0cb8da !important;
  border-color: #0cb8da !important;
  box-shadow: 0 0 33px 0 #0cb8da;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #26d1f3 !important;
  border-color: #26d1f3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #24c279 !important;
  border-color: #24c279 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #24c279 !important;
  border-color: #24c279 !important;
  box-shadow: 0 0 33px 0 #24c279;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #3edb92 !important;
  border-color: #3edb92 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e6ad00 !important;
  border-color: #e6ad00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e6ad00 !important;
  border-color: #e6ad00 !important;
  box-shadow: 0 0 33px 0 #e6ad00;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffc61a !important;
  border-color: #ffc61a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c42231 !important;
  border-color: #c42231 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c42231 !important;
  border-color: #c42231 !important;
  box-shadow: 0 0 33px 0 #c42231;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd3c4b !important;
  border-color: #dd3c4b !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: #eff0ec !important;
  border-color: #eff0ec !important;
  box-shadow: 0 0 33px 0 #eff0ec;
}
.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: #232323 !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.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: #7fb069;
  color: #7fb069;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7fb069 !important;
  background-color: transparent !important;
  border-color: #7fb069 !important;
  box-shadow: 0 0 33px 0 #7fb069;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fb069 !important;
  border-color: #7fb069 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ecc84d;
  color: #ecc84d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ecc84d !important;
  background-color: transparent !important;
  border-color: #ecc84d !important;
  box-shadow: 0 0 33px 0 #ecc84d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ecc84d !important;
  border-color: #ecc84d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cb8da;
  color: #0cb8da;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0cb8da !important;
  background-color: transparent !important;
  border-color: #0cb8da !important;
  box-shadow: 0 0 33px 0 #0cb8da;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cb8da !important;
  border-color: #0cb8da !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #24c279;
  color: #24c279;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #24c279 !important;
  background-color: transparent !important;
  border-color: #24c279 !important;
  box-shadow: 0 0 33px 0 #24c279;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #24c279 !important;
  border-color: #24c279 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e6ad00;
  color: #e6ad00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e6ad00 !important;
  background-color: transparent !important;
  border-color: #e6ad00 !important;
  box-shadow: 0 0 33px 0 #e6ad00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e6ad00 !important;
  border-color: #e6ad00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c42231;
  color: #c42231;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c42231 !important;
  background-color: transparent !important;
  border-color: #c42231 !important;
  box-shadow: 0 0 33px 0 #c42231;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c42231 !important;
  border-color: #c42231 !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: #232323 !important;
  background-color: transparent !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.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: #fafafa !important;
  background-color: transparent !important;
  border-color: #fafafa !important;
  box-shadow: 0 0 33px 0 #fafafa;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #7fb069 !important;
}
.text-secondary {
  color: #ecc84d !important;
}
.text-success {
  color: #24c279 !important;
}
.text-info {
  color: #0cb8da !important;
}
.text-warning {
  color: #e6ad00 !important;
}
.text-danger {
  color: #c42231 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4f753e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bf9814 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #146c43 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #076679 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #806000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6d131b !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: #7fb069;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cb8da;
}
.alert-warning {
  background-color: #e6ad00;
}
.alert-danger {
  background-color: #c42231;
}
.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: #7fb069;
  border-color: #7fb069;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7fb069;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c6dcbd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7ee7b7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b7f0fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffecb3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e87d87;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #7fb069 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #7fb069;
}
/* 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: #7fb069;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7fb069;
}
.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: #7fb069;
  border-bottom-color: #7fb069;
}
.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: #7fb069 !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: #ecc84d !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='%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-item .btn {
  padding: 10px 44px;
  border-radius: 10px !important;
}
.item-wrap {
  border-radius: 10px !important;
}
ul.navbar-nav {
  border-radius: 10px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.form-wrapper {
  border-radius: 20px !important;
}
.cid-vpVizN5bOJ .navbar-dropdown {
  position: relative !important;
}
.cid-vpVizN5bOJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpVizN5bOJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpVizN5bOJ .dropdown-item {
  border: none;
  background: #121d38 !important;
  color: #ffffff !important;
}
.cid-vpVizN5bOJ .dropdown-item:hover,
.cid-vpVizN5bOJ .dropdown-item:focus {
  background: #121d38 !important;
  color: #ffffff !important;
}
.cid-vpVizN5bOJ .dropdown-item:hover span {
  color: white;
}
.cid-vpVizN5bOJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpVizN5bOJ .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpVizN5bOJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpVizN5bOJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpVizN5bOJ .nav-link {
  position: relative;
}
.cid-vpVizN5bOJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vpVizN5bOJ .container {
    flex-wrap: nowrap;
  }
}
.cid-vpVizN5bOJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vpVizN5bOJ .iconfont-wrapper:hover {
  color: #b0e298 !important;
}
.cid-vpVizN5bOJ .dropdown-menu,
.cid-vpVizN5bOJ .navbar.opened {
  background: #091125 !important;
}
.cid-vpVizN5bOJ .nav-item:focus,
.cid-vpVizN5bOJ .nav-link:focus {
  outline: none;
}
.cid-vpVizN5bOJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpVizN5bOJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vpVizN5bOJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpVizN5bOJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpVizN5bOJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpVizN5bOJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpVizN5bOJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #091125;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vpVizN5bOJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vpVizN5bOJ .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-vpVizN5bOJ .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vpVizN5bOJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpVizN5bOJ .navbar.collapsed {
  justify-content: center;
}
.cid-vpVizN5bOJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpVizN5bOJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpVizN5bOJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpVizN5bOJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpVizN5bOJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpVizN5bOJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vpVizN5bOJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpVizN5bOJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpVizN5bOJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpVizN5bOJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpVizN5bOJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpVizN5bOJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpVizN5bOJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpVizN5bOJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vpVizN5bOJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpVizN5bOJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpVizN5bOJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpVizN5bOJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vpVizN5bOJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpVizN5bOJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpVizN5bOJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-vpVizN5bOJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vpVizN5bOJ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vpVizN5bOJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vpVizN5bOJ .navbar-brand .navbar-caption:hover,
.cid-vpVizN5bOJ .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vpVizN5bOJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpVizN5bOJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vpVizN5bOJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #b0e298 !important;
}
.cid-vpVizN5bOJ .dropdown-item.active,
.cid-vpVizN5bOJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vpVizN5bOJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpVizN5bOJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpVizN5bOJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpVizN5bOJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #091125;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-vpVizN5bOJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vpVizN5bOJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vpVizN5bOJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpVizN5bOJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vpVizN5bOJ ul.navbar-nav {
    padding: 0;
    background-color: #121d38;
    border: none;
  }
}
.cid-vpVizN5bOJ .navbar-buttons {
  text-align: center;
}
.cid-vpVizN5bOJ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-vpVizN5bOJ .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vpVizN5bOJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vpVizN5bOJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #091125 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vpVizN5bOJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vpVizN5bOJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vpVizN5bOJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vpVizN5bOJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vpVizN5bOJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vpVizN5bOJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpVizN5bOJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpVizN5bOJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpVizN5bOJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpVizN5bOJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vpVizN5bOJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpVizN5bOJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpVizN5bOJ .navbar {
    height: 70px;
  }
  .cid-vpVizN5bOJ .navbar.opened {
    height: auto;
  }
  .cid-vpVizN5bOJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpVizN5bOJ .navbar-nav {
  margin: 0 auto;
}
.cid-vpVizN5bOJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vpVizN5bOJ .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vpVizN5bOJ .nav-item .nav-link::after {
  color: #b0e298 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vpVizN5bOJ .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #b0e298 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-vpVizN5bOJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vpVizN5bOJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vpVizN5bOJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vpVizN5bOJ .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vpVizN5bOJ .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vpVizN5bOJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-vpVizN5bOJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vpVizN5bOJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vpVizN5bOJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vpVizN5bOJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vpVizN5bOJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vpVizN5bOJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vpVizN5bOJ .content-wrap {
  min-height: 90px;
}
.cid-vpVizN5bOJ .navbar-caption {
  color: #FFFFFF;
}
.cid-vpVizN8pef {
  background-image: url("../../assets/images/photo-1445019980597-93fa8acb246c.jpeg");
  position: relative;
}
.cid-vpVizN8pef::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#091125 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-vpVizN8pef .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizN8pef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpVizN8pef .row {
  justify-content: center;
}
.cid-vpVizN8pef .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vpVizN8pef .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #7b8bb5, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vpVizN8pef .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vpVizN8pef .mbr-section-title {
  color: #ffffff;
}
.cid-vpVizN8pef .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-vpVizN8pef .mbr-section-title,
.cid-vpVizN8pef .mbr-section-btn {
  text-align: center;
}
.cid-vpVizN87E5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e5796;
  background-image: linear-gradient(135deg, #091125 10%, #3e5796 80%, #ffffff 130%);
}
.cid-vpVizN87E5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizN87E5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpVizN87E5 .row {
  justify-content: center;
}
.cid-vpVizN87E5 .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-vpVizN87E5 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-vpVizN87E5 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vpVizN87E5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpVizN87E5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpVizN87E5 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-vpVizN87E5 .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-vpVizN87E5 .mbr-section-title {
  color: #ffffff;
}
.cid-vpVizN87E5 .mbr-text,
.cid-vpVizN87E5 .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-vpVizN87E5 .mbr-section-title,
.cid-vpVizN87E5 .mbr-section-btn,
.cid-vpVizN87E5 .logo-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-vpVizN94VS {
  background-image: url("../../assets/images/photo-1506059612708-99d6c258160e.jpeg");
}
.cid-vpVizN94VS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizN94VS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpVizN94VS .content-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-vpVizN94VS .content-wrap {
    height: 350px;
  }
}
.cid-vpVizN9wCo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #091125;
}
.cid-vpVizN9wCo .item:focus,
.cid-vpVizN9wCo span:focus {
  outline: none;
}
.cid-vpVizN9wCo .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vpVizN9wCo .item {
  background-image: linear-gradient(90deg, #b0e298 -10%, #7b8bb5 60%, #fffb7e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vpVizN9wCo .item {
    min-height: 45px;
  }
}
.cid-vpVizN9rUg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #091125;
}
.cid-vpVizN9rUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizN9rUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpVizN9rUg .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vpVizN9rUg .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vpVizN9rUg .items-wrapper {
  margin: 0 -10px;
}
.cid-vpVizN9rUg .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vpVizN9rUg .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vpVizN9rUg .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vpVizN9rUg .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.cid-vpVizN9rUg .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-vpVizN9rUg .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-vpVizN9rUg .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vpVizN9rUg .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-vpVizN9rUg .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease;
}
.cid-vpVizN9rUg .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-vpVizN9rUg .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-vpVizN9rUg .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vpVizN9rUg .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #7b8bb5, #121d38 50%);
}
.cid-vpVizN9rUg .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #fffb7e, #121d38 50%);
}
.cid-vpVizN9rUg .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #b0e298, #121d38 50%);
}
.cid-vpVizN9rUg .mbr-section-title,
.cid-vpVizN9rUg .title-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-vpVizN9rUg .item-title {
  color: #ffffff;
}
.cid-vpVizN9rUg .item-text {
  color: #FFFFFF;
}
.cid-vpVizN9rUg .item-title,
.cid-vpVizN9rUg .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vpVizN9p35 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #091125;
}
.cid-vpVizN9p35 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizN9p35 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpVizN9p35 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vpVizN9p35 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vpVizN9p35 .items-wrapper .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vpVizN9p35 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vpVizN9p35 .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
  background-image: radial-gradient(circle farthest-corner at 10% 0%, #fffb7e, #7b8bb5 50%);
}
@media (max-width: 992px) {
  .cid-vpVizN9p35 .items-wrapper .item .item-wrapper {
    padding: 16px;
    display: block;
  }
}
.cid-vpVizN9p35 .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vpVizN9p35 .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vpVizN9p35 .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vpVizN9p35 .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vpVizN9p35 .items-wrapper .item .item-wrapper .card-box {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-vpVizN9p35 .items-wrapper .item .item-wrapper .card-box {
    width: 100%;
  }
}
.cid-vpVizN9p35 .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 22px;
}
.cid-vpVizN9p35 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.cid-vpVizN9p35 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
}
.cid-vpVizN9p35 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vpVizN9p35 .mbr-section-title,
.cid-vpVizN9p35 .title-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-vpVizN9p35 .item-price {
  color: #000000;
}
.cid-vpVizN9p35 .item-title {
  color: #ffffff;
}
.cid-vpVizN9p35 .item-text {
  color: #000000;
}
.cid-vpVizN9p35 .item-title,
.cid-vpVizN9p35 .mbr-section-btn {
  color: #000000;
}
.cid-vpVizN9Al6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #091125;
}
.cid-vpVizN9Al6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizN9Al6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpVizN9Al6 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vpVizN9Al6 .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vpVizN9Al6 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vpVizN9Al6 .title-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vpVizN9Al6 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vpVizN9Al6 .items-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cid-vpVizN9Al6 .items-wrapper .item:hover .item-wrapper,
.cid-vpVizN9Al6 .items-wrapper .item:focus .item-wrapper {
  background-color: #3e5796;
}
.cid-vpVizN9Al6 .items-wrapper .item:hover .item-wrapper .card-box .item-number,
.cid-vpVizN9Al6 .items-wrapper .item:focus .item-wrapper .card-box .item-number {
  color: #ffffff;
}
.cid-vpVizN9Al6 .items-wrapper .item:hover .item-wrapper .card-box .item-text,
.cid-vpVizN9Al6 .items-wrapper .item:focus .item-wrapper .card-box .item-text {
  color: #ffffff;
}
.cid-vpVizN9Al6 .items-wrapper .item:hover .item-wrapper .content-wrap .item-wrap,
.cid-vpVizN9Al6 .items-wrapper .item:focus .item-wrapper .content-wrap .item-wrap {
  background-color: #121d38;
}
.cid-vpVizN9Al6 .items-wrapper .item:hover .item-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont,
.cid-vpVizN9Al6 .items-wrapper .item:focus .item-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-vpVizN9Al6 .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background-color: #121d38;
  border: 1px solid #3e5796;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vpVizN9Al6 .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-vpVizN9Al6 .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 16px;
}
.cid-vpVizN9Al6 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vpVizN9Al6 .items-wrapper .item .item-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vpVizN9Al6 .items-wrapper .item .item-wrapper .content-wrap {
    margin-top: 22px;
  }
}
.cid-vpVizN9Al6 .items-wrapper .item .item-wrapper .content-wrap .item-wrap {
  position: relative;
  margin: 0 16px 0 0;
  background-color: #3e5796;
  padding: 2px 8px;
}
.cid-vpVizN9Al6 .items-wrapper .item .item-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  opacity: 0.5;
}
.cid-vpVizN9Al6 .mbr-section-title {
  color: #FFFFFF;
}
.cid-vpVizN9Al6 .mbr-text {
  color: #FFFFFF;
}
.cid-vpVizN9Al6 .item-number {
  color: #FFFFFF;
}
.cid-vpVizN9Al6 .item-text {
  color: #FFFFFF;
}
.cid-vpVizN9Al6 .item-wrap {
  color: #FFFFFF;
}
.cid-vpVizNaTgC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #091125;
}
.cid-vpVizNaTgC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizNaTgC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpVizNaTgC .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vpVizNaTgC .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vpVizNaTgC .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vpVizNaTgC .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vpVizNaTgC .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-vpVizNaTgC .mbr-section-title {
  color: #ffffff;
}
.cid-vpVizNaTgC .mbr-section-title,
.cid-vpVizNaTgC .title-wrapper {
  color: #FFFFFF;
}
.cid-vpVizNadkc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #091125;
}
.cid-vpVizNadkc .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vpVizNadkc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-vpVizNadkc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vpVizNadkc .embla__slide .slide-content {
  width: 100%;
}
.cid-vpVizNadkc .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  filter: invert(1);
}
.cid-vpVizNadkc .embla__button--next,
.cid-vpVizNadkc .embla__button--prev {
  display: flex;
}
.cid-vpVizNadkc .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0047ff !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-vpVizNadkc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vpVizNadkc .embla__button:hover {
  box-shadow: 0 0 33px 0 #0047ff;
}
.cid-vpVizNadkc .embla__button.embla__button--prev {
  left: 0;
}
.cid-vpVizNadkc .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vpVizNadkc .embla__button.embla__button--next {
  right: 0;
}
.cid-vpVizNadkc .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vpVizNadkc .embla {
  position: relative;
  width: 100%;
}
.cid-vpVizNadkc .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-vpVizNadkc .embla::before {
    display: none;
  }
}
.cid-vpVizNadkc .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-vpVizNadkc .embla::after {
    display: none;
  }
}
.cid-vpVizNadkc .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vpVizNadkc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vpVizNadkc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vpVizNadkc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vpVizNadkc .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-vpVizNaxIz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e5796;
  background-image: linear-gradient(100deg, #7b8bb5 10%, #3e5796 50%, #091125 110%);
}
.cid-vpVizNaxIz .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vpVizNaxIz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 405px;
  max-width: 405px;
}
@media (max-width: 767px) {
  .cid-vpVizNaxIz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vpVizNaxIz .embla__slide .slide-content {
  width: 100%;
}
.cid-vpVizNaxIz .embla__slide .slide-content .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #121d38;
  height: 100%;
  overflow: hidden;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-vpVizNaxIz .embla__slide .slide-content .item-wrapper {
    padding: 16px;
  }
}
.cid-vpVizNaxIz .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: -9rem;
  right: -3rem;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #fffb7e 0%, transparent 40%);
  width: 200px;
  height: 200px;
  pointer-events: none;
}
.cid-vpVizNaxIz .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-vpVizNaxIz .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper {
  margin-bottom: 16px;
}
.cid-vpVizNaxIz .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 55px;
  background-image: linear-gradient(#7b8bb5, transparent 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vpVizNaxIz .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vpVizNaxIz .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 22px;
  }
}
.cid-vpVizNaxIz .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vpVizNaxIz .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-vpVizNaxIz .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
  margin-right: 14px;
}
@media (max-width: 992px) {
  .cid-vpVizNaxIz .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.cid-vpVizNaxIz .embla__slide .slide-content .item-wrapper .item-img .image-wrap img {
  width: 55px;
  height: 55px;
  min-width: 55px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vpVizNaxIz .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vpVizNaxIz .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vpVizNaxIz .embla__button--next,
.cid-vpVizNaxIz .embla__button--prev {
  display: flex;
}
.cid-vpVizNaxIz .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #121d38 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-vpVizNaxIz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vpVizNaxIz .embla__button.embla__button--prev {
  right: 50px;
}
.cid-vpVizNaxIz .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vpVizNaxIz .embla__button.embla__button--next {
  right: 0;
}
.cid-vpVizNaxIz .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vpVizNaxIz .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
}
.cid-vpVizNaxIz .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vpVizNaxIz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vpVizNaxIz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vpVizNaxIz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vpVizNaxIz .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vpVizNaxIz .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-vpVizNaxIz .item-text {
  color: #FFFFFF;
}
.cid-vpVizNaxIz .item-name {
  color: #FFFFFF;
}
.cid-vpVizNaxIz .item-role {
  color: #FFFFFF;
}
.cid-vpVizNaBPE {
  background-color: #b0e298;
  background-image: linear-gradient(125deg, #091125 45%, #b0e298 120%);
}
.cid-vpVizNaBPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizNaBPE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpVizNaBPE .row {
  position: relative;
  justify-content: center;
  padding-top: 220px;
  padding-bottom: 220px;
}
.cid-vpVizNaBPE .row .image-wrapper {
  position: absolute;
  height: 190px;
  width: 285px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vpVizNaBPE .row .image-wrapper {
    position: static;
    margin-top: 16px;
    width: 100%;
    padding: 0 16px;
  }
  .cid-vpVizNaBPE .row .image-wrapper:first-child {
    margin-top: 22px;
  }
}
.cid-vpVizNaBPE .row .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-vpVizNaBPE .row .image_1 {
  top: 0;
  left: 0;
}
.cid-vpVizNaBPE .row .image_2 {
  top: 0;
  right: 0;
}
.cid-vpVizNaBPE .row .image_3 {
  bottom: 0;
  left: 0;
}
.cid-vpVizNaBPE .row .image_4 {
  bottom: 0;
  right: 0;
}
.cid-vpVizNaBPE .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #b0e298 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vpVizNaBPE .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vpVizNaBPE .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-vpVizNaBPE .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpVizNaBPE .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpVizNaBPE .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vpVizNaBPE .mbr-label,
.cid-vpVizNaBPE .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vpVizNaBPE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vpVizNaBPE .mbr-text,
.cid-vpVizNaBPE .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-vpVizNaBPE .mbr-section-title,
.cid-vpVizNaBPE .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-vpVizNbtCE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #091125;
  background-image: radial-gradient(circle farthest-side at -20% 20%, #b0e298, #091125 30%);
}
@media (max-width: 768px) {
  .cid-vpVizNbtCE {
    background-image: radial-gradient(circle farthest-side at -20% 80%, #b0e298, #091125 30%);
  }
}
.cid-vpVizNbtCE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vpVizNbtCE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vpVizNbtCE .embla__slide .slide-content {
  width: 100%;
}
.cid-vpVizNbtCE .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vpVizNbtCE .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-vpVizNbtCE .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vpVizNbtCE .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-vpVizNbtCE .embla__slide .slide-content .item-wrapper .item-content .label-wrapper .item-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #b0e298 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vpVizNbtCE .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 22px;
}
.cid-vpVizNbtCE .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
.cid-vpVizNbtCE .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list {
  padding: 0;
  margin-bottom: 22px;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vpVizNbtCE .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list .item-wrap {
  position: relative;
  margin: 0 8px 8px 0;
  background-color: #3e5796;
  border: 1px solid #7b8bb5;
  padding: 2px 8px;
}
.cid-vpVizNbtCE .embla__slide .slide-content .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vpVizNbtCE .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vpVizNbtCE .embla__slide .slide-content .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpVizNbtCE .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vpVizNbtCE .embla__button--next,
.cid-vpVizNbtCE .embla__button--prev {
  display: flex;
}
.cid-vpVizNbtCE .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #091125 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-vpVizNbtCE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vpVizNbtCE .embla__button:hover {
  box-shadow: 0 0 33px 0 #091125;
}
.cid-vpVizNbtCE .embla__button.embla__button--prev {
  right: 50px;
}
.cid-vpVizNbtCE .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vpVizNbtCE .embla__button.embla__button--next {
  right: 0;
}
.cid-vpVizNbtCE .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vpVizNbtCE .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vpVizNbtCE .embla {
    padding-bottom: 32px;
  }
}
.cid-vpVizNbtCE .embla::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #b0e298 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-vpVizNbtCE .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vpVizNbtCE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vpVizNbtCE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vpVizNbtCE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vpVizNbtCE .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vpVizNbtCE .item-label {
  color: #0047ff;
}
.cid-vpVizNbtCE .item-title {
  color: #ffffff;
}
.cid-vpVizNbtCE .item-text {
  color: #FFFFFF;
}
.cid-vpVizNbtCE .list {
  color: #ffffff;
}
.cid-vpVizNbtCE .item-title,
.cid-vpVizNbtCE .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vpVizNbtCE .list,
.cid-vpVizNbtCE .item-wrap,
.cid-vpVizNbtCE .tabs-wrapper {
  color: #FFFFFF;
}
.cid-vpVizNbk4z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.cid-vpVizNbk4z::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #091125 18%, transparent 90%, #091125 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vpVizNbk4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizNbk4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../assets/images/background1.jpg");
}
.cid-vpVizNbk4z .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-vpVizNbk4z .content-wrapper {
    margin-top: 0;
  }
}
.cid-vpVizNbk4z .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #7b8bb5, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vpVizNbk4z .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vpVizNbk4z .mbr-section-title {
  color: #ffffff;
}
.cid-vpVizNbk4z .mbr-text {
  color: #FFFFFF;
}
.cid-vpVizNb66J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7b8bb5;
  background-image: linear-gradient(100deg, #091125 10%, #7b8bb5 50%, #fffb7e 110%);
}
.cid-vpVizNb66J .item:focus,
.cid-vpVizNb66J span:focus {
  outline: none;
}
.cid-vpVizNb66J .item {
  cursor: pointer;
}
.cid-vpVizNb66J .grid-container {
  grid-row-gap: 20px;
}
.cid-vpVizNb66J .grid-container-1,
.cid-vpVizNb66J .grid-container-2 {
  gap: 0 20px;
}
.cid-vpVizNb66J .mbr-section-title {
  margin-bottom: 32px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpVizNb66J .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-vpVizNb66J .content-head {
  max-width: 800px;
}
.cid-vpVizNb66J .container,
.cid-vpVizNb66J .container-fluid {
  overflow: hidden;
}
.cid-vpVizNb66J .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vpVizNb66J .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vpVizNb66J .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpVizNb66J .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vpVizNb66J .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-vpVizNb66J .grid-container-1,
.cid-vpVizNb66J .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vpVizNb66J .grid-container-1 {
  align-items: flex-end;
}
.cid-vpVizNb66J .grid-container-2 {
  align-items: flex-start;
}
.cid-vpVizNbFFf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #091125;
  background-image: radial-gradient(circle farthest-side at 120% 20%, #fffb7e, #091125 30%);
}
.cid-vpVizNbFFf .title-wrapper {
  margin-bottom: 22px;
}
.cid-vpVizNbFFf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vpVizNbFFf .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #fffb7e 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vpVizNbFFf .mbr-section-btn {
  text-align: right;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vpVizNbFFf .mbr-section-btn {
    text-align: left;
  }
}
.cid-vpVizNbFFf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 390px;
  max-width: 390px;
}
@media (max-width: 767px) {
  .cid-vpVizNbFFf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vpVizNbFFf .embla__slide .slide-content {
  width: 100%;
}
.cid-vpVizNbFFf .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vpVizNbFFf .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-vpVizNbFFf .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-vpVizNbFFf .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-vpVizNbFFf .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .item-wrap {
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 2px 8px;
}
.cid-vpVizNbFFf .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vpVizNbFFf .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-vpVizNbFFf .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-vpVizNbFFf .embla__button--next,
.cid-vpVizNbFFf .embla__button--prev {
  display: flex;
}
.cid-vpVizNbFFf .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #091125 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-vpVizNbFFf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vpVizNbFFf .embla__button:hover {
  box-shadow: 0 0 33px 0 #091125;
}
.cid-vpVizNbFFf .embla__button.embla__button--prev {
  right: 50px;
}
.cid-vpVizNbFFf .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vpVizNbFFf .embla__button.embla__button--next {
  right: 0;
}
.cid-vpVizNbFFf .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vpVizNbFFf .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vpVizNbFFf .embla {
    padding-bottom: 32px;
  }
}
.cid-vpVizNbFFf .embla::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #fffb7e 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-vpVizNbFFf .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vpVizNbFFf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vpVizNbFFf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vpVizNbFFf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vpVizNbFFf .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vpVizNbFFf .mbr-section-title {
  color: #ffffff;
}
.cid-vpVizNbFFf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vpVizNbFFf .item-wrap {
  color: #ffffff;
}
.cid-vpVizNbFFf .item-title {
  color: #ffffff;
}
.cid-vpVizNbFFf .item-text {
  color: #FFFFFF;
}
.cid-vpVizNbFFf .mbr-section-title,
.cid-vpVizNbFFf .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vpVizNbFFf .item-wrap,
.cid-vpVizNbFFf .date-wrapper {
  color: #FFFFFF;
}
.cid-vpVizNcRaT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #091125;
}
.cid-vpVizNcRaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizNcRaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpVizNcRaT .card-wrapper {
  display: flex;
  background-color: #121d38;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vpVizNcRaT .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-vpVizNcRaT .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vpVizNcRaT .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #7b8bb5 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-vpVizNcRaT .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vpVizNcRaT .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vpVizNcRaT .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vpVizNcRaT .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vpVizNcRaT .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vpVizNcRaT .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vpVizNcRaT .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vpVizNcRaT .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-vpVizNcRaT .mbr-section-title {
  color: #ffffff;
}
.cid-vpVizNcRaT .mbr-text {
  color: #FFFFFF;
}
.cid-vpVizNcRaT .mbr-section-title,
.cid-vpVizNcRaT .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vpVizNcytG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #091125;
}
.cid-vpVizNcytG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizNcytG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpVizNcytG .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #121d38;
}
@media (max-width: 992px) {
  .cid-vpVizNcytG .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-vpVizNcytG .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vpVizNcytG .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-vpVizNcytG .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-vpVizNcytG .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-vpVizNcytG .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #ffffff;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vpVizNcytG .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-vpVizNcytG .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #ffffff, #b0e298 70%);
  transition: all 1s ease-in-out;
}
.cid-vpVizNcytG .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #ffffff, #b0e298 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-vpVizNcytG .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-vpVizNcytG .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vpVizNcytG .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-vpVizNcytG .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpVizNcytG .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-vpVizNcViP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #091125;
  background-image: linear-gradient(45deg, #7b8bb5 -20%, #091125 40%);
}
@media (max-width: 768px) {
  .cid-vpVizNcViP {
    background-image: linear-gradient(45deg, #7b8bb5 -60%, #091125 40%);
  }
}
.cid-vpVizNcViP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizNcViP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpVizNcViP .row {
  justify-content: space-between;
}
.cid-vpVizNcViP .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vpVizNcViP .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-vpVizNcViP .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vpVizNcViP .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-vpVizNcViP .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #121d38;
}
@media (max-width: 992px) {
  .cid-vpVizNcViP .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-vpVizNcViP .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vpVizNcViP .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-vpVizNcViP .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vpVizNcViP .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-vpVizNcViP .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-vpVizNcViP .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vpVizNcViP .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vpVizNcViP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vpVizNcViP .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #121d38;
}
.cid-vpVizNcViP .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vpVizNcViP .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vpVizNcViP .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-vpVizNcViP .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vpVizNcViP .mbr-section-title {
  color: #FFFFFF;
}
.cid-vpVizNcViP .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-vpVizNcViP .mbr-email {
  color: #FFFFFF;
  text-align: center;
}
.cid-vpVizNcViP .panel-title-edit {
  color: #FFFFFF;
}
.cid-vpVizNcViP .panel-text {
  color: #FFFFFF;
}
.cid-vpVizNcViP .mbr-desc,
.cid-vpVizNcViP .card-wrapper {
  color: #FFFFFF;
}
.cid-vpVizNcBPC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #091125;
  background-image: linear-gradient(#091125 80%, #7b8bb5 110%);
}
.cid-vpVizNcBPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizNcBPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpVizNcBPC .row {
  justify-content: center;
}
.cid-vpVizNcBPC .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vpVizNcBPC .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #7b8bb5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vpVizNcBPC .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-vpVizNcBPC .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vpVizNcBPC .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vpVizNcBPC .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vpVizNcBPC .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-vpVizNcBPC .mbr-section-title {
  color: #ffffff;
}
.cid-vpVizNcBPC .mbr-text {
  color: #FFFFFF;
}
.cid-vpVizNcBPC .mbr-desc {
  color: #FFFFFF;
}
.cid-vpVizNcXjQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #091125;
}
.cid-vpVizNcXjQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizNcXjQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpVizNcXjQ .row {
  justify-content: center;
}
.cid-vpVizNcXjQ .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #7b8bb5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vpVizNcXjQ .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vpVizNcXjQ .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vpVizNcXjQ .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vpVizNcXjQ .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #7b8bb5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vpVizNcXjQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpVizNcXjQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpVizNcXjQ .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vpVizNcXjQ .mbr-label,
.cid-vpVizNcXjQ .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vpVizNcXjQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vpVizNcXjQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vpVizNcXjQ .mbr-text,
.cid-vpVizNcXjQ .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-vpVizNcXjQ .mbr-section-title,
.cid-vpVizNcXjQ .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-vpVizNd8ia {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #091125;
  background-image: linear-gradient(#091125 70%, #b0e298 110%);
}
.cid-vpVizNd8ia .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizNd8ia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpVizNd8ia .row {
  justify-content: center;
}
.cid-vpVizNd8ia .card-wrapper {
  display: flex;
  background-color: #121d38;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vpVizNd8ia .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-vpVizNd8ia .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-vpVizNd8ia .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vpVizNd8ia .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vpVizNd8ia .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vpVizNd8ia .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #3e5796;
  padding: 6px 10px;
}
.cid-vpVizNd8ia .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-vpVizNd8ia .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vpVizNd8ia .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vpVizNd8ia .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-vpVizNd8ia .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-vpVizNd8ia .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vpVizNd8ia .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vpVizNd8ia .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vpVizNd8ia .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpVizNd8ia .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-vpVizNd8ia .item-wrap {
  color: #ffffff;
}
.cid-vpVizNd8ia .mbr-date {
  color: #FFFFFF;
}
.cid-vpVizNd8ia .mbr-section-title {
  color: #ffffff;
}
.cid-vpVizNd8ia .mbr-name {
  color: #ffffff;
}
.cid-vpVizNd8ia .item-wrap,
.cid-vpVizNd8ia .tag-wrapper {
  color: #FFFFFF;
}
.cid-vpVizNd8ia .mbr-section-title,
.cid-vpVizNd8ia .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vpVizNd8ia .mbr-name,
.cid-vpVizNd8ia .logo-wrapper {
  color: #FFFFFF;
}
.cid-vpVizNdqVL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #091125;
  background-image: linear-gradient(45deg, #b0e298 -20%, #091125 40%, #7b8bb5 200%);
}
@media (max-width: 768px) {
  .cid-vpVizNdqVL {
    background-image: linear-gradient(45deg, #b0e298 -60%, #091125 40%, #7b8bb5 200%);
  }
}
.cid-vpVizNdqVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizNdqVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpVizNdqVL .row {
  justify-content: space-between;
}
.cid-vpVizNdqVL .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vpVizNdqVL .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-vpVizNdqVL .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpVizNdqVL .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-vpVizNdqVL .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-vpVizNdqVL .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vpVizNdqVL .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-vpVizNdqVL .mbr-section-title {
  color: #ffffff;
}
.cid-vpVizNdqVL .item-title {
  color: #ffffff;
}
.cid-vpVizNdqVL .item-text {
  color: #FFFFFF;
}
.cid-vpVizNdqVL .mbr-section-title,
.cid-vpVizNdqVL .title-wrapper {
  color: #FFFFFF;
}
.cid-vpVizNdqVL .item-title,
.cid-vpVizNdqVL .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vpVizNdgFC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #091125;
}
.cid-vpVizNdgFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizNdgFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpVizNdgFC .google-map {
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vpVizNdgFC .google-map {
    margin-bottom: 32px;
  }
}
.cid-vpVizNdgFC .google-map::before {
  content: '';
  position: absolute;
  bottom: -56px;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #7b8bb5, #b0e298, transparent);
  height: 1px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vpVizNdgFC .google-map::before {
    bottom: -32px;
  }
}
.cid-vpVizNdgFC .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-vpVizNdgFC .google-map iframe {
    height: 350px;
  }
}
.cid-vpVizNdsCA {
  background-color: #091125;
  background-image: linear-gradient(125deg, #b0e298 -50%, #091125);
}
.cid-vpVizNdsCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizNdsCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpVizNdsCA .row {
  justify-content: center;
}
.cid-vpVizNdsCA .image-wrapper {
  position: relative;
}
.cid-vpVizNdsCA .image-wrapper .main-image img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpVizNdsCA .image-wrapper .main-image img {
    height: 350px;
  }
}
.cid-vpVizNdsCA .image-wrapper .logo-wrap img {
  position: absolute;
  top: -3rem;
  right: 8rem;
  transform: rotate(8deg);
  object-fit: cover;
  z-index: 1;
  height: 130px;
  width: 130px;
}
@media (max-width: 992px) {
  .cid-vpVizNdsCA .image-wrapper .logo-wrap img {
    position: static;
    transform: none;
    margin: 16px auto 0;
  }
}
.cid-vpVizNdsCA .image-wrapper .image-wrap img {
  position: absolute;
  top: 2rem;
  left: -4rem;
  transform: rotate(-8deg);
  object-fit: cover;
  z-index: 1;
  height: 170px;
  width: 230px;
}
@media (max-width: 992px) {
  .cid-vpVizNdsCA .image-wrapper .image-wrap img {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 16px;
    height: 350px;
  }
}
.cid-vpVizNdNTe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #091125;
}
.cid-vpVizNdNTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizNdNTe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpVizNdNTe .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vpVizNdNTe .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vpVizNdNTe .items-wrapper {
  margin: 0 -13px;
}
.cid-vpVizNdNTe .items-wrapper .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-vpVizNdNTe .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vpVizNdNTe .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vpVizNdNTe .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.cid-vpVizNdNTe .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-vpVizNdNTe .items-wrapper .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.cid-vpVizNdNTe .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-vpVizNdNTe .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-vpVizNdNTe .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vpVizNdNTe .items-wrapper .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vpVizNdNTe .items-wrapper .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.cid-vpVizNdNTe .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-vpVizNdNTe .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #b0e298, #121d38 85%);
}
.cid-vpVizNdNTe .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #fffb7e, #121d38 85%);
}
.cid-vpVizNdNTe .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #7b8bb5, #121d38 85%);
}
.cid-vpVizNdNTe .mbr-section-title,
.cid-vpVizNdNTe .title-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-vpVizNdNTe .item-title {
  color: #ffffff;
}
.cid-vpVizNdNTe .item-text {
  color: #FFFFFF;
}
.cid-vpVizNdNTe .item-title,
.cid-vpVizNdNTe .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vpVizNdYM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizNdYM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../assets/images/background1.jpg");
}
.cid-vpVizNdYM5 .content-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-vpVizNdYM5 .content-wrap {
    height: 350px;
  }
}
.cid-vpVizNdG0K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #091125;
}
.cid-vpVizNdG0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizNdG0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpVizNdG0K .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #ffffff -10%, #fffb7e 30%, #7b8bb5 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vpVizNdG0K .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-vpVizNdG0K .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vpVizNdG0K .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #fffb7e, #7b8bb5, transparent);
  height: 1px;
  width: 100%;
}
.cid-vpVizNdG0K .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-vpVizNdG0K .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vpVizNdG0K .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-vpVizNdG0K .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vpVizNdG0K .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #091125;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-vpVizNdG0K .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-vpVizNdG0K .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vpVizNdG0K .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #fffb7e 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vpVizNdG0K .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-vpVizNdG0K .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-vpVizNdG0K .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vpVizNdG0K .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #3e5796 !important;
  background-color: #121d38;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  color: #ffffff;
}
.cid-vpVizNdG0K .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vpVizNdG0K .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #fffb7e !important;
  box-shadow: none;
}
.cid-vpVizNdG0K .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vpVizNdG0K .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vpVizNdG0K .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vpVizNdG0K .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vpVizNdG0K .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-vpVizNdG0K .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpVizNdG0K .mbr-section-btn {
  text-align: right;
}
.cid-vpVizNdG0K .mbr-title {
  color: #000000;
}
.cid-vpVizNdG0K .mbr-text {
  color: #000000;
}
.cid-vpVizNdG0K label {
  color: #ffffff;
}
.cid-vpVizNedpR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #091125;
}
.cid-vpVizNedpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizNedpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpVizNedpR .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #fffb7e -30%, #7b8bb5 20%, #b0e298 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vpVizNedpR .card-wrapper {
    padding: 16px;
  }
}
.cid-vpVizNedpR .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vpVizNedpR .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vpVizNedpR .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-vpVizNedpR .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vpVizNedpR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vpVizNedpR .list {
  color: #ffffff;
  text-align: center;
}
.cid-vpVizNedpR .list,
.cid-vpVizNedpR .item-wrap,
.cid-vpVizNedpR .tabs-wrapper {
  color: #000000;
}
.cid-vpVizNedSe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #091125;
}
.cid-vpVizNedSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVizNedSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpVizNedSe .row {
  justify-content: center;
}
.cid-vpVizNedSe .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vpVizNedSe .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vpVizNedSe .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vpVizNedSe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vpVizNedSe .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vpVizNedSe .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vpVizNedSe .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vpVizNedSe .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vpVizNedSe .content-wrapper .social {
  margin-top: 22px;
}
.cid-vpVizNedSe .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-vpVizNedSe .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-vpVizNedSe .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vpVizNedSe .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vpVizNedSe .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vpVizNedSe .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-vpVizNedSe .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vpVizNedSe .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vpVizNedSe .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-vpVizNedSe .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #FFFFFF;
  text-align: center;
}
.cid-vpVizNedSe .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-vpVizNedSe .mbr-section-title {
  color: #ffffff;
}
.cid-vpVizNedSe .mbr-text {
  color: #ffffff;
}
.cid-vpVizNedSe .mbr-desc {
  color: #ffffff;
}
.cid-vpVizNedSe .list {
  color: #ffffff;
}

html,
body {
  overflow-x: hidden;
}

main {
  display: block;
}

.video-poster-frame,
.map-figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.video-poster-frame img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.local-map-frame,
.local-map-frame .map-figure,
.local-map-frame img {
  width: 100%;
  height: 700px;
}

.local-map-frame img {
  object-fit: cover;
  filter: saturate(0.75) contrast(1.05);
}

.map-caption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  max-width: 420px;
  margin: 0;
  padding: 20px 24px;
  color: #ffffff;
  background: rgba(9, 17, 37, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-details,
.footer-details a {
  color: #ffffff;
}

.footer-details p {
  margin-bottom: 12px;
  text-align: center;
}

.footer-details p:last-child {
  margin-bottom: 0;
}

.legal-main .content-wrapper,
.legal-main .card-wrapper {
  height: 100%;
}

.legal-main .policy-card {
  padding: 48px;
  background: #ffffff;
  border: 1px solid #d9dfeb;
}

.legal-main .policy-card p,
.legal-main .policy-card li {
  color: #232323;
}

.legal-main .policy-card ul {
  padding-left: 1.25rem;
}

.legal-main .policy-card .legal-note {
  margin-top: 32px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .local-map-frame,
  .local-map-frame .map-figure,
  .local-map-frame img {
    height: 350px;
  }

  .map-caption {
    right: 16px;
    bottom: 16px;
    left: 16px;
    max-width: none;
    padding: 16px;
  }

  .legal-main .policy-card {
    padding: 28px 20px;
  }
}
