body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f38881 !important;
}
.bg-success {
  background-color: #655495 !important;
}
.bg-info {
  background-color: #4200ff !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f38881 !important;
  border-color: #f38881 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #f38881;
  border-color: #f38881;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f38881 !important;
  border-color: #f38881 !important;
}
.btn-primary:hover {
  background-color: #ef5c52 !important;
  border-color: #ef5c52 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #341d74 !important;
  border-color: #341d74 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #341d74;
  border-color: #341d74;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
.btn-secondary:hover {
  background-color: #f38881 !important;
  border-color: #f38881 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4200ff;
  border-color: #4200ff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-info:hover {
  background-color: #3500cc !important;
  border-color: #3500cc !important;
}
.btn-success,
.btn-success:active {
  background-color: #655495 !important;
  border-color: #655495 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #655495;
  border-color: #655495;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #655495 !important;
  border-color: #655495 !important;
}
.btn-success:hover {
  background-color: #4f4274 !important;
  border-color: #4f4274 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #f38881;
  color: #f38881;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #f38881 !important;
  border-color: #f38881;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f38881 !important;
  border-color: #f38881 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #341d74;
  color: #341d74;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #341d74 !important;
  border-color: #341d74;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
.btn-secondary-outline:hover {
  background-color: #f38881 !important;
  border-color: #f38881 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4200ff;
  color: #4200ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4200ff !important;
  border-color: #4200ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #655495;
  color: #655495;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #655495 !important;
  border-color: #655495;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #655495 !important;
  border-color: #655495 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #f38881 !important;
}
.text-secondary {
  color: #341d74 !important;
}
.text-success {
  color: #655495 !important;
}
.text-info {
  color: #4200ff !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ea3024 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0f0922 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #392f54 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #280099 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #f38881 !important;
}
.alert-success {
  background-color: #655495;
}
.alert-info {
  background-color: #4200ff;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f38881;
  border-color: #f38881;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f38881;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #aa9fc9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9ccff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #f38881;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f38881;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f38881;
  border-bottom-color: #f38881;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f38881 !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: #341d74 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-s2FglZTDrR {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #d0b6d8;
}
.cid-s2FglZTDrR .nav-item,
.cid-s2FglZTDrR .nav-link,
.cid-s2FglZTDrR .navbar-caption {
  font-weight: normal;
}
.cid-s2FglZTDrR .navbar-nav {
  counter-reset: number;
}
.cid-s2FglZTDrR .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FglZTDrR .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FglZTDrR .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FglZTDrR .btn {
    white-space: nowrap;
  }
  .cid-s2FglZTDrR .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FglZTDrR .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FglZTDrR .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FglZTDrR .dropdown-toggle::after,
  .cid-s2FglZTDrR .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FglZTDrR .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FglZTDrR .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR .dropdown-menu .dropdown-item:hover {
  color: #f38881 !important;
  background-color: #fafafa;
}
.cid-s2FglZTDrR .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FglZTDrR .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FglZTDrR .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FglZTDrR .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FglZTDrR .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FglZTDrR .nav-item:focus,
.cid-s2FglZTDrR .nav-link:focus {
  outline: none;
}
.cid-s2FglZTDrR .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FglZTDrR .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FglZTDrR .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FglZTDrR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FglZTDrR .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FglZTDrR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FglZTDrR ul.navbar-nav li {
  margin: auto;
}
.cid-s2FglZTDrR .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d0b6d8;
}
.cid-s2FglZTDrR .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d0b6d8 !important;
}
.cid-s2FglZTDrR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FglZTDrR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FglZTDrR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FglZTDrR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s2FglZTDrR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FglZTDrR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FglZTDrR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FglZTDrR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FglZTDrR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FglZTDrR .navbar .container-fluid,
  .cid-s2FglZTDrR .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FglZTDrR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FglZTDrR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FglZTDrR .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FglZTDrR .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FglZTDrR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FglZTDrR .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FglZTDrR .navbar.navbar-short {
  background: #d0b6d8 !important;
  min-height: 90px;
}
.cid-s2FglZTDrR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FglZTDrR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FglZTDrR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FglZTDrR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FglZTDrR .dropdown-item.active,
.cid-s2FglZTDrR .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FglZTDrR .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FglZTDrR .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FglZTDrR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d0b6d8;
}
.cid-s2FglZTDrR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FglZTDrR .navbar-buttons {
  text-align: center;
}
.cid-s2FglZTDrR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d90a2c;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FglZTDrR .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2FglZTDrR a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR a.nav-link:hover {
  color: #f38881 !important;
}
.is-builder .cid-s2FglZTDrR .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FglZTDrR .navbar {
    height: 77px;
  }
  .cid-s2FglZTDrR .navbar.opened {
    height: auto;
  }
  .cid-s2FglZTDrR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umnDupg8je {
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-umnDupg8je .mbr-fallback-image.disabled {
  display: none;
}
.cid-umnDupg8je .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umnDupg8je .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-umnDupg8je .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-umnDupg8je .container {
    padding: 0 20px;
  }
}
.cid-umnDupg8je .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-umnDupg8je .content-wrapper {
    padding: 0 20px;
  }
}
.cid-umnDupg8je .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-umnDupg8je .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 280px 0 200px;
}
@media (max-width: 992px) {
  .cid-umnDupg8je .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-umnDupg8je .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-umnDupg8je .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-umnDupg8je .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-umnDupg8je .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-umnDupg8je .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-umnDupg8je .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-umnDupg8je .mbr-section-title {
  color: #ffffff;
}
.cid-umnDupg8je .mbr-text,
.cid-umnDupg8je .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-umnDupg8je .mbr-section-title,
.cid-umnDupg8je .mbr-section-btn {
  text-align: center;
}
.cid-ut4xlCdM8S.popup-builder {
  background-color: #ffffff;
}
.cid-ut4xlCdM8S.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ut4xlCdM8S.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ut4xlCdM8S .modal-content,
.cid-ut4xlCdM8S .modal-dialog {
  height: auto;
}
.cid-ut4xlCdM8S .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ut4xlCdM8S .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ut4xlCdM8S .form-wrapper .mbr-form .form-group,
  .cid-ut4xlCdM8S .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ut4xlCdM8S .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ut4xlCdM8S .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ut4xlCdM8S .mbr-text {
  text-align: left;
  color: #191f23;
}
.cid-ut4xlCdM8S .pt-0 {
  padding-top: 0 !important;
}
.cid-ut4xlCdM8S .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ut4xlCdM8S .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ut4xlCdM8S .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ut4xlCdM8S .modal-open {
  overflow: hidden;
}
.cid-ut4xlCdM8S .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ut4xlCdM8S .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ut4xlCdM8S .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ut4xlCdM8S .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ut4xlCdM8S .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ut4xlCdM8S .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ut4xlCdM8S .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ut4xlCdM8S .modal-content {
  background: #eee2a3;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ut4xlCdM8S .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ut4xlCdM8S .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ut4xlCdM8S .modal-backdrop.fade {
  opacity: 0;
}
.cid-ut4xlCdM8S .modal-backdrop.show {
  opacity: .5;
}
.cid-ut4xlCdM8S .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ut4xlCdM8S .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ut4xlCdM8S .modal-header {
    padding: 1rem;
  }
}
.cid-ut4xlCdM8S .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ut4xlCdM8S .modal-header .close svg {
  fill: #353535;
}
.cid-ut4xlCdM8S .modal-header .close:hover {
  opacity: 1;
}
.cid-ut4xlCdM8S .modal-header .close:focus {
  outline: none;
}
.cid-ut4xlCdM8S .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4200ff;
}
.cid-ut4xlCdM8S .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ut4xlCdM8S .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut4xlCdM8S .modal-body {
    padding: 1rem;
  }
}
.cid-ut4xlCdM8S .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ut4xlCdM8S .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut4xlCdM8S .modal-footer {
    padding: 1rem;
  }
}
.cid-ut4xlCdM8S .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ut4xlCdM8S .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ut4xlCdM8S .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ut4xlCdM8S .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ut4xlCdM8S .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ut4xlCdM8S .modal-lg,
  .cid-ut4xlCdM8S .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ut4xlCdM8S .modal-xl {
    max-width: 1140px;
  }
}
.cid-ut4xlCdM8S .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ut4xlCdM8S .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ut4xlCdM8S .form-group {
  margin-bottom: 1rem;
}
.cid-ut4xlCdM8S .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ut4xlCdM8S .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ut4xlCdM8S .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ut4xlCdM8S .mbr-section-btn {
  margin: 0;
}
.cid-ut4xlCdM8S .mbr-section-btn .btn {
  margin: 0;
}
.cid-ut4xlCdM8S .custom-strike {
  position: relative;
}
.cid-ut4xlCdM8S .custom-strike::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: red;
}
.cid-umFluGYiYf {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #c4d6b0;
}
.cid-umFluGYiYf .mbr-fallback-image.disabled {
  display: none;
}
.cid-umFluGYiYf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umFluGYiYf .row {
  align-items: flex-end;
}
.cid-umFluGYiYf .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-umFluGYiYf .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-umFluGYiYf img,
.cid-umFluGYiYf .item-img {
  width: 100%;
}
.cid-umFluGYiYf H5 {
  color: #291f1e;
}
.cid-umFluGYiYf .mbr-text,
.cid-umFluGYiYf .mbr-section-btn {
  color: #291f1e;
}
.cid-umFlvTfZ1W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-umFlvTfZ1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-umFlvTfZ1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umFlvTfZ1W .row {
  flex-direction: row-reverse;
}
.cid-umnJ6m6aaH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umnJ6m6aaH .mbr-section-title {
  margin-bottom: 30px;
}
.cid-umnJ6m6aaH .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-umnJ6m6aaH .title__block {
  padding-bottom: 40px;
}
.cid-umnJ6m6aaH .image {
  width: 100%;
  perspective: 700px;
}
.cid-umnJ6m6aaH .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-umnJ6m6aaH .image img:hover {
  transform: rotateX(-10deg);
}
.cid-umnJ6m6aaH .text__block {
  margin-top: 25px;
}
.cid-umnJ6m6aaH .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-umnJ6m6aaH .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-umnJ6m6aaH .title__block {
    padding-bottom: 30px;
  }
}
.cid-umnJ6m6aaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-umnJ6m6aaH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umFvxCu9EH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-umFvxCu9EH .mbr-fallback-image.disabled {
  display: none;
}
.cid-umFvxCu9EH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umFvxCu9EH .row {
  justify-content: space-between;
}
.cid-umFvxCu9EH .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-umFvxCu9EH .content-wrapper {
    padding: 0;
  }
}
.cid-umFvxCu9EH .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-umFvxCu9EH .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-umFvxCu9EH .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-umFvxCu9EH .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-umFvxCu9EH .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umFvxCu9EH .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-umFvxCu9EH .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-umFvxCu9EH .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-umFvxCu9EH .mbr-section-title {
  color: #000000;
}
.cid-umFvxCu9EH .mbr-desc {
  color: #000000;
}
.cid-umFvxCu9EH .mbr-text {
  color: #283742;
}
.cid-umFvxCu9EH .mbr-section-title,
.cid-umFvxCu9EH .mbr-section-btn {
  color: #232226;
}
.cid-umLKlOHLz5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-umLKlOHLz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLKlOHLz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLKlOHLz5 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-umLKlOHLz5 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-umLKlOHLz5 .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-umLKlOHLz5 .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-umLKlOHLz5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-umLKlOHLz5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umLKlOHLz5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-umLKlOHLz5 .mbr-text,
.cid-umLKlOHLz5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-umLKlOHLz5 .mbr-section-title,
.cid-umLKlOHLz5 .mbr-section-btn {
  text-align: center;
}
.cid-umnGESJ1oC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-umnGESJ1oC .mbr-fallback-image.disabled {
  display: none;
}
.cid-umnGESJ1oC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umnGESJ1oC .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-umnGESJ1oC .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-umnGESJ1oC .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-umnGESJ1oC .container {
    padding: 0 20px;
  }
}
.cid-umnGESJ1oC .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-umnGESJ1oC .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-umnGESJ1oC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umnGESJ1oC .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umnGESJ1oC .image-wrapper img {
    height: 350px;
  }
}
.cid-umnGESJ1oC .mbr-section-title {
  color: #ffffff;
}
.cid-umnGESJ1oC .mbr-text {
  color: #ffffff;
}
.cid-umnGESJ1oC .mbr-section-title,
.cid-umnGESJ1oC .mbr-section-btn {
  color: #4200ff;
}
.cid-umnGESJ1oC .mbr-text,
.cid-umnGESJ1oC .text-wrapper {
  color: #000000;
}
.cid-ulitCv1mVa {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-ulitCv1mVa .image {
  position: absolute;
  background-image: url("../../../assets/images/conference-transparent.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 44vw;
  transform-origin: center;
  transform: rotate(334deg);
}
@media (max-width: 991px) {
  .cid-ulitCv1mVa .image {
    display: none;
  }
}
.cid-ulitCv1mVa .position {
  z-index: 10;
}
.cid-ulitCv1mVa .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-ulitCv1mVa .mbr-section-title {
  margin-bottom: 0;
}
.cid-ulitCv1mVa .mbr-text {
  margin-top: 30px;
}
.cid-ulitCv1mVa .mbr-section-btn {
  margin-top: 30px;
}
.cid-ulitCv1mVa .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-ulitCv1mVa .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-ulitCv1mVa .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ulitCv1mVa .info__block-item {
    margin-right: 10px;
  }
}
.cid-ulitCv1mVa .title__item,
.cid-ulitCv1mVa .text__item {
  margin-bottom: 0;
}
.cid-ulitCv1mVa .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-ulitCv1mVa .animated-element {
  color: #d90a2c;
}
.cid-ulitCv1mVa .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #d90a2c;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-ulitCv1mVa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulitCv1mVa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulitCv1mVa .mbr-section-title,
.cid-ulitCv1mVa .typed-text {
  color: #444345;
}
.cid-ulitCv1mVa .mbr-text,
.cid-ulitCv1mVa .mbr-section-btn {
  color: #003cd3;
}
.cid-uliB70V4I9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-uliB70V4I9 .title__block {
  padding: 30px 15px;
}
.cid-uliB70V4I9 .mbr-text {
  margin-bottom: 30px;
}
.cid-uliB70V4I9 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-uliB70V4I9 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-uliB70V4I9 .bottom__text {
  margin: 10px 0;
}
.cid-uliB70V4I9 .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-uliB70V4I9 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uliB70V4I9 .btn {
  margin-top: 0;
}
.cid-uliB70V4I9 .btn:hover {
  background-color: #f38881 !important;
  border-color: #f38881 !important;
}
.cid-uliB70V4I9 img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uliB70V4I9 .image {
    margin-bottom: 10px;
  }
  .cid-uliB70V4I9 .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uliB70V4I9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uliB70V4I9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uliB70V4I9 .mbr-section-title {
  color: #4200ff;
}
.cid-ul9wXLszVp {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/5126124-2000x1333.jpg");
}
.cid-ul9wXLszVp .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-ul9wXLszVp .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #133996;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-ul9wXLszVp .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-ul9wXLszVp .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-ul9wXLszVp .mbr-timeline-title,
.cid-ul9wXLszVp .mbr-timeline-text {
  color: #ffffff;
}
.cid-ul9wXLszVp .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-ul9wXLszVp .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-ul9wXLszVp .timeline-element:hover .timeline-text-content h4,
.cid-ul9wXLszVp .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #fc643f !important;
}
.cid-ul9wXLszVp .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #fc643f !important;
}
.cid-ul9wXLszVp .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #fc643f !important;
}
.cid-ul9wXLszVp .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ul9wXLszVp .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-ul9wXLszVp .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #133996;
  top: 20px;
  margin-left: -30px;
}
.cid-ul9wXLszVp .iconsBackground span {
  color: #ffffff;
}
.cid-ul9wXLszVp .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-ul9wXLszVp .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #133996;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-ul9wXLszVp .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-ul9wXLszVp .iconsBackground {
    left: 1.5rem;
  }
  .cid-ul9wXLszVp .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-ul9wXLszVp .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-ul9wXLszVp .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-ul9wXLszVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul9wXLszVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul9wXLszVp .mbr-section-title {
  color: #003cd3;
}
.cid-unzfqvxFFM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-unzfqvxFFM .mbr-text {
  color: #003cd3;
  text-align: left;
}
.cid-unzfqvxFFM .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-unzfqvxFFM .mbr-section-title {
  text-align: center;
  color: #d90a2c;
}
.cid-unzfqvxFFM .content-head {
  max-width: 800px;
}
.cid-unzfqvxFFM .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-unzfqvxFFM .mbr-card-title {
  text-align: left;
  color: #000000;
}
.cid-unzfqvxFFM .custom-strike {
  position: relative;
}
.cid-unzfqvxFFM .custom-strike::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: red;
}
.cid-unNhlqMUfQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #efefec;
}
.cid-unNhlqMUfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-unNhlqMUfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unNhlqMUfQ .mbr-section-title {
  color: #2A2A2A;
}
.cid-unNhlqMUfQ .mbr-section-subtitle {
  margin-top: 24px;
  color: #5F6AD4;
}
.cid-uoBUVYQwP6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #262626;
}
.cid-uoBUVYQwP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoBUVYQwP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoBUVYQwP6 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uoBUVYQwP6 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uoBUVYQwP6 .container {
    padding: 0 6px;
  }
}
.cid-uoBUVYQwP6 .row {
  margin: 0;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uoBUVYQwP6 .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uoBUVYQwP6 .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uoBUVYQwP6 .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uoBUVYQwP6 .row {
    padding: 70px 30px;
  }
}
.cid-uoBUVYQwP6 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uoBUVYQwP6 .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uoBUVYQwP6 .desc-wrapper {
    padding: 0;
  }
}
.cid-uoBUVYQwP6 .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uoBUVYQwP6 .title-wrapper {
  margin-bottom: 64px;
}
.cid-uoBUVYQwP6 .title-wrapper span {
  color: #009472;
}
.cid-uoBUVYQwP6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoBUVYQwP6 .cards-wrapper {
    display: block;
  }
}
.cid-uoBUVYQwP6 .cards-wrapper .item:last-child .item-wrapper .card-box {
  border-bottom: 1px solid #cfcfcf;
}
.cid-uoBUVYQwP6 .cards-wrapper .item .item-wrapper .card-box {
  display: grid;
  grid-template-columns: 70px 1fr 1fr;
  gap: 100px;
  padding: 50px;
  border-top: 1px solid #cfcfcf;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uoBUVYQwP6 .cards-wrapper .item .item-wrapper .card-box {
    display: block;
    padding: 40px 22px;
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uoBUVYQwP6 .cards-wrapper .item .item-wrapper .card-box .icon-wrap {
    text-align: center;
    margin-bottom: 32px;
  }
}
.cid-uoBUVYQwP6 .cards-wrapper .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  font-size: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  color: #131313;
}
.cid-uoBUVYQwP6 .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoBUVYQwP6 .cards-wrapper .item .item-wrapper .card-box .card-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uoBUVYQwP6 .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoBUVYQwP6 .cards-wrapper .item .item-wrapper .card-box .card-text {
    text-align: center;
  }
}
.cid-uoBUVYQwP6 .mbr-desc {
  color: #262626;
}
.cid-uoBUVYQwP6 .mbr-section-title {
  color: #131313;
}
.cid-uoBUVYQwP6 .card-title {
  color: #131313;
}
.cid-uoBUVYQwP6 .card-text {
  color: #4200ff;
}
.cid-unNi0aCyfj {
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-unNi0aCyfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-unNi0aCyfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unNi0aCyfj .row {
  justify-content: flex-start;
}
.cid-unNi0aCyfj .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-unNi0aCyfj .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-unNi0aCyfj .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  text-align: left;
}
.cid-unNi0aCyfj .mbr-text {
  color: #4200ff;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.cid-unNlQxxKKR {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #6870d1;
}
.cid-unNlQxxKKR .container {
  padding: 0 5%;
}
.cid-unNlQxxKKR .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #F0F4FF;
  text-align: center;
}
.cid-unNlQxxKKR .article-wrapper {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-unNlQxxKKR .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-unNlQxxKKR .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-unNlQxxKKR .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-unNlQxxKKR .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-unNlQxxKKR .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-unNlQxxKKR .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-unNlQxxKKR .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-unNlQxxKKR .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-unNlQxxKKR .article-column1 {
    padding-right: 16px;
  }
}
.cid-unNlQxxKKR .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-unNlQxxKKR .article-column2 {
    padding-left: 16px;
  }
}
.cid-unNlQxxKKR .mbr-section-subtitle,
.cid-unNlQxxKKR .mbr-iconfont {
  color: #e082c5;
}
.cid-unNlQxxKKR .mbr-text {
  color: #000000;
}
.cid-unNlQxxKKR .mbr-section-subtitle {
  color: #d90a2c;
}
.cid-unEVlwDddZ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-unEVlwDddZ .rotate {
  transform: rotate(225deg);
}
.cid-unEVlwDddZ svg {
  transition: all 0.4s;
}
.cid-unEVlwDddZ a:hover > svg {
  transform: rotate(315deg);
}
.cid-unEVlwDddZ .style-button {
  padding: 32px;
  font-size: 30px;
  cursor: pointer;
  border-radius: 0;
  transform: translateY(-130px);
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-unEVlwDddZ .style-button {
    transform: translateY(-165px);
  }
}
.cid-ulcapmQJzb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e481a;
}
.cid-ulcapmQJzb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulcapmQJzb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulcapmQJzb .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulcapmQJzb .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulcapmQJzb .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulcapmQJzb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ulcapmQJzb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ulcapmQJzb .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-ulcapmQJzb .mbr-section-title {
  color: #9fe870;
}
.cid-ulcapmQJzb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulcapmQJzb .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulcapmQJzb .card-box .item-footer {
  margin-top: auto;
}
.cid-ulcapmQJzb .content-head {
  max-width: 800px;
}
.cid-ulcapmQJzb .card-title,
.cid-ulcapmQJzb .iconfont-wrapper {
  color: #f92c50;
}
.cid-unNnQK6yMC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-unNnQK6yMC .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-unNnQK6yMC .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-unNnQK6yMC .card-wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid;
  background: #ffffff;
  transition: all 0.3s;
  position: relative;
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-unNnQK6yMC .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-unNnQK6yMC .btn {
  border-radius: 30px;
}
@media (max-width: 768px) {
  .cid-unNnQK6yMC .btn {
    width: 100%;
    margin-left: 0;
  }
}
.cid-unNnQK6yMC .b1 {
  background-color: #FFA29D;
}
.cid-unNnQK6yMC .b2 {
  background-color: #cacbcc;
}
.cid-unNnQK6yMC .b3 {
  background-color: #51add0;
}
.cid-unNnQK6yMC .info {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -40px;
  right: -40px;
}
@media (max-width: 768px) {
  .cid-unNnQK6yMC .info {
    right: -10px;
  }
}
.cid-uliq8uPWuj {
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-uliq8uPWuj::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-uliq8uPWuj::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #e59e4d -10%, transparent 80%);
}
.cid-uliq8uPWuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uliq8uPWuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uliq8uPWuj .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uliq8uPWuj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uliq8uPWuj .container {
    padding: 0 16px;
  }
}
.cid-uliq8uPWuj .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uliq8uPWuj .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uliq8uPWuj .content-wrapper {
  margin-bottom: 80px;
}
.cid-uliq8uPWuj .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uliq8uPWuj .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uliq8uPWuj .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uliq8uPWuj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uliq8uPWuj .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uliq8uPWuj .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px 50px 80px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uliq8uPWuj .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uliq8uPWuj .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uliq8uPWuj .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uliq8uPWuj .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uliq8uPWuj .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uliq8uPWuj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uliq8uPWuj .mbr-text,
.cid-uliq8uPWuj .text-wrapper {
  color: #6f6f6f;
  text-align: center;
}
.cid-uliq8uPWuj .item-number {
  color: #000000;
  text-align: center;
}
.cid-uliq8uPWuj .item-title {
  color: #f1634f;
  text-align: center;
}
.cid-uliq8uPWuj .item-text,
.cid-uliq8uPWuj .text-wrap {
  color: #6f6f6f;
  text-align: left;
}
.cid-ulcuMZiFA4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #dcd7d0;
}
.cid-ulcuMZiFA4 .list-group-item {
  background-color: transparent;
  color: #04492e;
  text-align: left;
}
.cid-ulcuMZiFA4 .plan {
  border-radius: 2rem;
  background: #ffffff;
  padding: 2.5rem;
  word-break: break-word;
}
.cid-ulcuMZiFA4 .plan .list-group-item {
  position: relative;
  justify-content: center;
  padding-left: 2rem;
  border: 0;
  font-family: 'Moririse2' !important;
}
.cid-ulcuMZiFA4 .plan .list-group-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  font-weight: 900;
  content: "\e97c";
  color: #fb7a64;
}
@media (max-width: 767px) {
  .cid-ulcuMZiFA4 .plan {
    padding: 2rem 1rem;
  }
}
.cid-ulcuMZiFA4 .mbr-iconfont {
  font-size: 5rem;
  color: #fb7a64;
  padding-bottom: 2rem;
  display: block;
}
.cid-ulcuMZiFA4 .price {
  color: #f38881;
}
.cid-ulcuMZiFA4 .btn {
  width: -webkit-fill-available;
}
@media (max-width: 991px) {
  .cid-ulcuMZiFA4 .plan {
    margin-bottom: 2rem;
  }
}
.cid-ulcuMZiFA4 .price,
.cid-ulcuMZiFA4 .plan-price {
  color: #04492e;
  text-align: center;
}
.cid-ulcuMZiFA4 H3 {
  color: #04492e;
  text-align: center;
}
.cid-ulcuMZiFA4 H4 {
  color: #6e6e6e;
  text-align: center;
}
.cid-ulcuMZiFA4 .plan-title {
  color: #d90a2c;
  text-align: center;
}
.cid-ulcuMZiFA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulcuMZiFA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulcuMZiFA4 .price-term,
.cid-ulcuMZiFA4 .plan-price {
  color: #6e6e6e;
}
.cid-ulcuMZiFA4 .mbr-card-text {
  color: #6e6e6e;
}
.cid-uliQCDtq0z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #199bfc;
}
.cid-uliQCDtq0z .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uliQCDtq0z .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uliQCDtq0z .mbr-text {
  margin: 10px 0;
  color: #ffffff;
}
.cid-uliQCDtq0z .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-uliQCDtq0z .btn-primary:hover {
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
@media (max-width: 767px) {
  .cid-uliQCDtq0z .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-uliQCDtq0z .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uliQCDtq0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uliQCDtq0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rRHGhd2JmI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f7fd;
}
.cid-rRHGhd2JmI .mbr-text {
  line-height: 1.55;
  color: #655495;
}
.cid-rRHGhd2JmI .price {
  margin-top: 5px;
  color: #341d74;
}
.cid-rRHGhd2JmI .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
  color: #341d74;
}
.cid-rRHGhd2JmI .mbr-section-btn {
  margin: 10px 0 0 0;
}
.cid-rRHGhd2JmI .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-rRHGhd2JmI .btn-md:hover {
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
.cid-rRHGhd2JmI .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-rRHGhd2JmI .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-rRHGhd2JmI .content__block,
  .cid-rRHGhd2JmI .price__block {
    margin-bottom: 30px;
  }
}
.cid-rRHGhd2JmI .descr {
  color: #444345;
}
.cid-rRHGhd2JmI .mbr-section-title {
  color: #341d74;
}
.cid-rRHGhd2JmI .descr,
.cid-rRHGhd2JmI .price__block,
.cid-rRHGhd2JmI .mbr-section-btn {
  color: #655495;
}
.cid-rRHFXwCKvY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f7fd;
}
.cid-rRHFXwCKvY .item__text {
  border-radius: 4px;
  padding: 0 10px;
  background: #d90a2c;
  max-height: 30px;
  color: #ffffff;
}
.cid-rRHFXwCKvY .content__block {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-rRHFXwCKvY .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(52, 29, 116, 0.1);
  padding-bottom: 15px;
}
.cid-rRHFXwCKvY .bot {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.cid-rRHFXwCKvY .border__radius {
  margin-right: 25px;
  border: 1px solid rgba(52, 29, 116, 0.3);
  border-radius: 50%;
  max-width: 60px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rRHFXwCKvY .bot__content {
  margin: 10px 0;
  width: 100%;
}
.cid-rRHFXwCKvY .bot__descr {
  color: #888888;
}
@media (max-width: 767px) {
  .cid-rRHFXwCKvY .content__block {
    margin-bottom: 50px;
  }
}
.cid-rRHFXwCKvY .item__head {
  color: #341d74;
}
.cid-rRHFXwCKvY .bot__text {
  color: #655495;
}
.cid-rRHGcuHwym {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fd;
}
.cid-rRHGcuHwym .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #655495;
}
.cid-rRHGcuHwym .mbr-text {
  margin-bottom: 20px;
}
.cid-rRHGcuHwym .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rRHGcuHwym .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-rRHGcuHwym .card .card-header a.panel-title {
  height: 54px;
  margin-bottom: 0;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
}
.cid-rRHGcuHwym .card .card-header a.panel-title h4 {
  font-weight: 700;
  padding: 14px 0;
}
.cid-rRHGcuHwym .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rRHGcuHwym .card .panel-body {
  padding: 10px 0;
  opacity: .75;
}
.cid-rRHGcuHwym .sign {
  font-family: 'FontAwesome' !important;
  padding: 20px 20px 20px 0;
  font-weight: 300;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 767px) {
  .cid-rRHGcuHwym .sign {
    padding: 10px 10px 10px 0;
  }
}
.cid-rRHGcuHwym .mbri-arrow-up:before {
  content: "\f068";
}
.cid-rRHGcuHwym .mbri-arrow-down:before {
  content: "\f067";
}
.cid-rRHGcuHwym H4 {
  color: #341d74;
}
.cid-rRHGcuHwym H4:hover .sign {
  color: #f38881;
}
.cid-rRHGcuHwym .panel-text {
  color: #655495;
}
.cid-rRHGcuHwym .btn-white:hover {
  color: #fff !important;
  background-color: transparent !important;
}
.cid-rRHGcuHwym .mbr-section-title {
  color: #341d74;
}
.cid-rRHGwRVzkW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f7fd;
}
.cid-rRHGwRVzkW .content__block {
  padding-right: 4vw;
  padding-left: 4vw;
}
@media (max-width: 767px) {
  .cid-rRHGwRVzkW .content__block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-rRHGwRVzkW .mbr-section-title {
  margin-bottom: 20px;
  color: #341d74;
}
.cid-rRHGwRVzkW .span__title {
  color: #d90a2c;
}
.cid-rRHGwRVzkW .image {
  position: relative;
}
.cid-rRHGwRVzkW .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-rRHGwRVzkW .number-wrap {
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0;
}
.cid-rRHGwRVzkW .number {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  text-transform: none;
  word-spacing: 0;
  line-height: 1.3;
  color: #655495;
}
.cid-rRHGwRVzkW .dot {
  position: absolute;
  top: 0;
  right: -15px;
  display: block;
  overflow: hidden;
  font-weight: 700;
  font-size: 23px;
  color: #655495;
}
.cid-rRHGwRVzkW .countdown-cont {
  max-width: 700px;
  margin: 20px 0 ;
}
.cid-rRHGwRVzkW .countdown .row {
  margin: 0;
  justify-content: flex-start;
}
.cid-rRHGwRVzkW .col-xs-3,
.cid-rRHGwRVzkW .col-sm-3,
.cid-rRHGwRVzkW .col-md-3 {
  max-width: 60px;
  padding: 0;
}
.cid-rRHGwRVzkW .mbr-media {
  display: inline-block;
}
.cid-rRHGwRVzkW .mbr-figure {
  align-self: flex-start;
  position: absolute;
  top: 45%;
  left: 45%;
}
.cid-rRHGwRVzkW .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 33, 33, 0.95);
  border-radius: 50%;
}
.cid-rRHGwRVzkW .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-rRHGwRVzkW .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rRHGwRVzkW .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 33, 33, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-rRHGwRVzkW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-rRHGwRVzkW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rRHGwRVzkW .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rRHGwRVzkW a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rRHGwRVzkW a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-rRHGwRVzkW a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRHGwRVzkW .mbr-figure {
    top: 40%;
    left: 40%;
  }
  .cid-rRHGwRVzkW .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rRHGtrRSeJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f7fd;
}
.cid-rRHGtrRSeJ .title__wrap {
  margin-bottom: 30px;
}
.cid-rRHGtrRSeJ .title__block {
  margin-bottom: 10px;
}
.cid-rRHGtrRSeJ .mbr-section-title {
  margin-bottom: 0;
  color: #341d74;
}
.cid-rRHGtrRSeJ .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #655495;
}
.cid-rRHGtrRSeJ .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rRHGtrRSeJ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRHGtrRSeJ .mbr-section-btn .btn-secondary-outline:hover {
  color: #f38881 !important;
}
.cid-rRHGtrRSeJ .card__text1,
.cid-rRHGtrRSeJ .card__text2,
.cid-rRHGtrRSeJ .card__text3,
.cid-rRHGtrRSeJ .card__text4 {
  margin: 10px 0 30px;
}
@media (max-width: 575px) {
  .cid-rRHGtrRSeJ .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rRHGtrRSeJ .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .cid-rRHGtrRSeJ .buttons {
    justify-content: flex-start;
  }
}
.cid-rRHGtrRSeJ .card__text1 {
  color: #655495;
}
.cid-rRHGtrRSeJ .card__text2 {
  color: #655495;
}
.cid-rRHGtrRSeJ .card__text3 {
  color: #655495;
}
.cid-rRHGtrRSeJ .card__text4 {
  color: #655495;
}
.cid-ukGPMoomRE {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-ukGPMoomRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukGPMoomRE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukGPMoomRE .map-wrapper {
  height: 100%;
}
.cid-ukGPMoomRE .card-wrapper {
  border: 1px solid #f38881;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ukGPMoomRE .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ukGPMoomRE .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-ukGPMoomRE .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukGPMoomRE .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-ukGPMoomRE .google-map {
  height: 100%;
  position: relative;
}
.cid-ukGPMoomRE .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ukGPMoomRE .google-map iframe {
    min-height: 350px;
  }
}
.cid-ukGPMoomRE .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukGPMoomRE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukGPMoomRE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ukGPMoomRE ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ukGPMoomRE .content-head {
  max-width: 800px;
}
.cid-ukGPMoomRE .mbr-section-title {
  color: #191f23;
}
.cid-ukGPMoomRE .cardTitle {
  color: #221b35;
  text-align: center;
}
.cid-ukGPMoomRE .list,
.cid-ukGPMoomRE .item-wrap {
  color: #221b35;
  text-align: left;
}
.cid-ukGPMoomRE .mbr-section-subtitle {
  color: #d90a2c;
}
.cid-umFFxepVBy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umFFxepVBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-umFFxepVBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umFFxepVBy .mbr-section-subtitle {
  color: #c3c3c3;
}
.cid-s2FqTl60XE {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #d0b6d8;
}
.cid-s2FqTl60XE .nav-item,
.cid-s2FqTl60XE .nav-link,
.cid-s2FqTl60XE .navbar-caption {
  font-weight: normal;
}
.cid-s2FqTl60XE .navbar-nav {
  counter-reset: number;
}
.cid-s2FqTl60XE .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FqTl60XE .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FqTl60XE .btn {
    white-space: nowrap;
  }
  .cid-s2FqTl60XE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FqTl60XE .dropdown-toggle::after,
  .cid-s2FqTl60XE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FqTl60XE .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item:hover {
  color: #f38881 !important;
  background-color: #fafafa;
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FqTl60XE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FqTl60XE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FqTl60XE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FqTl60XE .nav-item:focus,
.cid-s2FqTl60XE .nav-link:focus {
  outline: none;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FqTl60XE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FqTl60XE ul.navbar-nav li {
  margin: auto;
}
.cid-s2FqTl60XE .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d0b6d8;
}
.cid-s2FqTl60XE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d0b6d8 !important;
}
.cid-s2FqTl60XE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FqTl60XE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FqTl60XE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FqTl60XE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FqTl60XE .navbar .container-fluid,
  .cid-s2FqTl60XE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FqTl60XE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FqTl60XE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FqTl60XE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FqTl60XE .navbar.navbar-short {
  background: #d0b6d8 !important;
  min-height: 90px;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FqTl60XE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FqTl60XE .dropdown-item.active,
.cid-s2FqTl60XE .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d0b6d8;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FqTl60XE .navbar-buttons {
  text-align: center;
}
.cid-s2FqTl60XE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d90a2c;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2FqTl60XE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE a.nav-link:hover {
  color: #f38881 !important;
}
.is-builder .cid-s2FqTl60XE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FqTl60XE .navbar {
    height: 77px;
  }
  .cid-s2FqTl60XE .navbar.opened {
    height: auto;
  }
  .cid-s2FqTl60XE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umFBTMWJV6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-umFBTMWJV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umFBTMWJV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umFBTMWJV6 .row {
  flex-direction: row-reverse;
}
.cid-ut7C5E9JmW.popup-builder {
  background-color: #ffffff;
}
.cid-ut7C5E9JmW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ut7C5E9JmW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ut7C5E9JmW .modal-content,
.cid-ut7C5E9JmW .modal-dialog {
  height: auto;
}
.cid-ut7C5E9JmW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ut7C5E9JmW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ut7C5E9JmW .form-wrapper .mbr-form .form-group,
  .cid-ut7C5E9JmW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ut7C5E9JmW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ut7C5E9JmW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ut7C5E9JmW .mbr-text {
  text-align: left;
  color: #191f23;
}
.cid-ut7C5E9JmW .pt-0 {
  padding-top: 0 !important;
}
.cid-ut7C5E9JmW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ut7C5E9JmW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ut7C5E9JmW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ut7C5E9JmW .modal-open {
  overflow: hidden;
}
.cid-ut7C5E9JmW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ut7C5E9JmW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ut7C5E9JmW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ut7C5E9JmW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ut7C5E9JmW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ut7C5E9JmW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ut7C5E9JmW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ut7C5E9JmW .modal-content {
  background: #eee2a3;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ut7C5E9JmW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ut7C5E9JmW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ut7C5E9JmW .modal-backdrop.fade {
  opacity: 0;
}
.cid-ut7C5E9JmW .modal-backdrop.show {
  opacity: .5;
}
.cid-ut7C5E9JmW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ut7C5E9JmW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ut7C5E9JmW .modal-header {
    padding: 1rem;
  }
}
.cid-ut7C5E9JmW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ut7C5E9JmW .modal-header .close svg {
  fill: #353535;
}
.cid-ut7C5E9JmW .modal-header .close:hover {
  opacity: 1;
}
.cid-ut7C5E9JmW .modal-header .close:focus {
  outline: none;
}
.cid-ut7C5E9JmW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4200ff;
}
.cid-ut7C5E9JmW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ut7C5E9JmW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut7C5E9JmW .modal-body {
    padding: 1rem;
  }
}
.cid-ut7C5E9JmW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ut7C5E9JmW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut7C5E9JmW .modal-footer {
    padding: 1rem;
  }
}
.cid-ut7C5E9JmW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ut7C5E9JmW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ut7C5E9JmW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ut7C5E9JmW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ut7C5E9JmW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ut7C5E9JmW .modal-lg,
  .cid-ut7C5E9JmW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ut7C5E9JmW .modal-xl {
    max-width: 1140px;
  }
}
.cid-ut7C5E9JmW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ut7C5E9JmW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ut7C5E9JmW .form-group {
  margin-bottom: 1rem;
}
.cid-ut7C5E9JmW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ut7C5E9JmW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ut7C5E9JmW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ut7C5E9JmW .mbr-section-btn {
  margin: 0;
}
.cid-ut7C5E9JmW .mbr-section-btn .btn {
  margin: 0;
}
.cid-ut7C5E9JmW .custom-strike {
  position: relative;
}
.cid-ut7C5E9JmW .custom-strike::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: red;
}
.cid-umFxgo4SOt {
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-umFxgo4SOt .mbr-fallback-image.disabled {
  display: none;
}
.cid-umFxgo4SOt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umFxgo4SOt .card {
  justify-content: flex-end;
}
.cid-umFxgo4SOt .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-umFxgo4SOt .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-umFxgo4SOt .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-umFxgo4SOt .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-umFxgo4SOt .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-umFxgo4SOt .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 35px;
  }
}
.cid-umFxgo4SOt .card-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 670px;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-umFxgo4SOt .card-wrapper {
    padding: 16px 16px 40px;
    min-height: 400px;
  }
}
.cid-umFxgo4SOt .card-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umFxgo4SOt .card-wrapper img {
    border-radius: 2rem;
  }
}
.cid-umFxgo4SOt .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 16px 24px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-umFxgo4SOt .card-wrapper .card-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-umFxgo4SOt .card-wrapper .card-wrap .content-wrap {
  display: flex;
  align-items: center;
  width: 50%;
  margin-right: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-umFxgo4SOt .card-wrapper .card-wrap .content-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-umFxgo4SOt .card-wrapper .card-wrap .content-wrap .card-date {
  padding: 8px 16px;
  background-color: #d0e59f;
  border-radius: .5rem;
  min-width: 75px;
  margin-right: 24px;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-umFxgo4SOt .card-wrapper .card-wrap .content-wrap .card-date {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: auto;
    width: 100%;
  }
}
.cid-umFxgo4SOt .card-wrapper .card-wrap .content-wrap .title-wrap {
  width: 280px;
}
@media (max-width: 992px) {
  .cid-umFxgo4SOt .card-wrapper .card-wrap .content-wrap .title-wrap {
    width: 100%;
  }
}
.cid-umFxgo4SOt .card-wrapper .card-wrap .content-wrap .title-wrap .card-title {
  margin-bottom: 15px;
}
.cid-umFxgo4SOt .card-wrapper .card-wrap .content-wrap .title-wrap .card-desc {
  margin-bottom: 0;
}
.cid-umFxgo4SOt .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-umFxgo4SOt .card-wrapper .card-wrap .text-wrap {
    width: 100%;
  }
}
.cid-umFxgo4SOt .card-wrapper .card-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-umFxgo4SOt .mbr-section-title {
  color: #000000;
}
.cid-umFxgo4SOt .mbr-text {
  color: #000000;
}
.cid-umFxgo4SOt .card-date {
  color: #000000;
  text-align: center;
}
.cid-umFxgo4SOt .card-title {
  color: #000000;
}
.cid-umFxgo4SOt .card-desc {
  color: #000000;
}
.cid-umFxgo4SOt .card-text {
  color: #000000;
}
.cid-umFxgo4SOt .mbr-section-title,
.cid-umFxgo4SOt .mbr-section-btn {
  color: #f5f7fd;
}
.cid-umqCbqfigC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-umqCbqfigC .mbr-fallback-image.disabled {
  display: none;
}
.cid-umqCbqfigC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-umqCbqfigC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umqCbqfigC .row {
  flex-direction: row-reverse;
}
.cid-umqCbqfigC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umqCbqfigC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umqCbqfigC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umqCbqfigC .mbr-section-title {
  color: #000000;
}
.cid-umqCbqfigC .mbr-text,
.cid-umqCbqfigC .mbr-section-btn {
  color: #232323;
}
.cid-umnEPjOdB9 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #6a2be9;
}
.cid-umnEPjOdB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umnEPjOdB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-umnEPjOdB9 .container {
    padding: 0 16px;
  }
}
.cid-umnEPjOdB9 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umnEPjOdB9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-umnEPjOdB9 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-umnEPjOdB9 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-umnEPjOdB9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-umnEPjOdB9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umnEPjOdB9 .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-umnEPjOdB9 .image-wrapper {
    margin-left: 0;
  }
}
.cid-umnEPjOdB9 .image-wrapper img {
  height: 660px;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-umnEPjOdB9 .image-wrapper img {
    height: 350px;
  }
}
.cid-umnEPjOdB9 .mbr-section-title {
  color: #ffffff;
}
.cid-umnEPjOdB9 .mbr-text {
  color: #ffffff;
}
.cid-rRIjJzt6Us {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-rRIjJzt6Us .wrap {
  height: 700px;
}
.cid-rRIjJzt6Us .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 10px;
  color: #000000;
}
.cid-rRIjJzt6Us .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-rRIjJzt6Us .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-rRIjJzt6Us .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-rRIjJzt6Us .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-rRIjJzt6Us .parallax__image {
  perspective: 700px;
}
.cid-rRIjJzt6Us .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform .5s;
}
.cid-rRIjJzt6Us .image:hover {
  transform: rotateX(-10deg);
}
.cid-rRIjJzt6Us .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRIjJzt6Us .minwidth {
  background-image: url("../../../assets/images/conference2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-rRIjJzt6Us .minwidth {
    height: 200px;
  }
}
.cid-rRIjJzt6Us .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-rRIjJzt6Us .push-lg {
    left: 8.33333333%;
  }
  .cid-rRIjJzt6Us .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-rRIjJzt6Us .wrap {
    height: auto;
  }
  .cid-rRIjJzt6Us .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-rRIjJzt6Us .minwidth {
    margin-bottom: 30px;
  }
}
.cid-rRIiRsUpwJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-rRIiRsUpwJ .title__block {
  margin-bottom: 40px;
}
.cid-rRIiRsUpwJ .carousel-item {
  justify-content: center;
}
.cid-rRIiRsUpwJ .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-rRIiRsUpwJ .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-rRIiRsUpwJ .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 155, 252, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRIiRsUpwJ .carousel-controls a:hover span {
  background: rgba(25, 155, 252, 0.6);
}
.cid-rRIiRsUpwJ .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-rRIiRsUpwJ .user_image img {
  transition: transform .5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-rRIiRsUpwJ .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-rRIiRsUpwJ .user {
    max-width: 87%;
  }
  .cid-rRIiRsUpwJ .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-rRIiRsUpwJ .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-rRIiRsUpwJ .user {
    max-width: 100%;
  }
  .cid-rRIiRsUpwJ .carousel-control-prev {
    left: -5%;
  }
  .cid-rRIiRsUpwJ .carousel-control-next {
    right: -5%;
  }
  .cid-rRIiRsUpwJ .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRIiRsUpwJ .title__block {
    margin-bottom: 20px;
  }
  .cid-rRIiRsUpwJ .carousel-controls {
    display: none;
  }
}
.cid-rRIiaHWZmu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-rRIiaHWZmu .title__wrap {
  margin-bottom: 30px;
}
.cid-rRIiaHWZmu .title__block {
  margin-bottom: 10px;
}
.cid-rRIiaHWZmu .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRIiaHWZmu .mbr-section-title {
  margin-bottom: 0;
}
.cid-rRIiaHWZmu .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rRIiaHWZmu .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRIiaHWZmu .mbr-section-btn .btn-secondary-outline:hover {
  color: #f38881 !important;
}
.cid-rRIiaHWZmu .wrap {
  margin-bottom: 30px;
  height: 100%;
}
.cid-rRIiaHWZmu .wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rRIiaHWZmu .wrap:hover .descr__text {
  transform: translateY(-20px);
  opacity: 0;
}
.cid-rRIiaHWZmu .wrap:hover .link__text {
  opacity: 1;
  transform: translateY(-25px);
}
.cid-rRIiaHWZmu .image {
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  height: 430px;
  border-radius: 4px;
}
.cid-rRIiaHWZmu .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRIiaHWZmu .descr__block {
  padding: 25px 0 0;
}
.cid-rRIiaHWZmu .descr__title {
  margin-bottom: 5px;
}
.cid-rRIiaHWZmu .descr__text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-bottom: 0;
}
.cid-rRIiaHWZmu .descr__text:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  margin-top: -2px;
  color: #f38881;
  margin-left: 5px;
}
.cid-rRIiaHWZmu .link__text {
  display: inline-block;
  position: relative;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-top: 5px;
  margin-top: 0;
  opacity: 0;
  transform: translateY(0);
}
.cid-rRIiaHWZmu .link__text a {
  position: relative;
}
.cid-rRIiaHWZmu .link__text a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: currentColor;
  top: 50%;
  right: -55px;
}
.cid-rRIiaHWZmu .link__text a:hover {
  color: #f38881 !important;
}
@media (max-width: 767px) {
  .cid-rRIiaHWZmu .descr__block {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .cid-rRIiaHWZmu .image {
    height: 300px;
  }
  .cid-rRIiaHWZmu .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rRIiaHWZmu .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .cid-rRIiaHWZmu .buttons {
    justify-content: flex-start;
  }
}
.cid-uliMG5SMDC {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-uliMG5SMDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uliMG5SMDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uliMG5SMDC .map-wrapper {
  height: 100%;
}
.cid-uliMG5SMDC .card-wrapper {
  border: 1px solid #f38881;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uliMG5SMDC .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uliMG5SMDC .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uliMG5SMDC .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uliMG5SMDC .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uliMG5SMDC .google-map {
  height: 100%;
  position: relative;
}
.cid-uliMG5SMDC .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uliMG5SMDC .google-map iframe {
    min-height: 350px;
  }
}
.cid-uliMG5SMDC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uliMG5SMDC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uliMG5SMDC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uliMG5SMDC ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uliMG5SMDC .content-head {
  max-width: 800px;
}
.cid-uliMG5SMDC .mbr-section-title {
  color: #191f23;
}
.cid-uliMG5SMDC .cardTitle {
  color: #221b35;
  text-align: center;
}
.cid-uliMG5SMDC .list,
.cid-uliMG5SMDC .item-wrap {
  color: #221b35;
  text-align: left;
}
.cid-uliMG5SMDC .mbr-section-subtitle {
  color: #d90a2c;
}
.cid-umFGsH7xmr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umFGsH7xmr .mbr-fallback-image.disabled {
  display: none;
}
.cid-umFGsH7xmr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umFGsH7xmr .mbr-section-subtitle {
  color: #c3c3c3;
}
.cid-uliNSjmc0h {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #d0b6d8;
}
.cid-uliNSjmc0h .nav-item,
.cid-uliNSjmc0h .nav-link,
.cid-uliNSjmc0h .navbar-caption {
  font-weight: normal;
}
.cid-uliNSjmc0h .navbar-nav {
  counter-reset: number;
}
.cid-uliNSjmc0h .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uliNSjmc0h .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uliNSjmc0h .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uliNSjmc0h .btn {
    white-space: nowrap;
  }
  .cid-uliNSjmc0h .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uliNSjmc0h .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uliNSjmc0h .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uliNSjmc0h .dropdown-toggle::after,
  .cid-uliNSjmc0h .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uliNSjmc0h .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uliNSjmc0h .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uliNSjmc0h .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uliNSjmc0h .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uliNSjmc0h .dropdown-menu .dropdown-item:hover {
  color: #f38881 !important;
  background-color: #fafafa;
}
.cid-uliNSjmc0h .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uliNSjmc0h .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uliNSjmc0h .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uliNSjmc0h .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uliNSjmc0h .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uliNSjmc0h .nav-item:focus,
.cid-uliNSjmc0h .nav-link:focus {
  outline: none;
}
.cid-uliNSjmc0h .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uliNSjmc0h .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uliNSjmc0h .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uliNSjmc0h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uliNSjmc0h .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uliNSjmc0h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uliNSjmc0h ul.navbar-nav li {
  margin: auto;
}
.cid-uliNSjmc0h .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d0b6d8;
}
.cid-uliNSjmc0h .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d0b6d8 !important;
}
.cid-uliNSjmc0h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uliNSjmc0h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uliNSjmc0h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uliNSjmc0h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uliNSjmc0h .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uliNSjmc0h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uliNSjmc0h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uliNSjmc0h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uliNSjmc0h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uliNSjmc0h .navbar .container-fluid,
  .cid-uliNSjmc0h .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uliNSjmc0h .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uliNSjmc0h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uliNSjmc0h .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uliNSjmc0h .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uliNSjmc0h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uliNSjmc0h .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uliNSjmc0h .navbar.navbar-short {
  background: #d0b6d8 !important;
  min-height: 90px;
}
.cid-uliNSjmc0h .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uliNSjmc0h .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uliNSjmc0h .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uliNSjmc0h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uliNSjmc0h .dropdown-item.active,
.cid-uliNSjmc0h .dropdown-item:active {
  background-color: transparent;
}
.cid-uliNSjmc0h .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uliNSjmc0h .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uliNSjmc0h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d0b6d8;
}
.cid-uliNSjmc0h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uliNSjmc0h .navbar-buttons {
  text-align: center;
}
.cid-uliNSjmc0h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uliNSjmc0h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d90a2c;
}
.cid-uliNSjmc0h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uliNSjmc0h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uliNSjmc0h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uliNSjmc0h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uliNSjmc0h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uliNSjmc0h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uliNSjmc0h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uliNSjmc0h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uliNSjmc0h .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uliNSjmc0h a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uliNSjmc0h a.nav-link:hover {
  color: #f38881 !important;
}
.is-builder .cid-uliNSjmc0h .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uliNSjmc0h .navbar {
    height: 77px;
  }
  .cid-uliNSjmc0h .navbar.opened {
    height: auto;
  }
  .cid-uliNSjmc0h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uliO7hzYVj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/5126124-2000x1333.jpg");
}
.cid-uliO7hzYVj .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uliO7hzYVj .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #133996;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-uliO7hzYVj .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uliO7hzYVj .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-uliO7hzYVj .mbr-timeline-title,
.cid-uliO7hzYVj .mbr-timeline-text {
  color: #ffffff;
}
.cid-uliO7hzYVj .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-uliO7hzYVj .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-uliO7hzYVj .timeline-element:hover .timeline-text-content h4,
.cid-uliO7hzYVj .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #fc643f !important;
}
.cid-uliO7hzYVj .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #fc643f !important;
}
.cid-uliO7hzYVj .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #fc643f !important;
}
.cid-uliO7hzYVj .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uliO7hzYVj .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-uliO7hzYVj .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #133996;
  top: 20px;
  margin-left: -30px;
}
.cid-uliO7hzYVj .iconsBackground span {
  color: #ffffff;
}
.cid-uliO7hzYVj .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-uliO7hzYVj .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #133996;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-uliO7hzYVj .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-uliO7hzYVj .iconsBackground {
    left: 1.5rem;
  }
  .cid-uliO7hzYVj .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-uliO7hzYVj .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-uliO7hzYVj .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-uliO7hzYVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uliO7hzYVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uliO7hzYVj .mbr-section-title {
  color: #003cd3;
}
.cid-ut7CApaxbs.popup-builder {
  background-color: #ffffff;
}
.cid-ut7CApaxbs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ut7CApaxbs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ut7CApaxbs .modal-content,
.cid-ut7CApaxbs .modal-dialog {
  height: auto;
}
.cid-ut7CApaxbs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ut7CApaxbs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ut7CApaxbs .form-wrapper .mbr-form .form-group,
  .cid-ut7CApaxbs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ut7CApaxbs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ut7CApaxbs .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ut7CApaxbs .mbr-text {
  text-align: left;
  color: #191f23;
}
.cid-ut7CApaxbs .pt-0 {
  padding-top: 0 !important;
}
.cid-ut7CApaxbs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ut7CApaxbs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ut7CApaxbs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ut7CApaxbs .modal-open {
  overflow: hidden;
}
.cid-ut7CApaxbs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ut7CApaxbs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ut7CApaxbs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ut7CApaxbs .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ut7CApaxbs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ut7CApaxbs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ut7CApaxbs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ut7CApaxbs .modal-content {
  background: #eee2a3;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ut7CApaxbs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ut7CApaxbs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ut7CApaxbs .modal-backdrop.fade {
  opacity: 0;
}
.cid-ut7CApaxbs .modal-backdrop.show {
  opacity: .5;
}
.cid-ut7CApaxbs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ut7CApaxbs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ut7CApaxbs .modal-header {
    padding: 1rem;
  }
}
.cid-ut7CApaxbs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ut7CApaxbs .modal-header .close svg {
  fill: #353535;
}
.cid-ut7CApaxbs .modal-header .close:hover {
  opacity: 1;
}
.cid-ut7CApaxbs .modal-header .close:focus {
  outline: none;
}
.cid-ut7CApaxbs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4200ff;
}
.cid-ut7CApaxbs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ut7CApaxbs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut7CApaxbs .modal-body {
    padding: 1rem;
  }
}
.cid-ut7CApaxbs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ut7CApaxbs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut7CApaxbs .modal-footer {
    padding: 1rem;
  }
}
.cid-ut7CApaxbs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ut7CApaxbs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ut7CApaxbs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ut7CApaxbs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ut7CApaxbs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ut7CApaxbs .modal-lg,
  .cid-ut7CApaxbs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ut7CApaxbs .modal-xl {
    max-width: 1140px;
  }
}
.cid-ut7CApaxbs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ut7CApaxbs .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ut7CApaxbs .form-group {
  margin-bottom: 1rem;
}
.cid-ut7CApaxbs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ut7CApaxbs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ut7CApaxbs .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ut7CApaxbs .mbr-section-btn {
  margin: 0;
}
.cid-ut7CApaxbs .mbr-section-btn .btn {
  margin: 0;
}
.cid-ut7CApaxbs .custom-strike {
  position: relative;
}
.cid-ut7CApaxbs .custom-strike::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: red;
}
.cid-umX4SEmQgP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-umX4SEmQgP .mbr-fallback-image.disabled {
  display: none;
}
.cid-umX4SEmQgP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umX4SEmQgP .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-umX4SEmQgP .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-umX4SEmQgP .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-umX4SEmQgP .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-umX4SEmQgP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-umX4SEmQgP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umX4SEmQgP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-umX4SEmQgP .mbr-text,
.cid-umX4SEmQgP .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-umX4SEmQgP .mbr-section-title,
.cid-umX4SEmQgP .mbr-section-btn {
  text-align: center;
}
.cid-unHy57fQve {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #c3c3c3;
}
.cid-unHy57fQve .mbr-text {
  color: #003cd3;
  text-align: left;
}
.cid-unHy57fQve .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-unHy57fQve .mbr-section-title {
  text-align: center;
  color: #d90a2c;
}
.cid-unHy57fQve .content-head {
  max-width: 800px;
}
.cid-unHy57fQve .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-unHy57fQve .mbr-card-title {
  text-align: left;
  color: #000000;
}
.cid-umX4WVKRZp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-umX4WVKRZp .card {
  width: 100%;
}
.cid-umX4WVKRZp .card .add__block {
  display: none;
}
.cid-umX4WVKRZp .add__block {
  margin-top: 35px;
}
.cid-umX4WVKRZp .add__block .add__block_image {
  width: 170px;
}
.cid-umX4WVKRZp .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-umX4WVKRZp .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-umX4WVKRZp .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-umX4WVKRZp .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-umX4WVKRZp .row {
  margin: 0;
}
.cid-umX4WVKRZp .mbr-section-title {
  margin-bottom: 0;
}
.cid-umX4WVKRZp .step-container {
  margin-top: 25px;
}
.cid-umX4WVKRZp .padding__bot {
  padding-bottom: 50px;
}
.cid-umX4WVKRZp .step-text-content {
  padding-top: 10px;
}
.cid-umX4WVKRZp .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
}
.cid-umX4WVKRZp .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #003cd3;
}
.cid-umX4WVKRZp .mbr-section-btn {
  margin-top: 20px;
}
.cid-umX4WVKRZp .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-umX4WVKRZp .step {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: calc((20px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  font-weight: 500;
  color: #919DAB;
}
@media (min-width: 400px) {
  .cid-umX4WVKRZp .add__block {
    display: flex;
  }
  .cid-umX4WVKRZp .step-element {
    display: flex;
  }
  .cid-umX4WVKRZp .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((20 * 2px) + 70px);
  }
  .cid-umX4WVKRZp .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-umX4WVKRZp .separline {
    position: relative;
  }
  .cid-umX4WVKRZp .separline:after {
    top: 40px;
    left: 18px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (20px) * 2);
    background-color: #ffffff;
  }
  .cid-umX4WVKRZp .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-umX4WVKRZp .add__block_title {
    margin-top: 30px;
  }
  .cid-umX4WVKRZp .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-umX4WVKRZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-umX4WVKRZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umX7skk37B {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-umX7skk37B .item {
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
.cid-umX7skk37B .item:last-child .icon-box:before {
  display: none;
}
.cid-umX7skk37B .item::before {
  content: "";
  width: 2px;
  height: 100%;
  left: 40px;
  position: absolute;
  top: 0;
  background: #dae2ec;
  transform: translate(-50%, 0);
}
.cid-umX7skk37B .last:before {
  display: none;
}
.cid-umX7skk37B .icon-box {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f2f3f7;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-umX7skk37B .icon-box {
    margin-right: 1rem;
  }
}
.cid-umX7skk37B span {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .cid-umX7skk37B span .card {
    margin-bottom: 2rem;
  }
  .cid-umX7skk37B span .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-umX7skk37B span .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-umX7skk37B .icon-box::before {
    top: 114%;
  }
}
.cid-umX7skk37B SPAN {
  color: #0196e3;
}
.cid-umX7skk37B .icon-text {
  color: #6c758f;
}
.cid-umX7skk37B .icon-title {
  color: #36187d;
}
.cid-umX7skk37B .icon-subtitle {
  color: #36187d;
}
.cid-umX7skk37B .main-title {
  color: #36187d;
}
.cid-umX7skk37B .mbr-fallback-image.disabled {
  display: none;
}
.cid-umX7skk37B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unHykuB3Sf {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d0b6d8;
}
.cid-unHykuB3Sf .rotate {
  transform: rotate(225deg);
}
.cid-unHykuB3Sf svg {
  transition: all 0.4s;
}
.cid-unHykuB3Sf a:hover > svg {
  transform: rotate(315deg);
}
.cid-unHykuB3Sf .style-button {
  padding: 32px;
  font-size: 30px;
  cursor: pointer;
  border-radius: 0;
  transform: translateY(-130px);
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-unHykuB3Sf .style-button {
    transform: translateY(-165px);
  }
}
.cid-uliOO75Cm8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #87d6d5;
}
.cid-uliOO75Cm8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uliOO75Cm8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uliOO75Cm8 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-uliOO75Cm8 .item {
    margin-bottom: 4rem;
  }
}
.cid-uliOO75Cm8 .item:last-child .icon-box:before {
  display: none;
}
.cid-uliOO75Cm8 .item.last .icon-box:before {
  display: none;
}
.cid-uliOO75Cm8 .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uliOO75Cm8 .icon-box {
    margin-right: 1rem;
  }
}
.cid-uliOO75Cm8 .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 50px;
  left: 50%;
  top: 73%;
  top: 100%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-uliOO75Cm8 span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uliOO75Cm8 .card {
    margin-bottom: 2rem;
  }
  .cid-uliOO75Cm8 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uliOO75Cm8 .icon-box::before {
    top: 141%;
    top: 123%;
  }
}
@media (max-width: 768px) {
  .cid-uliOO75Cm8 .icon-box::before {
    top: 114%;
  }
}
.cid-uliOO75Cm8 .icon-title {
  color: #1f6463;
}
.cid-uliOO75Cm8 .card-title,
.cid-uliOO75Cm8 .card-box {
  color: #9c0e27;
}
.cid-uliOO75Cm8 .mbr-text,
.cid-uliOO75Cm8 .mbr-section-btn {
  color: #393193;
}
.cid-uliOO75Cm8 .icon-text {
  color: #2e481a;
}
.cid-uliVE5WM94 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uliVE5WM94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uliVE5WM94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uliVE5WM94 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uliVE5WM94 .row {
  flex-direction: row-reverse;
}
.cid-uliVE5WM94 img {
  width: 100%;
}
.cid-uliOp0Xlf5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-uliOp0Xlf5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uliOp0Xlf5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uliOp0Xlf5 .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uliOp0Xlf5 .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uliOp0Xlf5 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uliOp0Xlf5 .card {
    margin-bottom: 2rem;
  }
  .cid-uliOp0Xlf5 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uliOp0Xlf5 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uliOp0Xlf5 .card-title,
