body {
  font-family: Anybody;
}
.display-1 {
  font-family: 'Anybody', display;
  font-size: 8.125rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 10.15625rem;
}
.display-2 {
  font-family: 'Anybody', display;
  font-size: 5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Anybody', display;
  font-size: 1.55rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.9375rem;
}
.display-5 {
  font-family: 'Anybody', display;
  font-size: 3.125rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Anybody', display;
  font-size: 1.13rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4125rem;
}
/* ---- 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: 6.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6875rem;
    font-size: calc( 3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    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-4 {
    font-size: 1.24rem;
    font-size: calc( 1.1925rem + (1.55 - 1.1925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.1925rem + (1.55 - 1.1925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.904rem;
    font-size: calc( 1.0454999999999999rem + (1.13 - 1.0454999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.0454999999999999rem + (1.13 - 1.0454999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #da113a !important;
}
.bg-success {
  background-color: #78ec80 !important;
}
.bg-info {
  background-color: #77bbdf !important;
}
.bg-warning {
  background-color: #fff6b1 !important;
}
.bg-danger {
  background-color: #3a0aef !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #da113a !important;
  border-color: #da113a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8a0b25 !important;
  border-color: #8a0b25 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8a0b25 !important;
  border-color: #8a0b25 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a47ee3 !important;
  border-color: #a47ee3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7237d4 !important;
  border-color: #7237d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7237d4 !important;
  border-color: #7237d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #77bbdf !important;
  border-color: #77bbdf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3198ce !important;
  border-color: #3198ce !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3198ce !important;
  border-color: #3198ce !important;
}
.btn-success,
.btn-success:active {
  background-color: #78ec80 !important;
  border-color: #78ec80 !important;
  color: #0c5912 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2ce139 !important;
  border-color: #2ce139 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0c5912 !important;
  background-color: #2ce139 !important;
  border-color: #2ce139 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff6b1 !important;
  border-color: #fff6b1 !important;
  color: #b19d00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #5a5000 !important;
  background-color: #ffec5a !important;
  border-color: #ffec5a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #b19d00 !important;
  background-color: #ffec5a !important;
  border-color: #ffec5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #3a0aef !important;
  border-color: #3a0aef !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #26079c !important;
  border-color: #26079c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #26079c !important;
  border-color: #26079c !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #da113a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8a0b25 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #da113a !important;
  border-color: #da113a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a47ee3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7237d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a47ee3 !important;
  border-color: #a47ee3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #77bbdf;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3198ce !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #77bbdf !important;
  border-color: #77bbdf !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #78ec80;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2ce139 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0c5912 !important;
  background-color: #78ec80 !important;
  border-color: #78ec80 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff6b1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffec5a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #b19d00 !important;
  background-color: #fff6b1 !important;
  border-color: #fff6b1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3a0aef;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #26079c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3a0aef !important;
  border-color: #3a0aef !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2b2b2b;
}
.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: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: #da113a !important;
}
.text-secondary {
  color: #a47ee3 !important;
}
.text-success {
  color: #78ec80 !important;
}
.text-info {
  color: #77bbdf !important;
}
.text-warning {
  color: #fff6b1 !important;
}
.text-danger {
  color: #3a0aef !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #2B2B2B !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7b0a21 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6a2dce !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1fdf2d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2e8fc2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffea4b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #22068d !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: #da113a;
}
.nav-tabs .nav-link:not(.active) {
  color: #2B2B2B;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #77bbdf;
}
.alert-warning {
  background-color: #fff6b1;
}
.alert-danger {
  background-color: #3a0aef;
}
.mbr-gallery-filter li.active .btn {
  background-color: #da113a;
  border-color: #da113a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #da113a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fabdca;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d3c8fd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Anybody', display;
  font-size: 1.55rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.9375rem;
}
.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: #da113a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Anybody', display;
  font-size: 1.55rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.9375rem;
}
blockquote {
  border-color: #da113a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #da113a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #da113a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #da113a;
  border-bottom-color: #da113a;
}
.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: #da113a !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: #a47ee3 !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='%23da113a' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 660px;
  }
}
@media (max-width: 639px) {
  .container {
    max-width: 500px;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 280px;
  min-height: 60px;
  padding: 12px 35px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: -0.5px;
  border-radius: 10px;
  box-shadow: none !important;
  border: none !important;
}
.mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.mbr-section-btn .btn-black-outline {
  color: #2b2b2b !important;
  border: 2px solid #cecec1 !important;
}
.mbr-section-btn .btn-black-outline:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
  border: 2px solid #ffffff !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: max-content !important;
  }
}
b {
  font-weight: 600 !important;
}
.cid-t8OY6ZJ72U {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #1171a4;
}
.cid-t8OY6ZJ72U .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8OY6ZJ72U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8OY6ZJ72U .row {
  align-items: stretch;
}
.cid-t8OY6ZJ72U .card {
  min-height: 800px;
}
@media (max-width: 767px) {
  .cid-t8OY6ZJ72U .card {
    min-height: 600px;
  }
}
.cid-t8OY6ZJ72U .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  padding: 0 2rem;
}
@media (max-width: 991px) {
  .cid-t8OY6ZJ72U .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-t8OY6ZJ72U .card-img {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/1.png-768x512.png");
}
.cid-t8OY6ZJ72U .overlay-img {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #2a2a2a;
  opacity: 0.6;
}
.cid-t8OY6ZJ72U .card-box {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 728px;
  align-items: stretch;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 6rem 0;
}
@media (max-width: 991px) {
  .cid-t8OY6ZJ72U .card-box {
    max-width: 485px;
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-t8OY6ZJ72U .card-box {
    max-width: 100%;
    padding: 2rem 0;
  }
}
.cid-t8OY6ZJ72U .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .cid-t8OY6ZJ72U .iconfont-wrapper {
    margin: 0 auto 16px;
  }
}
.cid-t8OY6ZJ72U .iconfont-wrapper .mbr-iconfont {
  font-size: 51px;
  color: #ffffff;
}
.cid-t8OY6ZJ72U .card-title {
  color: #FFFFFF;
  width: 100%;
}
.cid-t8OY6ZJ72U .card-subtitle {
  color: #FFFFFF;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-t8OY6ZJ72U .card-subtitle {
    margin-top: 16px;
  }
}
.cid-t8OY6ZJ72U .mbr-text {
  color: #FFFFFF;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .cid-t8OY6ZJ72U .mbr-text {
    margin-top: 50px;
  }
}
.cid-t8OY6ZJ72U .card-title,
.cid-t8OY6ZJ72U .mbr-section-btn {
  color: #efefec;
}
.cid-t8P9ED99KQ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background: #fff6b1;
  overflow: hidden;
}
.cid-t8P9ED99KQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8P9ED99KQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8P9ED99KQ .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-t8P9ED99KQ .col-title {
    margin-bottom: 40px;
  }
}
.cid-t8P9ED99KQ .mbr-section-title {
  color: #2B2B2B;
}
.cid-t8P9ED99KQ .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-t8P9ED99KQ .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-t8P9ED99KQ .mbr-section-btn {
  margin-top: 10px;
}
.cid-t8P9ED99KQ .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-t8P9ED99KQ .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-t8P9ED99KQ .col-card {
    margin-bottom: 60px;
  }
}
.cid-t8P9ED99KQ .card-wrap {
  border-radius: 0;
}
.cid-t8P9ED99KQ .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-t8P9ED99KQ .card-title {
  color: #2B2B2B;
}
.cid-t8P9ED99KQ .mbr-text {
  color: #000000;
  margin-top: 8px;
}
.cid-t8P9ED99KQ .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-t8P9ED99KQ .image-wrap img {
  height: 400px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-t8P9ED99KQ .image-wrap img {
    height: 328px;
  }
}
@media (max-width: 991px) {
  .cid-t8P9ED99KQ .image-wrap img {
    height: 224px;
  }
}
@media (max-width: 767px) {
  .cid-t8P9ED99KQ .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-t8P9ED99KQ .container,
.cid-t8P9ED99KQ .container-fluid {
  position: relative;
}
.cid-t8P9ED99KQ .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -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: 767px) {
  .cid-t8P9ED99KQ .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-t8P9ED99KQ .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-t8P9ED99KQ .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tDWOyE5GLZ {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #1171a4;
}
.cid-tDWOyE5GLZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDWOyE5GLZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDWOyE5GLZ .container {
  max-width: 1600px;
}
.cid-tDWOyE5GLZ .row {
  justify-content: center;
}
.cid-tDWOyE5GLZ .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tDWOyE5GLZ .content-container {
    flex-wrap: wrap;
  }
}
.cid-tDWOyE5GLZ .info-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-tDWOyE5GLZ .info-container {
    width: 100%;
  }
}
.cid-tDWOyE5GLZ .title-container {
  margin-bottom: 50px;
}
.cid-tDWOyE5GLZ .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tDWOyE5GLZ .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tDWOyE5GLZ .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-tDWOyE5GLZ .mbr-section-subtitle {
    text-align: center !important;
    margin-top: 1rem;
  }
}
.cid-tDWOyE5GLZ .btn-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: auto;
}
.cid-tDWOyE5GLZ .text-container {
  max-width: 400px;
  margin: 12px auto 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tDWOyE5GLZ .text-container {
    margin: 24px auto;
  }
}
.cid-tDWOyE5GLZ .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tDWOyE5GLZ .mbr-text {
    text-align: center !important;
  }
}
.cid-tDWOyE5GLZ .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-tDWOyE5GLZ .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-tDWOyE5GLZ .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-tDWOyE5GLZ .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-tDWOyE5GLZ .icon-text {
  color: #AE5EFF;
}
.cid-tDWOyE5GLZ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-tDWOyE5GLZ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.cid-tDWOyE5GLZ .form-container {
  max-width: 535px;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-tDWOyE5GLZ .form-container {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDWOyE5GLZ form {
  width: 100%;
}
.cid-tDWOyE5GLZ form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tDWOyE5GLZ form p {
  color: #ffffff;
}
.cid-tDWOyE5GLZ form .mbr-section-btn {
  width: max-content;
  max-width: 35%;
}
@media (max-width: 991px) {
  .cid-tDWOyE5GLZ form .mbr-section-btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tDWOyE5GLZ form .mbr-section-btn .btn {
  padding: 10px 40px;
  height: 100%;
  border-radius: 0.75rem !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-tDWOyE5GLZ form .mbr-section-btn .btn {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
.cid-tDWOyE5GLZ form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex-grow: 1;
}
.cid-tDWOyE5GLZ form .group-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0.42rem;
}
.cid-tDWOyE5GLZ form .group-bg {
  position: absolute;
  border-radius: 0.75rem;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
}
.cid-tDWOyE5GLZ form .group-border {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 6;
  padding: 3px;
  border-radius: 0.75rem;
  transition: all 300ms ease;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-tDWOyE5GLZ form .group-border:hover {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
@media (max-width: 991px) {
  .cid-tDWOyE5GLZ form .group-border {
    flex-wrap: wrap;
  }
}
.cid-tDWOyE5GLZ form .form-control {
  min-height: 100px;
  height: 100%;
  border: none !important;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 0.75rem;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 24px;
  line-height: 32px;
  color: #212132;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-tDWOyE5GLZ form .form-control {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-align: center !important;
  }
}
.cid-tDWOyE5GLZ form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-tDWOyE5GLZ form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-tDWOyE5GLZ form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-tDWOyE5GLZ form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-tDWOyE5GLZ form .form-control:hover {
  outline: none !important;
}
.cid-tDWOyE5GLZ form select {
  color: #939292 !important;
}
.cid-tDWOyE5GLZ form textarea {
  height: 200px;
}
.cid-tDWOyE5GLZ form input:active,
.cid-tDWOyE5GLZ form textarea:active,
.cid-tDWOyE5GLZ form input:focus,
.cid-tDWOyE5GLZ form textarea:focus {
  background-color: #FFFFFF !important;
}
.cid-tDWOyE5GLZ form input:active::-webkit-input-placeholder,
.cid-tDWOyE5GLZ form textarea:active::-webkit-input-placeholder,
.cid-tDWOyE5GLZ form input:focus::-webkit-input-placeholder,
.cid-tDWOyE5GLZ form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-tDWOyE5GLZ form input:active::-moz-placeholder,
.cid-tDWOyE5GLZ form textarea:active::-moz-placeholder,
.cid-tDWOyE5GLZ form input:focus::-moz-placeholder,
.cid-tDWOyE5GLZ form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-tDWOyE5GLZ form input:active:-moz-placeholder,
.cid-tDWOyE5GLZ form textarea:active:-moz-placeholder,
.cid-tDWOyE5GLZ form input:focus:-moz-placeholder,
.cid-tDWOyE5GLZ form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-tDWOyE5GLZ form input:active:-ms-input-placeholder,
.cid-tDWOyE5GLZ form textarea:active:-ms-input-placeholder,
.cid-tDWOyE5GLZ form input:focus:-ms-input-placeholder,
.cid-tDWOyE5GLZ form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-tDWOyE5GLZ form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tDWOyE5GLZ form .row [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tDWOyE5GLZ form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-tDWOyE5GLZ form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tDWOyE5GLZ form .form-check-input:focus,
.cid-tDWOyE5GLZ form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-tDWOyE5GLZ form .form-check-input:checked {
  border-color: #ffffff !important;
}
.cid-tDWOyE5GLZ .img-container {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-tDWOyE5GLZ .img-container {
    width: 100%;
    margin-top: 40px;
  }
}
.cid-tDWOyE5GLZ .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tDWOyE5GLZ .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-tDWOyE5GLZ .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
  background-color: #232323;
}
.cid-tDWOyE5GLZ .image-wrapper img {
  width: 75%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}
.cid-uQszOuisZs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fff6b1;
}
.cid-uQszOuisZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQszOuisZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQszOuisZs .mbr-section-title {
  color: #2A2A2A;
}
.cid-uQszOuisZs .mbr-section-subtitle {
  margin-top: 24px;
  color: #000000;
}
.cid-uQsAa5yN1D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1171a4;
}
.cid-uQsAa5yN1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQsAa5yN1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQsAa5yN1D .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQsAa5yN1D .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQsAa5yN1D .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQsAa5yN1D .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uQsAa5yN1D .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQsAa5yN1D .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uQsAa5yN1D .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uQsAa5yN1D .mbr-text {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uQsAa5yN1D .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uQsAa5yN1D .mbr-label {
  color: #000000;
}
.cid-uQsAa5yN1D .mbr-section-title {
  color: #ffffff;
}
.cid-uQsAa5yN1D .mbr-section-subtitle,
.cid-uQsAa5yN1D .mbr-section-btn {
  color: #ffffff;
}
.cid-uQsB0iknn7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uQsB0iknn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQsB0iknn7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQsB0iknn7 .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uQsB0iknn7 .card-wrapper {
    display: block;
  }
}
.cid-uQsB0iknn7 .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uQsB0iknn7 .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uQsB0iknn7 .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uQsB0iknn7 .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #fff6b1;
}
@media (max-width: 992px) {
  .cid-uQsB0iknn7 .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uQsB0iknn7 .card-wrapper .content-wrapper .date-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uQsB0iknn7 .card-wrapper .content-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQsB0iknn7 .card-wrapper .content-wrapper .date-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-uQsB0iknn7 .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uQsB0iknn7 .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uQsB0iknn7 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQsB0iknn7 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQsB0iknn7 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQsB0iknn7 .mbr-date {
  color: #f4f4f4;
}
.cid-uQsB0iknn7 .mbr-section-title {
  color: #f4f4f4;
}
.cid-uQsB0iknn7 .mbr-text {
  color: #d7d2d2;
}
.cid-uQsB0iknn7 .mbr-text,
.cid-uQsB0iknn7 .text-wrapper {
  color: #000000;
}
.cid-uQsB0iknn7 .mbr-section-title,
.cid-uQsB0iknn7 .mbr-section-btn,
.cid-uQsB0iknn7 .title-wrapper {
  color: #000000;
}
.cid-uQsBAAf3wT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1171a4;
}
.cid-uQsBAAf3wT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQsBAAf3wT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQsBAAf3wT .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #1171a4;
}
@media (max-width: 992px) {
  .cid-uQsBAAf3wT .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uQsBAAf3wT .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uQsBAAf3wT .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uQsBAAf3wT .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uQsBAAf3wT .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uQsBAAf3wT .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uQsBAAf3wT .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQsBAAf3wT .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQsBAAf3wT .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uQsBAAf3wT .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uQsBAAf3wT .mbr-section-title,
.cid-uQsBAAf3wT .mbr-section-btn {
  color: #000000;
}
.cid-tDWOaWy9uZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fff6b1;
}
.cid-tDWOaWy9uZ .row {
  flex-direction: row-reverse;
}
.cid-tDWOaWy9uZ p {
  margin: 0;
}
.cid-tDWOaWy9uZ .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tDWOaWy9uZ .mbr-section-title {
  text-align: center;
}
.cid-tDWOaWy9uZ .mbr-section-subtitle {
  text-align: center;
}
.cid-tDWOaWy9uZ .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tDWOaWy9uZ .card-container {
    margin-bottom: 2rem;
  }
}
.cid-tDWOaWy9uZ .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-tDWOaWy9uZ .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tDWOaWy9uZ .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-tDWOaWy9uZ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-tDWOaWy9uZ .google-map {
  height: 100%;
  position: relative;
}
.cid-tDWOaWy9uZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tDWOaWy9uZ .google-map [data-state-details] {
  color: #1f1437;
  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-tDWOaWy9uZ .google-map[data-state] {
  background: #f3edf7;
}
.cid-tDWOaWy9uZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tDWOaWy9uZ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-t8P4nPLqW1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1171a4;
  overflow: hidden;
  border-top: 2px solid #dfdfd8;
}
.cid-t8P4nPLqW1 .mbr-text {
  color: #efefec;
}
.cid-t8P4nPLqW1 .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQswfn4aDd {
  background-color: transparent;
}
.cid-uQswfn4aDd .navbar-dropdown {
  background-color: #fff6b1 !important;
  padding: 0;
}
.cid-uQswfn4aDd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff6b1 !important;
  background: #fff6b1;
}
.cid-uQswfn4aDd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQswfn4aDd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQswfn4aDd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQswfn4aDd .menu_box .navbar.opened,
  .cid-uQswfn4aDd .menu_box .navbar-collapse {
    background-color: #fff6b1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQswfn4aDd .navbar-dropdown {
  position: relative !important;
}
.cid-uQswfn4aDd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQswfn4aDd .btn:hover {
  box-shadow: none;
}
.cid-uQswfn4aDd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQswfn4aDd .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uQswfn4aDd .nav-item {
    margin: 0 !important;
  }
}
.cid-uQswfn4aDd .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uQswfn4aDd .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQswfn4aDd .nav-item .nav-link:hover::before,
.cid-uQswfn4aDd .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uQswfn4aDd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQswfn4aDd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQswfn4aDd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQswfn4aDd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQswfn4aDd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uQswfn4aDd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQswfn4aDd .offcanvas_box {
    display: none;
  }
}
.cid-uQswfn4aDd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQswfn4aDd .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQswfn4aDd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQswfn4aDd .container {
  display: flex;
  margin: auto;
}
.cid-uQswfn4aDd .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQswfn4aDd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQswfn4aDd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQswfn4aDd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQswfn4aDd .navbar-nav {
    margin: 0;
  }
}
.cid-uQswfn4aDd .dropdown-menu,
.cid-uQswfn4aDd .navbar.opened {
  background-color: false !important;
}
.cid-uQswfn4aDd .nav-item:focus,
.cid-uQswfn4aDd .nav-link:focus {
  outline: none;
}
.cid-uQswfn4aDd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQswfn4aDd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQswfn4aDd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQswfn4aDd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQswfn4aDd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQswfn4aDd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQswfn4aDd .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQswfn4aDd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQswfn4aDd .navbar.opened {
  transition: all 0.3s;
}
.cid-uQswfn4aDd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQswfn4aDd .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uQswfn4aDd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQswfn4aDd .navbar.collapsed {
  justify-content: center;
}
.cid-uQswfn4aDd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQswfn4aDd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQswfn4aDd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQswfn4aDd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQswfn4aDd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQswfn4aDd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQswfn4aDd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQswfn4aDd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQswfn4aDd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQswfn4aDd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQswfn4aDd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQswfn4aDd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQswfn4aDd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQswfn4aDd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQswfn4aDd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQswfn4aDd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQswfn4aDd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQswfn4aDd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQswfn4aDd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQswfn4aDd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQswfn4aDd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQswfn4aDd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQswfn4aDd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQswfn4aDd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQswfn4aDd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQswfn4aDd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uQswfn4aDd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQswfn4aDd .dropdown-item.active,
.cid-uQswfn4aDd .dropdown-item:active {
  background-color: transparent;
}
.cid-uQswfn4aDd .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uQswfn4aDd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQswfn4aDd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQswfn4aDd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQswfn4aDd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQswfn4aDd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQswfn4aDd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff6b1;
  background: #ffffff;
}
.cid-uQswfn4aDd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uQswfn4aDd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQswfn4aDd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQswfn4aDd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQswfn4aDd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQswfn4aDd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQswfn4aDd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQswfn4aDd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQswfn4aDd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQswfn4aDd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQswfn4aDd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQswfn4aDd .navbar {
    height: 70px;
  }
  .cid-uQswfn4aDd .navbar.opened {
    height: auto;
  }
  .cid-uQswfn4aDd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQswfn4aDd .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uQswfn4aDd .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uQswfn4aDd .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uQswfn4aDd .navbar-caption:hover {
  color: #da113a;
}
@media (min-width: 992px) {
  .cid-uQswfn4aDd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQswfn4aDd .text_widget {
  margin-bottom: 32px;
}
.cid-uQswfn4aDd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQswfn4aDd .text_widget a:hover,
.cid-uQswfn4aDd .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uQswfn4aDd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uQswfn4aDd .icons-menu-main {
  display: flex;
}
.cid-uQswfn4aDd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uQswfn4aDd .navbar-caption {
  color: #202020;
}
.cid-uQswfn4aDd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQswfn4aDd .mbr-section-subtitle,
.cid-uQswfn4aDd .text_widget,
.cid-uQswfn4aDd .mbr-section-btn {
  text-align: center;
}
.cid-uQswfn4aDd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQswfn4aDd {
  background-color: transparent;
}
.cid-uQswfn4aDd .navbar-dropdown {
  background-color: #fff6b1 !important;
  padding: 0;
}
.cid-uQswfn4aDd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff6b1 !important;
  background: #fff6b1;
}
.cid-uQswfn4aDd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQswfn4aDd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQswfn4aDd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQswfn4aDd .menu_box .navbar.opened,
  .cid-uQswfn4aDd .menu_box .navbar-collapse {
    background-color: #fff6b1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQswfn4aDd .navbar-dropdown {
  position: relative !important;
}
.cid-uQswfn4aDd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQswfn4aDd .btn:hover {
  box-shadow: none;
}
.cid-uQswfn4aDd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQswfn4aDd .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uQswfn4aDd .nav-item {
    margin: 0 !important;
  }
}
.cid-uQswfn4aDd .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uQswfn4aDd .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQswfn4aDd .nav-item .nav-link:hover::before,
.cid-uQswfn4aDd .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uQswfn4aDd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQswfn4aDd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQswfn4aDd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQswfn4aDd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQswfn4aDd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uQswfn4aDd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQswfn4aDd .offcanvas_box {
    display: none;
  }
}
.cid-uQswfn4aDd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQswfn4aDd .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQswfn4aDd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQswfn4aDd .container {
  display: flex;
  margin: auto;
}
.cid-uQswfn4aDd .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQswfn4aDd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQswfn4aDd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQswfn4aDd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQswfn4aDd .navbar-nav {
    margin: 0;
  }
}
.cid-uQswfn4aDd .dropdown-menu,
.cid-uQswfn4aDd .navbar.opened {
  background-color: false !important;
}
.cid-uQswfn4aDd .nav-item:focus,
.cid-uQswfn4aDd .nav-link:focus {
  outline: none;
}
.cid-uQswfn4aDd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQswfn4aDd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQswfn4aDd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQswfn4aDd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQswfn4aDd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQswfn4aDd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQswfn4aDd .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQswfn4aDd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQswfn4aDd .navbar.opened {
  transition: all 0.3s;
}
.cid-uQswfn4aDd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQswfn4aDd .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uQswfn4aDd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQswfn4aDd .navbar.collapsed {
  justify-content: center;
}
.cid-uQswfn4aDd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQswfn4aDd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQswfn4aDd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQswfn4aDd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQswfn4aDd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQswfn4aDd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQswfn4aDd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQswfn4aDd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQswfn4aDd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQswfn4aDd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQswfn4aDd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQswfn4aDd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQswfn4aDd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQswfn4aDd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQswfn4aDd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQswfn4aDd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQswfn4aDd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQswfn4aDd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQswfn4aDd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQswfn4aDd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQswfn4aDd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQswfn4aDd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQswfn4aDd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQswfn4aDd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQswfn4aDd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQswfn4aDd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uQswfn4aDd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQswfn4aDd .dropdown-item.active,
.cid-uQswfn4aDd .dropdown-item:active {
  background-color: transparent;
}
.cid-uQswfn4aDd .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uQswfn4aDd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQswfn4aDd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQswfn4aDd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQswfn4aDd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQswfn4aDd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQswfn4aDd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff6b1;
  background: #ffffff;
}
.cid-uQswfn4aDd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uQswfn4aDd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQswfn4aDd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQswfn4aDd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQswfn4aDd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQswfn4aDd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQswfn4aDd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQswfn4aDd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQswfn4aDd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQswfn4aDd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQswfn4aDd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQswfn4aDd .navbar {
    height: 70px;
  }
  .cid-uQswfn4aDd .navbar.opened {
    height: auto;
  }
  .cid-uQswfn4aDd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQswfn4aDd .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uQswfn4aDd .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uQswfn4aDd .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uQswfn4aDd .navbar-caption:hover {
  color: #da113a;
}
@media (min-width: 992px) {
  .cid-uQswfn4aDd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQswfn4aDd .text_widget {
  margin-bottom: 32px;
}
.cid-uQswfn4aDd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQswfn4aDd .text_widget a:hover,
.cid-uQswfn4aDd .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uQswfn4aDd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uQswfn4aDd .icons-menu-main {
  display: flex;
}
.cid-uQswfn4aDd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uQswfn4aDd .navbar-caption {
  color: #202020;
}
.cid-uQswfn4aDd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQswfn4aDd .mbr-section-subtitle,
.cid-uQswfn4aDd .text_widget,
.cid-uQswfn4aDd .mbr-section-btn {
  text-align: center;
}
.cid-uQswfn4aDd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tEbWY9Yce9 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #efefec;
  overflow: hidden;
}
.cid-tEbWY9Yce9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEbWY9Yce9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEbWY9Yce9 .container,
.cid-tEbWY9Yce9 .container-fluid {
  position: relative;
}
.cid-tEbWY9Yce9 .row {
  justify-content: left;
}
.cid-tEbWY9Yce9 .col-content {
  position: relative;
  z-index: 10;
}
.cid-tEbWY9Yce9 .mbr-section-title {
  color: #2B2B2B;
}
.cid-tEbWY9Yce9 .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tEbWY9Yce9 .mbr-text {
  color: #2B2B2B;
}
.cid-tEbWY9Yce9 .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tEbWY9Yce9 .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-tEbWY9Yce9 .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tEbWY9Yce9 .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tEbWY9Yce9 .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tEbWY9Yce9 .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tEbWY9Yce9 .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uQsDte3KBi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1171a4;
}
.cid-uQsDte3KBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQsDte3KBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQsDte3KBi .row {
  justify-content: center;
}
.cid-uQsDte3KBi .col-title {
  margin-bottom: 40px;
}
.cid-uQsDte3KBi .mbr-section-title {
  color: #2B2B2B;
}
.cid-uQsDte3KBi .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 12px;
}
.cid-uQsDte3KBi .img-container {
  margin: 0 auto;
}
.cid-uQsDte3KBi .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  height: 620px;
}
.cid-uQsDte3KBi .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQsDPs2XFR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6b1;
}
.cid-uQsDPs2XFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQsDPs2XFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQsDPs2XFR .items-wrapper {
  justify-content: center;
}
.cid-uQsDPs2XFR .mbr-text,
.cid-uQsDPs2XFR .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uQsEzh6Agr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-uQsEzh6Agr .row {
  flex-direction: row-reverse;
}
.cid-uQsEzh6Agr p {
  margin: 0;
}
.cid-uQsEzh6Agr .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uQsEzh6Agr .mbr-section-title {
  text-align: center;
}
.cid-uQsEzh6Agr .mbr-section-subtitle {
  text-align: center;
}
.cid-uQsEzh6Agr .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uQsEzh6Agr .card-container {
    margin-bottom: 2rem;
  }
}
.cid-uQsEzh6Agr .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-uQsEzh6Agr .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uQsEzh6Agr .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-uQsEzh6Agr .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-uQsEzh6Agr .google-map {
  height: 100%;
  position: relative;
}
.cid-uQsEzh6Agr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQsEzh6Agr .google-map [data-state-details] {
  color: #1f1437;
  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-uQsEzh6Agr .google-map[data-state] {
  background: #f3edf7;
}
.cid-uQsEzh6Agr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQsEzh6Agr .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-t8P4nPLqW1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1171a4;
  overflow: hidden;
  border-top: 2px solid #dfdfd8;
}
.cid-t8P4nPLqW1 .mbr-text {
  color: #efefec;
}
.cid-t8P4nPLqW1 .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQsH5jBIub {
  background-color: transparent;
}
.cid-uQsH5jBIub .navbar-dropdown {
  background-color: #fff6b1 !important;
  padding: 0;
}
.cid-uQsH5jBIub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff6b1 !important;
  background: #fff6b1;
}
.cid-uQsH5jBIub .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQsH5jBIub .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQsH5jBIub .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQsH5jBIub .menu_box .navbar.opened,
  .cid-uQsH5jBIub .menu_box .navbar-collapse {
    background-color: #fff6b1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQsH5jBIub .navbar-dropdown {
  position: relative !important;
}
.cid-uQsH5jBIub .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQsH5jBIub .btn:hover {
  box-shadow: none;
}
.cid-uQsH5jBIub .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQsH5jBIub .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uQsH5jBIub .nav-item {
    margin: 0 !important;
  }
}
.cid-uQsH5jBIub .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uQsH5jBIub .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQsH5jBIub .nav-item .nav-link:hover::before,
.cid-uQsH5jBIub .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uQsH5jBIub .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQsH5jBIub .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQsH5jBIub .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQsH5jBIub .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQsH5jBIub .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uQsH5jBIub .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQsH5jBIub .offcanvas_box {
    display: none;
  }
}
.cid-uQsH5jBIub .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQsH5jBIub .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQsH5jBIub .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQsH5jBIub .container {
  display: flex;
  margin: auto;
}
.cid-uQsH5jBIub .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQsH5jBIub .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQsH5jBIub .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQsH5jBIub .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQsH5jBIub .navbar-nav {
    margin: 0;
  }
}
.cid-uQsH5jBIub .dropdown-menu,
.cid-uQsH5jBIub .navbar.opened {
  background-color: false !important;
}
.cid-uQsH5jBIub .nav-item:focus,
.cid-uQsH5jBIub .nav-link:focus {
  outline: none;
}
.cid-uQsH5jBIub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQsH5jBIub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQsH5jBIub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQsH5jBIub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQsH5jBIub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQsH5jBIub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQsH5jBIub .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQsH5jBIub .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQsH5jBIub .navbar.opened {
  transition: all 0.3s;
}
.cid-uQsH5jBIub .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQsH5jBIub .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uQsH5jBIub .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQsH5jBIub .navbar.collapsed {
  justify-content: center;
}
.cid-uQsH5jBIub .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQsH5jBIub .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQsH5jBIub .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQsH5jBIub .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQsH5jBIub .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQsH5jBIub .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQsH5jBIub .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQsH5jBIub .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQsH5jBIub .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQsH5jBIub .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQsH5jBIub .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQsH5jBIub .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQsH5jBIub .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQsH5jBIub .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQsH5jBIub .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQsH5jBIub .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQsH5jBIub .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQsH5jBIub .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQsH5jBIub .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQsH5jBIub .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQsH5jBIub .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQsH5jBIub .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQsH5jBIub .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQsH5jBIub .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQsH5jBIub .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQsH5jBIub .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uQsH5jBIub .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQsH5jBIub .dropdown-item.active,
.cid-uQsH5jBIub .dropdown-item:active {
  background-color: transparent;
}
.cid-uQsH5jBIub .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uQsH5jBIub .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQsH5jBIub .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQsH5jBIub .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQsH5jBIub ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQsH5jBIub .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQsH5jBIub button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff6b1;
  background: #ffffff;
}
.cid-uQsH5jBIub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uQsH5jBIub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQsH5jBIub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQsH5jBIub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQsH5jBIub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQsH5jBIub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQsH5jBIub nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQsH5jBIub nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQsH5jBIub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQsH5jBIub a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQsH5jBIub .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQsH5jBIub .navbar {
    height: 70px;
  }
  .cid-uQsH5jBIub .navbar.opened {
    height: auto;
  }
  .cid-uQsH5jBIub .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQsH5jBIub .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uQsH5jBIub .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uQsH5jBIub .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uQsH5jBIub .navbar-caption:hover {
  color: #da113a;
}
@media (min-width: 992px) {
  .cid-uQsH5jBIub .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQsH5jBIub .text_widget {
  margin-bottom: 32px;
}
.cid-uQsH5jBIub .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQsH5jBIub .text_widget a:hover,
.cid-uQsH5jBIub .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uQsH5jBIub .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uQsH5jBIub .icons-menu-main {
  display: flex;
}
.cid-uQsH5jBIub .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uQsH5jBIub .navbar-caption {
  color: #202020;
}
.cid-uQsH5jBIub .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQsH5jBIub .mbr-section-subtitle,
.cid-uQsH5jBIub .text_widget,
.cid-uQsH5jBIub .mbr-section-btn {
  text-align: center;
}
.cid-uQsH5jBIub a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQsH5lglB8 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #efefec;
  overflow: hidden;
}
.cid-uQsH5lglB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQsH5lglB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQsH5lglB8 .container,
.cid-uQsH5lglB8 .container-fluid {
  position: relative;
}
.cid-uQsH5lglB8 .row {
  justify-content: left;
}
.cid-uQsH5lglB8 .col-content {
  position: relative;
  z-index: 10;
}
.cid-uQsH5lglB8 .mbr-section-title {
  color: #2B2B2B;
}
.cid-uQsH5lglB8 .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-uQsH5lglB8 .mbr-text {
  color: #2B2B2B;
}
.cid-uQsH5lglB8 .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-uQsH5lglB8 .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-uQsH5lglB8 .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-uQsH5lglB8 .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-uQsH5lglB8 .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-uQsH5lglB8 .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-uQsH5lglB8 .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uQsH5mPX8F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1171a4;
}
.cid-uQsH5mPX8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQsH5mPX8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQsH5mPX8F .row {
  justify-content: center;
}
.cid-uQsH5mPX8F .col-title {
  margin-bottom: 40px;
}
.cid-uQsH5mPX8F .mbr-section-title {
  color: #2B2B2B;
}
.cid-uQsH5mPX8F .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 12px;
}
.cid-uQsH5mPX8F .img-container {
  margin: 0 auto;
}
.cid-uQsH5mPX8F .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  height: 620px;
}
.cid-uQsH5mPX8F .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQsH5nVniS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6b1;
}
.cid-uQsH5nVniS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQsH5nVniS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQsH5nVniS .items-wrapper {
  justify-content: center;
}
.cid-uQsH5nVniS .mbr-text,
.cid-uQsH5nVniS .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uQsH5pwypO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-uQsH5pwypO .row {
  flex-direction: row-reverse;
}
.cid-uQsH5pwypO p {
  margin: 0;
}
.cid-uQsH5pwypO .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uQsH5pwypO .mbr-section-title {
  text-align: center;
}
.cid-uQsH5pwypO .mbr-section-subtitle {
  text-align: center;
}
.cid-uQsH5pwypO .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uQsH5pwypO .card-container {
    margin-bottom: 2rem;
  }
}
.cid-uQsH5pwypO .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-uQsH5pwypO .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uQsH5pwypO .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-uQsH5pwypO .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-uQsH5pwypO .google-map {
  height: 100%;
  position: relative;
}
.cid-uQsH5pwypO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQsH5pwypO .google-map [data-state-details] {
  color: #1f1437;
  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-uQsH5pwypO .google-map[data-state] {
  background: #f3edf7;
}
.cid-uQsH5pwypO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQsH5pwypO .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uQsH5rlNg6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1171a4;
  overflow: hidden;
  border-top: 2px solid #dfdfd8;
}
.cid-uQsH5rlNg6 .mbr-text {
  color: #efefec;
}
.cid-uQsH5rlNg6 .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQsJJYcTJR {
  background-color: transparent;
}
.cid-uQsJJYcTJR .navbar-dropdown {
  background-color: #fff6b1 !important;
  padding: 0;
}
.cid-uQsJJYcTJR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff6b1 !important;
  background: #fff6b1;
}
.cid-uQsJJYcTJR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQsJJYcTJR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQsJJYcTJR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQsJJYcTJR .menu_box .navbar.opened,
  .cid-uQsJJYcTJR .menu_box .navbar-collapse {
    background-color: #fff6b1 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQsJJYcTJR .navbar-dropdown {
  position: relative !important;
}
.cid-uQsJJYcTJR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQsJJYcTJR .btn:hover {
  box-shadow: none;
}
.cid-uQsJJYcTJR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQsJJYcTJR .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uQsJJYcTJR .nav-item {
    margin: 0 !important;
  }
}
.cid-uQsJJYcTJR .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uQsJJYcTJR .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQsJJYcTJR .nav-item .nav-link:hover::before,
.cid-uQsJJYcTJR .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uQsJJYcTJR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQsJJYcTJR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQsJJYcTJR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQsJJYcTJR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQsJJYcTJR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uQsJJYcTJR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQsJJYcTJR .offcanvas_box {
    display: none;
  }
}
.cid-uQsJJYcTJR .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQsJJYcTJR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQsJJYcTJR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQsJJYcTJR .container {
  display: flex;
  margin: auto;
}
.cid-uQsJJYcTJR .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQsJJYcTJR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQsJJYcTJR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQsJJYcTJR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQsJJYcTJR .navbar-nav {
    margin: 0;
  }
}
.cid-uQsJJYcTJR .dropdown-menu,
.cid-uQsJJYcTJR .navbar.opened {
  background-color: false !important;
}
.cid-uQsJJYcTJR .nav-item:focus,
.cid-uQsJJYcTJR .nav-link:focus {
  outline: none;
}
.cid-uQsJJYcTJR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQsJJYcTJR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQsJJYcTJR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQsJJYcTJR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQsJJYcTJR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQsJJYcTJR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQsJJYcTJR .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQsJJYcTJR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQsJJYcTJR .navbar.opened {
  transition: all 0.3s;
}
.cid-uQsJJYcTJR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQsJJYcTJR .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uQsJJYcTJR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQsJJYcTJR .navbar.collapsed {
  justify-content: center;
}
.cid-uQsJJYcTJR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQsJJYcTJR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQsJJYcTJR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQsJJYcTJR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQsJJYcTJR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQsJJYcTJR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQsJJYcTJR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQsJJYcTJR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQsJJYcTJR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQsJJYcTJR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQsJJYcTJR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQsJJYcTJR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQsJJYcTJR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQsJJYcTJR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQsJJYcTJR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQsJJYcTJR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQsJJYcTJR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQsJJYcTJR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQsJJYcTJR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQsJJYcTJR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQsJJYcTJR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQsJJYcTJR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQsJJYcTJR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQsJJYcTJR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQsJJYcTJR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQsJJYcTJR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uQsJJYcTJR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQsJJYcTJR .dropdown-item.active,
.cid-uQsJJYcTJR .dropdown-item:active {
  background-color: transparent;
}
.cid-uQsJJYcTJR .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uQsJJYcTJR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQsJJYcTJR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQsJJYcTJR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQsJJYcTJR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQsJJYcTJR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQsJJYcTJR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff6b1;
  background: #ffffff;
}
.cid-uQsJJYcTJR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uQsJJYcTJR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQsJJYcTJR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQsJJYcTJR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQsJJYcTJR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQsJJYcTJR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQsJJYcTJR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQsJJYcTJR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQsJJYcTJR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQsJJYcTJR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQsJJYcTJR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQsJJYcTJR .navbar {
    height: 70px;
  }
  .cid-uQsJJYcTJR .navbar.opened {
    height: auto;
  }
  .cid-uQsJJYcTJR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQsJJYcTJR .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uQsJJYcTJR .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uQsJJYcTJR .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uQsJJYcTJR .navbar-caption:hover {
  color: #da113a;
}
@media (min-width: 992px) {
  .cid-uQsJJYcTJR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQsJJYcTJR .text_widget {
  margin-bottom: 32px;
}
.cid-uQsJJYcTJR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQsJJYcTJR .text_widget a:hover,
.cid-uQsJJYcTJR .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uQsJJYcTJR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uQsJJYcTJR .icons-menu-main {
  display: flex;
}
.cid-uQsJJYcTJR .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uQsJJYcTJR .navbar-caption {
  color: #202020;
}
.cid-uQsJJYcTJR .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQsJJYcTJR .mbr-section-subtitle,
.cid-uQsJJYcTJR .text_widget,
.cid-uQsJJYcTJR .mbr-section-btn {
  text-align: center;
}
.cid-uQsJJYcTJR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQsJK07Tq0 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #efefec;
  overflow: hidden;
}
.cid-uQsJK07Tq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQsJK07Tq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQsJK07Tq0 .container,
.cid-uQsJK07Tq0 .container-fluid {
  position: relative;
}
.cid-uQsJK07Tq0 .row {
  justify-content: left;
}
.cid-uQsJK07Tq0 .col-content {
  position: relative;
  z-index: 10;
}
.cid-uQsJK07Tq0 .mbr-section-title {
  color: #2B2B2B;
}
.cid-uQsJK07Tq0 .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-uQsJK07Tq0 .mbr-text {
  color: #2B2B2B;
}
.cid-uQsJK07Tq0 .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-uQsJK07Tq0 .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-uQsJK07Tq0 .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-uQsJK07Tq0 .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-uQsJK07Tq0 .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-uQsJK07Tq0 .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-uQsJK07Tq0 .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uQsJK1tVc8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1171a4;
}
.cid-uQsJK1tVc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQsJK1tVc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQsJK1tVc8 .row {
  justify-content: center;
}
.cid-uQsJK1tVc8 .col-title {
  margin-bottom: 40px;
}
.cid-uQsJK1tVc8 .mbr-section-title {
  color: #2B2B2B;
}
.cid-uQsJK1tVc8 .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 12px;
}
.cid-uQsJK1tVc8 .img-container {
  margin: 0 auto;
}
.cid-uQsJK1tVc8 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  height: 620px;
}
.cid-uQsJK1tVc8 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQsJK2rjJ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6b1;
}
.cid-uQsJK2rjJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQsJK2rjJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQsJK2rjJ7 .items-wrapper {
  justify-content: center;
}
.cid-uQsJK2rjJ7 .mbr-text,
.cid-uQsJK2rjJ7 .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uQsJK45gl0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-uQsJK45gl0 .row {
  flex-direction: row-reverse;
}
.cid-uQsJK45gl0 p {
  margin: 0;
}
.cid-uQsJK45gl0 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uQsJK45gl0 .mbr-section-title {
  text-align: center;
}
.cid-uQsJK45gl0 .mbr-section-subtitle {
  text-align: center;
}
.cid-uQsJK45gl0 .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uQsJK45gl0 .card-container {
    margin-bottom: 2rem;
  }
}
.cid-uQsJK45gl0 .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-uQsJK45gl0 .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uQsJK45gl0 .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-uQsJK45gl0 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-uQsJK45gl0 .google-map {
  height: 100%;
  position: relative;
}
.cid-uQsJK45gl0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQsJK45gl0 .google-map [data-state-details] {
  color: #1f1437;
  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-uQsJK45gl0 .google-map[data-state] {
  background: #f3edf7;
}
.cid-uQsJK45gl0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQsJK45gl0 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uQsJK5OcOm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1171a4;
  overflow: hidden;
  border-top: 2px solid #dfdfd8;
}
.cid-uQsJK5OcOm .mbr-text {
  color: #efefec;
}
.cid-uQsJK5OcOm .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
