body {
  font-family: 'Playfair Display', serif;
}
.display-1 {
  font-family: 'Alfa Slab One', display;
  font-size: 6.25rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Alfa Slab One', display;
  font-size: 3.75rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Readex Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Readex Pro', sans-serif;
  font-size: 1.875rem;
  line-height: 1.25;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.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: 992px) {
  .display-1 {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #fa6025 !important;
}
.bg-success {
  background-color: #3a3e5e !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #d9d85e !important;
}
.bg-danger {
  background-color: #da9444 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fa6025 !important;
  border-color: #fa6025 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c43904 !important;
  border-color: #c43904 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c43904 !important;
  border-color: #c43904 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e082c5 !important;
  border-color: #e082c5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #cf3da5 !important;
  border-color: #cf3da5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #cf3da5 !important;
  border-color: #cf3da5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a3e5e !important;
  border-color: #3a3e5e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #191b28 !important;
  border-color: #191b28 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #191b28 !important;
  border-color: #191b28 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d9d85e !important;
  border-color: #d9d85e !important;
  color: #2d2d0b !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b5b42b !important;
  border-color: #b5b42b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #2d2d0b !important;
  background-color: #b5b42b !important;
  border-color: #b5b42b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #da9444 !important;
  border-color: #da9444 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a66821 !important;
  border-color: #a66821 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a66821 !important;
  border-color: #a66821 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fa6025;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c43904 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fa6025 !important;
  border-color: #fa6025 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e082c5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cf3da5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e082c5 !important;
  border-color: #e082c5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3a3e5e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #191b28 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a3e5e !important;
  border-color: #3a3e5e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d9d85e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b5b42b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #2d2d0b !important;
  background-color: #d9d85e !important;
  border-color: #d9d85e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #da9444;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a66821 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #da9444 !important;
  border-color: #da9444 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fa6025 !important;
}
.text-secondary {
  color: #e082c5 !important;
}
.text-success {
  color: #3a3e5e !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #d9d85e !important;
}
.text-danger {
  color: #da9444 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #FFFFFF !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #FFFFFF !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #13141f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a9a828 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9a601e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-color: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fa6025;
}
.nav-tabs .nav-link:not(.active) {
  color: #303E59;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #d9d85e;
}
.alert-danger {
  background-color: #da9444;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fa6025;
  border-color: #fa6025;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fa6025;
}
a:hover {
  color: #FFFFFF;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff1ec;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7077a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fcf5ee;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Readex Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control::-webkit-input-placeholder {
  font-family: 'Readex Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control::-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #fa6025;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fa6025;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fa6025;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fa6025;
  border-bottom-color: #fa6025;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #fa6025 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e082c5 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23fa6025' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sYb25XTD15 .navbar-dropdown {
  background-color: #8e94e0 !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sYb25XTD15 .menu_box .navbar.opened,
  .cid-sYb25XTD15 .menu_box .navbar-collapse {
    background-color: #8e94e0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-sYb25XTD15 .navbar-dropdown {
  position: relative !important;
}
.cid-sYb25XTD15 nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-sYb25XTD15 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
}
@media (max-width: 991px) {
  .cid-sYb25XTD15 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sYb25XTD15 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f0f4ff;
  }
  .cid-sYb25XTD15 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sYb25XTD15 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sYb25XTD15 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sYb25XTD15 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sYb25XTD15 .offcanvas-body .mbr-text,
  .cid-sYb25XTD15 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sYb25XTD15 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sYb25XTD15 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-sYb25XTD15 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-sYb25XTD15 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sYb25XTD15 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sYb25XTD15 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sYb25XTD15 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sYb25XTD15 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sYb25XTD15 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sYb25XTD15 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-sYb25XTD15 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sYb25XTD15 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-sYb25XTD15 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sYb25XTD15 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sYb25XTD15 .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sYb25XTD15 .nav-item {
    margin: 0 !important;
  }
}
.cid-sYb25XTD15 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sYb25XTD15 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sYb25XTD15 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sYb25XTD15 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sYb25XTD15 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-sYb25XTD15 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sYb25XTD15 .offcanvas_box {
    display: none;
  }
}
.cid-sYb25XTD15 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sYb25XTD15 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sYb25XTD15 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYb25XTD15 .nav-link {
  position: relative;
}
.cid-sYb25XTD15 .container {
  display: flex;
  margin: auto;
}
.cid-sYb25XTD15 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  background-color: #6870d1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sYb25XTD15 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sYb25XTD15 .iconfont-wrapper:hover {
  background-color: #545dcb;
}
.cid-sYb25XTD15 .navbar-caption {
  color: #6870d1;
}
.cid-sYb25XTD15 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sYb25XTD15 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sYb25XTD15 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sYb25XTD15 .dropdown-menu,
.cid-sYb25XTD15 .navbar.opened {
  background: #8e94e0 !important;
}
.cid-sYb25XTD15 .nav-item:focus,
.cid-sYb25XTD15 .nav-link:focus {
  outline: none;
}
.cid-sYb25XTD15 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYb25XTD15 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYb25XTD15 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYb25XTD15 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYb25XTD15 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYb25XTD15 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYb25XTD15 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sYb25XTD15 .navbar.opened {
  transition: all 0.3s;
}
.cid-sYb25XTD15 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sYb25XTD15 .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-sYb25XTD15 .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-sYb25XTD15 .navbar.collapsed {
  justify-content: center;
}
.cid-sYb25XTD15 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYb25XTD15 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sYb25XTD15 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYb25XTD15 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYb25XTD15 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYb25XTD15 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sYb25XTD15 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sYb25XTD15 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sYb25XTD15 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-sYb25XTD15 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYb25XTD15 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYb25XTD15 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sYb25XTD15 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYb25XTD15 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYb25XTD15 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYb25XTD15 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sYb25XTD15 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sYb25XTD15 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sYb25XTD15 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYb25XTD15 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYb25XTD15 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sYb25XTD15 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYb25XTD15 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYb25XTD15 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYb25XTD15 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYb25XTD15 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYb25XTD15 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYb25XTD15 .dropdown-item.active,
.cid-sYb25XTD15 .dropdown-item:active {
  background-color: transparent;
}
.cid-sYb25XTD15 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYb25XTD15 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYb25XTD15 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYb25XTD15 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8e94e0;
}
.cid-sYb25XTD15 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYb25XTD15 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYb25XTD15 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sYb25XTD15 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYb25XTD15 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #8e94e0;
  background: #6870d1;
}
.cid-sYb25XTD15 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sYb25XTD15 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYb25XTD15 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYb25XTD15 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYb25XTD15 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYb25XTD15 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYb25XTD15 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYb25XTD15 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYb25XTD15 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYb25XTD15 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sYb25XTD15 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYb25XTD15 .navbar {
    height: 70px;
  }
  .cid-sYb25XTD15 .navbar.opened {
    height: auto;
  }
  .cid-sYb25XTD15 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYb25XTD15 .mbr-section-subtitle {
  color: #6870d1;
}
.cid-sYb25XTD15 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-sYb26mWADf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6870d1;
}
.cid-sYb26mWADf .row {
  align-items: center;
  background-color: #fcdff4;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-sYb26mWADf .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-sYb26mWADf .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-sYb26mWADf .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-sYb26mWADf .image-wrapper {
    padding: 1rem;
  }
}
.cid-sYb26mWADf .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-sYb26mWADf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sYb26mWADf .mbr-section-title {
  margin-bottom: 3rem;
  color: #6870d1;
}
.cid-sYb26mWADf .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-sYb26mWADf .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-sYb26mWADf .mbr-text,
.cid-sYb26mWADf .mbr-section-btn {
  color: #232323;
}
.cid-sYb2bktFhs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fcdff4;
}
@media (max-width: 991px) {
  .cid-sYb2bktFhs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sYb2bktFhs .row {
  flex-direction: row-reverse;
}
.cid-sYb2bktFhs img {
  width: 100%;
}
.cid-sYb2bktFhs .mbr-section-title {
  margin-bottom: 1rem;
  color: #6870d1;
  text-align: center;
}
.cid-sYb2bktFhs .mbr-text {
  margin-bottom: 4.5rem;
  color: #3a3e5e;
  text-align: center;
}
.cid-sYb2bktFhs .image-wrapper img {
  border-radius: 15px;
}
.cid-tGb0ftnli3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e94e0;
}
.cid-tGb0ftnli3 .container {
  padding: 0 5%;
}
@media (max-width: 768px) {
  .cid-tGb0ftnli3 .people-wrapper {
    display: flex;
  }
}
.cid-tGb0ftnli3 .people-wrapper img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 2rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tGb0ftnli3 .people-wrapper .people-title {
    padding: 1rem 0 0 1rem;
  }
}
.cid-tGb0ftnli3 .people-wrapper .people-title .mbr-title {
  margin-bottom: 1rem;
}
.cid-tGb0ftnli3 .people-wrapper .people-title .people-desc {
  margin-bottom: 1rem;
}
.cid-tGb0ftnli3 .people-content {
  min-height: 100%;
  background: #fcdff4;
  border-radius: 15px;
  padding: 5rem 4.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tGb0ftnli3 .people-content {
    background: #8e94e0;
    padding: 0;
  }
}
.cid-tGb0ftnli3 .people-content span {
  transform: rotate(180deg);
  position: absolute;
  left: -1.9rem;
  top: 2rem;
  font-size: 40px;
  color: #fcdff4;
}
@media (max-width: 768px) {
  .cid-tGb0ftnli3 .people-content span {
    display: none;
  }
}
.cid-tGb0ftnli3 .mbr-title {
  color: #3a3e5e;
}
.cid-tGb0ftnli3 .people-desc {
  color: #272c52;
}
.cid-tGb0ftnli3 .mbr-text {
  color: #3a3e5e;
}
.cid-tGb0etAnUq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGb0etAnUq .img-wrapper {
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tGb0etAnUq img {
  margin: auto;
  border-radius: 15px;
  object-fit: cover;
  max-height: 150px;
}
.cid-tGb0etAnUq .row {
  align-items: flex-start;
}
.cid-tGb0etAnUq .card-wrapper {
  border-radius: 25px;
  background: #6870d1;
}
@media (max-width: 992px) {
  .cid-tGb0etAnUq .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tGb0etAnUq .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tGb0etAnUq .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 425px) {
  .cid-tGb0etAnUq .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tGb0etAnUq .card-box {
  min-height: 230px;
}
@media (max-width: 1200px) {
  .cid-tGb0etAnUq .card-box {
    min-height: 290px;
  }
}
@media (max-width: 768px) {
  .cid-tGb0etAnUq .card-box {
    min-height: auto;
  }
}
.cid-tGb0etAnUq .card-title {
  margin-bottom: 1rem;
}
.cid-tGb0etAnUq .mbr-text {
  margin-bottom: 1rem;
  color: #F0F4FF;
}
.cid-tGb0etAnUq .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-tGb0etAnUq .card-title,
.cid-tGb0etAnUq .mbr-section-btn {
  color: #FFFFFF;
  text-align: center;
}
.cid-tGb8NtaQ66 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6870d1;
}
.cid-tGb8NtaQ66 .row {
  flex-direction: row-reverse;
}
.cid-tGb8NtaQ66 .row {
  align-items: center;
  background-color: #fcdff4;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-tGb8NtaQ66 .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-tGb8NtaQ66 .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-tGb8NtaQ66 .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-tGb8NtaQ66 .image-wrapper {
    padding: 1rem;
  }
}
.cid-tGb8NtaQ66 .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-tGb8NtaQ66 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGb8NtaQ66 .mbr-section-title {
  margin-bottom: 3rem;
  color: #6870d1;
}
.cid-tGb8NtaQ66 .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-tGb8NtaQ66 .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-tGb8NtaQ66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGb8NtaQ66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGb8NtaQ66 .mbr-text,
.cid-tGb8NtaQ66 .mbr-section-btn {
  color: #000000;
}
.cid-tGaY1vYVDk {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #fcdff4;
}
.cid-tGaY1vYVDk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGaY1vYVDk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGaY1vYVDk .mbr-section-head {
    text-align: center;
  }
}
.cid-tGaY1vYVDk .google-map {
  height: 35rem;
  position: relative;
}
.cid-tGaY1vYVDk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGaY1vYVDk .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-tGaY1vYVDk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGaY1vYVDk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGaY1vYVDk .mbr-section-title {
  text-align: center;
}
.cid-tGaY1vYVDk .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tGaY1vYVDk .mbr-section-subtitle {
  text-align: center;
}
.cid-tGaYaYET5x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8e94e0;
}
.cid-tGaYaYET5x .mbr-text {
  color: #e3ebf3;
}
.cid-tGaYaYET5x .media-container-row .mbr-text {
  color: #232323;
}
.cid-sYb25XTD15 .navbar-dropdown {
  background-color: #8e94e0 !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sYb25XTD15 .menu_box .navbar.opened,
  .cid-sYb25XTD15 .menu_box .navbar-collapse {
    background-color: #8e94e0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-sYb25XTD15 .navbar-dropdown {
  position: relative !important;
}
.cid-sYb25XTD15 nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-sYb25XTD15 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
}
@media (max-width: 991px) {
  .cid-sYb25XTD15 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sYb25XTD15 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f0f4ff;
  }
  .cid-sYb25XTD15 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sYb25XTD15 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sYb25XTD15 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sYb25XTD15 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sYb25XTD15 .offcanvas-body .mbr-text,
  .cid-sYb25XTD15 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sYb25XTD15 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sYb25XTD15 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-sYb25XTD15 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-sYb25XTD15 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sYb25XTD15 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sYb25XTD15 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sYb25XTD15 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sYb25XTD15 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sYb25XTD15 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sYb25XTD15 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-sYb25XTD15 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sYb25XTD15 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-sYb25XTD15 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sYb25XTD15 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sYb25XTD15 .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sYb25XTD15 .nav-item {
    margin: 0 !important;
  }
}
.cid-sYb25XTD15 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sYb25XTD15 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sYb25XTD15 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sYb25XTD15 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sYb25XTD15 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-sYb25XTD15 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sYb25XTD15 .offcanvas_box {
    display: none;
  }
}
.cid-sYb25XTD15 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sYb25XTD15 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sYb25XTD15 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYb25XTD15 .nav-link {
  position: relative;
}
.cid-sYb25XTD15 .container {
  display: flex;
  margin: auto;
}
.cid-sYb25XTD15 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  background-color: #6870d1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sYb25XTD15 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sYb25XTD15 .iconfont-wrapper:hover {
  background-color: #545dcb;
}
.cid-sYb25XTD15 .navbar-caption {
  color: #6870d1;
}
.cid-sYb25XTD15 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sYb25XTD15 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sYb25XTD15 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sYb25XTD15 .dropdown-menu,
.cid-sYb25XTD15 .navbar.opened {
  background: #8e94e0 !important;
}
.cid-sYb25XTD15 .nav-item:focus,
.cid-sYb25XTD15 .nav-link:focus {
  outline: none;
}
.cid-sYb25XTD15 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYb25XTD15 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYb25XTD15 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYb25XTD15 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYb25XTD15 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYb25XTD15 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYb25XTD15 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sYb25XTD15 .navbar.opened {
  transition: all 0.3s;
}
.cid-sYb25XTD15 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sYb25XTD15 .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-sYb25XTD15 .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-sYb25XTD15 .navbar.collapsed {
  justify-content: center;
}
.cid-sYb25XTD15 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYb25XTD15 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sYb25XTD15 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYb25XTD15 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYb25XTD15 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYb25XTD15 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sYb25XTD15 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sYb25XTD15 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sYb25XTD15 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-sYb25XTD15 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYb25XTD15 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYb25XTD15 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sYb25XTD15 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYb25XTD15 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYb25XTD15 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYb25XTD15 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sYb25XTD15 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sYb25XTD15 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sYb25XTD15 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYb25XTD15 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYb25XTD15 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sYb25XTD15 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYb25XTD15 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYb25XTD15 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYb25XTD15 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYb25XTD15 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYb25XTD15 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYb25XTD15 .dropdown-item.active,
.cid-sYb25XTD15 .dropdown-item:active {
  background-color: transparent;
}
.cid-sYb25XTD15 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYb25XTD15 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYb25XTD15 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYb25XTD15 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8e94e0;
}
.cid-sYb25XTD15 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYb25XTD15 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYb25XTD15 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sYb25XTD15 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYb25XTD15 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #8e94e0;
  background: #6870d1;
}
.cid-sYb25XTD15 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sYb25XTD15 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYb25XTD15 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYb25XTD15 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYb25XTD15 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYb25XTD15 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYb25XTD15 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYb25XTD15 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYb25XTD15 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYb25XTD15 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sYb25XTD15 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYb25XTD15 .navbar {
    height: 70px;
  }
  .cid-sYb25XTD15 .navbar.opened {
    height: auto;
  }
  .cid-sYb25XTD15 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYb25XTD15 .mbr-section-subtitle {
  color: #6870d1;
}
.cid-sYb25XTD15 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tGcKInngzS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b7caff;
}
.cid-tGcKInngzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGcKInngzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGcKInngzS .row {
  justify-content: flex-start;
}
.cid-tGcKInngzS .mbr-section-title {
  color: #cb5aac;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-tGcKInngzS .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tGcKInngzS .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-tGcKInngzS .image-wrapper {
  width: 100%;
}
.cid-tGcKInngzS .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-tGcKInngzS .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-tGcKInngzS .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tGcKInngzS .mbr-text {
    margin-top: 45px;
  }
}
.cid-tGcKInngzS .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tGcKInngzS .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tGcKInngzS .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tGcKInngzS .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tGcKInngzS .mbr-text,
.cid-tGcKInngzS .mbr-section-btn {
  color: #000000;
}
.cid-tGcLQPuUYd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcdff4;
}
.cid-tGcLQPuUYd .img-container {
  position: relative;
}
.cid-tGcLQPuUYd .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-tGcLQPuUYd .image-wrapper img {
  width: 100%;
  height: 46vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-tGcLQPuUYd .image-wrapper img {
    height: auto;
  }
}
.cid-tGcLQPuUYd .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-tGcLQPuUYd .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tGcLQPuUYd .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-tGcMZ0TlEX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #b7caff;
}
.cid-tGcMZ0TlEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGcMZ0TlEX .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-tGcMZ0TlEX .container {
    padding: 0 20px;
  }
  .cid-tGcMZ0TlEX .container .row {
    padding: 0;
  }
}
.cid-tGcMZ0TlEX .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tGcMZ0TlEX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tGcMZ0TlEX .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tGcMZ0TlEX .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tGcMZ0TlEX .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tGcMZ0TlEX .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tGcMZ0TlEX .image-wrapper img {
    height: 300px;
  }
}
.cid-tGcMZ0TlEX .mbr-section-title {
  color: #222222;
}
.cid-tGcMZ0TlEX .mbr-text {
  color: #222222;
}
.cid-tGcO8oAI0w {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #b7caff;
}
.cid-tGcO8oAI0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGcO8oAI0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGcO8oAI0w .card-box {
  max-width: 700px;
}
.cid-tGcO8oAI0w .mbr-iconfont {
  display: block;
  font-size: 10rem;
  color: #13e5c0;
  padding: 0rem 8rem;
  margin-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tGcO8oAI0w .mbr-iconfont {
    padding: 2rem 2rem;
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-tGcO8oAI0w .mbr-iconfont {
    margin-right: 0rem;
  }
}
.cid-tGcO8oAI0w .card-wrapper {
  min-height: 230px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 3rem 2rem;
  background: #b7caff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-tGcO8oAI0w .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1600px) {
  .cid-tGcO8oAI0w .card-wrapper {
    padding: 3rem 10rem;
  }
}
.cid-tGcO8oAI0w .row {
  justify-content: center;
}
.cid-tGcO8oAI0w .mbr-section-title {
  color: #132835;
}
.cid-tGcO8oAI0w .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tGcO8oAI0w .card-title,
.cid-tGcO8oAI0w .iconfont-wrapper {
  color: #e43f3f;
}
.cid-tGcO8oAI0w .card-title,
.cid-tGcO8oAI0w .iconfont-wrapper,
.cid-tGcO8oAI0w .card-wrapper {
  color: #19303d;
}
.cid-tGcO8oAI0w .card-text {
  color: #353535;
}
.cid-tGcNyAA6Ri {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fcdff4;
}
.cid-tGcNyAA6Ri .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGcNyAA6Ri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGcNyAA6Ri .mbr-section-head {
    text-align: center;
  }
}
.cid-tGcNyAA6Ri .google-map {
  height: 35rem;
  position: relative;
}
.cid-tGcNyAA6Ri .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGcNyAA6Ri .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-tGcNyAA6Ri .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGcNyAA6Ri .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGcNyAA6Ri .mbr-section-title {
  text-align: center;
}
.cid-tGcNyAA6Ri .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tGcNyAA6Ri .mbr-section-subtitle {
  text-align: center;
}
.cid-tGaYaYET5x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8e94e0;
}
.cid-tGaYaYET5x .mbr-text {
  color: #e3ebf3;
}
.cid-tGaYaYET5x .media-container-row .mbr-text {
  color: #232323;
}
.cid-tGcOvtU0MW .navbar-dropdown {
  background-color: #8e94e0 !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGcOvtU0MW .menu_box .navbar.opened,
  .cid-tGcOvtU0MW .menu_box .navbar-collapse {
    background-color: #8e94e0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGcOvtU0MW .navbar-dropdown {
  position: relative !important;
}
.cid-tGcOvtU0MW nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tGcOvtU0MW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
}
@media (max-width: 991px) {
  .cid-tGcOvtU0MW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGcOvtU0MW .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f0f4ff;
  }
  .cid-tGcOvtU0MW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGcOvtU0MW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGcOvtU0MW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGcOvtU0MW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGcOvtU0MW .offcanvas-body .mbr-text,
  .cid-tGcOvtU0MW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tGcOvtU0MW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tGcOvtU0MW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGcOvtU0MW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tGcOvtU0MW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGcOvtU0MW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGcOvtU0MW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGcOvtU0MW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGcOvtU0MW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGcOvtU0MW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGcOvtU0MW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tGcOvtU0MW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGcOvtU0MW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tGcOvtU0MW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tGcOvtU0MW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tGcOvtU0MW .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tGcOvtU0MW .nav-item {
    margin: 0 !important;
  }
}
.cid-tGcOvtU0MW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGcOvtU0MW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tGcOvtU0MW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGcOvtU0MW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGcOvtU0MW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tGcOvtU0MW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGcOvtU0MW .offcanvas_box {
    display: none;
  }
}
.cid-tGcOvtU0MW .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tGcOvtU0MW .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGcOvtU0MW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGcOvtU0MW .nav-link {
  position: relative;
}
.cid-tGcOvtU0MW .container {
  display: flex;
  margin: auto;
}
.cid-tGcOvtU0MW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  background-color: #6870d1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tGcOvtU0MW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGcOvtU0MW .iconfont-wrapper:hover {
  background-color: #545dcb;
}
.cid-tGcOvtU0MW .navbar-caption {
  color: #6870d1;
}
.cid-tGcOvtU0MW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tGcOvtU0MW .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tGcOvtU0MW .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tGcOvtU0MW .dropdown-menu,
.cid-tGcOvtU0MW .navbar.opened {
  background: #8e94e0 !important;
}
.cid-tGcOvtU0MW .nav-item:focus,
.cid-tGcOvtU0MW .nav-link:focus {
  outline: none;
}
.cid-tGcOvtU0MW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGcOvtU0MW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGcOvtU0MW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGcOvtU0MW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGcOvtU0MW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGcOvtU0MW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGcOvtU0MW .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tGcOvtU0MW .navbar.opened {
  transition: all 0.3s;
}
.cid-tGcOvtU0MW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGcOvtU0MW .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-tGcOvtU0MW .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tGcOvtU0MW .navbar.collapsed {
  justify-content: center;
}
.cid-tGcOvtU0MW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGcOvtU0MW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGcOvtU0MW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGcOvtU0MW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGcOvtU0MW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGcOvtU0MW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGcOvtU0MW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGcOvtU0MW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGcOvtU0MW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGcOvtU0MW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGcOvtU0MW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGcOvtU0MW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGcOvtU0MW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGcOvtU0MW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGcOvtU0MW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGcOvtU0MW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGcOvtU0MW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGcOvtU0MW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGcOvtU0MW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGcOvtU0MW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGcOvtU0MW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGcOvtU0MW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGcOvtU0MW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGcOvtU0MW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGcOvtU0MW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGcOvtU0MW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGcOvtU0MW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGcOvtU0MW .dropdown-item.active,
.cid-tGcOvtU0MW .dropdown-item:active {
  background-color: transparent;
}
.cid-tGcOvtU0MW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGcOvtU0MW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGcOvtU0MW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGcOvtU0MW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8e94e0;
}
.cid-tGcOvtU0MW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGcOvtU0MW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGcOvtU0MW ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tGcOvtU0MW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGcOvtU0MW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #8e94e0;
  background: #6870d1;
}
.cid-tGcOvtU0MW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGcOvtU0MW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGcOvtU0MW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGcOvtU0MW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGcOvtU0MW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGcOvtU0MW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGcOvtU0MW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGcOvtU0MW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGcOvtU0MW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGcOvtU0MW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGcOvtU0MW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGcOvtU0MW .navbar {
    height: 70px;
  }
  .cid-tGcOvtU0MW .navbar.opened {
    height: auto;
  }
  .cid-tGcOvtU0MW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGcOvtU0MW .mbr-section-subtitle {
  color: #6870d1;
}
.cid-tGcOvtU0MW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tGcOvuw7UJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcdff4;
}
.cid-tGcOvuw7UJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGcOvuw7UJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGcOvuw7UJ .row {
  justify-content: flex-start;
}
.cid-tGcOvuw7UJ .mbr-section-title {
  color: #010101;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-tGcOvuw7UJ .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tGcOvuw7UJ .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-tGcOvuw7UJ .image-wrapper {
  width: 100%;
}
.cid-tGcOvuw7UJ .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-tGcOvuw7UJ .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-tGcOvuw7UJ .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tGcOvuw7UJ .mbr-text {
    margin-top: 45px;
  }
}
.cid-tGcOvuw7UJ .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tGcOvuw7UJ .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tGcOvuw7UJ .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tGcOvuw7UJ .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tGcOvuw7UJ .mbr-text,
.cid-tGcOvuw7UJ .mbr-section-btn {
  color: #000000;
}
.cid-tGcOvuUyQh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b7caff;
}
.cid-tGcOvuUyQh .img-container {
  position: relative;
}
.cid-tGcOvuUyQh .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-tGcOvuUyQh .image-wrapper img {
  width: 100%;
  height: 46vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-tGcOvuUyQh .image-wrapper img {
    height: auto;
  }
}
.cid-tGcOvuUyQh .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-tGcOvuUyQh .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tGcOvuUyQh .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-tGcOvvlkif {
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #b7caff;
}
.cid-tGcOvvlkif .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGcOvvlkif .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-tGcOvvlkif .container {
    padding: 0 20px;
  }
  .cid-tGcOvvlkif .container .row {
    padding: 0;
  }
}
.cid-tGcOvvlkif .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tGcOvvlkif .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tGcOvvlkif .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tGcOvvlkif .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tGcOvvlkif .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tGcOvvlkif .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tGcOvvlkif .image-wrapper img {
    height: 300px;
  }
}
.cid-tGcOvvlkif .mbr-section-title {
  color: #222222;
}
.cid-tGcOvvlkif .mbr-text {
  color: #222222;
}
.cid-tGcOvwkoJv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fcdff4;
}
.cid-tGcOvwkoJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGcOvwkoJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGcOvwkoJv .mbr-section-head {
    text-align: center;
  }
}
.cid-tGcOvwkoJv .google-map {
  height: 35rem;
  position: relative;
}
.cid-tGcOvwkoJv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGcOvwkoJv .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-tGcOvwkoJv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGcOvwkoJv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGcOvwkoJv .mbr-section-title {
  text-align: center;
}
.cid-tGcOvwkoJv .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tGcOvwkoJv .mbr-section-subtitle {
  text-align: center;
}
.cid-tGcOvwRXYx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8e94e0;
}
.cid-tGcOvwRXYx .mbr-text {
  color: #e3ebf3;
}
.cid-tGcOvwRXYx .media-container-row .mbr-text {
  color: #232323;
}
.cid-tGcQhu7pDz .navbar-dropdown {
  background-color: #fcffeb !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGcQhu7pDz .menu_box .navbar.opened,
  .cid-tGcQhu7pDz .menu_box .navbar-collapse {
    background-color: #fcffeb !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGcQhu7pDz .navbar-dropdown {
  position: relative !important;
}
.cid-tGcQhu7pDz nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tGcQhu7pDz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
}
@media (max-width: 991px) {
  .cid-tGcQhu7pDz .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGcQhu7pDz .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f0f4ff;
  }
  .cid-tGcQhu7pDz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGcQhu7pDz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGcQhu7pDz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGcQhu7pDz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGcQhu7pDz .offcanvas-body .mbr-text,
  .cid-tGcQhu7pDz .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tGcQhu7pDz .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tGcQhu7pDz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGcQhu7pDz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tGcQhu7pDz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGcQhu7pDz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGcQhu7pDz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGcQhu7pDz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGcQhu7pDz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGcQhu7pDz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGcQhu7pDz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tGcQhu7pDz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGcQhu7pDz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tGcQhu7pDz .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tGcQhu7pDz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tGcQhu7pDz .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tGcQhu7pDz .nav-item {
    margin: 0 !important;
  }
}
.cid-tGcQhu7pDz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGcQhu7pDz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tGcQhu7pDz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGcQhu7pDz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGcQhu7pDz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tGcQhu7pDz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGcQhu7pDz .offcanvas_box {
    display: none;
  }
}
.cid-tGcQhu7pDz .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tGcQhu7pDz .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGcQhu7pDz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGcQhu7pDz .nav-link {
  position: relative;
}
.cid-tGcQhu7pDz .container {
  display: flex;
  margin: auto;
}
.cid-tGcQhu7pDz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  background-color: #6870d1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tGcQhu7pDz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGcQhu7pDz .iconfont-wrapper:hover {
  background-color: #545dcb;
}
.cid-tGcQhu7pDz .navbar-caption {
  color: #6870d1;
}
.cid-tGcQhu7pDz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tGcQhu7pDz .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tGcQhu7pDz .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tGcQhu7pDz .dropdown-menu,
.cid-tGcQhu7pDz .navbar.opened {
  background: #fcffeb !important;
}
.cid-tGcQhu7pDz .nav-item:focus,
.cid-tGcQhu7pDz .nav-link:focus {
  outline: none;
}
.cid-tGcQhu7pDz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGcQhu7pDz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGcQhu7pDz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGcQhu7pDz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGcQhu7pDz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGcQhu7pDz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGcQhu7pDz .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tGcQhu7pDz .navbar.opened {
  transition: all 0.3s;
}
.cid-tGcQhu7pDz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGcQhu7pDz .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-tGcQhu7pDz .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tGcQhu7pDz .navbar.collapsed {
  justify-content: center;
}
.cid-tGcQhu7pDz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGcQhu7pDz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGcQhu7pDz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGcQhu7pDz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGcQhu7pDz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGcQhu7pDz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGcQhu7pDz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGcQhu7pDz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGcQhu7pDz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGcQhu7pDz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGcQhu7pDz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGcQhu7pDz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGcQhu7pDz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGcQhu7pDz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGcQhu7pDz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGcQhu7pDz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGcQhu7pDz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGcQhu7pDz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGcQhu7pDz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGcQhu7pDz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGcQhu7pDz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGcQhu7pDz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGcQhu7pDz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGcQhu7pDz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGcQhu7pDz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGcQhu7pDz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGcQhu7pDz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGcQhu7pDz .dropdown-item.active,
.cid-tGcQhu7pDz .dropdown-item:active {
  background-color: transparent;
}
.cid-tGcQhu7pDz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGcQhu7pDz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGcQhu7pDz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGcQhu7pDz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcffeb;
}
.cid-tGcQhu7pDz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGcQhu7pDz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGcQhu7pDz ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tGcQhu7pDz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGcQhu7pDz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fcffeb;
  background: #6870d1;
}
.cid-tGcQhu7pDz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGcQhu7pDz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGcQhu7pDz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGcQhu7pDz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGcQhu7pDz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGcQhu7pDz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGcQhu7pDz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGcQhu7pDz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGcQhu7pDz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGcQhu7pDz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGcQhu7pDz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGcQhu7pDz .navbar {
    height: 70px;
  }
  .cid-tGcQhu7pDz .navbar.opened {
    height: auto;
  }
  .cid-tGcQhu7pDz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGcQhu7pDz .mbr-section-subtitle {
  color: #6870d1;
}
.cid-tGcQhu7pDz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tGcQhuHIuV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8e0e4;
}
.cid-tGcQhuHIuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGcQhuHIuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGcQhuHIuV .row {
  justify-content: flex-start;
}
.cid-tGcQhuHIuV .mbr-section-title {
  color: #010101;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-tGcQhuHIuV .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tGcQhuHIuV .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-tGcQhuHIuV .image-wrapper {
  width: 100%;
}
.cid-tGcQhuHIuV .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-tGcQhuHIuV .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-tGcQhuHIuV .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tGcQhuHIuV .mbr-text {
    margin-top: 45px;
  }
}
.cid-tGcQhuHIuV .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tGcQhuHIuV .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tGcQhuHIuV .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tGcQhuHIuV .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tGcQhuHIuV .mbr-text,
.cid-tGcQhuHIuV .mbr-section-btn {
  color: #000000;
}
.cid-tGcQhv9HXp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1d3;
}
.cid-tGcQhv9HXp .img-container {
  position: relative;
}
.cid-tGcQhv9HXp .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-tGcQhv9HXp .image-wrapper img {
  width: 100%;
  height: 46vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-tGcQhv9HXp .image-wrapper img {
    height: auto;
  }
}
.cid-tGcQhv9HXp .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-tGcQhv9HXp .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tGcQhv9HXp .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-tGcQhvyc77 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f8e0e4;
}
.cid-tGcQhvyc77 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGcQhvyc77 .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-tGcQhvyc77 .container {
    padding: 0 20px;
  }
  .cid-tGcQhvyc77 .container .row {
    padding: 0;
  }
}
.cid-tGcQhvyc77 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tGcQhvyc77 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tGcQhvyc77 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tGcQhvyc77 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tGcQhvyc77 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tGcQhvyc77 .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tGcQhvyc77 .image-wrapper img {
    height: 300px;
  }
}
.cid-tGcQhvyc77 .mbr-section-title {
  color: #222222;
}
.cid-tGcQhvyc77 .mbr-text {
  color: #222222;
}
.cid-tGcQhw1OYe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fcdff4;
}
.cid-tGcQhw1OYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGcQhw1OYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGcQhw1OYe .mbr-section-head {
    text-align: center;
  }
}
.cid-tGcQhw1OYe .google-map {
  height: 35rem;
  position: relative;
}
.cid-tGcQhw1OYe .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGcQhw1OYe .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-tGcQhw1OYe .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGcQhw1OYe .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGcQhw1OYe .mbr-section-title {
  text-align: center;
}
.cid-tGcQhw1OYe .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tGcQhw1OYe .mbr-section-subtitle {
  text-align: center;
}
.cid-tGcQhwtSPY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8e94e0;
}
.cid-tGcQhwtSPY .mbr-text {
  color: #e3ebf3;
}
.cid-tGcQhwtSPY .media-container-row .mbr-text {
  color: #232323;
}