.cid-uliOp0Xlf5 .card-box {
  color: #9c0e27;
}
.cid-uliOp0Xlf5 .icon-title {
  color: #1f6463;
}
.cid-uliNSktr6A {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-uliNSktr6A .title__block {
  margin-bottom: 40px;
}
.cid-uliNSktr6A .carousel-item {
  justify-content: center;
}
.cid-uliNSktr6A .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-uliNSktr6A .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-uliNSktr6A .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 155, 252, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uliNSktr6A .carousel-controls a:hover span {
  background: rgba(25, 155, 252, 0.6);
}
.cid-uliNSktr6A .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-uliNSktr6A .user_image img {
  transition: transform .5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uliNSktr6A .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-uliNSktr6A .user {
    max-width: 87%;
  }
  .cid-uliNSktr6A .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-uliNSktr6A .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-uliNSktr6A .user {
    max-width: 100%;
  }
  .cid-uliNSktr6A .carousel-control-prev {
    left: -5%;
  }
  .cid-uliNSktr6A .carousel-control-next {
    right: -5%;
  }
  .cid-uliNSktr6A .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uliNSktr6A .title__block {
    margin-bottom: 20px;
  }
  .cid-uliNSktr6A .carousel-controls {
    display: none;
  }
}
.cid-uliNSkRK5l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uliNSkRK5l .title__wrap {
  margin-bottom: 30px;
}
.cid-uliNSkRK5l .title__block {
  margin-bottom: 10px;
}
.cid-uliNSkRK5l .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-uliNSkRK5l .mbr-section-title {
  margin-bottom: 0;
}
.cid-uliNSkRK5l .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-uliNSkRK5l .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-uliNSkRK5l .mbr-section-btn .btn-secondary-outline:hover {
  color: #f38881 !important;
}
.cid-uliNSkRK5l .wrap {
  margin-bottom: 30px;
  height: 100%;
}
.cid-uliNSkRK5l .wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uliNSkRK5l .wrap:hover .descr__text {
  transform: translateY(-20px);
  opacity: 0;
}
.cid-uliNSkRK5l .wrap:hover .link__text {
  opacity: 1;
  transform: translateY(-25px);
}
.cid-uliNSkRK5l .image {
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  height: 430px;
  border-radius: 4px;
}
.cid-uliNSkRK5l .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uliNSkRK5l .descr__block {
  padding: 25px 0 0;
}
.cid-uliNSkRK5l .descr__title {
  margin-bottom: 5px;
}
.cid-uliNSkRK5l .descr__text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-bottom: 0;
}
.cid-uliNSkRK5l .descr__text:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  margin-top: -2px;
  color: #f38881;
  margin-left: 5px;
}
.cid-uliNSkRK5l .link__text {
  display: inline-block;
  position: relative;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-top: 5px;
  margin-top: 0;
  opacity: 0;
  transform: translateY(0);
}
.cid-uliNSkRK5l .link__text a {
  position: relative;
}
.cid-uliNSkRK5l .link__text a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: currentColor;
  top: 50%;
  right: -55px;
}
.cid-uliNSkRK5l .link__text a:hover {
  color: #f38881 !important;
}
@media (max-width: 767px) {
  .cid-uliNSkRK5l .descr__block {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .cid-uliNSkRK5l .image {
    height: 300px;
  }
  .cid-uliNSkRK5l .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-uliNSkRK5l .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .cid-uliNSkRK5l .buttons {
    justify-content: flex-start;
  }
}
.cid-uliNSlmN0M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uliNSlmN0M .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-uliNSlmN0M .mbr-text {
  margin-bottom: 20px;
}
.cid-uliNSlmN0M .wrap {
  margin-bottom: 30px;
}
.cid-uliNSlmN0M .card__wrap {
  display: flex;
  background-color: rgba(35, 34, 38, 0.03);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uliNSlmN0M .card__wrap:hover .author,
.cid-uliNSlmN0M .card__wrap:hover .date,
.cid-uliNSlmN0M .card__wrap:hover .category__content,
.cid-uliNSlmN0M .card__wrap:hover .category__estimate,
.cid-uliNSlmN0M .card__wrap:hover .content__title,
.cid-uliNSlmN0M .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-uliNSlmN0M .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uliNSlmN0M .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uliNSlmN0M .card__wrap:hover .card__post {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uliNSlmN0M .image {
  overflow: hidden;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uliNSlmN0M .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uliNSlmN0M .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #17161a;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-uliNSlmN0M .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-uliNSlmN0M .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uliNSlmN0M .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uliNSlmN0M .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-uliNSlmN0M .card__content {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
}
.cid-uliNSlmN0M .card__content > div {
  pointer-events: all;
}
.cid-uliNSlmN0M .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-uliNSlmN0M .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-uliNSlmN0M .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-uliNSlmN0M .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #f38881;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uliNSlmN0M .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-uliNSlmN0M .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-uliNSlmN0M .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
.cid-uliNSnqecb {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-uliNSnqecb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uliNSnqecb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uliNSnqecb .map-wrapper {
  height: 100%;
}
.cid-uliNSnqecb .card-wrapper {
  border: 1px solid #f38881;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uliNSnqecb .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uliNSnqecb .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uliNSnqecb .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uliNSnqecb .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uliNSnqecb .google-map {
  height: 100%;
  position: relative;
}
.cid-uliNSnqecb .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uliNSnqecb .google-map iframe {
    min-height: 350px;
  }
}
.cid-uliNSnqecb .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uliNSnqecb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uliNSnqecb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uliNSnqecb ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uliNSnqecb .content-head {
  max-width: 800px;
}
.cid-uliNSnqecb .mbr-section-title {
  color: #191f23;
}
.cid-uliNSnqecb .cardTitle {
  color: #221b35;
  text-align: center;
}
.cid-uliNSnqecb .list,
.cid-uliNSnqecb .item-wrap {
  color: #221b35;
  text-align: left;
}
.cid-uliNSnqecb .mbr-section-subtitle {
  color: #d90a2c;
}
.cid-umFGxYrADw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umFGxYrADw .mbr-fallback-image.disabled {
  display: none;
}
.cid-umFGxYrADw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umFGxYrADw .mbr-section-subtitle {
  color: #c3c3c3;
}
.cid-uIYECn86qK {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #d0b6d8;
}
.cid-uIYECn86qK .nav-item,
.cid-uIYECn86qK .nav-link,
.cid-uIYECn86qK .navbar-caption {
  font-weight: normal;
}
.cid-uIYECn86qK .navbar-nav {
  counter-reset: number;
}
.cid-uIYECn86qK .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uIYECn86qK .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uIYECn86qK .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uIYECn86qK .btn {
    white-space: nowrap;
  }
  .cid-uIYECn86qK .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uIYECn86qK .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uIYECn86qK .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uIYECn86qK .dropdown-toggle::after,
  .cid-uIYECn86qK .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uIYECn86qK .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uIYECn86qK .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uIYECn86qK .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uIYECn86qK .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uIYECn86qK .dropdown-menu .dropdown-item:hover {
  color: #f38881 !important;
  background-color: #fafafa;
}
.cid-uIYECn86qK .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uIYECn86qK .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uIYECn86qK .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uIYECn86qK .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uIYECn86qK .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uIYECn86qK .nav-item:focus,
.cid-uIYECn86qK .nav-link:focus {
  outline: none;
}
.cid-uIYECn86qK .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uIYECn86qK .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uIYECn86qK .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uIYECn86qK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIYECn86qK .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uIYECn86qK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIYECn86qK ul.navbar-nav li {
  margin: auto;
}
.cid-uIYECn86qK .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d0b6d8;
}
.cid-uIYECn86qK .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d0b6d8 !important;
}
.cid-uIYECn86qK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIYECn86qK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIYECn86qK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIYECn86qK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uIYECn86qK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uIYECn86qK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIYECn86qK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uIYECn86qK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIYECn86qK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIYECn86qK .navbar .container-fluid,
  .cid-uIYECn86qK .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uIYECn86qK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uIYECn86qK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIYECn86qK .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uIYECn86qK .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uIYECn86qK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uIYECn86qK .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uIYECn86qK .navbar.navbar-short {
  background: #d0b6d8 !important;
  min-height: 90px;
}
.cid-uIYECn86qK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uIYECn86qK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uIYECn86qK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIYECn86qK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIYECn86qK .dropdown-item.active,
.cid-uIYECn86qK .dropdown-item:active {
  background-color: transparent;
}
.cid-uIYECn86qK .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIYECn86qK .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uIYECn86qK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d0b6d8;
}
.cid-uIYECn86qK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uIYECn86qK .navbar-buttons {
  text-align: center;
}
.cid-uIYECn86qK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uIYECn86qK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d90a2c;
}
.cid-uIYECn86qK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uIYECn86qK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uIYECn86qK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uIYECn86qK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uIYECn86qK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIYECn86qK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uIYECn86qK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uIYECn86qK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIYECn86qK .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uIYECn86qK a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uIYECn86qK a.nav-link:hover {
  color: #f38881 !important;
}
.is-builder .cid-uIYECn86qK .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIYECn86qK .navbar {
    height: 77px;
  }
  .cid-uIYECn86qK .navbar.opened {
    height: auto;
  }
  .cid-uIYECn86qK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ0UyAChDY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-uJ0UyAChDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0UyAChDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0UyAChDY .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJ0UyAChDY .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJ0UyAChDY .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJ0UyAChDY .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJ0UyAChDY .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJ0UyAChDY .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJ0UyAChDY .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJ0UyAChDY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJ0UyAChDY .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJ0UyAChDY .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJ0UyAChDY .mbr-section-title {
  color: #191c25;
}
.cid-uJ0UyAChDY .mbr-desc {
  color: #d90a2c;
  text-align: center;
}
.cid-uJ0UyAChDY .mbr-section-title,
.cid-uJ0UyAChDY .mbr-section-btn,
.cid-uJ0UyAChDY .title-wrapper {
  text-align: center;
  color: #003cd3;
}
.cid-uJ0PVOcoRf {
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-uJ0PVOcoRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0PVOcoRf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0PVOcoRf .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJ0PVOcoRf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJ0PVOcoRf .container {
    padding: 0 20px;
  }
}
.cid-uJ0PVOcoRf .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJ0PVOcoRf .content-wrapper {
    padding: 0 20px;
  }
}
.cid-uJ0PVOcoRf .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uJ0PVOcoRf .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 280px 0 200px;
}
@media (max-width: 992px) {
  .cid-uJ0PVOcoRf .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-uJ0PVOcoRf .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-uJ0PVOcoRf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJ0PVOcoRf .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ0PVOcoRf .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uJ0PVOcoRf .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-uJ0PVOcoRf .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-uJ0PVOcoRf .mbr-section-title {
  color: #ffffff;
}
.cid-uJ0PVOcoRf .mbr-text,
.cid-uJ0PVOcoRf .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uJ0PVOcoRf .mbr-section-title,
.cid-uJ0PVOcoRf .mbr-section-btn {
  text-align: center;
}
.cid-uJ0PTFJBh7 {
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-uJ0PTFJBh7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0PTFJBh7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0PTFJBh7 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJ0PTFJBh7 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJ0PTFJBh7 .container {
    padding: 0 20px;
  }
}
.cid-uJ0PTFJBh7 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJ0PTFJBh7 .content-wrapper {
    padding: 0 20px;
  }
}
.cid-uJ0PTFJBh7 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uJ0PTFJBh7 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 280px 0 200px;
}
@media (max-width: 992px) {
  .cid-uJ0PTFJBh7 .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-uJ0PTFJBh7 .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-uJ0PTFJBh7 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJ0PTFJBh7 .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ0PTFJBh7 .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uJ0PTFJBh7 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-uJ0PTFJBh7 .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-uJ0PTFJBh7 .mbr-section-title {
  color: #ffffff;
}
.cid-uJ0PTFJBh7 .mbr-text,
.cid-uJ0PTFJBh7 .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uJ0PTFJBh7 .mbr-section-title,
.cid-uJ0PTFJBh7 .mbr-section-btn {
  text-align: center;
}
.cid-uJ0Q0Ijm1k {
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-uJ0Q0Ijm1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0Q0Ijm1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0Q0Ijm1k .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJ0Q0Ijm1k .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJ0Q0Ijm1k .container {
    padding: 0 20px;
  }
}
.cid-uJ0Q0Ijm1k .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJ0Q0Ijm1k .content-wrapper {
    padding: 0 20px;
  }
}
.cid-uJ0Q0Ijm1k .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uJ0Q0Ijm1k .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 280px 0 200px;
}
@media (max-width: 992px) {
  .cid-uJ0Q0Ijm1k .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-uJ0Q0Ijm1k .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-uJ0Q0Ijm1k .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJ0Q0Ijm1k .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ0Q0Ijm1k .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uJ0Q0Ijm1k .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-uJ0Q0Ijm1k .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-uJ0Q0Ijm1k .mbr-section-title {
  color: #ffffff;
}
.cid-uJ0Q0Ijm1k .mbr-text,
.cid-uJ0Q0Ijm1k .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uJ0Q0Ijm1k .mbr-section-title,
.cid-uJ0Q0Ijm1k .mbr-section-btn {
  text-align: center;
}
.cid-uIYECuO2Ax {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-uIYECuO2Ax .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYECuO2Ax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYECuO2Ax .map-wrapper {
  height: 100%;
}
.cid-uIYECuO2Ax .card-wrapper {
  border: 1px solid #f38881;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIYECuO2Ax .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uIYECuO2Ax .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uIYECuO2Ax .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIYECuO2Ax .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uIYECuO2Ax .google-map {
  height: 100%;
  position: relative;
}
.cid-uIYECuO2Ax .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uIYECuO2Ax .google-map iframe {
    min-height: 350px;
  }
}
.cid-uIYECuO2Ax .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIYECuO2Ax .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIYECuO2Ax .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIYECuO2Ax ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uIYECuO2Ax .content-head {
  max-width: 800px;
}
.cid-uIYECuO2Ax .mbr-section-title {
  color: #191f23;
}
.cid-uIYECuO2Ax .cardTitle {
  color: #221b35;
  text-align: center;
}
.cid-uIYECuO2Ax .list,
.cid-uIYECuO2Ax .item-wrap {
  color: #221b35;
  text-align: left;
}
.cid-uIYECuO2Ax .mbr-section-subtitle {
  color: #d90a2c;
}
.cid-uIYECvhUII {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uIYECvhUII .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYECvhUII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYECvhUII .mbr-section-subtitle {
  color: #c3c3c3;
}
.cid-uJ0RXASpmb {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #d0b6d8;
}
.cid-uJ0RXASpmb .nav-item,
.cid-uJ0RXASpmb .nav-link,
.cid-uJ0RXASpmb .navbar-caption {
  font-weight: normal;
}
.cid-uJ0RXASpmb .navbar-nav {
  counter-reset: number;
}
.cid-uJ0RXASpmb .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uJ0RXASpmb .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uJ0RXASpmb .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uJ0RXASpmb .btn {
    white-space: nowrap;
  }
  .cid-uJ0RXASpmb .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uJ0RXASpmb .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uJ0RXASpmb .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uJ0RXASpmb .dropdown-toggle::after,
  .cid-uJ0RXASpmb .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uJ0RXASpmb .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uJ0RXASpmb .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uJ0RXASpmb .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uJ0RXASpmb .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uJ0RXASpmb .dropdown-menu .dropdown-item:hover {
  color: #f38881 !important;
  background-color: #fafafa;
}
.cid-uJ0RXASpmb .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uJ0RXASpmb .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uJ0RXASpmb .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uJ0RXASpmb .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uJ0RXASpmb .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uJ0RXASpmb .nav-item:focus,
.cid-uJ0RXASpmb .nav-link:focus {
  outline: none;
}
.cid-uJ0RXASpmb .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uJ0RXASpmb .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uJ0RXASpmb .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uJ0RXASpmb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ0RXASpmb .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uJ0RXASpmb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ0RXASpmb ul.navbar-nav li {
  margin: auto;
}
.cid-uJ0RXASpmb .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d0b6d8;
}
.cid-uJ0RXASpmb .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d0b6d8 !important;
}
.cid-uJ0RXASpmb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJ0RXASpmb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ0RXASpmb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ0RXASpmb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uJ0RXASpmb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uJ0RXASpmb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ0RXASpmb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJ0RXASpmb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ0RXASpmb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ0RXASpmb .navbar .container-fluid,
  .cid-uJ0RXASpmb .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uJ0RXASpmb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uJ0RXASpmb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ0RXASpmb .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uJ0RXASpmb .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uJ0RXASpmb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uJ0RXASpmb .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uJ0RXASpmb .navbar.navbar-short {
  background: #d0b6d8 !important;
  min-height: 90px;
}
.cid-uJ0RXASpmb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uJ0RXASpmb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uJ0RXASpmb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ0RXASpmb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ0RXASpmb .dropdown-item.active,
.cid-uJ0RXASpmb .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ0RXASpmb .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ0RXASpmb .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uJ0RXASpmb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d0b6d8;
}
.cid-uJ0RXASpmb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uJ0RXASpmb .navbar-buttons {
  text-align: center;
}
.cid-uJ0RXASpmb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uJ0RXASpmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d90a2c;
}
.cid-uJ0RXASpmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uJ0RXASpmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uJ0RXASpmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uJ0RXASpmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uJ0RXASpmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJ0RXASpmb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uJ0RXASpmb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uJ0RXASpmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJ0RXASpmb .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uJ0RXASpmb a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uJ0RXASpmb a.nav-link:hover {
  color: #f38881 !important;
}
.is-builder .cid-uJ0RXASpmb .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ0RXASpmb .navbar {
    height: 77px;
  }
  .cid-uJ0RXASpmb .navbar.opened {
    height: auto;
  }
  .cid-uJ0RXASpmb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ0SGJs5NS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/1.-ciod-2025-master-removebg-preview-203x143.png");
}
.cid-uJ0SGJs5NS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0SGJs5NS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0SGJs5NS .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJ0SGJs5NS .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJ0SGJs5NS .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJ0SGJs5NS .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJ0SGJs5NS .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJ0SGJs5NS .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJ0SGJs5NS .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJ0SGJs5NS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJ0SGJs5NS .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJ0SGJs5NS .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJ0SGJs5NS .mbr-section-title {
  color: #191c25;
}
.cid-uJ0SGJs5NS .mbr-desc {
  color: #003cd3;
  text-align: center;
}
.cid-uJ0SGJs5NS .mbr-section-title,
.cid-uJ0SGJs5NS .mbr-section-btn,
.cid-uJ0SGJs5NS .title-wrapper {
  text-align: center;
  color: #d90a2c;
}
.cid-uJ0RXBlmi7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-uJ0RXBlmi7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0RXBlmi7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0RXBlmi7 .row {
  flex-direction: row-reverse;
}
.cid-uJ0RXEQRst {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-uJ0RXEQRst .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0RXEQRst .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0RXEQRst .map-wrapper {
  height: 100%;
}
.cid-uJ0RXEQRst .card-wrapper {
  border: 1px solid #f38881;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJ0RXEQRst .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ0RXEQRst .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uJ0RXEQRst .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ0RXEQRst .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uJ0RXEQRst .google-map {
  height: 100%;
  position: relative;
}
.cid-uJ0RXEQRst .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJ0RXEQRst .google-map iframe {
    min-height: 350px;
  }
}
.cid-uJ0RXEQRst .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ0RXEQRst .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ0RXEQRst .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ0RXEQRst ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uJ0RXEQRst .content-head {
  max-width: 800px;
}
.cid-uJ0RXEQRst .mbr-section-title {
  color: #191f23;
}
.cid-uJ0RXEQRst .cardTitle {
  color: #221b35;
  text-align: center;
}
.cid-uJ0RXEQRst .list,
.cid-uJ0RXEQRst .item-wrap {
  color: #221b35;
  text-align: left;
}
.cid-uJ0RXEQRst .mbr-section-subtitle {
  color: #d90a2c;
}
.cid-uJ0RXFfXjG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJ0RXFfXjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0RXFfXjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0RXFfXjG .mbr-section-subtitle {
  color: #c3c3c3;
}
.cid-uJ0VZgc19Z {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #d0b6d8;
}
.cid-uJ0VZgc19Z .nav-item,
.cid-uJ0VZgc19Z .nav-link,
.cid-uJ0VZgc19Z .navbar-caption {
  font-weight: normal;
}
.cid-uJ0VZgc19Z .navbar-nav {
  counter-reset: number;
}
.cid-uJ0VZgc19Z .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uJ0VZgc19Z .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uJ0VZgc19Z .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uJ0VZgc19Z .btn {
    white-space: nowrap;
  }
  .cid-uJ0VZgc19Z .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uJ0VZgc19Z .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uJ0VZgc19Z .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uJ0VZgc19Z .dropdown-toggle::after,
  .cid-uJ0VZgc19Z .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uJ0VZgc19Z .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uJ0VZgc19Z .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uJ0VZgc19Z .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uJ0VZgc19Z .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uJ0VZgc19Z .dropdown-menu .dropdown-item:hover {
  color: #f38881 !important;
  background-color: #fafafa;
}
.cid-uJ0VZgc19Z .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uJ0VZgc19Z .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uJ0VZgc19Z .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uJ0VZgc19Z .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uJ0VZgc19Z .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uJ0VZgc19Z .nav-item:focus,
.cid-uJ0VZgc19Z .nav-link:focus {
  outline: none;
}
.cid-uJ0VZgc19Z .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uJ0VZgc19Z .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uJ0VZgc19Z .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uJ0VZgc19Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ0VZgc19Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uJ0VZgc19Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ0VZgc19Z ul.navbar-nav li {
  margin: auto;
}
.cid-uJ0VZgc19Z .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d0b6d8;
}
.cid-uJ0VZgc19Z .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d0b6d8 !important;
}
.cid-uJ0VZgc19Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJ0VZgc19Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ0VZgc19Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ0VZgc19Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uJ0VZgc19Z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uJ0VZgc19Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ0VZgc19Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJ0VZgc19Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ0VZgc19Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ0VZgc19Z .navbar .container-fluid,
  .cid-uJ0VZgc19Z .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uJ0VZgc19Z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uJ0VZgc19Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ0VZgc19Z .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uJ0VZgc19Z .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uJ0VZgc19Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uJ0VZgc19Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uJ0VZgc19Z .navbar.navbar-short {
  background: #d0b6d8 !important;
  min-height: 90px;
}
.cid-uJ0VZgc19Z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uJ0VZgc19Z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uJ0VZgc19Z .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ0VZgc19Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ0VZgc19Z .dropdown-item.active,
.cid-uJ0VZgc19Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ0VZgc19Z .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ0VZgc19Z .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uJ0VZgc19Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d0b6d8;
}
.cid-uJ0VZgc19Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uJ0VZgc19Z .navbar-buttons {
  text-align: center;
}
.cid-uJ0VZgc19Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uJ0VZgc19Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d90a2c;
}
.cid-uJ0VZgc19Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uJ0VZgc19Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uJ0VZgc19Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uJ0VZgc19Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uJ0VZgc19Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJ0VZgc19Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uJ0VZgc19Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uJ0VZgc19Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJ0VZgc19Z .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uJ0VZgc19Z a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uJ0VZgc19Z a.nav-link:hover {
  color: #f38881 !important;
}
.is-builder .cid-uJ0VZgc19Z .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ0VZgc19Z .navbar {
    height: 77px;
  }
  .cid-uJ0VZgc19Z .navbar.opened {
    height: auto;
  }
  .cid-uJ0VZgc19Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ0VZgU2TH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-uJ0VZgU2TH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0VZgU2TH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0VZgU2TH .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJ0VZgU2TH .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJ0VZgU2TH .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJ0VZgU2TH .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJ0VZgU2TH .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJ0VZgU2TH .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJ0VZgU2TH .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJ0VZgU2TH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJ0VZgU2TH .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJ0VZgU2TH .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJ0VZgU2TH .mbr-section-title {
  color: #191c25;
}
.cid-uJ0VZgU2TH .mbr-desc {
  color: #d90a2c;
  text-align: center;
}
.cid-uJ0VZgU2TH .mbr-section-title,
.cid-uJ0VZgU2TH .mbr-section-btn,
.cid-uJ0VZgU2TH .title-wrapper {
  text-align: center;
  color: #003cd3;
}
.cid-uJ0VZhmk1u {
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-uJ0VZhmk1u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0VZhmk1u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0VZhmk1u .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJ0VZhmk1u .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJ0VZhmk1u .container {
    padding: 0 20px;
  }
}
.cid-uJ0VZhmk1u .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJ0VZhmk1u .content-wrapper {
    padding: 0 20px;
  }
}
.cid-uJ0VZhmk1u .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uJ0VZhmk1u .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 280px 0 200px;
}
@media (max-width: 992px) {
  .cid-uJ0VZhmk1u .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-uJ0VZhmk1u .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-uJ0VZhmk1u .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJ0VZhmk1u .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ0VZhmk1u .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uJ0VZhmk1u .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-uJ0VZhmk1u .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-uJ0VZhmk1u .mbr-section-title {
  color: #ffffff;
}
.cid-uJ0VZhmk1u .mbr-text,
.cid-uJ0VZhmk1u .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uJ0VZhmk1u .mbr-section-title,
.cid-uJ0VZhmk1u .mbr-section-btn {
  text-align: center;
}
.cid-uJ0VZhHUpd {
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-uJ0VZhHUpd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0VZhHUpd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0VZhHUpd .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJ0VZhHUpd .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJ0VZhHUpd .container {
    padding: 0 20px;
  }
}
.cid-uJ0VZhHUpd .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJ0VZhHUpd .content-wrapper {
    padding: 0 20px;
  }
}
.cid-uJ0VZhHUpd .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uJ0VZhHUpd .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 280px 0 200px;
}
@media (max-width: 992px) {
  .cid-uJ0VZhHUpd .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-uJ0VZhHUpd .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-uJ0VZhHUpd .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJ0VZhHUpd .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ0VZhHUpd .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uJ0VZhHUpd .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-uJ0VZhHUpd .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-uJ0VZhHUpd .mbr-section-title {
  color: #ffffff;
}
.cid-uJ0VZhHUpd .mbr-text,
.cid-uJ0VZhHUpd .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uJ0VZhHUpd .mbr-section-title,
.cid-uJ0VZhHUpd .mbr-section-btn {
  text-align: center;
}
.cid-uJ0VZi1IZ5 {
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-uJ0VZi1IZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0VZi1IZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0VZi1IZ5 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJ0VZi1IZ5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJ0VZi1IZ5 .container {
    padding: 0 20px;
  }
}
.cid-uJ0VZi1IZ5 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJ0VZi1IZ5 .content-wrapper {
    padding: 0 20px;
  }
}
.cid-uJ0VZi1IZ5 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uJ0VZi1IZ5 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 280px 0 200px;
}
@media (max-width: 992px) {
  .cid-uJ0VZi1IZ5 .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-uJ0VZi1IZ5 .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-uJ0VZi1IZ5 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJ0VZi1IZ5 .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ0VZi1IZ5 .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uJ0VZi1IZ5 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-uJ0VZi1IZ5 .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-uJ0VZi1IZ5 .mbr-section-title {
  color: #ffffff;
}
.cid-uJ0VZi1IZ5 .mbr-text,
.cid-uJ0VZi1IZ5 .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uJ0VZi1IZ5 .mbr-section-title,
.cid-uJ0VZi1IZ5 .mbr-section-btn {
  text-align: center;
}
.cid-uJ0VZipTac {
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-uJ0VZipTac .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0VZipTac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0VZipTac .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJ0VZipTac .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJ0VZipTac .container {
    padding: 0 20px;
  }
}
.cid-uJ0VZipTac .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJ0VZipTac .content-wrapper {
    padding: 0 20px;
  }
}
.cid-uJ0VZipTac .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uJ0VZipTac .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 280px 0 200px;
}
@media (max-width: 992px) {
  .cid-uJ0VZipTac .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-uJ0VZipTac .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-uJ0VZipTac .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJ0VZipTac .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ0VZipTac .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uJ0VZipTac .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-uJ0VZipTac .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-uJ0VZipTac .mbr-section-title {
  color: #ffffff;
}
.cid-uJ0VZipTac .mbr-text,
.cid-uJ0VZipTac .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uJ0VZipTac .mbr-section-title,
.cid-uJ0VZipTac .mbr-section-btn {
  text-align: center;
}
.cid-uJ0VZr2fdr {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-uJ0VZr2fdr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0VZr2fdr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0VZr2fdr .map-wrapper {
  height: 100%;
}
.cid-uJ0VZr2fdr .card-wrapper {
  border: 1px solid #f38881;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJ0VZr2fdr .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ0VZr2fdr .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uJ0VZr2fdr .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ0VZr2fdr .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uJ0VZr2fdr .google-map {
  height: 100%;
  position: relative;
}
.cid-uJ0VZr2fdr .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJ0VZr2fdr .google-map iframe {
    min-height: 350px;
  }
}
.cid-uJ0VZr2fdr .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ0VZr2fdr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ0VZr2fdr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ0VZr2fdr ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uJ0VZr2fdr .content-head {
  max-width: 800px;
}
.cid-uJ0VZr2fdr .mbr-section-title {
  color: #191f23;
}
.cid-uJ0VZr2fdr .cardTitle {
  color: #221b35;
  text-align: center;
}
.cid-uJ0VZr2fdr .list,
.cid-uJ0VZr2fdr .item-wrap {
  color: #221b35;
  text-align: left;
}
.cid-uJ0VZr2fdr .mbr-section-subtitle {
  color: #d90a2c;
}
.cid-uJ0VZrCLQV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJ0VZrCLQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0VZrCLQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0VZrCLQV .mbr-section-subtitle {
  color: #c3c3c3;
}
.cid-uJ0W4x6rme {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #d0b6d8;
}
.cid-uJ0W4x6rme .nav-item,
.cid-uJ0W4x6rme .nav-link,
.cid-uJ0W4x6rme .navbar-caption {
  font-weight: normal;
}
.cid-uJ0W4x6rme .navbar-nav {
  counter-reset: number;
}
.cid-uJ0W4x6rme .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uJ0W4x6rme .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uJ0W4x6rme .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uJ0W4x6rme .btn {
    white-space: nowrap;
  }
  .cid-uJ0W4x6rme .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uJ0W4x6rme .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uJ0W4x6rme .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uJ0W4x6rme .dropdown-toggle::after,
  .cid-uJ0W4x6rme .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uJ0W4x6rme .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uJ0W4x6rme .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uJ0W4x6rme .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uJ0W4x6rme .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uJ0W4x6rme .dropdown-menu .dropdown-item:hover {
  color: #f38881 !important;
  background-color: #fafafa;
}
.cid-uJ0W4x6rme .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uJ0W4x6rme .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uJ0W4x6rme .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uJ0W4x6rme .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uJ0W4x6rme .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uJ0W4x6rme .nav-item:focus,
.cid-uJ0W4x6rme .nav-link:focus {
  outline: none;
}
.cid-uJ0W4x6rme .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uJ0W4x6rme .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uJ0W4x6rme .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uJ0W4x6rme .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ0W4x6rme .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uJ0W4x6rme ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ0W4x6rme ul.navbar-nav li {
  margin: auto;
}
.cid-uJ0W4x6rme .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d0b6d8;
}
.cid-uJ0W4x6rme .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #d0b6d8 !important;
}
.cid-uJ0W4x6rme .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJ0W4x6rme .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ0W4x6rme .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ0W4x6rme .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uJ0W4x6rme .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uJ0W4x6rme .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ0W4x6rme .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uJ0W4x6rme .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ0W4x6rme .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ0W4x6rme .navbar .container-fluid,
  .cid-uJ0W4x6rme .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uJ0W4x6rme .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uJ0W4x6rme .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ0W4x6rme .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uJ0W4x6rme .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uJ0W4x6rme .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uJ0W4x6rme .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uJ0W4x6rme .navbar.navbar-short {
  background: #d0b6d8 !important;
  min-height: 90px;
}
.cid-uJ0W4x6rme .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uJ0W4x6rme .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uJ0W4x6rme .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ0W4x6rme .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ0W4x6rme .dropdown-item.active,
.cid-uJ0W4x6rme .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ0W4x6rme .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ0W4x6rme .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uJ0W4x6rme .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d0b6d8;
}
.cid-uJ0W4x6rme .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uJ0W4x6rme .navbar-buttons {
  text-align: center;
}
.cid-uJ0W4x6rme button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uJ0W4x6rme button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d90a2c;
}
.cid-uJ0W4x6rme button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uJ0W4x6rme button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uJ0W4x6rme button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uJ0W4x6rme button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uJ0W4x6rme nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJ0W4x6rme nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uJ0W4x6rme nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uJ0W4x6rme nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJ0W4x6rme .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uJ0W4x6rme a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uJ0W4x6rme a.nav-link:hover {
  color: #f38881 !important;
}
.is-builder .cid-uJ0W4x6rme .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ0W4x6rme .navbar {
    height: 77px;
  }
  .cid-uJ0W4x6rme .navbar.opened {
    height: auto;
  }
  .cid-uJ0W4x6rme .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ0W4xKHoR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-uJ0W4xKHoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0W4xKHoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0W4xKHoR .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJ0W4xKHoR .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJ0W4xKHoR .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJ0W4xKHoR .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJ0W4xKHoR .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJ0W4xKHoR .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJ0W4xKHoR .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJ0W4xKHoR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJ0W4xKHoR .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJ0W4xKHoR .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJ0W4xKHoR .mbr-section-title {
  color: #191c25;
}
.cid-uJ0W4xKHoR .mbr-desc {
  color: #d90a2c;
  text-align: center;
}
.cid-uJ0W4xKHoR .mbr-section-title,
.cid-uJ0W4xKHoR .mbr-section-btn,
.cid-uJ0W4xKHoR .title-wrapper {
  text-align: center;
  color: #003cd3;
}
.cid-uJ0W4y8Y9p {
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-uJ0W4y8Y9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0W4y8Y9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0W4y8Y9p .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJ0W4y8Y9p .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJ0W4y8Y9p .container {
    padding: 0 20px;
  }
}
.cid-uJ0W4y8Y9p .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJ0W4y8Y9p .content-wrapper {
    padding: 0 20px;
  }
}
.cid-uJ0W4y8Y9p .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uJ0W4y8Y9p .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 280px 0 200px;
}
@media (max-width: 992px) {
  .cid-uJ0W4y8Y9p .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-uJ0W4y8Y9p .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-uJ0W4y8Y9p .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJ0W4y8Y9p .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ0W4y8Y9p .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uJ0W4y8Y9p .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-uJ0W4y8Y9p .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-uJ0W4y8Y9p .mbr-section-title {
  color: #ffffff;
}
.cid-uJ0W4y8Y9p .mbr-text,
.cid-uJ0W4y8Y9p .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uJ0W4y8Y9p .mbr-section-title,
.cid-uJ0W4y8Y9p .mbr-section-btn {
  text-align: center;
}
.cid-uJ0W4ywjQP {
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-uJ0W4ywjQP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0W4ywjQP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0W4ywjQP .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJ0W4ywjQP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJ0W4ywjQP .container {
    padding: 0 20px;
  }
}
.cid-uJ0W4ywjQP .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJ0W4ywjQP .content-wrapper {
    padding: 0 20px;
  }
}
.cid-uJ0W4ywjQP .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uJ0W4ywjQP .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 280px 0 200px;
}
@media (max-width: 992px) {
  .cid-uJ0W4ywjQP .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-uJ0W4ywjQP .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-uJ0W4ywjQP .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJ0W4ywjQP .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ0W4ywjQP .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uJ0W4ywjQP .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-uJ0W4ywjQP .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-uJ0W4ywjQP .mbr-section-title {
  color: #ffffff;
}
.cid-uJ0W4ywjQP .mbr-text,
.cid-uJ0W4ywjQP .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uJ0W4ywjQP .mbr-section-title,
.cid-uJ0W4ywjQP .mbr-section-btn {
  text-align: center;
}
.cid-uJ0W4yUwOZ {
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-uJ0W4yUwOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0W4yUwOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0W4yUwOZ .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJ0W4yUwOZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJ0W4yUwOZ .container {
    padding: 0 20px;
  }
}
.cid-uJ0W4yUwOZ .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJ0W4yUwOZ .content-wrapper {
    padding: 0 20px;
  }
}
.cid-uJ0W4yUwOZ .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uJ0W4yUwOZ .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 280px 0 200px;
}
@media (max-width: 992px) {
  .cid-uJ0W4yUwOZ .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-uJ0W4yUwOZ .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-uJ0W4yUwOZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJ0W4yUwOZ .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ0W4yUwOZ .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uJ0W4yUwOZ .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-uJ0W4yUwOZ .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-uJ0W4yUwOZ .mbr-section-title {
  color: #ffffff;
}
.cid-uJ0W4yUwOZ .mbr-text,
.cid-uJ0W4yUwOZ .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uJ0W4yUwOZ .mbr-section-title,
.cid-uJ0W4yUwOZ .mbr-section-btn {
  text-align: center;
}
.cid-uJ0W4zflfl {
  background-image: url("../../../assets/images/1712912600752-900x500.jpg");
}
.cid-uJ0W4zflfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0W4zflfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0W4zflfl .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJ0W4zflfl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJ0W4zflfl .container {
    padding: 0 20px;
  }
}
.cid-uJ0W4zflfl .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJ0W4zflfl .content-wrapper {
    padding: 0 20px;
  }
}
.cid-uJ0W4zflfl .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uJ0W4zflfl .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 280px 0 200px;
}
@media (max-width: 992px) {
  .cid-uJ0W4zflfl .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-uJ0W4zflfl .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-uJ0W4zflfl .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJ0W4zflfl .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ0W4zflfl .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uJ0W4zflfl .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-uJ0W4zflfl .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-uJ0W4zflfl .mbr-section-title {
  color: #ffffff;
}
.cid-uJ0W4zflfl .mbr-text,
.cid-uJ0W4zflfl .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uJ0W4zflfl .mbr-section-title,
.cid-uJ0W4zflfl .mbr-section-btn {
  text-align: center;
}
.cid-uJ0W4I7O95 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-uJ0W4I7O95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0W4I7O95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0W4I7O95 .map-wrapper {
  height: 100%;
}
.cid-uJ0W4I7O95 .card-wrapper {
  border: 1px solid #f38881;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJ0W4I7O95 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ0W4I7O95 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uJ0W4I7O95 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ0W4I7O95 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uJ0W4I7O95 .google-map {
  height: 100%;
  position: relative;
}
.cid-uJ0W4I7O95 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJ0W4I7O95 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uJ0W4I7O95 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ0W4I7O95 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ0W4I7O95 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ0W4I7O95 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uJ0W4I7O95 .content-head {
  max-width: 800px;
}
.cid-uJ0W4I7O95 .mbr-section-title {
  color: #191f23;
}
.cid-uJ0W4I7O95 .cardTitle {
  color: #221b35;
  text-align: center;
}
.cid-uJ0W4I7O95 .list,
.cid-uJ0W4I7O95 .item-wrap {
  color: #221b35;
  text-align: left;
}
.cid-uJ0W4I7O95 .mbr-section-subtitle {
  color: #d90a2c;
}
.cid-uJ0W4IFCcJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJ0W4IFCcJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0W4IFCcJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0W4IFCcJ .mbr-section-subtitle {
  color: #c3c3c3;
}
