.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: 'Quattrocento', serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Quattrocento', serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Quattrocento', serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Quattrocento', serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Quattrocento', serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@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: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.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))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #4a90e2 !important;
}
.bg-success {
  background-color: #4a90e2 !important;
}
.bg-info {
  background-color: #4a90e2 !important;
}
.bg-warning {
  background-color: #4a90e2 !important;
}
.bg-danger {
  background-color: #4a90e2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4a90e2 !important;
  border-color: #4a90e2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #76abe9 !important;
  border-color: #76abe9 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #76abe9 !important;
  border-color: #76abe9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4a90e2 !important;
  border-color: #4a90e2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #76abe9 !important;
  border-color: #76abe9 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #76abe9 !important;
  border-color: #76abe9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4a90e2 !important;
  border-color: #4a90e2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #76abe9 !important;
  border-color: #76abe9 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #76abe9 !important;
  border-color: #76abe9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4a90e2 !important;
  border-color: #4a90e2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #76abe9 !important;
  border-color: #76abe9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #76abe9 !important;
  border-color: #76abe9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4a90e2 !important;
  border-color: #4a90e2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #76abe9 !important;
  border-color: #76abe9 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #76abe9 !important;
  border-color: #76abe9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4a90e2 !important;
  border-color: #4a90e2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #76abe9 !important;
  border-color: #76abe9 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #76abe9 !important;
  border-color: #76abe9 !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: #4a90e2;
  color: #4a90e2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1d65b8 !important;
  background-color: transparent !important;
  border-color: #1d65b8 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4a90e2 !important;
  border-color: #4a90e2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4a90e2;
  color: #4a90e2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1d65b8 !important;
  background-color: transparent !important;
  border-color: #1d65b8 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4a90e2 !important;
  border-color: #4a90e2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4a90e2;
  color: #4a90e2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1d65b8 !important;
  background-color: transparent !important;
  border-color: #1d65b8 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4a90e2 !important;
  border-color: #4a90e2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #4a90e2;
  color: #4a90e2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1d65b8 !important;
  background-color: transparent !important;
  border-color: #1d65b8 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4a90e2 !important;
  border-color: #4a90e2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #4a90e2;
  color: #4a90e2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1d65b8 !important;
  background-color: transparent !important;
  border-color: #1d65b8 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4a90e2 !important;
  border-color: #4a90e2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #4a90e2;
  color: #4a90e2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1d65b8 !important;
  background-color: transparent !important;
  border-color: #1d65b8 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4a90e2 !important;
  border-color: #4a90e2 !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: #4a90e2 !important;
}
.text-secondary {
  color: #4a90e2 !important;
}
.text-success {
  color: #4a90e2 !important;
}
.text-info {
  color: #4a90e2 !important;
}
.text-warning {
  color: #4a90e2 !important;
}
.text-danger {
  color: #4a90e2 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1b5dab !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1b5dab !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1b5dab !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1b5dab !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #1b5dab !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1b5dab !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: #4a90e2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4a90e2;
}
.alert-warning {
  background-color: #4a90e2;
}
.alert-danger {
  background-color: #4a90e2;
}
.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: #4a90e2;
  border-color: #4a90e2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4a90e2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fafcfe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fafcfe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fafcfe;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fafcfe;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fafcfe;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quattrocento', serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4a90e2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Quattrocento', serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #4a90e2;
}
/* 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: #4a90e2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4a90e2;
}
.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: #4a90e2;
  border-bottom-color: #4a90e2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4a90e2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4a90e2 !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='%234a90e2' %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-v8eCIJ3TUo .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8eCIJ3TUo .nav-item:focus,
.cid-v8eCIJ3TUo .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8eCIJ3TUo .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-v8eCIJ3TUo .nav-item .nav-link {
    position: relative;
  }
  .cid-v8eCIJ3TUo .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #4a90e2, #4a90e2);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-v8eCIJ3TUo .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-v8eCIJ3TUo .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8eCIJ3TUo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-v8eCIJ3TUo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8eCIJ3TUo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v8eCIJ3TUo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8eCIJ3TUo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8eCIJ3TUo .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-v8eCIJ3TUo .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #4a90e2;
  background: linear-gradient(#ffffff, #4a90e2);
}
.cid-v8eCIJ3TUo .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #4a90e2 !important;
  background: linear-gradient(#ffffff, #4a90e2) !important;
}
.cid-v8eCIJ3TUo .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-v8eCIJ3TUo .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v8eCIJ3TUo .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v8eCIJ3TUo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v8eCIJ3TUo .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-collapse.show,
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v8eCIJ3TUo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v8eCIJ3TUo .navbar.collapsed .right-menu,
.cid-v8eCIJ3TUo .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v8eCIJ3TUo .navbar .navbar-collapse.show,
  .cid-v8eCIJ3TUo .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v8eCIJ3TUo .navbar .navbar-collapse.show .brand-container,
  .cid-v8eCIJ3TUo .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v8eCIJ3TUo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v8eCIJ3TUo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v8eCIJ3TUo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8eCIJ3TUo .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-v8eCIJ3TUo .navbar .right-menu,
  .cid-v8eCIJ3TUo .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v8eCIJ3TUo .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8eCIJ3TUo .navbar.navbar-short .mbr-overlay {
  background: #4a90e2 !important;
  background: linear-gradient(#ffffff, #4a90e2) !important;
}
.cid-v8eCIJ3TUo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v8eCIJ3TUo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v8eCIJ3TUo .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8eCIJ3TUo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8eCIJ3TUo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8eCIJ3TUo .dropdown-item.active,
.cid-v8eCIJ3TUo .dropdown-item:active {
  background-color: transparent;
}
.cid-v8eCIJ3TUo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8eCIJ3TUo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8eCIJ3TUo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8eCIJ3TUo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4a90e2;
}
.cid-v8eCIJ3TUo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8eCIJ3TUo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8eCIJ3TUo ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v8eCIJ3TUo ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v8eCIJ3TUo .navbar-buttons {
  margin-left: auto;
}
.cid-v8eCIJ3TUo button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v8eCIJ3TUo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8eCIJ3TUo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-v8eCIJ3TUo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-v8eCIJ3TUo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8eCIJ3TUo .navbar-dropdown {
  position: fixed;
}
.cid-v8eCIJ3TUo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v8eCIJ3TUo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v8eCIJ3TUo .right-menu,
.cid-v8eCIJ3TUo .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v8eCIJ3TUo .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v8eCIJ3TUo .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v8eCIJ3TUo .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v8eCIJ3TUo .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-v8eCIJ3TUo .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v8eCIJ3TUo .card-wrapper {
  z-index: 3;
}
.cid-v8eCIJ3TUo .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v8eCIJ3TUo .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8eCIJ3TUo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcV7Ttfkm8 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
}
.cid-vcV7Ttfkm8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcV7Ttfkm8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcV7Ttfkm8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-vcV7Ttfkm8 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-vcV7Ttfkm8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vcV7Ttfkm8 .container {
    padding: 0 16px;
  }
}
.cid-vcV7Ttfkm8 .mbr-section-title {
  margin-bottom: 80px;
  color: #4a90e2;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcV7Ttfkm8 .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-vcV7Ttfkm8 .box {
  margin: 0 auto;
  box-shadow: 0 7px 20px #4a90e2;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-vcV7Ttfkm8 .box {
    width: 100%;
  }
}
.cid-vcV7Ttfkm8 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 900px;
}
@media (max-width: 992px) {
  .cid-vcV7Ttfkm8 .box .mbr-media {
    height: 450px;
  }
}
.cid-vcV7Ttfkm8 .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: .5em !important;
}
.cid-vcV7Ttfkm8 .box .mbr-media .mbr-iconfont {
  font-size: 26px;
  color: #f0f0f0;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
}
.cid-vcV7Ttfkm8 .mbr-media {
  position: relative;
}
.cid-vcV7Ttfkm8 .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-vcV7Ttfkm8 a:hover {
  background-image: none !important;
}
.cid-vcV7Ttfkm8 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #4a90e2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-vcV7Ttfkm8 .icon-wrap:hover,
.cid-vcV7Ttfkm8 .icon-wrap:focus {
  cursor: pointer;
  background-color: #f0f0f0;
}
.cid-vcV7Ttfkm8 .icon-wrap:hover .mbr-iconfont,
.cid-vcV7Ttfkm8 .icon-wrap:focus .mbr-iconfont {
  color: #4a90e2;
}
.cid-vcV7Ttfkm8 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-vcV7Ttfkm8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vcV7Ttfkm8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vcV7Ttfkm8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vcV7Ttfkm8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcV7Ttfkm8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcUWpCw3mP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcUWpCw3mP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUWpCw3mP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUWpCw3mP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 285px;
  max-width: 285px;
}
@media (max-width: 768px) {
  .cid-vcUWpCw3mP .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcUWpCw3mP .embla__slide .slide-content {
  width: 100%;
}
.cid-vcUWpCw3mP .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vcUWpCw3mP .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcUWpCw3mP .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vcUWpCw3mP .embla__slide:nth-child(2n) {
  min-width: 454px;
  max-width: 454px;
}
@media (max-width: 768px) {
  .cid-vcUWpCw3mP .embla__slide:nth-child(2n) {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vcUWpCw3mP .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 330px;
}
@media (max-width: 992px) {
  .cid-vcUWpCw3mP .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-vcUWpCw3mP .embla__button--next,
.cid-vcUWpCw3mP .embla__button--prev {
  display: flex;
}
.cid-vcUWpCw3mP .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 14px;
  background-color: #1f1f1f !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vcUWpCw3mP .embla__button {
    bottom: 0;
  }
}
.cid-vcUWpCw3mP .embla__button:hover {
  background-color: #f3350c !important;
  color: #ffffff !important;
}
.cid-vcUWpCw3mP .embla__button:disabled {
  opacity: .5 !important;
  background-color: #1f1f1f !important;
  color: #ffffff !important;
}
.cid-vcUWpCw3mP .embla__button.embla__button--prev {
  margin-left: -42px;
}
.cid-vcUWpCw3mP .embla__button.embla__button--next {
  margin-right: -42px;
}
.cid-vcUWpCw3mP .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcUWpCw3mP .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 5%, #000000 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 5%, #000000 95%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vcUWpCw3mP .embla__viewport {
    padding: 0;
  }
}
.cid-vcUWpCw3mP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcUWpCw3mP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcUWpCw3mP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcUWpCw3mP .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v8eBoqUxTz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8eBoqUxTz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eBoqUxTz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eBoqUxTz .card {
  justify-content: flex-end;
}
.cid-v8eBoqUxTz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8eBoqUxTz .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8eBoqUxTz .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-v8eBoqUxTz .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8eBoqUxTz .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-v8eBoqUxTz .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-v8eBoqUxTz .items-wrapper .item {
  padding: 0 15px;
}
.cid-v8eBoqUxTz .item {
  animation: none !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8eBoqUxTz .item {
    margin-bottom: 15px;
  }
}
.cid-v8eBoqUxTz .item .item-wrapper {
  position: relative;
  padding: 40px;
  backdrop-filter: blur(10px);
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8eBoqUxTz .item .item-wrapper {
    padding: 30px;
  }
}
.cid-v8eBoqUxTz .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #096693;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #4a90e2;
}
.cid-v8eBoqUxTz .item .item-wrapper:hover .card-box .border-wrapper::before,
.cid-v8eBoqUxTz .item .item-wrapper:focus .card-box .border-wrapper::before {
  width: 0;
  opacity: 1;
  background-color: #213eff;
}
.cid-v8eBoqUxTz .item .item-wrapper:hover .card-box .border-wrapper::after,
.cid-v8eBoqUxTz .item .item-wrapper:focus .card-box .border-wrapper::after {
  width: 100%;
}
.cid-v8eBoqUxTz .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-v8eBoqUxTz .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8eBoqUxTz .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8eBoqUxTz .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #4a90e2;
  display: inline-flex;
}
.cid-v8eBoqUxTz .item .item-wrapper .card-box .border-wrapper {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
}
.cid-v8eBoqUxTz .item .item-wrapper .card-box .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #096693;
  opacity: .4;
  transition: all .4s ease;
}
.cid-v8eBoqUxTz .item .item-wrapper .card-box .border-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #213eff;
  transition: all .6s ease;
}
.cid-v8eBoqUxTz .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v8eBoqUxTz .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-v8eBoqUxTz .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v8eBoqUxTz .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8eBoqUxTz .mbr-section-title {
  color: #ffffff;
}
.cid-v8eBoqUxTz .card-title {
  color: #ffffff;
}
.cid-v8eBoqUxTz .card-text {
  color: #000000;
}
.cid-v8eBoqUxTz .card-title,
.cid-v8eBoqUxTz .iconfont-wrapper,
.cid-v8eBoqUxTz .item-btn {
  color: #000000;
}
.cid-v8eBHFbjLj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8eBHFbjLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eBHFbjLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eBHFbjLj .container,
.cid-v8eBHFbjLj .container-fluid {
  position: relative;
}
.cid-v8eBHFbjLj .row {
  justify-content: left;
}
.cid-v8eBHFbjLj .col-content {
  position: relative;
  z-index: 10;
}
.cid-v8eBHFbjLj .mbr-section-title {
  color: #000000;
}
.cid-v8eBHFbjLj .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-v8eBHFbjLj .mbr-text {
  color: #2B2B2B;
}
.cid-v8eBHFbjLj .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-v8eBHFbjLj .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-v8eBHFbjLj .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-v8eBHFbjLj .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-v8eBHFbjLj .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #4a90e2 27%, #4a90e2 50%, #4a90e2 79%);
}
.cid-v8eBHFbjLj .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-v8eBHFbjLj .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-v8eCfPbRAZ {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8eCfPbRAZ .container,
.cid-v8eCfPbRAZ .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-v8eCfPbRAZ .mbr-section-subtitle,
.cid-v8eCfPbRAZ .mbr-section-title,
.cid-v8eCfPbRAZ .mbr-subtext,
.cid-v8eCfPbRAZ .mbr-text,
.cid-v8eCfPbRAZ .mbr-section-btn,
.cid-v8eCfPbRAZ .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-v8eCfPbRAZ .title__block {
    padding-top: 70px;
  }
}
.cid-v8eCfPbRAZ .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #4a90e2;
  text-align: center;
}
.cid-v8eCfPbRAZ .mbr-section-title {
  color: #000000;
  margin-bottom: 25px;
  font-weight: 300;
  text-align: center;
}
.cid-v8eCfPbRAZ .mbr-section-title b,
.cid-v8eCfPbRAZ .mbr-section-title strong {
  font-weight: 500;
}
.cid-v8eCfPbRAZ .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-v8eCfPbRAZ .mbr-section-btn {
  margin-top: 60px;
}
.cid-v8eCfPbRAZ .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.33);
}
.cid-v8eCfPbRAZ .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-v8eCfPbRAZ .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-v8eCfPbRAZ .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-v8eCfPbRAZ .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v8eCfPbRAZ .wrap__image {
    text-align: right;
  }
  .cid-v8eCfPbRAZ .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-v8eCfPbRAZ .wrap__image {
    text-align: center !important;
  }
}
.cid-v8eCfPbRAZ .image__block2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 25px 50px 0px rgba(140, 140, 140, 0.33);
  position: absolute;
  z-index: -1;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
  max-height: 425px;
}
.cid-v8eCfPbRAZ .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-v8eCfPbRAZ .image__block2 {
    display: none;
  }
}
.cid-v8eCfPbRAZ .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  left: -290px;
  border-radius: 50%;
  top: 70px;
  position: absolute;
  background-color: rgba(74, 144, 226, 0.1);
}
@media (max-width: 1199px) {
  .cid-v8eCfPbRAZ .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-v8eCfPbRAZ .image__background .circle__image1 {
    display: none;
  }
}
.cid-v8eCfPbRAZ .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(74, 144, 226, 0.23);
}
@media (max-width: 1199px) {
  .cid-v8eCfPbRAZ .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-v8eCfPbRAZ .image__background .circle__image2 {
    display: none;
  }
}
.cid-v8eCfPbRAZ .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-v8eCfPbRAZ .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #4a90e2;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-v8eCfPbRAZ .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #4a90e2;
  animation: scale__two 5s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes scale__two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.cid-v8eCfPbRAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eCfPbRAZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eDORTX04 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8eDORTX04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eDORTX04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eDORTX04 .container,
.cid-v8eDORTX04 .container-fluid {
  position: relative;
}
.cid-v8eDORTX04 .row {
  justify-content: left;
}
.cid-v8eDORTX04 .col-content {
  position: relative;
  z-index: 10;
}
.cid-v8eDORTX04 .mbr-section-title {
  color: #000000;
}
.cid-v8eDORTX04 .mbr-section-subtitle {
  color: #000000;
}
.cid-v8eDORTX04 .mbr-text {
  color: #2B2B2B;
}
.cid-v8eDORTX04 .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-v8eDORTX04 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-v8eDORTX04 .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-v8eDORTX04 .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-v8eDORTX04 .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #4a90e2 27%, #4a90e2 50%, #4a90e2 79%);
}
.cid-v8eDORTX04 .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-v8eDORTX04 .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-v8eE65GKP8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8eE65GKP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eE65GKP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eE65GKP8 .row.card {
  padding: 0 90px;
  background-color: #ffffff;
  border-radius: 60px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .cid-v8eE65GKP8 .row.card {
    padding: 0 32px;
    margin: 0;
  }
}
.cid-v8eE65GKP8 .row.card .subtitle-wrapper {
  margin: -25px 0 0 0;
  transform: rotate(-5deg);
  background-color: #e71313;
  border-radius: 17px;
  padding: 20px;
}
.cid-v8eE65GKP8 .row.card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-v8eE65GKP8 .row.card .mbr-section-title {
  margin: 60px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v8eE65GKP8 .row.card .mbr-section-title {
    margin: 32px 0 0 0;
  }
}
.cid-v8eE65GKP8 .row.card .image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 96px 0 -4rem 0;
}
@media (max-width: 992px) {
  .cid-v8eE65GKP8 .row.card .image-wrapper {
    margin: 32px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-v8eE65GKP8 .row.card .image-wrapper {
    display: block;
  }
}
.cid-v8eE65GKP8 .row.card .image-wrapper img {
  object-fit: cover;
  border-radius: 10px;
}
.cid-v8eE65GKP8 .row.card .image-wrapper img:first-child {
  width: 220px;
  height: 296px;
  transform: rotate(330deg);
}
@media (max-width: 768px) {
  .cid-v8eE65GKP8 .row.card .image-wrapper img:first-child {
    transform: rotate(-5deg);
    margin: 0 auto 32px;
    width: 180px;
  }
}
.cid-v8eE65GKP8 .row.card .image-wrapper img:last-child {
  width: 260px;
  height: 350px;
  transform: rotate(31deg);
}
@media (max-width: 768px) {
  .cid-v8eE65GKP8 .row.card .image-wrapper img:last-child {
    transform: rotate(5deg);
    margin: 0 auto;
    width: 180px;
  }
}
.cid-v8eE65GKP8 .row.card .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 105px 0 105px 0;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-v8eE65GKP8 .row.card .text-wrapper {
    padding-top: 32px;
  }
}
.cid-v8eE65GKP8 .row.card .text-wrapper:hover::before {
  right: 40%;
  top: 40%;
}
.cid-v8eE65GKP8 .row.card .text-wrapper::before {
  content: '';
  position: absolute;
  right: 20%;
  top: 35%;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #4a90e2;
  transition: all .3s ease;
}
.cid-v8eE65GKP8 .row.card .text-wrapper .mbr-text {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.cid-v8eE65GKP8 .row.card .text-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v8eE65GKP8 .mbr-section-title {
  color: #232323;
}
.cid-v8eE65GKP8 .mbr-section-subtitle {
  color: #101511;
  text-align: center;
}
.cid-v8eE65GKP8 .mbr-text {
  color: #6e716f;
}
.cid-v8eE65GKP8 .mbr-text,
.cid-v8eE65GKP8 .mbr-section-btn {
  color: #000000;
}
.cid-v8eEMQXQNp {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8eEMQXQNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eEMQXQNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eEMQXQNp .container,
.cid-v8eEMQXQNp .container-fluid {
  position: relative;
}
.cid-v8eEMQXQNp .row {
  justify-content: left;
}
.cid-v8eEMQXQNp .col-content {
  position: relative;
  z-index: 10;
}
.cid-v8eEMQXQNp .mbr-section-title {
  color: #000000;
}
.cid-v8eEMQXQNp .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-v8eEMQXQNp .mbr-text {
  color: #2B2B2B;
}
.cid-v8eEMQXQNp .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-v8eEMQXQNp .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-v8eEMQXQNp .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-v8eEMQXQNp .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-v8eEMQXQNp .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #4a90e2 27%, #4a90e2 50%, #4a90e2 79%);
}
.cid-v8eEMQXQNp .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-v8eEMQXQNp .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-v8eFfJLpL2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8eFfJLpL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eFfJLpL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eFfJLpL2 .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-v8eFfJLpL2 .mbr-section-title {
  color: #FF014E;
}
.cid-v8eFfJLpL2 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v8eFfJLpL2 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-v8eFfJLpL2 .card-row {
  align-items: stretch;
}
.cid-v8eFfJLpL2 .card {
  margin-top: 40px;
}
.cid-v8eFfJLpL2 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #4a90e2);
  box-shadow: 10px 10px 19px #cedff0, -10px -10px 19px #4a90e2;
}
@media (max-width: 1199px) {
  .cid-v8eFfJLpL2 .card-wrapper {
    padding: 35px;
  }
}
.cid-v8eFfJLpL2 .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-v8eFfJLpL2 .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-v8eFfJLpL2 .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-v8eFfJLpL2 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #096693, #ffffff);
  opacity: 0;
  transition: .5s all;
}
.cid-v8eFfJLpL2 .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-v8eFfJLpL2 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-v8eFfJLpL2 .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
}
.cid-v8eFfJLpL2 .card-1 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-v8eFfJLpL2 .card-2 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-v8eFfJLpL2 .card-title {
  color: #182a65;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-v8eFfJLpL2 .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-v8eFfJLpL2 .card-info {
  color: #C4CFDE;
  margin-top: 12px;
  margin-bottom: 10px;
}
.cid-v8eFfJLpL2 .card-text,
.cid-v8eFfJLpL2 .mbr-section-btn {
  color: #000000;
}
.cid-v8eFv4Mp6M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8eFv4Mp6M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eFv4Mp6M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eFv4Mp6M .container,
.cid-v8eFv4Mp6M .container-fluid {
  position: relative;
}
.cid-v8eFv4Mp6M .row {
  justify-content: left;
}
.cid-v8eFv4Mp6M .col-content {
  position: relative;
  z-index: 10;
}
.cid-v8eFv4Mp6M .mbr-section-title {
  color: #000000;
}
.cid-v8eFv4Mp6M .mbr-section-subtitle {
  color: #000000;
}
.cid-v8eFv4Mp6M .mbr-text {
  color: #2B2B2B;
}
.cid-v8eFv4Mp6M .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-v8eFv4Mp6M .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-v8eFv4Mp6M .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-v8eFv4Mp6M .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-v8eFv4Mp6M .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #4a90e2 27%, #4a90e2 50%, #4a90e2 79%);
}
.cid-v8eFv4Mp6M .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-v8eFv4Mp6M .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-v8eHkZCrTA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8eHkZCrTA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eHkZCrTA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eHkZCrTA .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8eHkZCrTA .content-wrapper {
    display: block;
  }
}
.cid-v8eHkZCrTA .content-wrapper .title-wrapper {
  width: 20%;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v8eHkZCrTA .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v8eHkZCrTA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8eHkZCrTA .content-wrapper .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-v8eHkZCrTA .content-wrapper .embla {
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v8eHkZCrTA .content-wrapper .embla {
    width: 100%;
  }
}
.cid-v8eHkZCrTA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-v8eHkZCrTA .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8eHkZCrTA .embla__slide .slide-content {
  width: 100%;
}
.cid-v8eHkZCrTA .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8eHkZCrTA .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-v8eHkZCrTA .embla__button--next,
.cid-v8eHkZCrTA .embla__button--prev {
  display: flex;
}
.cid-v8eHkZCrTA .embla__button {
  bottom: -20px;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #ffdf7d !important;
  color: #121212 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-v8eHkZCrTA .embla__button {
    bottom: 0;
  }
}
.cid-v8eHkZCrTA .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-v8eHkZCrTA .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-v8eHkZCrTA .embla__button:disabled {
  opacity: .5 !important;
  transform: none !important;
}
.cid-v8eHkZCrTA .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-v8eHkZCrTA .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-v8eHkZCrTA .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v8eHkZCrTA .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v8eHkZCrTA .embla__viewport {
    padding: 0;
  }
}
.cid-v8eHkZCrTA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8eHkZCrTA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8eHkZCrTA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8eHkZCrTA .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v8eHkZCrTA .mbr-section-title,
.cid-v8eHkZCrTA .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8eIMXl5Bs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/f6a2014f0c16932dc63aaeafbf0131f5.jpg-985x1200.jpg");
}
.cid-v8eIMXl5Bs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eIMXl5Bs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eIMXl5Bs .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v8eIMXl5Bs .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-v8eIMXl5Bs .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8eIMXl5Bs .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v8eIMXl5Bs .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8eIMXl5Bs .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8eIMXl5Bs .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v8eIMXl5Bs .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-v8eIMXl5Bs .mbr-label,
.cid-v8eIMXl5Bs .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8eIMXl5Bs .mbr-section-title {
  color: #000000;
}
.cid-v8eIMXl5Bs .mbr-text,
.cid-v8eIMXl5Bs .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8eIMXl5Bs .mbr-section-title,
.cid-v8eIMXl5Bs .mbr-section-btn {
  text-align: center;
}
.cid-v8eIPb52sK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8eIPb52sK .media-container-row .mbr-text {
  color: #000000;
}
.cid-v8eCIJ3TUo .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8eCIJ3TUo .nav-item:focus,
.cid-v8eCIJ3TUo .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8eCIJ3TUo .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-v8eCIJ3TUo .nav-item .nav-link {
    position: relative;
  }
  .cid-v8eCIJ3TUo .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #4a90e2, #4a90e2);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-v8eCIJ3TUo .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-v8eCIJ3TUo .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8eCIJ3TUo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-v8eCIJ3TUo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8eCIJ3TUo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v8eCIJ3TUo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8eCIJ3TUo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8eCIJ3TUo .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-v8eCIJ3TUo .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #4a90e2;
  background: linear-gradient(#ffffff, #4a90e2);
}
.cid-v8eCIJ3TUo .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #4a90e2 !important;
  background: linear-gradient(#ffffff, #4a90e2) !important;
}
.cid-v8eCIJ3TUo .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-v8eCIJ3TUo .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v8eCIJ3TUo .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v8eCIJ3TUo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v8eCIJ3TUo .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-collapse.show,
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v8eCIJ3TUo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v8eCIJ3TUo .navbar.collapsed .right-menu,
.cid-v8eCIJ3TUo .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v8eCIJ3TUo .navbar .navbar-collapse.show,
  .cid-v8eCIJ3TUo .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v8eCIJ3TUo .navbar .navbar-collapse.show .brand-container,
  .cid-v8eCIJ3TUo .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v8eCIJ3TUo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v8eCIJ3TUo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v8eCIJ3TUo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8eCIJ3TUo .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-v8eCIJ3TUo .navbar .right-menu,
  .cid-v8eCIJ3TUo .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v8eCIJ3TUo .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8eCIJ3TUo .navbar.navbar-short .mbr-overlay {
  background: #4a90e2 !important;
  background: linear-gradient(#ffffff, #4a90e2) !important;
}
.cid-v8eCIJ3TUo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v8eCIJ3TUo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v8eCIJ3TUo .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8eCIJ3TUo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8eCIJ3TUo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8eCIJ3TUo .dropdown-item.active,
.cid-v8eCIJ3TUo .dropdown-item:active {
  background-color: transparent;
}
.cid-v8eCIJ3TUo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8eCIJ3TUo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8eCIJ3TUo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8eCIJ3TUo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4a90e2;
}
.cid-v8eCIJ3TUo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8eCIJ3TUo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8eCIJ3TUo ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v8eCIJ3TUo ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v8eCIJ3TUo .navbar-buttons {
  margin-left: auto;
}
.cid-v8eCIJ3TUo button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v8eCIJ3TUo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8eCIJ3TUo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-v8eCIJ3TUo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-v8eCIJ3TUo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8eCIJ3TUo .navbar-dropdown {
  position: fixed;
}
.cid-v8eCIJ3TUo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v8eCIJ3TUo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v8eCIJ3TUo .right-menu,
.cid-v8eCIJ3TUo .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v8eCIJ3TUo .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v8eCIJ3TUo .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v8eCIJ3TUo .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v8eCIJ3TUo .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-v8eCIJ3TUo .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v8eCIJ3TUo .card-wrapper {
  z-index: 3;
}
.cid-v8eCIJ3TUo .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v8eCIJ3TUo .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8eCIJ3TUo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8eJhp3X83 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8eJhp3X83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eJhp3X83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eJhp3X83 .title-wrapper .title-wrap {
  margin-bottom: 16px;
}
.cid-v8eJhp3X83 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8eJhp3X83 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8eJhp3X83 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8eJhp3X83 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8eJhp3X83 .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v8eJhp3X83 .items-wrapper {
  margin: 0 -10px;
}
.cid-v8eJhp3X83 .items-wrapper .card {
  padding: 0 10px;
}
.cid-v8eJhp3X83 .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v8eJhp3X83 .image-wrapper {
    margin-top: 40px;
  }
}
.cid-v8eJhp3X83 .image-wrapper img {
  height: 435px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8eJhp3X83 .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v8eJhp3X83 .image_2 {
    margin-top: 20px;
  }
}
.cid-v8eJhp3X83 .mbr-section-title {
  color: #000000;
}
.cid-v8eJhp3X83 .mbr-section-subtitle {
  color: #4a90e2;
  text-align: center;
}
.cid-v8eJhp3X83 .mbr-text,
.cid-v8eJhp3X83 .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-v8eJhp3X83 .mbr-section-title,
.cid-v8eJhp3X83 .mbr-section-btn {
  text-align: center;
}
.cid-v8eKT14sBq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8eKT14sBq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eKT14sBq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eKT14sBq .container,
.cid-v8eKT14sBq .container-fluid {
  position: relative;
}
.cid-v8eKT14sBq .row {
  justify-content: left;
}
.cid-v8eKT14sBq .col-content {
  position: relative;
  z-index: 10;
}
.cid-v8eKT14sBq .mbr-section-title {
  color: #000000;
}
.cid-v8eKT14sBq .mbr-section-subtitle {
  color: #000000;
}
.cid-v8eKT14sBq .mbr-text {
  color: #2B2B2B;
}
.cid-v8eKT14sBq .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-v8eKT14sBq .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-v8eKT14sBq .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-v8eKT14sBq .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-v8eKT14sBq .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #4a90e2 27%, #4a90e2 50%, #4a90e2 79%);
}
.cid-v8eKT14sBq .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-v8eKT14sBq .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-v8eKFAUEUe {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8eKFAUEUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eKFAUEUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eKFAUEUe .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v8eKFAUEUe .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v8eKFAUEUe .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v8eKFAUEUe .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v8eKFAUEUe .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v8eKFAUEUe .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8eKFAUEUe .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v8eKFAUEUe .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v8eKFAUEUe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8eKFAUEUe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8eKFAUEUe .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v8eKFAUEUe .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8eKFAUEUe .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v8eKFAUEUe .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #ffffff;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8eKFAUEUe .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v8eKFAUEUe .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v8eKFAUEUe .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v8eKFAUEUe .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #4a90e2;
}
.cid-v8eKFAUEUe .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v8eKFAUEUe .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v8eKFAUEUe .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v8eKFAUEUe .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8eKFAUEUe .mbr-label,
.cid-v8eKFAUEUe .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8eKFAUEUe .mbr-section-title,
.cid-v8eKFAUEUe .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8eKFAUEUe .mbr-text,
.cid-v8eKFAUEUe .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v8eKFAUEUe .item-title {
  color: #000000;
}
.cid-v8eKFAUEUe .item-text {
  color: #515151;
}
.cid-v8eKFAUEUe .item-title,
.cid-v8eKFAUEUe .mbr-section-btn {
  text-align: center;
}
.cid-v8eL6UgEru {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8eL6UgEru .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eL6UgEru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eL6UgEru .container,
.cid-v8eL6UgEru .container-fluid {
  position: relative;
}
.cid-v8eL6UgEru .row {
  justify-content: left;
}
.cid-v8eL6UgEru .col-content {
  position: relative;
  z-index: 10;
}
.cid-v8eL6UgEru .mbr-section-title {
  color: #000000;
}
.cid-v8eL6UgEru .mbr-section-subtitle {
  color: #000000;
}
.cid-v8eL6UgEru .mbr-text {
  color: #2B2B2B;
}
.cid-v8eL6UgEru .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-v8eL6UgEru .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-v8eL6UgEru .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-v8eL6UgEru .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-v8eL6UgEru .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #4a90e2 27%, #4a90e2 50%, #4a90e2 79%);
}
.cid-v8eL6UgEru .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-v8eL6UgEru .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-v8eLjvfpDD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8eLjvfpDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eLjvfpDD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eLjvfpDD .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v8eLjvfpDD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v8eLjvfpDD .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v8eLjvfpDD .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v8eLjvfpDD .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v8eLjvfpDD .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8eLjvfpDD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v8eLjvfpDD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v8eLjvfpDD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8eLjvfpDD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8eLjvfpDD .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v8eLjvfpDD .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8eLjvfpDD .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v8eLjvfpDD .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #ffffff;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8eLjvfpDD .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v8eLjvfpDD .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v8eLjvfpDD .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v8eLjvfpDD .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #4a90e2;
}
.cid-v8eLjvfpDD .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v8eLjvfpDD .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v8eLjvfpDD .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v8eLjvfpDD .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8eLjvfpDD .mbr-label,
.cid-v8eLjvfpDD .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8eLjvfpDD .mbr-section-title,
.cid-v8eLjvfpDD .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8eLjvfpDD .mbr-text,
.cid-v8eLjvfpDD .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v8eLjvfpDD .item-title {
  color: #000000;
}
.cid-v8eLjvfpDD .item-text {
  color: #515151;
}
.cid-v8eLjvfpDD .item-title,
.cid-v8eLjvfpDD .mbr-section-btn {
  text-align: center;
}
.cid-v8eLzGVAaO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/c14ba3aaf819f83382d95c980195d229.jpg-564x689.jpg");
}
.cid-v8eLzGVAaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eLzGVAaO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eLzGVAaO .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v8eLzGVAaO .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-v8eLzGVAaO .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8eLzGVAaO .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v8eLzGVAaO .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8eLzGVAaO .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8eLzGVAaO .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v8eLzGVAaO .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-v8eLzGVAaO .mbr-label,
.cid-v8eLzGVAaO .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8eLzGVAaO .mbr-section-title {
  color: #000000;
}
.cid-v8eLzGVAaO .mbr-text,
.cid-v8eLzGVAaO .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8eLzGVAaO .mbr-section-title,
.cid-v8eLzGVAaO .mbr-section-btn {
  text-align: center;
}
.cid-v8eIPb52sK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8eIPb52sK .media-container-row .mbr-text {
  color: #000000;
}
.cid-v8eCIJ3TUo .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8eCIJ3TUo .nav-item:focus,
.cid-v8eCIJ3TUo .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8eCIJ3TUo .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-v8eCIJ3TUo .nav-item .nav-link {
    position: relative;
  }
  .cid-v8eCIJ3TUo .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #4a90e2, #4a90e2);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-v8eCIJ3TUo .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-v8eCIJ3TUo .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8eCIJ3TUo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-v8eCIJ3TUo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8eCIJ3TUo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v8eCIJ3TUo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8eCIJ3TUo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8eCIJ3TUo .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-v8eCIJ3TUo .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #4a90e2;
  background: linear-gradient(#ffffff, #4a90e2);
}
.cid-v8eCIJ3TUo .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #4a90e2 !important;
  background: linear-gradient(#ffffff, #4a90e2) !important;
}
.cid-v8eCIJ3TUo .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-v8eCIJ3TUo .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v8eCIJ3TUo .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v8eCIJ3TUo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v8eCIJ3TUo .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-collapse.show,
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v8eCIJ3TUo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v8eCIJ3TUo .navbar.collapsed .right-menu,
.cid-v8eCIJ3TUo .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v8eCIJ3TUo .navbar .navbar-collapse.show,
  .cid-v8eCIJ3TUo .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v8eCIJ3TUo .navbar .navbar-collapse.show .brand-container,
  .cid-v8eCIJ3TUo .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v8eCIJ3TUo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v8eCIJ3TUo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v8eCIJ3TUo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8eCIJ3TUo .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-v8eCIJ3TUo .navbar .right-menu,
  .cid-v8eCIJ3TUo .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v8eCIJ3TUo .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8eCIJ3TUo .navbar.navbar-short .mbr-overlay {
  background: #4a90e2 !important;
  background: linear-gradient(#ffffff, #4a90e2) !important;
}
.cid-v8eCIJ3TUo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v8eCIJ3TUo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v8eCIJ3TUo .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8eCIJ3TUo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8eCIJ3TUo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8eCIJ3TUo .dropdown-item.active,
.cid-v8eCIJ3TUo .dropdown-item:active {
  background-color: transparent;
}
.cid-v8eCIJ3TUo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8eCIJ3TUo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8eCIJ3TUo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8eCIJ3TUo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4a90e2;
}
.cid-v8eCIJ3TUo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8eCIJ3TUo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8eCIJ3TUo ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v8eCIJ3TUo ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v8eCIJ3TUo .navbar-buttons {
  margin-left: auto;
}
.cid-v8eCIJ3TUo button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v8eCIJ3TUo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8eCIJ3TUo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-v8eCIJ3TUo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-v8eCIJ3TUo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8eCIJ3TUo .navbar-dropdown {
  position: fixed;
}
.cid-v8eCIJ3TUo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v8eCIJ3TUo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v8eCIJ3TUo .right-menu,
.cid-v8eCIJ3TUo .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v8eCIJ3TUo .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v8eCIJ3TUo .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v8eCIJ3TUo .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v8eCIJ3TUo .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-v8eCIJ3TUo .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v8eCIJ3TUo .card-wrapper {
  z-index: 3;
}
.cid-v8eCIJ3TUo .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v8eCIJ3TUo .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8eCIJ3TUo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8eMfXhmyu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8eMfXhmyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eMfXhmyu img {
  border-radius: 2rem;
  margin-top: 6rem;
  box-shadow: 0 0 100px 0 #4a90e2;
}
@media (max-width: 767px) {
  .cid-v8eMfXhmyu img {
    margin-top: 2rem;
  }
}
.cid-v8eMfXhmyu .row {
  background: #ffffff;
  border-radius: 4rem;
  padding: 8rem 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8eMfXhmyu .row {
    border-radius: 2rem;
    padding: 2rem 1rem;
  }
}
.cid-v8eMfXhmyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eMfXhmyu .mbr-text,
.cid-v8eMfXhmyu .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v8eMfXhmyu .mbr-section-title {
  text-align: center;
  color: #4a90e2;
}
.cid-v8eMfXhmyu .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v8eN0sKVWe {
  padding-top: 1rem;
  background-color: #ffffff;
}
.cid-v8eN0sKVWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eN0sKVWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eN0sKVWe .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-v8eN0sKVWe .card-wrapper {
  padding: 32px;
  background-color: #ffffff;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #4a90e2, 0 10px 10px -5px #4a90e2;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8eN0sKVWe .card-wrapper {
    padding: 24px;
  }
}
.cid-v8eN0sKVWe .items-wrapper {
  margin: 0 -20px;
}
.cid-v8eN0sKVWe .items-wrapper .card {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v8eN0sKVWe .tabs-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8eN0sKVWe .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-v8eN0sKVWe .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  transition: all .3s ease;
  width: 100%;
  margin: 20px 0 0 0;
}
.cid-v8eN0sKVWe .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-v8eN0sKVWe .tabs-wrapper .nav.nav-tabs .nav-item:hover {
  transform: translateY(-2px);
}
.cid-v8eN0sKVWe .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: block;
  color: #000000;
  padding: 18px 20px;
  background-color: #ffffff;
  border: none;
  transition: all .3s ease;
  z-index: 1;
  overflow: hidden;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #4a90e2, 0 10px 10px -5px #4a90e2;
}
.cid-v8eN0sKVWe .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #4a90e2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #4a90e2, 1px 10px 20px -10px #4a90e2;
}
.cid-v8eN0sKVWe .tab-content .tab-pane .content-wrap .image-wrap {
  margin-bottom: 20px;
}
.cid-v8eN0sKVWe .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.cid-v8eN0sKVWe .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 12px;
}
.cid-v8eN0sKVWe .tab-content .tab-pane .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-v8eN0sKVWe .tab-content .tab-pane .content-wrap .mbr-section-btn {
  margin-top: 10px;
}
.cid-v8eN0sKVWe .tab-content .tab-pane .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8eN0sKVWe .item-title {
  color: #0f172a;
}
.cid-v8eN0sKVWe .item-text {
  color: #000000;
}
.cid-v8eNzqoBUl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v8eNzqoBUl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v8eNzqoBUl .row {
  flex-direction: row-reverse;
}
.cid-v8eNzqoBUl img {
  width: 100%;
}
.cid-v8eNzqoBUl .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4a90e2;
}
.cid-v8eNzqoBUl .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-v8eNzqoBUl .svg-top {
    width: 1000px;
  }
}
.cid-v8eNzqoBUl .mbr-description {
  color: #ffffff;
}
.cid-v8eNQAqmft {
  padding-top: 5rem;
  background-color: #ffffff;
}
.cid-v8eNQAqmft .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eNQAqmft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eNQAqmft .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-v8eNQAqmft .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v8eNQAqmft .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v8eNQAqmft .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #4a90e2, 0 10px 10px -8px #4a90e2;
  background-color: #fafafa;
}
.cid-v8eNQAqmft .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v8eNQAqmft .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v8eNQAqmft .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8eNQAqmft .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8eNQAqmft .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8eNQAqmft .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8eNQAqmft .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-v8eNQAqmft .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v8eNQAqmft .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-v8eNQAqmft .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 20px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #4a90e2, 0 10px 10px -5px #4a90e2;
  transition: all 0.3s ease-in-out;
}
.cid-v8eNQAqmft .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v8eNQAqmft .panel-group .card:hover {
  transform: translateY(-2px);
}
.cid-v8eNQAqmft .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v8eNQAqmft .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
}
.cid-v8eNQAqmft .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v8eNQAqmft .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-v8eNQAqmft .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #4a90e2;
}
.cid-v8eNQAqmft .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #4a90e2;
  transform: rotate(-180deg);
}
.cid-v8eNQAqmft .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #4a90e2;
}
.cid-v8eNQAqmft .panel-group .card .panel-collapse .panel-body {
  margin: 0 18px 20px;
}
.cid-v8eNQAqmft .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v8eNQAqmft .mbr-label,
.cid-v8eNQAqmft .label-wrapper {
  color: #4a90e2;
  text-align: center;
}
.cid-v8eNQAqmft .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v8eNQAqmft .mbr-text,
.cid-v8eNQAqmft .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v8eNQAqmft .panel-title-edit {
  color: #0f172a;
}
.cid-v8eNQAqmft .panel-text {
  color: #475569;
}
.cid-v8eNQAqmft .mbr-section-btn {
  text-align: center;
}
.cid-v8eOiqFiSK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8eOiqFiSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eOiqFiSK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v8eOiqFiSK .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-v8eOiqFiSK .row {
    margin: 0;
  }
}
.cid-v8eOiqFiSK .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v8eOiqFiSK .row .card {
    padding: 0 16px;
  }
}
.cid-v8eOiqFiSK .title-wrapper .mbr-section-title {
  padding: 0 32px 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8eOiqFiSK .title-wrapper .mbr-section-title {
    padding: 0 24px 24px;
  }
}
.cid-v8eOiqFiSK .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
  border-top: 1px solid #4a90e2;
}
@media (max-width: 992px) {
  .cid-v8eOiqFiSK .content-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-v8eOiqFiSK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v8eOiqFiSK .content-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v8eOiqFiSK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8eOiqFiSK .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v8eOiqFiSK .items {
  border-left: 1px solid #4a90e2;
  border-top: 1px solid #4a90e2;
}
@media (max-width: 992px) {
  .cid-v8eOiqFiSK .items {
    border-top: 1px solid #4a90e2;
  }
}
.cid-v8eOiqFiSK .items .item {
  padding: 32px;
  border-bottom: 1px solid #4a90e2;
}
@media (max-width: 992px) {
  .cid-v8eOiqFiSK .items .item {
    padding: 24px;
  }
}
.cid-v8eOiqFiSK .items .item:last-child {
  border: none;
}
.cid-v8eOiqFiSK .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-v8eOiqFiSK .items .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v8eOiqFiSK .image-wrapper {
  padding: 32px;
  border-top: 1px solid #4a90e2;
}
@media (max-width: 992px) {
  .cid-v8eOiqFiSK .image-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-v8eOiqFiSK .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-v8eOiqFiSK .mbr-section-title {
  color: #000000;
}
.cid-v8eOiqFiSK .mbr-section-subtitle {
  color: #4a90e2;
  text-align: left;
}
.cid-v8eOiqFiSK .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v8eOiqFiSK .card-title {
  color: #F9F6E0;
}
.cid-v8eOiqFiSK .card-text {
  color: #000000;
}
.cid-v8eOiqFiSK .card-title,
.cid-v8eOiqFiSK .title-wrapper {
  color: #000000;
}
.cid-v8eOwJnkR1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/2a9994dba89e7727155a4eca8b282361.gif");
}
.cid-v8eOwJnkR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eOwJnkR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eOwJnkR1 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v8eOwJnkR1 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-v8eOwJnkR1 .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8eOwJnkR1 .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v8eOwJnkR1 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8eOwJnkR1 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8eOwJnkR1 .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v8eOwJnkR1 .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-v8eOwJnkR1 .mbr-label,
.cid-v8eOwJnkR1 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8eOwJnkR1 .mbr-section-title {
  color: #000000;
}
.cid-v8eOwJnkR1 .mbr-text,
.cid-v8eOwJnkR1 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8eOwJnkR1 .mbr-section-title,
.cid-v8eOwJnkR1 .mbr-section-btn {
  text-align: center;
}
.cid-v8eIPb52sK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8eIPb52sK .media-container-row .mbr-text {
  color: #000000;
}
.cid-v8eCIJ3TUo .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8eCIJ3TUo .nav-item:focus,
.cid-v8eCIJ3TUo .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8eCIJ3TUo .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-v8eCIJ3TUo .nav-item .nav-link {
    position: relative;
  }
  .cid-v8eCIJ3TUo .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #4a90e2, #4a90e2);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-v8eCIJ3TUo .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-v8eCIJ3TUo .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8eCIJ3TUo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-v8eCIJ3TUo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8eCIJ3TUo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v8eCIJ3TUo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8eCIJ3TUo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8eCIJ3TUo .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-v8eCIJ3TUo .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #4a90e2;
  background: linear-gradient(#ffffff, #4a90e2);
}
.cid-v8eCIJ3TUo .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #4a90e2 !important;
  background: linear-gradient(#ffffff, #4a90e2) !important;
}
.cid-v8eCIJ3TUo .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-v8eCIJ3TUo .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v8eCIJ3TUo .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v8eCIJ3TUo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v8eCIJ3TUo .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-collapse.show,
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v8eCIJ3TUo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v8eCIJ3TUo .navbar.collapsed .right-menu,
.cid-v8eCIJ3TUo .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v8eCIJ3TUo .navbar .navbar-collapse.show,
  .cid-v8eCIJ3TUo .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v8eCIJ3TUo .navbar .navbar-collapse.show .brand-container,
  .cid-v8eCIJ3TUo .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v8eCIJ3TUo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v8eCIJ3TUo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v8eCIJ3TUo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8eCIJ3TUo .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-v8eCIJ3TUo .navbar .right-menu,
  .cid-v8eCIJ3TUo .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v8eCIJ3TUo .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8eCIJ3TUo .navbar.navbar-short .mbr-overlay {
  background: #4a90e2 !important;
  background: linear-gradient(#ffffff, #4a90e2) !important;
}
.cid-v8eCIJ3TUo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v8eCIJ3TUo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v8eCIJ3TUo .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8eCIJ3TUo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8eCIJ3TUo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8eCIJ3TUo .dropdown-item.active,
.cid-v8eCIJ3TUo .dropdown-item:active {
  background-color: transparent;
}
.cid-v8eCIJ3TUo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8eCIJ3TUo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8eCIJ3TUo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8eCIJ3TUo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4a90e2;
}
.cid-v8eCIJ3TUo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8eCIJ3TUo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8eCIJ3TUo ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v8eCIJ3TUo ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v8eCIJ3TUo .navbar-buttons {
  margin-left: auto;
}
.cid-v8eCIJ3TUo button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v8eCIJ3TUo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8eCIJ3TUo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-v8eCIJ3TUo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-v8eCIJ3TUo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8eCIJ3TUo .navbar-dropdown {
  position: fixed;
}
.cid-v8eCIJ3TUo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v8eCIJ3TUo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v8eCIJ3TUo .right-menu,
.cid-v8eCIJ3TUo .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v8eCIJ3TUo .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v8eCIJ3TUo .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v8eCIJ3TUo .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v8eCIJ3TUo .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-v8eCIJ3TUo .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v8eCIJ3TUo .card-wrapper {
  z-index: 3;
}
.cid-v8eCIJ3TUo .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v8eCIJ3TUo .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8eCIJ3TUo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8eOLAbKq6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v8eOLAbKq6 .sticker {
    width: 15%;
    position: absolute;
  }
  .cid-v8eOLAbKq6 .donut {
    right: 15%;
    top: 80%;
  }
  .cid-v8eOLAbKq6 .fire {
    left: 40%;
    bottom: 5%;
  }
  .cid-v8eOLAbKq6 .hand {
    top: 70%;
    right: 1%;
  }
}
@media (max-width: 758px) {
  .cid-v8eOLAbKq6 .sticker {
    width: 20%;
  }
  .cid-v8eOLAbKq6 .donut {
    right: 10%;
    top: 70%;
  }
  .cid-v8eOLAbKq6 .fire {
    left: 10%;
    bottom: 50%;
  }
  .cid-v8eOLAbKq6 .hand {
    top: 50%;
    right: 10%;
  }
}
@media (min-width: 992px) {
  .cid-v8eOLAbKq6 .sticker {
    width: 10%;
    position: absolute;
  }
  .cid-v8eOLAbKq6 .donut {
    left: 50%;
    top: 70%;
  }
  .cid-v8eOLAbKq6 .fire {
    right: 10%;
    top: 60%;
  }
  .cid-v8eOLAbKq6 .hand {
    top: 5%;
    right: 5%;
  }
}
@media (min-width: 1400px) {
  .cid-v8eOLAbKq6 .donut {
    left: 70%;
    top: 60%;
  }
  .cid-v8eOLAbKq6 .fire {
    right: 5%;
    top: 40%;
  }
  .cid-v8eOLAbKq6 .hand {
    top: 5%;
    right: 5%;
  }
}
.cid-v8eOLAbKq6 .row {
  align-items: center;
  min-height: 500px;
}
.cid-v8eOLAbKq6 .image-wrapper {
  overflow: hidden;
  height: 100%;
  min-height: 500px;
}
.cid-v8eOLAbKq6 .image-wrapper img {
  object-fit: cover;
  height: 100%;
  min-height: 500px;
}
@media (max-width: 991px) {
  .cid-v8eOLAbKq6 .image-wrapper img {
    max-height: 500px;
  }
}
.cid-v8eOLAbKq6 .index {
  z-index: 1;
}
.cid-v8eOLAbKq6 .text-wrapper {
  padding: 0 4rem;
}
@media (max-width: 991px) {
  .cid-v8eOLAbKq6 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8eOLAbKq6 .text-wrapper {
    padding: 0 12px;
  }
}
.cid-v8eOLAbKq6 .mbr-section-title {
  color: #4a90e2;
  text-align: left;
  font-weight: 600;
}
.cid-v8eOLAbKq6 .mbr-text {
  font-size: 24px;
}
.cid-v8eOLAbKq6 .mbr-text,
.cid-v8eOLAbKq6 .mbr-section-btn {
  color: #be926a;
  text-align: left;
}
.cid-v8eOLAbKq6 .btn {
  border-radius: 59px;
  font-size: 18px;
  font-weight: 600;
  padding: 26px 63px;
  color: #000000 !important;
  border: 2px solid;
  border-color: #000000 !important;
}
.cid-v8eOLAbKq6 .btn:hover,
.cid-v8eOLAbKq6 .btn:focus {
  border-color: #000000 !important;
  background-color: #096693 !important;
}
.cid-v8eOLAbKq6 .link {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 210px;
  height: 210px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-v8eOLAbKq6 .link {
    top: 500px;
  }
}
@media (max-width: 768px) {
  .cid-v8eOLAbKq6 .link {
    width: 160px;
    height: 160px;
  }
}
.cid-v8eOLAbKq6 .link img {
  width: 160px;
  height: 160px;
  position: relative;
  object-fit: cover;
  border-radius: 100%;
  animation: 15s linear 0s normal none infinite running rot;
  -webkit-animation: 15s linear 0s normal none infinite running rot;
}
.cid-v8eOLAbKq6 .iconfont-wrapper {
  position: absolute;
}
.cid-v8eOLAbKq6 .iconfont-wrapper span {
  color: #000000;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-v8eOLAbKq6 .container-fluid {
    padding: 0 0.75rem;
  }
}
@media (min-width: 992px) {
  .cid-v8eOLAbKq6 .container-fluid {
    padding: 0 16px;
  }
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cid-v8eOYkqUag {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8eOYkqUag .section-head {
  margin-bottom: 2rem;
}
.cid-v8eOYkqUag .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-v8eOYkqUag .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-v8eOYkqUag .row {
    text-align: center;
  }
}
.cid-v8eOYkqUag .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-v8eOYkqUag .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-v8eOYkqUag .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-v8eOYkqUag .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-v8ePayvY5L {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8ePayvY5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ePayvY5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ePayvY5L .row {
  margin: 0 -20px;
}
.cid-v8ePayvY5L .row .card {
  padding: 0 20px;
}
.cid-v8ePayvY5L .content-wrapper {
  margin-bottom: 40px;
}
.cid-v8ePayvY5L .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v8ePayvY5L .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-v8ePayvY5L .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8ePayvY5L .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v8ePayvY5L .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8ePayvY5L .content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-v8ePayvY5L .content-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-v8ePayvY5L .content-wrap .image-wrapper img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v8ePayvY5L .mbr-label {
  color: #4a90e2;
}
.cid-v8ePayvY5L .mbr-section-title {
  color: #ffffff;
}
.cid-v8ePayvY5L .mbr-text {
  color: #ffffff;
}
.cid-v8ePayvY5L .mbr-section-title,
.cid-v8ePayvY5L .mbr-section-btn {
  color: #000000;
}
.cid-v8ePayvY5L .mbr-text,
.cid-v8ePayvY5L .text-wrapper {
  color: #000000;
}
.cid-v8ePsnSSGs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8ePsnSSGs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ePsnSSGs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ePsnSSGs .row {
  margin: 0 -20px;
}
.cid-v8ePsnSSGs .row .card {
  padding: 0 20px;
}
.cid-v8ePsnSSGs .content-wrapper {
  margin-bottom: 40px;
}
.cid-v8ePsnSSGs .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v8ePsnSSGs .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-v8ePsnSSGs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8ePsnSSGs .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v8ePsnSSGs .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8ePsnSSGs .content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-v8ePsnSSGs .content-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-v8ePsnSSGs .content-wrap .image-wrapper img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v8ePsnSSGs .mbr-label {
  color: #4a90e2;
}
.cid-v8ePsnSSGs .mbr-section-title {
  color: #ffffff;
}
.cid-v8ePsnSSGs .mbr-text {
  color: #ffffff;
}
.cid-v8ePsnSSGs .mbr-section-title,
.cid-v8ePsnSSGs .mbr-section-btn {
  color: #000000;
}
.cid-v8ePsnSSGs .mbr-text,
.cid-v8ePsnSSGs .text-wrapper {
  color: #000000;
}
.cid-v8ePHroTls {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/9e14f672f88ad7920265b2d62cc99857.jpg-563x375.jpg");
}
.cid-v8ePHroTls .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ePHroTls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ePHroTls .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v8ePHroTls .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-v8ePHroTls .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8ePHroTls .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v8ePHroTls .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8ePHroTls .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8ePHroTls .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v8ePHroTls .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-v8ePHroTls .mbr-label,
.cid-v8ePHroTls .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8ePHroTls .mbr-section-title {
  color: #000000;
}
.cid-v8ePHroTls .mbr-text,
.cid-v8ePHroTls .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8ePHroTls .mbr-section-title,
.cid-v8ePHroTls .mbr-section-btn {
  text-align: center;
}
.cid-v8eIPb52sK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8eIPb52sK .media-container-row .mbr-text {
  color: #000000;
}
.cid-v8eCIJ3TUo .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8eCIJ3TUo .nav-item:focus,
.cid-v8eCIJ3TUo .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v8eCIJ3TUo .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-v8eCIJ3TUo .nav-item .nav-link {
    position: relative;
  }
  .cid-v8eCIJ3TUo .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #4a90e2, #4a90e2);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-v8eCIJ3TUo .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-v8eCIJ3TUo .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8eCIJ3TUo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-v8eCIJ3TUo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8eCIJ3TUo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v8eCIJ3TUo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8eCIJ3TUo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8eCIJ3TUo .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-v8eCIJ3TUo .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #4a90e2;
  background: linear-gradient(#ffffff, #4a90e2);
}
.cid-v8eCIJ3TUo .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #4a90e2 !important;
  background: linear-gradient(#ffffff, #4a90e2) !important;
}
.cid-v8eCIJ3TUo .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-v8eCIJ3TUo .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v8eCIJ3TUo .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v8eCIJ3TUo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v8eCIJ3TUo .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-collapse.show,
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v8eCIJ3TUo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8eCIJ3TUo .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v8eCIJ3TUo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v8eCIJ3TUo .navbar.collapsed .right-menu,
.cid-v8eCIJ3TUo .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v8eCIJ3TUo .navbar .navbar-collapse.show,
  .cid-v8eCIJ3TUo .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v8eCIJ3TUo .navbar .navbar-collapse.show .brand-container,
  .cid-v8eCIJ3TUo .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v8eCIJ3TUo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v8eCIJ3TUo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v8eCIJ3TUo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8eCIJ3TUo .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v8eCIJ3TUo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-v8eCIJ3TUo .navbar .right-menu,
  .cid-v8eCIJ3TUo .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v8eCIJ3TUo .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8eCIJ3TUo .navbar.navbar-short .mbr-overlay {
  background: #4a90e2 !important;
  background: linear-gradient(#ffffff, #4a90e2) !important;
}
.cid-v8eCIJ3TUo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v8eCIJ3TUo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v8eCIJ3TUo .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8eCIJ3TUo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8eCIJ3TUo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8eCIJ3TUo .dropdown-item.active,
.cid-v8eCIJ3TUo .dropdown-item:active {
  background-color: transparent;
}
.cid-v8eCIJ3TUo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8eCIJ3TUo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8eCIJ3TUo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8eCIJ3TUo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4a90e2;
}
.cid-v8eCIJ3TUo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8eCIJ3TUo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8eCIJ3TUo ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v8eCIJ3TUo ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v8eCIJ3TUo .navbar-buttons {
  margin-left: auto;
}
.cid-v8eCIJ3TUo button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v8eCIJ3TUo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v8eCIJ3TUo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8eCIJ3TUo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-v8eCIJ3TUo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-v8eCIJ3TUo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8eCIJ3TUo .navbar-dropdown {
  position: fixed;
}
.cid-v8eCIJ3TUo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v8eCIJ3TUo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v8eCIJ3TUo .right-menu,
.cid-v8eCIJ3TUo .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v8eCIJ3TUo .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v8eCIJ3TUo .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v8eCIJ3TUo .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v8eCIJ3TUo .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-v8eCIJ3TUo .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v8eCIJ3TUo .card-wrapper {
  z-index: 3;
}
.cid-v8eCIJ3TUo .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v8eCIJ3TUo .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8eCIJ3TUo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8ePWUGzaj {
  padding-top: 7rem;
  background-color: #ffffff;
}
.cid-v8ePWUGzaj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ePWUGzaj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ePWUGzaj .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-v8ePWUGzaj .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v8ePWUGzaj .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v8ePWUGzaj .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-v8ePWUGzaj .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v8ePWUGzaj .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v8ePWUGzaj .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8ePWUGzaj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8ePWUGzaj .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8ePWUGzaj .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8ePWUGzaj .items-wrapper {
  margin: 0 -10px;
}
.cid-v8ePWUGzaj .items-wrapper .card {
  padding: 0 10px;
}
.cid-v8ePWUGzaj .card-wrapper {
  padding: 24px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #4a90e2, 0 10px 10px -5px #4a90e2;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8ePWUGzaj .card-wrapper {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.cid-v8ePWUGzaj .card-wrapper .title-wrap {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8ePWUGzaj .card-wrapper .title-wrap {
    display: block;
    margin-bottom: 20px;
  }
}
.cid-v8ePWUGzaj .card-wrapper .title-wrap .icon-wrapper {
  width: 52px;
  min-width: 52px;
}
@media (max-width: 992px) {
  .cid-v8ePWUGzaj .card-wrapper .title-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v8ePWUGzaj .card-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a90e2;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v8ePWUGzaj .card-wrapper .title-wrap .card-box {
  width: 100%;
}
.cid-v8ePWUGzaj .card-wrapper .title-wrap .card-box .item-title {
  margin-bottom: 0;
}
.cid-v8ePWUGzaj .card-wrapper .title-wrap .card-box .item-text {
  margin-bottom: 0;
}
.cid-v8ePWUGzaj .card-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v8ePWUGzaj .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v8ePWUGzaj .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-v8ePWUGzaj .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 6px 12px;
  background-color: #f5f5f5;
  border: 1px solid #e1e7ed !important;
  box-shadow: inset 0 1px 3px -1px #e1e7ed, inset 0 5px 13px -2px #e1e7ed;
  margin-bottom: 32px;
  min-height: 40px;
}
@media (max-width: 992px) {
  .cid-v8ePWUGzaj .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 20px;
  }
}
.cid-v8ePWUGzaj .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #4a90e2;
}
.cid-v8ePWUGzaj .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v8ePWUGzaj .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #4a90e2 !important;
  box-shadow: inset 0 1px 10px -5px #4a90e2, 1px 10px 20px -10px #4a90e2;
  background-color: #fafafa;
}
.cid-v8ePWUGzaj .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v8ePWUGzaj .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v8ePWUGzaj .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e7ed;
  border-color: #e1e7ed;
}
.cid-v8ePWUGzaj .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v8ePWUGzaj .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-v8ePWUGzaj .image-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v8ePWUGzaj .image-wrapper {
    height: 320px;
  }
}
.cid-v8ePWUGzaj .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v8ePWUGzaj .mbr-label,
.cid-v8ePWUGzaj .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-v8ePWUGzaj .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v8ePWUGzaj .mbr-text,
.cid-v8ePWUGzaj .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v8ePWUGzaj .item-title {
  color: #0f172a;
}
.cid-v8ePWUGzaj .item-text {
  color: #475569;
}
.cid-v8ePWUGzaj label {
  color: #475569;
}
.cid-v8eQdNjcpv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8eQdNjcpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eQdNjcpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eQdNjcpv .container,
.cid-v8eQdNjcpv .container-fluid {
  position: relative;
}
.cid-v8eQdNjcpv .row {
  justify-content: left;
}
.cid-v8eQdNjcpv .col-content {
  position: relative;
  z-index: 10;
}
.cid-v8eQdNjcpv .mbr-section-title {
  color: #000000;
}
.cid-v8eQdNjcpv .mbr-section-subtitle {
  color: #000000;
}
.cid-v8eQdNjcpv .mbr-text {
  color: #2B2B2B;
}
.cid-v8eQdNjcpv .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-v8eQdNjcpv .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-v8eQdNjcpv .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-v8eQdNjcpv .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-v8eQdNjcpv .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #4a90e2 27%, #4a90e2 50%, #4a90e2 79%);
}
.cid-v8eQdNjcpv .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-v8eQdNjcpv .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-v8eQBcxZPb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-v8eQBcxZPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eQBcxZPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eQBcxZPb .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-v8eQBcxZPb .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-v8eQBcxZPb .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v8eQBcxZPb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v8eQBcxZPb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v8eQBcxZPb .content-head {
  max-width: 800px;
}
.cid-v8eQBcxZPb .mbr-section-title {
  color: #ffffff;
}
.cid-v8eR12pnSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/015353c61f486b322f05358b4efaed63.jpg-563x677.jpg");
}
.cid-v8eR12pnSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eR12pnSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8eR12pnSc .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v8eR12pnSc .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-v8eR12pnSc .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8eR12pnSc .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v8eR12pnSc .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8eR12pnSc .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8eR12pnSc .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v8eR12pnSc .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-v8eR12pnSc .mbr-label,
.cid-v8eR12pnSc .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8eR12pnSc .mbr-section-title {
  color: #000000;
}
.cid-v8eR12pnSc .mbr-text,
.cid-v8eR12pnSc .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8eR12pnSc .mbr-section-title,
.cid-v8eR12pnSc .mbr-section-btn {
  text-align: center;
}
.cid-v8eIPb52sK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8eIPb52sK .media-container-row .mbr-text {
  color: #000000;
}
