.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #0f00ff !important;
}
.bg-info {
  background-color: #f92c50 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0f00ff !important;
  border-color: #0f00ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3f33ff !important;
  border-color: #3f33ff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3f33ff !important;
  border-color: #3f33ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0f00ff;
  color: #0f00ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0a00a8 !important;
  background-color: transparent !important;
  border-color: #0a00a8 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0f00ff !important;
  border-color: #0f00ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #0f00ff !important;
}
.text-info {
  color: #f92c50 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #090099 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ba0525 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f92c50;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cfccff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff2f5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-velWRASFnX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-velWRASFnX .mbr-fallback-image.disabled {
  display: none;
}
.cid-velWRASFnX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velWRASFnX .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-velWRASFnX .mbr-section-title {
  margin-bottom: 32px;
  color: #0a0a0a;
}
.cid-velWRASFnX .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-velWRASFnX .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-velWRASFnX .mbr-section-btn {
  margin-top: 24px;
}
.cid-velWRASFnX .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-velWRASFnX .image-wrapper {
    margin-top: 32px;
  }
}
.cid-velWRASFnX .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-velWRASFnX .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 -28px 0 #ffffff;
  transform: none;
}
.cid-velWRASFnX .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-velWRASFnX .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-velWRASFnX .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-velWRASFnX .image-wrapper .image-wrap img {
  height: 575px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-velWRASFnX .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-velWRASFnX .mbr-text {
  color: #0a0a0a;
}
.cid-velWRASFnX .mbr-section-title,
.cid-velWRASFnX .mbr-section-btn,
.cid-velWRASFnX .title-wrapper {
  text-align: center;
}
.cid-velWRASFnX .mbr-text,
.cid-velWRASFnX .text-wrapper {
  text-align: center;
}
.cid-vem23XxjX0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vem23XxjX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vem23XxjX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vem23XxjX0 .mbr-section-title {
  color: #000000;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 30px;
  text-align: left;
}
.cid-vem23XxjX0 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 26px;
}
.cid-veubBZg3E5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/border-2-2000x46.jpg");
}
.cid-veubBZg3E5 .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-veubBZg3E5 .mbr-section-title {
  letter-spacing: .1em;
  color: #ffffff;
}
.cid-veubBZg3E5 .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-veubBZg3E5 .mbr-media {
  height: 70px;
}
.cid-veubBZg3E5 .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-veubBZg3E5 .mbr-media span:hover {
  opacity: 0.7;
}
.cid-veubBZg3E5 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-veubBZg3E5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-veubBZg3E5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-veubBZg3E5 .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-veubBZg3E5 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-veubBZg3E5 a.close:hover {
  color: #ffffff;
}
.cid-veubBZg3E5 .mbr-text,
.cid-veubBZg3E5 .mbr-section-btn {
  color: #efefef;
  text-align: center;
}
.cid-veubBZg3E5 p {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 2rem;
}
.cid-vetA5LGeXj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edf7f7;
}
.cid-vetA5LGeXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetA5LGeXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetA5LGeXj .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 24px;
  text-shadow: 0px 0px 0px #000000;
}
.cid-vetA5LGeXj a:hover {
  text-decoration: underline;
}
.cid-vet5M0QKE2 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #edf7f7;
}
.cid-vet5M0QKE2 .card-img {
  background-color: #ffffff;
  border-radius: 20px;
}
.cid-vet5M0QKE2 .card-img img {
  width: 100%;
  border: 0px solid #000;
  object-fit: cover;
}
.cid-vet5M0QKE2 .card {
  padding: 8px !important;
  align-self: stretch;
}
.cid-vet5M0QKE2 .card-box {
  border-radius: 20px;
  padding: 0rem;
  background-color: #ffffff;
}
.cid-vet5M0QKE2 .mbr-figure img,
.cid-vet5M0QKE2 .card-img {
  width: 100%;
  padding: 0px;
}
.cid-vet5M0QKE2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vet5M0QKE2 p {
  text-align: left;
}
.cid-vet5M0QKE2 .mbr-text {
  color: #000000;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 300;
  line-height: 1.5;
}
.cid-vet5M0QKE2 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
  border-radius: 10px;
  border: 0px solid #ffffff;
}
.cid-vet5M0QKE2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s;
  border-radius: 10px;
  border: 0px solid #000000;
}
@media (min-width: 992px) {
  .cid-vet5M0QKE2 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-vet5M0QKE2 .mbr-figure img,
.cid-vet5M0QKE2 .card-img img {
  padding: 15px;
  border-radius: 10px;
}
.cid-vet5M0QKE2 .card-title {
  color: #000000;
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 1.5;
}
.cid-vet5M0QKE2 a:hover {
  text-decoration: underline;
}
.cid-vexLGOxnjY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edf7f7;
}
.cid-vexLGOxnjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vexLGOxnjY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vexLGOxnjY .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 24px;
  text-shadow: 0px 0px 0px #000000;
}
.cid-vexLGOxnjY a:hover {
  text-decoration: underline;
}
.cid-vexLGOxnjY .mbr-section-title {
  color: #000000;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 22px;
  text-shadow: 0px 0px 0px #000000;
}
.cid-veGaBcSQyT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edf7f7;
}
.cid-veGaBcSQyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGaBcSQyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGaBcSQyT .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 24px;
  text-shadow: 0px 0px 0px #000000;
}
.cid-veGaBcSQyT a:hover {
  text-decoration: underline;
}
.cid-veGaBcSQyT .mbr-section-title {
  color: #000000;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 28px;
  text-shadow: 0px 0px 0px #000000;
}
.cid-vexWrccKVN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edf7f7;
}
.cid-vexWrccKVN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vexWrccKVN form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vexWrccKVN form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vexWrccKVN form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vexWrccKVN .content-head {
  max-width: 800px;
}
.cid-vexWrccKVN .mbr-section-subtitle {
  text-align: center;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 20px;
}
.cid-vexWrccKVN .mbr-section-title {
  text-align: center;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 29px;
}
.cid-veDWeVOj12 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veDWeVOj12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veDWeVOj12 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veDWeVOj12 .mbr-section-subtitle {
  line-height: 1.6;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 28px;
}
.cid-veDWeVOj12 .mbr-section-title {
  color: #f92c50;
}
.cid-veEvt1hkYd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veEvt1hkYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEvt1hkYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEvt1hkYd .content-wrap {
  margin: 0 -25px;
}
.cid-veEvt1hkYd .content-wrap .item {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-veEvt1hkYd .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-veEvt1hkYd .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-veEvt1hkYd .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-veEvt1hkYd .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-veEvt1hkYd .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-veEvt1hkYd .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-veEvt1hkYd .mbr-label {
  color: #000000;
  line-height: 1.6;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 30px;
}
.cid-veEvt1hkYd .mbr-section-title {
  color: #000000;
  line-height: 1.5;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 24px;
}
.cid-veudxweffX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/border-2-2000x46.jpg");
}
.cid-veudxweffX .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-veudxweffX .mbr-section-title {
  letter-spacing: .1em;
  color: #ffffff;
}
.cid-veudxweffX .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-veudxweffX .mbr-media {
  height: 70px;
}
.cid-veudxweffX .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-veudxweffX .mbr-media span:hover {
  opacity: 0.7;
}
.cid-veudxweffX .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-veudxweffX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-veudxweffX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-veudxweffX .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-veudxweffX a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-veudxweffX a.close:hover {
  color: #ffffff;
}
.cid-veudxweffX .mbr-text,
.cid-veudxweffX .mbr-section-btn {
  color: #efefef;
  text-align: center;
}
.cid-veudxweffX p {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 2rem;
}
.cid-veseyuiV8t {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #46035e;
}
.cid-veseyuiV8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-veseyuiV8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veseyuiV8t .card-wrapper {
  box-shadow: 0px 0px 15px 6px #ff0000;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veseyuiV8t .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veseyuiV8t .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veseyuiV8t .card-wrapper {
    padding: 1rem 4rem;
  }
}
.cid-veseyuiV8t .mbr-text,
.cid-veseyuiV8t .mbr-section-btn {
  color: #000000;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 30px;
}
.cid-veseyuiV8t .card-title,
.cid-veseyuiV8t .card-box {
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 1.6;
}
.cid-veseyuiV8t .btn {
  padding: 10px 15px 10px 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 5px;
  font-size: 30px;
  text-shadow: 1px 1px 2px #000000;
}
.cid-veseyuiV8t a {
  text-shadow: 1px 1px 0px #000000;
}
.cid-verZcpAieS {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #46035e;
}
.cid-verZcpAieS .mbr-fallback-image.disabled {
  display: none;
}
.cid-verZcpAieS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-verZcpAieS .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-verZcpAieS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-verZcpAieS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-verZcpAieS .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-verZcpAieS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-verZcpAieS .mbr-section-title {
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 22px;
}
.cid-verZcpAieS .mbr-text,
.cid-verZcpAieS .mbr-section-btn {
  color: #000000;
  line-height: 1.8;
  letter-spacing: 4px;
  font-weight: 500;
  font-size: 34px;
  text-align: center;
}
.cid-verZcpAieS P {
  text-align: left;
  font-size: 22px;
  line-height: 1.6;
  color: #cccccc;
}
.cid-verZcpAieS img {
  border-radius: 20px;
  box-shadow: 0px 0px 15px 1px #ff0000;
}
.cid-verZcpAieS .btn {
  padding: 10px 15px 10px 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 5px;
  font-size: 30px;
  text-shadow: 1px 1px 2px #000000;
}
.cid-veudImQ7Pq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/border-2-2000x46.jpg");
}
.cid-veudImQ7Pq .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-veudImQ7Pq .mbr-section-title {
  letter-spacing: .1em;
  color: #ffffff;
}
.cid-veudImQ7Pq .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-veudImQ7Pq .mbr-media {
  height: 70px;
}
.cid-veudImQ7Pq .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-veudImQ7Pq .mbr-media span:hover {
  opacity: 0.7;
}
.cid-veudImQ7Pq .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-veudImQ7Pq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-veudImQ7Pq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-veudImQ7Pq .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-veudImQ7Pq a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-veudImQ7Pq a.close:hover {
  color: #ffffff;
}
.cid-veudImQ7Pq .mbr-text,
.cid-veudImQ7Pq .mbr-section-btn {
  color: #efefef;
  text-align: center;
}
.cid-veudImQ7Pq p {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 2rem;
}
.cid-vesrdLVlub {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #550202;
}
.cid-vesrdLVlub .mbr-fallback-image.disabled {
  display: none;
}
.cid-vesrdLVlub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vesrdLVlub .card-wrapper {
  box-shadow: 0px 0px 15px 6px #ff0000;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vesrdLVlub .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vesrdLVlub .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vesrdLVlub .card-wrapper {
    padding: 1rem 4rem;
  }
}
.cid-vesrdLVlub .mbr-text,
.cid-vesrdLVlub .mbr-section-btn {
  color: #000000;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 22px;
}
.cid-vesrdLVlub .card-title,
.cid-vesrdLVlub .card-box {
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 1.6;
}
.cid-vesrdLVlub .btn {
  padding: 10px 15px 10px 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 5px;
  font-size: 30px;
  text-shadow: 1px 1px 2px #000000;
}
.cid-vesrdLVlub a {
  text-shadow: 1px 1px 0px #000000;
}
.cid-vesehMIPAT {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #550202, #550202);
}
@media (min-width: 992px) {
  .cid-vesehMIPAT .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vesehMIPAT .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-vesehMIPAT h1 {
  text-shadow: 2px 2px #000000;
  letter-spacing: 2px;
  font-size: 40px;
  line-height: 1.3;
}
.cid-vesehMIPAT h2 {
  text-shadow: 2px 2px #000000;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 40px;
  line-height: 1.3;
}
.cid-vesehMIPAT p {
  text-shadow: 2px 2px #000000;
  letter-spacing: 2px;
  font-size: 20px;
}
.cid-vesehMIPAT .mbr-text,
.cid-vesehMIPAT .mbr-section-btn {
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 22px;
  line-height: 1.6;
}
.cid-vesehMIPAT P {
  color: #f7ed4a;
}
.cid-vesehMIPAT H1 {
  color: #ffffff;
}
.cid-vesehMIPAT H2 {
  color: #fcea00;
  text-align: center;
}
.cid-vesehMIPAT .mbr-section-title {
  text-align: justify;
}
.cid-veudWSLSsN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/border-2-2000x46.jpg");
}
.cid-veudWSLSsN .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-veudWSLSsN .mbr-section-title {
  letter-spacing: .1em;
  color: #ffffff;
}
.cid-veudWSLSsN .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-veudWSLSsN .mbr-media {
  height: 70px;
}
.cid-veudWSLSsN .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-veudWSLSsN .mbr-media span:hover {
  opacity: 0.7;
}
.cid-veudWSLSsN .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-veudWSLSsN .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-veudWSLSsN .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-veudWSLSsN .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-veudWSLSsN a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-veudWSLSsN a.close:hover {
  color: #ffffff;
}
.cid-veudWSLSsN .mbr-text,
.cid-veudWSLSsN .mbr-section-btn {
  color: #efefef;
  text-align: center;
}
.cid-veudWSLSsN p {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 2rem;
}
.cid-vesqheWdaW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background-colourised.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-vesqheWdaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vesqheWdaW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vesqheWdaW .card-wrapper {
  box-shadow: 0px 0px 15px 6px #ff0000;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vesqheWdaW .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vesqheWdaW .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vesqheWdaW .card-wrapper {
    padding: 1rem 4rem;
  }
}
.cid-vesqheWdaW .mbr-text,
.cid-vesqheWdaW .mbr-section-btn {
  color: #000000;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 22px;
}
.cid-vesqheWdaW .card-title,
.cid-vesqheWdaW .card-box {
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 1.6;
}
.cid-vesqheWdaW .btn {
  padding: 10px 15px 10px 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 5px;
  font-size: 30px;
  text-shadow: 1px 1px 2px #000000;
}
.cid-vesqheWdaW a {
  text-shadow: 1px 1px 0px #000000;
}
.cid-vexHihqsmS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background-colourised.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-vexHihqsmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vexHihqsmS .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-vexHihqsmS .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-vexHihqsmS img {
  border-radius: 0rem !important;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.41);
}
.cid-vexHihqsmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vexHihqsmS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vexHihqsmS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vexHihqsmS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vexHihqsmS .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 2px #000000;
}
.cid-vexHihqsmS .mbr-section-subtitle,
.cid-vexHihqsmS .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-vexHihqsmS .mbr-text,
.cid-vexHihqsmS .mbr-section-btn {
  color: #1a1fd9;
  text-align: center;
  text-shadow: 1px 0px #000000;
}
.cid-veJWzXHYUI {
  padding-top: 2rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/background-colourised.jpg");
}
.cid-veJWzXHYUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJWzXHYUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJWzXHYUI .content-wrap {
  margin: 0 -25px;
}
.cid-veJWzXHYUI .content-wrap .item {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-veJWzXHYUI .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-veJWzXHYUI .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-veJWzXHYUI .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-veJWzXHYUI .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-veJWzXHYUI .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-veJWzXHYUI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-veJWzXHYUI .mbr-label {
  color: #000000;
  line-height: 1.6;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 30px;
}
.cid-veJWzXHYUI .mbr-section-title {
  color: #000000;
  line-height: 1.5;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 24px;
}
.cid-veJWzXHYUI .mbr-section-title,
.cid-veJWzXHYUI .title-wrap {
  color: #ffffff;
}
.cid-veDEwyD8Hn.popup-builder {
  background-color: #ffffff;
}
.cid-veDEwyD8Hn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-veDEwyD8Hn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-veDEwyD8Hn .modal-content,
.cid-veDEwyD8Hn .modal-dialog {
  height: auto;
}
.cid-veDEwyD8Hn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-veDEwyD8Hn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-veDEwyD8Hn .form-wrapper .mbr-form .form-group,
  .cid-veDEwyD8Hn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-veDEwyD8Hn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-veDEwyD8Hn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-veDEwyD8Hn .mbr-text {
  text-align: center;
}
.cid-veDEwyD8Hn .pt-0 {
  padding-top: 0 !important;
}
.cid-veDEwyD8Hn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-veDEwyD8Hn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-veDEwyD8Hn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-veDEwyD8Hn .modal-open {
  overflow: hidden;
}
.cid-veDEwyD8Hn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-veDEwyD8Hn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-veDEwyD8Hn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-veDEwyD8Hn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-veDEwyD8Hn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-veDEwyD8Hn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-veDEwyD8Hn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-veDEwyD8Hn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-veDEwyD8Hn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-veDEwyD8Hn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-veDEwyD8Hn .modal-backdrop.fade {
  opacity: 0;
}
.cid-veDEwyD8Hn .modal-backdrop.show {
  opacity: .5;
}
.cid-veDEwyD8Hn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-veDEwyD8Hn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veDEwyD8Hn .modal-header {
    padding: 1rem;
  }
}
.cid-veDEwyD8Hn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-veDEwyD8Hn .modal-header .close svg {
  fill: #353535;
}
.cid-veDEwyD8Hn .modal-header .close:hover {
  opacity: 1;
}
.cid-veDEwyD8Hn .modal-header .close:focus {
  outline: none;
}
.cid-veDEwyD8Hn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-veDEwyD8Hn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-veDEwyD8Hn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veDEwyD8Hn .modal-body {
    padding: 1rem;
  }
}
.cid-veDEwyD8Hn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veDEwyD8Hn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veDEwyD8Hn .modal-footer {
    padding: 1rem;
  }
}
.cid-veDEwyD8Hn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-veDEwyD8Hn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-veDEwyD8Hn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-veDEwyD8Hn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-veDEwyD8Hn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-veDEwyD8Hn .modal-lg,
  .cid-veDEwyD8Hn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-veDEwyD8Hn .modal-xl {
    max-width: 1140px;
  }
}
.cid-veDEwyD8Hn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-veDEwyD8Hn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-veDEwyD8Hn .form-group {
  margin-bottom: 1rem;
}
.cid-veDEwyD8Hn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-veDEwyD8Hn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-veDEwyD8Hn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-veDEwyD8Hn .mbr-section-btn {
  margin: 0;
}
.cid-veDEwyD8Hn .mbr-section-btn .btn {
  margin: 0;
}
.cid-veM1PRtI7X.popup-builder {
  background-color: #ffffff;
}
.cid-veM1PRtI7X.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-veM1PRtI7X.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-veM1PRtI7X .modal-content,
.cid-veM1PRtI7X .modal-dialog {
  height: auto;
}
.cid-veM1PRtI7X .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-veM1PRtI7X .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-veM1PRtI7X .form-wrapper .mbr-form .form-group,
  .cid-veM1PRtI7X .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-veM1PRtI7X .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-veM1PRtI7X .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-veM1PRtI7X .mbr-text {
  text-align: center;
}
.cid-veM1PRtI7X .pt-0 {
  padding-top: 0 !important;
}
.cid-veM1PRtI7X .pb-0 {
  padding-bottom: 0 !important;
}
.cid-veM1PRtI7X .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-veM1PRtI7X .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-veM1PRtI7X .modal-open {
  overflow: hidden;
}
.cid-veM1PRtI7X .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-veM1PRtI7X .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-veM1PRtI7X .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-veM1PRtI7X .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-veM1PRtI7X .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-veM1PRtI7X .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-veM1PRtI7X .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-veM1PRtI7X .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-veM1PRtI7X .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-veM1PRtI7X .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-veM1PRtI7X .modal-backdrop.fade {
  opacity: 0;
}
.cid-veM1PRtI7X .modal-backdrop.show {
  opacity: .5;
}
.cid-veM1PRtI7X .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-veM1PRtI7X .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veM1PRtI7X .modal-header {
    padding: 1rem;
  }
}
.cid-veM1PRtI7X .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-veM1PRtI7X .modal-header .close svg {
  fill: #353535;
}
.cid-veM1PRtI7X .modal-header .close:hover {
  opacity: 1;
}
.cid-veM1PRtI7X .modal-header .close:focus {
  outline: none;
}
.cid-veM1PRtI7X .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-veM1PRtI7X .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-veM1PRtI7X .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veM1PRtI7X .modal-body {
    padding: 1rem;
  }
}
.cid-veM1PRtI7X .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veM1PRtI7X .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veM1PRtI7X .modal-footer {
    padding: 1rem;
  }
}
.cid-veM1PRtI7X .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-veM1PRtI7X .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-veM1PRtI7X .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-veM1PRtI7X .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-veM1PRtI7X .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-veM1PRtI7X .modal-lg,
  .cid-veM1PRtI7X .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-veM1PRtI7X .modal-xl {
    max-width: 1140px;
  }
}
.cid-veM1PRtI7X .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-veM1PRtI7X .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-veM1PRtI7X .form-group {
  margin-bottom: 1rem;
}
.cid-veM1PRtI7X .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-veM1PRtI7X .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-veM1PRtI7X .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-veM1PRtI7X .mbr-section-btn {
  margin: 0;
}
.cid-veM1PRtI7X .mbr-section-btn .btn {
  margin: 0;
}
.cid-vePdBXJb4s.popup-builder {
  background-color: #ffffff;
}
.cid-vePdBXJb4s.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vePdBXJb4s.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vePdBXJb4s .modal-content,
.cid-vePdBXJb4s .modal-dialog {
  height: auto;
}
.cid-vePdBXJb4s .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vePdBXJb4s .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vePdBXJb4s .form-wrapper .mbr-form .form-group,
  .cid-vePdBXJb4s .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vePdBXJb4s .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vePdBXJb4s .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vePdBXJb4s .mbr-text {
  text-align: center;
}
.cid-vePdBXJb4s .pt-0 {
  padding-top: 0 !important;
}
.cid-vePdBXJb4s .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vePdBXJb4s .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vePdBXJb4s .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vePdBXJb4s .modal-open {
  overflow: hidden;
}
.cid-vePdBXJb4s .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vePdBXJb4s .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vePdBXJb4s .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vePdBXJb4s .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vePdBXJb4s .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vePdBXJb4s .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vePdBXJb4s .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vePdBXJb4s .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vePdBXJb4s .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vePdBXJb4s .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vePdBXJb4s .modal-backdrop.fade {
  opacity: 0;
}
.cid-vePdBXJb4s .modal-backdrop.show {
  opacity: .5;
}
.cid-vePdBXJb4s .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vePdBXJb4s .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vePdBXJb4s .modal-header {
    padding: 1rem;
  }
}
.cid-vePdBXJb4s .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vePdBXJb4s .modal-header .close svg {
  fill: #353535;
}
.cid-vePdBXJb4s .modal-header .close:hover {
  opacity: 1;
}
.cid-vePdBXJb4s .modal-header .close:focus {
  outline: none;
}
.cid-vePdBXJb4s .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vePdBXJb4s .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vePdBXJb4s .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vePdBXJb4s .modal-body {
    padding: 1rem;
  }
}
.cid-vePdBXJb4s .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vePdBXJb4s .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vePdBXJb4s .modal-footer {
    padding: 1rem;
  }
}
.cid-vePdBXJb4s .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vePdBXJb4s .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vePdBXJb4s .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vePdBXJb4s .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vePdBXJb4s .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vePdBXJb4s .modal-lg,
  .cid-vePdBXJb4s .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vePdBXJb4s .modal-xl {
    max-width: 1140px;
  }
}
.cid-vePdBXJb4s .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vePdBXJb4s .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vePdBXJb4s .form-group {
  margin-bottom: 1rem;
}
.cid-vePdBXJb4s .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vePdBXJb4s .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vePdBXJb4s .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vePdBXJb4s .mbr-section-btn {
  margin: 0;
}
.cid-vePdBXJb4s .mbr-section-btn .btn {
  margin: 0;
}
