body {
  font-family: Readex Pro;
}
.display-1 {
  font-family: 'Readex Pro', sans-serif;
  font-size: 6.25rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Readex Pro', sans-serif;
  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.125rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: 'Readex Pro', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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: #6870d1 !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: #6870d1 !important;
  border-color: #6870d1 !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: #353ead !important;
  border-color: #353ead !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #353ead !important;
  border-color: #353ead !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: #6870d1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #353ead !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: #6870d1 !important;
  border-color: #6870d1 !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: #6870d1 !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: #6870d1;
}
.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: #6870d1;
  border-color: #6870d1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6870d1;
}
a:hover {
  color: #FFFFFF;
}
.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: #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.125rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.form-control::-webkit-input-placeholder {
  font-family: 'Readex Pro', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control::-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #6870d1;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6870d1;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6870d1;
}
.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: #6870d1;
  border-bottom-color: #6870d1;
}
.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: #6870d1 !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='%236870d1' %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-sUSrIP8wLt .navbar-dropdown {
  background-color: #f0f4ff !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUSrIP8wLt .menu_box .navbar.opened,
  .cid-sUSrIP8wLt .menu_box .navbar-collapse {
    background-color: #f0f4ff !important;
    transition: all 0s ease 0s;
  }
}
.cid-sUSrIP8wLt .navbar-dropdown {
  position: relative !important;
}
.cid-sUSrIP8wLt nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-sUSrIP8wLt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
}
@media (max-width: 991px) {
  .cid-sUSrIP8wLt .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sUSrIP8wLt .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f0f4ff;
  }
  .cid-sUSrIP8wLt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sUSrIP8wLt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sUSrIP8wLt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sUSrIP8wLt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sUSrIP8wLt .offcanvas-body .mbr-text,
  .cid-sUSrIP8wLt .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sUSrIP8wLt .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sUSrIP8wLt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-sUSrIP8wLt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-sUSrIP8wLt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sUSrIP8wLt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sUSrIP8wLt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sUSrIP8wLt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sUSrIP8wLt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sUSrIP8wLt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sUSrIP8wLt .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-sUSrIP8wLt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sUSrIP8wLt 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-sUSrIP8wLt .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sUSrIP8wLt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sUSrIP8wLt .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sUSrIP8wLt .nav-item {
    margin: 0 !important;
  }
}
.cid-sUSrIP8wLt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sUSrIP8wLt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sUSrIP8wLt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sUSrIP8wLt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sUSrIP8wLt .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-sUSrIP8wLt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sUSrIP8wLt .offcanvas_box {
    display: none;
  }
}
.cid-sUSrIP8wLt .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sUSrIP8wLt .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sUSrIP8wLt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUSrIP8wLt .nav-link {
  position: relative;
}
.cid-sUSrIP8wLt .container {
  display: flex;
  margin: auto;
}
.cid-sUSrIP8wLt .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-sUSrIP8wLt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sUSrIP8wLt .iconfont-wrapper:hover {
  background-color: #545dcb;
}
.cid-sUSrIP8wLt .navbar-caption {
  color: #6870d1;
}
.cid-sUSrIP8wLt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sUSrIP8wLt .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sUSrIP8wLt .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sUSrIP8wLt .dropdown-menu,
.cid-sUSrIP8wLt .navbar.opened {
  background: #f0f4ff !important;
}
.cid-sUSrIP8wLt .nav-item:focus,
.cid-sUSrIP8wLt .nav-link:focus {
  outline: none;
}
.cid-sUSrIP8wLt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUSrIP8wLt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUSrIP8wLt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUSrIP8wLt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUSrIP8wLt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUSrIP8wLt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUSrIP8wLt .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sUSrIP8wLt .navbar.opened {
  transition: all 0.3s;
}
.cid-sUSrIP8wLt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sUSrIP8wLt .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-sUSrIP8wLt .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-sUSrIP8wLt .navbar.collapsed {
  justify-content: center;
}
.cid-sUSrIP8wLt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUSrIP8wLt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sUSrIP8wLt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUSrIP8wLt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUSrIP8wLt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUSrIP8wLt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sUSrIP8wLt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUSrIP8wLt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sUSrIP8wLt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-sUSrIP8wLt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUSrIP8wLt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUSrIP8wLt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sUSrIP8wLt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUSrIP8wLt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUSrIP8wLt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUSrIP8wLt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sUSrIP8wLt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sUSrIP8wLt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sUSrIP8wLt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUSrIP8wLt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUSrIP8wLt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sUSrIP8wLt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUSrIP8wLt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUSrIP8wLt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUSrIP8wLt .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-sUSrIP8wLt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUSrIP8wLt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUSrIP8wLt .dropdown-item.active,
.cid-sUSrIP8wLt .dropdown-item:active {
  background-color: transparent;
}
.cid-sUSrIP8wLt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUSrIP8wLt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUSrIP8wLt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUSrIP8wLt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f4ff;
}
.cid-sUSrIP8wLt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUSrIP8wLt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUSrIP8wLt ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sUSrIP8wLt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUSrIP8wLt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f0f4ff;
  background: #6870d1;
}
.cid-sUSrIP8wLt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sUSrIP8wLt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUSrIP8wLt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUSrIP8wLt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUSrIP8wLt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUSrIP8wLt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUSrIP8wLt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUSrIP8wLt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUSrIP8wLt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUSrIP8wLt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sUSrIP8wLt .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-sUSrIP8wLt .navbar {
    height: 70px;
  }
  .cid-sUSrIP8wLt .navbar.opened {
    height: auto;
  }
  .cid-sUSrIP8wLt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUSrIP8wLt .mbr-section-subtitle {
  color: #6870d1;
}
.cid-sUSrIP8wLt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-sUSrIP8wLt .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-sUSrJyr5EY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUSrJyr5EY .row {
  border-radius: 25px;
  background: #f0f4ff;
}
@media (max-width: 992px) {
  .cid-sUSrJyr5EY .row {
    margin: 0 1rem;
  }
}
.cid-sUSrJyr5EY .header-column1 {
  padding: 14% 22% 10% 8%;
}
@media (max-width: 992px) {
  .cid-sUSrJyr5EY .header-column1 {
    padding: 10% 5% 10%;
  }
}
.cid-sUSrJyr5EY .mbr-section-title {
  margin-bottom: 1.5rem;
  color: #6870d1;
}
.cid-sUSrJyr5EY .mbr-section-subtitle {
  margin-bottom: 1.5rem;
  color: #6870d1;
}
.cid-sUSrJyr5EY .mbr-text {
  margin-bottom: 1.5rem;
  color: #3a3e5e;
}
.cid-sUSrJyr5EY .mbr-section-btn {
  margin: 3rem 0 1.5rem 0;
}
.cid-sUSrJyr5EY .mbr-section-btn .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-sUSrJyr5EY .mbr-section-btn .btn:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-sUSrJyr5EY .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-sUSrJyr5EY .header-column2 {
  padding: 5% 0 0 0;
  background: #6870d1;
  position: relative;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
@media (max-width: 992px) {
  .cid-sUSrJyr5EY .header-column2 {
    background: #f0f4ff;
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.cid-sUSrJyr5EY .header-date {
  display: flex;
  background: #f0f4ff;
  margin: 0 30% 3rem;
  padding: 5px 5px 5px 10px;
  align-items: center;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .cid-sUSrJyr5EY .header-date {
    display: none;
  }
}
.cid-sUSrJyr5EY .header-date span {
  font-size: 1rem;
  color: #6870d1;
  margin: 0 !important;
}
.cid-sUSrJyr5EY .header-date p {
  margin: 0;
  padding: 3px 0 5px 3px;
}
.cid-sUSrJyr5EY .img-wrapper {
  background-color: #8e94e0;
  margin-left: -12rem;
  width: 415px;
  min-height: 38rem;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  padding-top: 20px;
}
@media (max-width: 1200px) {
  .cid-sUSrJyr5EY .img-wrapper {
    border-bottom-right-radius: 3px;
  }
}
@media (max-width: 992px) {
  .cid-sUSrJyr5EY .img-wrapper {
    position: static;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-sUSrJyr5EY .img-wrapper {
    min-width: 280px;
  }
}
@media (max-width: 425px) {
  .cid-sUSrJyr5EY .img-wrapper {
    width: auto;
    padding: 20px 1.5rem;
  }
}
.cid-sUSrJyr5EY .img-wrapper .card {
  width: 260px;
  max-height: 150px;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 10px;
  margin: 2rem 0 0 -3rem;
}
.cid-sUSrJyr5EY .img-wrapper .card:first-child {
  margin-top: 3rem;
}
.cid-sUSrJyr5EY .img-wrapper .card:nth-child(2) {
  margin-left: 13rem;
}
@media (max-width: 1200px) {
  .cid-sUSrJyr5EY .img-wrapper .card:nth-child(2) {
    margin: 1.5rem 0 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sUSrJyr5EY .img-wrapper .card:nth-child(2) {
    margin-left: 13rem;
  }
}
@media (max-width: 768px) {
  .cid-sUSrJyr5EY .img-wrapper .card:nth-child(2) {
    margin: 1.5rem auto;
  }
}
@media (max-width: 1200px) {
  .cid-sUSrJyr5EY .img-wrapper .card {
    margin: 1.5rem 0 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sUSrJyr5EY .img-wrapper .card {
    margin: 1.5rem 0 0 -3rem;
  }
}
@media (max-width: 768px) {
  .cid-sUSrJyr5EY .img-wrapper .card {
    margin: 1.5rem auto;
  }
}
@media (max-width: 425px) {
  .cid-sUSrJyr5EY .img-wrapper .card {
    max-width: 230px;
  }
}
.cid-sUSrJyr5EY .img-wrapper .card .card-subtitle {
  margin-bottom: 1rem;
}
.cid-sUSrJyr5EY .img-wrapper .card .card-img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-sUSrJyr5EY .img-wrapper .card .card-img-wrapper img {
  max-width: 67px;
  max-height: 55px;
  margin-left: 14px;
  object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 425px) {
  .cid-sUSrJyr5EY .img-wrapper .card .card-img-wrapper img {
    margin-left: 5px;
  }
}
.cid-sUSrJyr5EY .img-wrapper .card .card-img-wrapper img:first-child {
  margin-left: 0;
}
.cid-sUSrJyr5EY .mbr-date {
  color: #4f5372;
}
.cid-sUSrJyr5EY .card-subtitle {
  color: #6870d1;
}
.cid-sUSwOxdrDO img {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-sUSz1ejEQV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f4ff;
}
@media (max-width: 991px) {
  .cid-sUSz1ejEQV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUSz1ejEQV .row {
  padding: 0 10%;
}
.cid-sUSz1ejEQV img {
  max-width: 100%;
  object-fit: cover;
}
.cid-sUSz1ejEQV .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sUSz1ejEQV .mbr-text {
  margin-bottom: 2rem;
  color: #3a3e5e;
  text-align: center;
}
.cid-sUSz1ejEQV .image-wrapper {
  height: 100%;
}
.cid-sUSz1ejEQV .image-wrapper img {
  border-radius: 15px;
  margin-bottom: 2rem;
}
.cid-sUSz1ejEQV .mbr-section-btn {
  text-align: center;
}
.cid-sUSz1ejEQV .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-sUSF8HXvpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6870d1;
}
.cid-sUSF8HXvpv .video-wrapper iframe {
  width: 100%;
}
.cid-sUSF8HXvpv .mbr-section-title,
.cid-sUSF8HXvpv .mbr-section-subtitle,
.cid-sUSF8HXvpv .mbr-text {
  text-align: center;
}
.cid-sUSF8HXvpv .app-video-wrapper > img {
  border-radius: 25px;
}
.cid-sUSF8HXvpv .mbr-section-title {
  color: #fdfdfd;
}
.cid-sUSGkGgwIA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f4ff;
}
.cid-sUSGkGgwIA .row {
  align-items: center;
  background-color: #f0f4ff;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-sUSGkGgwIA .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-sUSGkGgwIA .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-sUSGkGgwIA .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-sUSGkGgwIA .image-wrapper {
    padding: 1rem;
  }
}
.cid-sUSGkGgwIA .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-sUSGkGgwIA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sUSGkGgwIA .mbr-section-title {
  margin-bottom: 3rem;
  color: #6870d1;
}
.cid-sUSGkGgwIA .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-sUSGkGgwIA .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-sUSEDuuMoH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f4ff;
}
.cid-sUSEDuuMoH .list {
  list-style: none;
  padding-left: 0;
  color: #FFFFFF;
  padding: 0 15%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sUSEDuuMoH .list {
    margin-bottom: 2rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sUSEDuuMoH .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sUSEDuuMoH .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sUSEDuuMoH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sUSEDuuMoH .container-fluid {
  padding: 0;
}
.cid-sUSEDuuMoH .row:first-child {
  margin: 0;
}
.cid-sUSEDuuMoH .mbr-text {
  margin: 2rem 0 3rem 0;
  color: #bbbbbb;
  text-align: center;
}
.cid-sUSEDuuMoH .copyright {
  min-height: 70px;
  background: #000000;
  padding: 2% 1rem;
  color: #bbbbbb;
  text-align: center;
}
.cid-sUSEDuuMoH .footer-list {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sUSEDuuMoH .footer-list {
    justify-content: left;
  }
}
.cid-sUSEDuuMoH .mbr-footer {
  padding: 0;
}
.cid-sUSrIP8wLt .navbar-dropdown {
  background-color: #f0f4ff !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUSrIP8wLt .menu_box .navbar.opened,
  .cid-sUSrIP8wLt .menu_box .navbar-collapse {
    background-color: #f0f4ff !important;
    transition: all 0s ease 0s;
  }
}
.cid-sUSrIP8wLt .navbar-dropdown {
  position: relative !important;
}
.cid-sUSrIP8wLt nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-sUSrIP8wLt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
}
@media (max-width: 991px) {
  .cid-sUSrIP8wLt .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sUSrIP8wLt .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #f0f4ff;
  }
  .cid-sUSrIP8wLt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sUSrIP8wLt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sUSrIP8wLt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sUSrIP8wLt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sUSrIP8wLt .offcanvas-body .mbr-text,
  .cid-sUSrIP8wLt .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sUSrIP8wLt .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sUSrIP8wLt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-sUSrIP8wLt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-sUSrIP8wLt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sUSrIP8wLt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sUSrIP8wLt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sUSrIP8wLt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sUSrIP8wLt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sUSrIP8wLt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sUSrIP8wLt .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-sUSrIP8wLt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sUSrIP8wLt 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-sUSrIP8wLt .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sUSrIP8wLt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sUSrIP8wLt .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sUSrIP8wLt .nav-item {
    margin: 0 !important;
  }
}
.cid-sUSrIP8wLt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sUSrIP8wLt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sUSrIP8wLt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sUSrIP8wLt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sUSrIP8wLt .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-sUSrIP8wLt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sUSrIP8wLt .offcanvas_box {
    display: none;
  }
}
.cid-sUSrIP8wLt .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sUSrIP8wLt .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sUSrIP8wLt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUSrIP8wLt .nav-link {
  position: relative;
}
.cid-sUSrIP8wLt .container {
  display: flex;
  margin: auto;
}
.cid-sUSrIP8wLt .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-sUSrIP8wLt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sUSrIP8wLt .iconfont-wrapper:hover {
  background-color: #545dcb;
}
.cid-sUSrIP8wLt .navbar-caption {
  color: #6870d1;
}
.cid-sUSrIP8wLt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sUSrIP8wLt .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sUSrIP8wLt .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sUSrIP8wLt .dropdown-menu,
.cid-sUSrIP8wLt .navbar.opened {
  background: #f0f4ff !important;
}
.cid-sUSrIP8wLt .nav-item:focus,
.cid-sUSrIP8wLt .nav-link:focus {
  outline: none;
}
.cid-sUSrIP8wLt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUSrIP8wLt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUSrIP8wLt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUSrIP8wLt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUSrIP8wLt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUSrIP8wLt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUSrIP8wLt .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sUSrIP8wLt .navbar.opened {
  transition: all 0.3s;
}
.cid-sUSrIP8wLt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sUSrIP8wLt .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-sUSrIP8wLt .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-sUSrIP8wLt .navbar.collapsed {
  justify-content: center;
}
.cid-sUSrIP8wLt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUSrIP8wLt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sUSrIP8wLt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUSrIP8wLt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUSrIP8wLt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUSrIP8wLt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sUSrIP8wLt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUSrIP8wLt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sUSrIP8wLt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-sUSrIP8wLt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUSrIP8wLt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUSrIP8wLt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sUSrIP8wLt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUSrIP8wLt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUSrIP8wLt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUSrIP8wLt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sUSrIP8wLt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sUSrIP8wLt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sUSrIP8wLt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUSrIP8wLt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUSrIP8wLt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sUSrIP8wLt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUSrIP8wLt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUSrIP8wLt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUSrIP8wLt .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-sUSrIP8wLt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUSrIP8wLt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUSrIP8wLt .dropdown-item.active,
.cid-sUSrIP8wLt .dropdown-item:active {
  background-color: transparent;
}
.cid-sUSrIP8wLt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUSrIP8wLt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUSrIP8wLt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUSrIP8wLt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f4ff;
}
.cid-sUSrIP8wLt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUSrIP8wLt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUSrIP8wLt ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sUSrIP8wLt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUSrIP8wLt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f0f4ff;
  background: #6870d1;
}
.cid-sUSrIP8wLt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sUSrIP8wLt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUSrIP8wLt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUSrIP8wLt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUSrIP8wLt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUSrIP8wLt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUSrIP8wLt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUSrIP8wLt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUSrIP8wLt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUSrIP8wLt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sUSrIP8wLt .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-sUSrIP8wLt .navbar {
    height: 70px;
  }
  .cid-sUSrIP8wLt .navbar.opened {
    height: auto;
  }
  .cid-sUSrIP8wLt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUSrIP8wLt .mbr-section-subtitle {
  color: #6870d1;
}
.cid-sUSrIP8wLt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-sUSrIP8wLt .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-sUZToKFBMW {
  background-color: #ffffff;
}
.cid-sUZToKFBMW .row {
  border-radius: 25px;
  background: #f0f4ff;
}
@media (max-width: 992px) {
  .cid-sUZToKFBMW .row {
    margin: 0 1rem;
  }
}
.cid-sUZToKFBMW .header-column1 {
  padding: 14% 22% 10% 8%;
}
@media (max-width: 992px) {
  .cid-sUZToKFBMW .header-column1 {
    padding: 10% 5% 10%;
  }
}
.cid-sUZToKFBMW .mbr-section-title {
  margin-bottom: 1.5rem;
  color: #6870d1;
}
.cid-sUZToKFBMW .mbr-section-subtitle {
  margin-bottom: 1.5rem;
  color: #6870d1;
}
.cid-sUZToKFBMW .mbr-text {
  margin-bottom: 1.5rem;
  color: #3a3e5e;
}
.cid-sUZToKFBMW .mbr-section-btn {
  margin: 3rem 0 1.5rem 0;
}
.cid-sUZToKFBMW .mbr-section-btn .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-sUZToKFBMW .mbr-section-btn .btn:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-sUZToKFBMW .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-sUZToKFBMW .header-column2 {
  padding: 5% 0 0 0;
  background: #6870d1;
  position: relative;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
@media (max-width: 992px) {
  .cid-sUZToKFBMW .header-column2 {
    background: #f0f4ff;
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.cid-sUZToKFBMW .header-date {
  display: flex;
  background: #f0f4ff;
  margin: 0 30% 3rem;
  padding: 5px 5px 5px 10px;
  align-items: center;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .cid-sUZToKFBMW .header-date {
    display: none;
  }
}
.cid-sUZToKFBMW .header-date span {
  font-size: 1rem;
  color: #6870d1;
  margin: 0 !important;
}
.cid-sUZToKFBMW .header-date p {
  margin: 0;
  padding: 3px 0 5px 3px;
}
.cid-sUZToKFBMW .img-wrapper {
  background-color: #8e94e0;
  margin-left: -12rem;
  width: 415px;
  min-height: 38rem;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  padding-top: 20px;
}
@media (max-width: 1200px) {
  .cid-sUZToKFBMW .img-wrapper {
    border-bottom-right-radius: 3px;
  }
}
@media (max-width: 992px) {
  .cid-sUZToKFBMW .img-wrapper {
    position: static;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-sUZToKFBMW .img-wrapper {
    min-width: 280px;
  }
}
@media (max-width: 425px) {
  .cid-sUZToKFBMW .img-wrapper {
    width: auto;
    padding: 20px 1.5rem;
  }
}
.cid-sUZToKFBMW .img-wrapper .card {
  width: 260px;
  max-height: 150px;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 10px;
  margin: 2rem 0 0 -3rem;
}
.cid-sUZToKFBMW .img-wrapper .card:first-child {
  margin-top: 3rem;
}
.cid-sUZToKFBMW .img-wrapper .card:nth-child(2) {
  margin-left: 13rem;
}
@media (max-width: 1200px) {
  .cid-sUZToKFBMW .img-wrapper .card:nth-child(2) {
    margin: 1.5rem 0 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sUZToKFBMW .img-wrapper .card:nth-child(2) {
    margin-left: 13rem;
  }
}
@media (max-width: 768px) {
  .cid-sUZToKFBMW .img-wrapper .card:nth-child(2) {
    margin: 1.5rem auto;
  }
}
@media (max-width: 1200px) {
  .cid-sUZToKFBMW .img-wrapper .card {
    margin: 1.5rem 0 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sUZToKFBMW .img-wrapper .card {
    margin: 1.5rem 0 0 -3rem;
  }
}
@media (max-width: 768px) {
  .cid-sUZToKFBMW .img-wrapper .card {
    margin: 1.5rem auto;
  }
}
@media (max-width: 425px) {
  .cid-sUZToKFBMW .img-wrapper .card {
    max-width: 230px;
  }
}
.cid-sUZToKFBMW .img-wrapper .card .card-subtitle {
  margin-bottom: 1rem;
}
.cid-sUZToKFBMW .img-wrapper .card .card-img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-sUZToKFBMW .img-wrapper .card .card-img-wrapper img {
  max-width: 67px;
  max-height: 55px;
  margin-left: 14px;
  object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 425px) {
  .cid-sUZToKFBMW .img-wrapper .card .card-img-wrapper img {
    margin-left: 5px;
  }
}
.cid-sUZToKFBMW .img-wrapper .card .card-img-wrapper img:first-child {
  margin-left: 0;
}
.cid-sUZToKFBMW .mbr-date {
  color: #4f5372;
}
.cid-sUZToKFBMW .card-subtitle {
  color: #6870d1;
}
.cid-sUZTpiAzEd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6870d1;
}
.cid-sUZTpiAzEd .row {
  align-items: center;
  background-color: #ffffff;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-sUZTpiAzEd .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-sUZTpiAzEd .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-sUZTpiAzEd .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-sUZTpiAzEd .image-wrapper {
    padding: 1rem;
  }
}
.cid-sUZTpiAzEd .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-sUZTpiAzEd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sUZTpiAzEd .mbr-section-title {
  margin-bottom: 3rem;
  color: #6870d1;
}
.cid-sUZTpiAzEd .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-sUZTpiAzEd .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-sUZTpPfU6b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUZTpPfU6b .container {
  padding: 0 5%;
}
.cid-sUZTpPfU6b .item:focus,
.cid-sUZTpPfU6b span:focus {
  outline: none;
}
.cid-sUZTpPfU6b .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-sUZTpPfU6b .item:last-child {
  margin-top: 2rem;
}
.cid-sUZTpPfU6b .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-sUZTpPfU6b .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  max-width: 360px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sUZTpPfU6b .item-wrapper {
    margin: 0 auto;
  }
}
.cid-sUZTpPfU6b .item:first-child .item-wrapper .item-title-wrapper .item-title-span span:nth-child(n+2) {
  opacity: .3;
}
.cid-sUZTpPfU6b .item:nth-child(2) .item-wrapper .item-title-wrapper .item-title-span span:nth-child(n+3) {
  opacity: .3;
}
.cid-sUZTpPfU6b .item:nth-child(3) .item-wrapper .item-title-wrapper .item-title-span span {
  opacity: 1;
}
.cid-sUZTpPfU6b .item:last-child .item-wrapper {
  max-width: 100%;
  display: flex;
  flex-flow: inherit;
  padding: 0 10%;
}
@media (max-width: 1200px) {
  .cid-sUZTpPfU6b .item:last-child .item-wrapper {
    padding: 0 5%;
  }
}
@media (max-width: 992px) {
  .cid-sUZTpPfU6b .item:last-child .item-wrapper {
    flex-flow: column;
  }
}
.cid-sUZTpPfU6b .item:last-child .item-wrapper .item-title-wrapper {
  background: transparent;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-sUZTpPfU6b .item:last-child .item-wrapper .item-title-wrapper {
    position: relative;
  }
}
.cid-sUZTpPfU6b .item:last-child .item-wrapper .item-title-wrapper .item-title-last {
  margin: 0;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-sUZTpPfU6b .item:last-child .item-wrapper .item-title-wrapper .item-title-last {
    margin: 0 0 1rem 2.5rem;
  }
}
@media (max-width: 425px) {
  .cid-sUZTpPfU6b .item:last-child .item-wrapper .item-title-wrapper .item-title-last {
    margin-left: 0;
  }
}
.cid-sUZTpPfU6b .item:last-child .item-wrapper .item-title-wrapper .mbr-iconfont {
  width: auto;
  height: auto;
  margin: 0 2rem 0 auto;
}
@media (max-width: 992px) {
  .cid-sUZTpPfU6b .item:last-child .item-wrapper .item-title-wrapper .mbr-iconfont {
    position: absolute;
    left: -1.1rem;
  }
}
@media (max-width: 425px) {
  .cid-sUZTpPfU6b .item:last-child .item-wrapper .item-title-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-sUZTpPfU6b .item:last-child .item-wrapper .item-content {
  background: transparent;
  padding: 0;
  display: flex;
  align-items: flex-end;
  min-height: auto;
}
@media (max-width: 1200px) {
  .cid-sUZTpPfU6b .item:last-child .item-wrapper .item-content {
    padding-left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sUZTpPfU6b .item:last-child .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-sUZTpPfU6b .item:last-child .item-wrapper .item-content .mbr-text {
    margin-left: 2.5rem;
  }
}
@media (max-width: 425px) {
  .cid-sUZTpPfU6b .item:last-child .item-wrapper .item-content .mbr-text {
    margin-left: 0;
  }
}
.cid-sUZTpPfU6b .item:last-child .item-wrapper .item-title-wrapper {
  max-height: inherit;
}
.cid-sUZTpPfU6b .item-title-wrapper {
  max-height: 95px;
  padding: 1.8rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #6870d1;
}
@media (max-width: 320px) {
  .cid-sUZTpPfU6b .item-title-wrapper {
    padding: 1rem;
  }
}
.cid-sUZTpPfU6b .item-title-wrapper .item-title {
  margin: 0 1rem 0 0;
}
.cid-sUZTpPfU6b .item-title-wrapper .item-title-span {
  width: 50px;
  display: flex;
  justify-content: space-around;
}
.cid-sUZTpPfU6b .item-title-wrapper span {
  display: block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
}
.cid-sUZTpPfU6b .item-number {
  position: absolute;
  right: 3rem;
  top: 87%;
  font-size: 3rem;
  width: 60%;
  color: #6870d1;
  text-align: right;
}
@media (max-width: 1200px) {
  .cid-sUZTpPfU6b .item-number {
    top: 89%;
  }
}
@media (max-width: 768px) {
  .cid-sUZTpPfU6b .item-number {
    right: 6rem;
    top: 93%;
  }
}
@media (max-width: 425px) {
  .cid-sUZTpPfU6b .item-number {
    right: 3rem;
  }
}
.cid-sUZTpPfU6b .item-content {
  background: #f0f4ff;
  padding: 2.5rem;
  height: inherit;
}
.cid-sUZTpPfU6b .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
}
.cid-sUZTpPfU6b .item-title {
  color: #FFFFFF;
}
.cid-sUZTpPfU6b .mbr-text {
  color: #3a3e5e;
}
.cid-sUZTpPfU6b .item-title-last,
.cid-sUZTpPfU6b .mbr-iconfont {
  color: #6870d1;
}
.cid-sV5FEL1vYU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sV5FEL1vYU .container {
  padding: 0 5%;
}
.cid-sV5FEL1vYU .mbr-section-title {
  margin-bottom: 4.5rem;
  text-align: center;
  color: #6870d1;
}
.cid-sV5FEL1vYU .features-cards {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-sV5FEL1vYU .features-cards {
    display: block;
  }
}
.cid-sV5FEL1vYU .features-card {
  padding: 3.4rem 3.8rem;
  background: #f0f4ff;
  border-radius: 15px;
  margin: 0 0 2rem;
}
@media (max-width: 992px) {
  .cid-sV5FEL1vYU .features-card {
    margin: 0 auto 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sV5FEL1vYU .features-card {
    padding: 1.5rem;
  }
}
.cid-sV5FEL1vYU .features-card .features-content {
  margin-bottom: 2rem;
}
.cid-sV5FEL1vYU .features-card .features-person {
  display: flex;
}
.cid-sV5FEL1vYU .features-card .features-person img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1rem;
  border: 1px solid #ffffff;
}
.cid-sV5FEL1vYU .features-card .features-person .features-person-name {
  margin-right: 1rem;
  margin-top: -0.2rem;
}
.cid-sV5FEL1vYU .features-card .features-person .features-person-name .mbr-name {
  margin: 0;
}
.cid-sV5FEL1vYU .features-card .features-person .features-person-name .mbr-desc {
  margin-bottom: 0;
}
.cid-sV5FEL1vYU .mbr-text {
  color: #3a3e5e;
}
.cid-sV5FEL1vYU .mbr-name,
.cid-sV5FEL1vYU .mbr-iconfont,
.cid-sV5FEL1vYU .mbr-desc {
  color: #5e627d;
}
.cid-sV5EAMPQ91 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sV5EAMPQ91 .container {
  padding: 0 5%;
}
.cid-sV5EAMPQ91 .item:focus,
.cid-sV5EAMPQ91 span:focus {
  outline: none;
}
.cid-sV5EAMPQ91 .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-sV5EAMPQ91 .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-sV5EAMPQ91 .items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sV5EAMPQ91 .items:nth-child(2) {
  padding-top: 6rem;
}
@media (max-width: 992px) {
  .cid-sV5EAMPQ91 .items:nth-child(2) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-sV5EAMPQ91 .items:nth-child(3) {
    flex-direction: row;
  }
  .cid-sV5EAMPQ91 .items:nth-child(3) .item-wrapper:first-child {
    margin-right: 12px;
  }
  .cid-sV5EAMPQ91 .items:nth-child(3) .item-wrapper:last-child {
    margin-left: 12px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .cid-sV5EAMPQ91 .items:nth-child(3) .item-wrapper:first-child {
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .cid-sV5EAMPQ91 .items:nth-child(3) .item-wrapper:last-child {
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 768px) {
  .cid-sV5EAMPQ91 .items:nth-child(3) {
    flex-direction: column;
  }
}
.cid-sV5EAMPQ91 .mbr-section-head {
  margin-bottom: 4.5rem;
}
.cid-sV5EAMPQ91 .item-wrapper {
  position: relative;
  border-radius: 15px;
  display: flex;
  flex-flow: column nowrap;
  max-width: 360px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .cid-sV5EAMPQ91 .item-wrapper {
    margin: 0 auto 2rem;
  }
}
.cid-sV5EAMPQ91 .item-title-wrapper {
  max-height: 95px;
  padding: 1.3rem 2.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #6870d1;
}
@media (max-width: 1200px) {
  .cid-sV5EAMPQ91 .item-title-wrapper {
    padding: 1.3rem 0.6rem;
  }
}
@media (max-width: 768px) {
  .cid-sV5EAMPQ91 .item-title-wrapper {
    padding: 1.3rem 2.3rem;
  }
}
@media (max-width: 450px) {
  .cid-sV5EAMPQ91 .item-title-wrapper {
    padding: 1rem;
  }
}
.cid-sV5EAMPQ91 .item-title-wrapper img {
  max-width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #f0f4ff;
  margin-right: 15px;
}
.cid-sV5EAMPQ91 .item-title-wrapper .item-title {
  margin: 0;
}
.cid-sV5EAMPQ91 .item-title-wrapper .item-desc {
  margin: 0;
}
.cid-sV5EAMPQ91 .item-title-wrapper .item-title-span {
  width: 50px;
  display: flex;
  justify-content: space-around;
}
.cid-sV5EAMPQ91 .item-title-wrapper span {
  display: block;
  font-size: 2rem;
  margin-top: -1rem;
}
.cid-sV5EAMPQ91 .item-title-wrapper a {
  height: 100%;
  padding: 1.3rem 0;
}
.cid-sV5EAMPQ91 .item-title-name {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-sV5EAMPQ91 .item-content {
  background: #f0f4ff;
  padding: 2.5rem 3rem;
}
.cid-sV5EAMPQ91 .mbr-section-title {
  margin-bottom: 1rem;
  color: #6870d1;
}
.cid-sV5EAMPQ91 .mbr-section-subtitle {
  color: #3a3e5e;
  text-align: center;
}
.cid-sV5EAMPQ91 .item-title,
.cid-sV5EAMPQ91 .mbr-iconfont {
  color: #FFFFFF;
}
.cid-sV5EAMPQ91 .item-desc {
  color: #FFFFFF;
}
.cid-sV5EAMPQ91 .item-text {
  color: #3a3e5e;
}
.cid-sUZTscW6O3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f4ff;
}
.cid-sUZTscW6O3 .container {
  padding: 0 5%;
}
.cid-sUZTscW6O3 .row {
  display: flex;
  justify-content: center;
}
.cid-sUZTscW6O3 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-sUZTscW6O3 .features-card {
    margin-bottom: 2rem;
  }
}
.cid-sUZTscW6O3 .features-card .features-wrapper {
  padding: 0 5px;
}
.cid-sUZTscW6O3 .features-card .features-wrapper .features-title-wrapper span {
  font-size: 2rem;
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .cid-sUZTscW6O3 .features-card .features-wrapper .features-title-wrapper span {
    margin-bottom: .5rem;
  }
}
.cid-sUZTscW6O3 .features-card .features-wrapper .features-title-wrapper .mbr-title {
  margin-bottom: 2rem;
}
.cid-sUZTscW6O3 .features-card .features-wrapper .features-content .mbr-text {
  margin: 0;
}
.cid-sUZTscW6O3 .mbr-title,
.cid-sUZTscW6O3 .mbr-iconfont {
  color: #e082c5;
}
.cid-sUZTscW6O3 .mbr-text {
  color: #3a3e5e;
}
.cid-sUZTsTshuo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6870d1;
}
.cid-sUZTsTshuo .container {
  padding: 0 5%;
}
.cid-sUZTsTshuo .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-sUZTsTshuo .features-content span {
  color: #e082c5;
}
.cid-sUZTsTshuo .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-sUZTsTshuo .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-sUZTsTshuo .features-content {
    width: auto;
  }
}
.cid-sUZTsTshuo .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-sUZTsTshuo .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-sUZTsTshuo .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-sUZTsTshuo .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-sUZTsTshuo .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-sUZTsTshuo .btn:hover {
  background: #3a3e5e !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-sUZTsTshuo .btn {
    width: 200px;
  }
}
.cid-sUZTsTshuo .mbr-text,
.cid-sUZTsTshuo .btn {
  color: #FFFFFF;
}
.cid-sUZTttyiCc {
  background-color: #f0f4ff;
}
.cid-sUZTttyiCc .article-circle {
  background-image: linear-gradient(55deg, #ffffff 10%, #aaafea 100%);
}
.cid-sUZTttyiCc .mbr-section-title {
  margin-bottom: 4.5rem;
  text-align: center;
  color: #6870d1;
}
.cid-sUZTttyiCc .article-subtitle {
  display: flex;
  margin-bottom: 3rem;
  margin-top: 4rem;
}
@media (max-width: 992px) {
  .cid-sUZTttyiCc .article-subtitle {
    display: block;
    margin-top: 0;
  }
}
.cid-sUZTttyiCc .article-subtitle .article-number {
  min-width: 70px;
  min-height: 70px;
  font-family: "Indie_Flower", sans-serif;
  font-size: 3rem;
}
.cid-sUZTttyiCc .article-subtitle .article-number p {
  margin: 0;
}
.cid-sUZTttyiCc .article-subtitle .mbr-section-subtitle {
  margin-left: 1rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-sUZTttyiCc .article-subtitle .mbr-section-subtitle {
    margin-left: 0;
  }
}
.cid-sUZTttyiCc .mbr-circle {
  display: flex;
  justify-content: center;
}
.cid-sUZTttyiCc .article-circle {
  min-width: 550px;
  height: 550px;
  border-radius: 50%;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .cid-sUZTttyiCc .article-circle {
    min-width: 320px;
    height: 320px;
    justify-content: center;
  }
}
@media (max-width: 425px) {
  .cid-sUZTttyiCc .article-circle {
    min-width: 280px;
    height: 280px;
  }
}
.cid-sUZTttyiCc .article-circle img {
  max-width: 250px;
  max-height: 450px;
  object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-sUZTttyiCc .article-circle img {
    max-width: 150px;
  }
}
@media (max-width: 425px) {
  .cid-sUZTttyiCc .article-circle img {
    max-width: 100px;
  }
}
.cid-sUZTttyiCc .article-circle .img1 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .cid-sUZTttyiCc .article-circle .img1 {
    margin-right: 5px;
  }
}
.cid-sUZTttyiCc .article-circle .img2 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cid-sUZTttyiCc .article-circle .img2 {
    margin-left: 5px;
    margin-bottom: 2rem;
  }
}
.cid-sUZTttyiCc .article-content {
  padding-right: 10%;
  margin-bottom: 6.2rem;
}
.cid-sUZTttyiCc .article-more {
  padding-right: 10%;
}
@media (max-width: 992px) {
  .cid-sUZTttyiCc .article-more {
    margin-bottom: 4rem;
  }
}
.cid-sUZTttyiCc .article-more .more-subtitle {
  margin-bottom: 3rem;
}
.cid-sUZTttyiCc .article-more .more-text {
  margin-bottom: 3rem;
}
.cid-sUZTttyiCc .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-sUZTttyiCc .mbr-section-subtitle {
  color: #6870d1;
}
.cid-sUZTttyiCc .article-number {
  color: #6870d1;
}
.cid-sUZTttyiCc .mbr-text {
  color: #3a3e5e;
}
.cid-sUZTttyiCc .more-subtitle {
  color: #e082c5;
}
.cid-sUZTttyiCc .more-text {
  color: #3a3e5e;
}
.cid-sUZTu8g0zC {
  background-color: #ffffff;
}
.cid-sUZTu8g0zC .container {
  padding: 0 5%;
}
@media (max-width: 992px) {
  .cid-sUZTu8g0zC .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.cid-sUZTu8g0zC .mbr-section-title {
  margin-bottom: 4.5rem;
  text-align: center;
  color: #6870d1;
}
.cid-sUZTu8g0zC .article-subtitle {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sUZTu8g0zC .article-subtitle {
    display: block;
  }
}
.cid-sUZTu8g0zC .article-subtitle .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-sUZTu8g0zC .mbr-circle {
  display: flex;
  justify-content: center;
}
.cid-sUZTu8g0zC .article-img {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .cid-sUZTu8g0zC .article-img {
    margin-bottom: 2rem;
  }
}
.cid-sUZTu8g0zC .article-img img {
  object-fit: cover;
  border-radius: 25px;
}
.cid-sUZTu8g0zC .article-content {
  padding-right: 10%;
  margin-bottom: 2rem;
}
.cid-sUZTu8g0zC .article-items {
  margin-bottom: 4rem;
}
.cid-sUZTu8g0zC .article-items .article-item .article-item-number .item-text {
  display: flex;
  align-items: flex-end;
}
.cid-sUZTu8g0zC .mbr-section-subtitle {
  color: #6870d1;
}
.cid-sUZTu8g0zC .mbr-text {
  color: #3a3e5e;
}
.cid-sUZTu8g0zC .item-number,
.cid-sUZTu8g0zC .item-text {
  color: #e082c5;
}
.cid-sUZTu8g0zC .article-item-content {
  color: #3a3e5e;
}
.cid-sUZTu8g0zC .more-text {
  color: #9e9ac1;
}
.cid-sUZTuZb1DU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f0f4ff;
}
.cid-sUZTuZb1DU .container {
  padding: 0 10%;
}
@media (max-width: 425px) {
  .cid-sUZTuZb1DU .container {
    padding: 0 5%;
  }
}
.cid-sUZTuZb1DU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sUZTuZb1DU .card {
  border-bottom: 2px #cbc8de solid;
  border-top: 2px #cbc8de solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sUZTuZb1DU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sUZTuZb1DU .panel-title-edit {
  margin: 0;
  color: #6870d1;
}
.cid-sUZTuZb1DU .panel-body,
.cid-sUZTuZb1DU .card-header {
  padding: 36px 0;
}
.cid-sUZTuZb1DU .mbr-section-title {
  margin-bottom: 1rem;
  color: #6870d1;
}
.cid-sUZTuZb1DU .mbr-section-subtitle {
  margin: 0;
  color: #3a3e5e;
  text-align: center;
}
.cid-sUZTuZb1DU .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sUZTuZb1DU .mbr-iconfont:hover,
.cid-sUZTuZb1DU .mbr-iconfont:focus {
  background-color: #6870d1;
  color: #f0f4ff;
  transform: rotate(45deg);
}
.cid-sUZTuZb1DU .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
  color: #3a3e5e;
}
.cid-sUZTuZb1DU .mbr-section-btn {
  margin-top: 3rem;
}
.cid-sUZTuZb1DU .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-sUZTuZb1DU .btn:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-sUZTuZb1DU .btn {
    margin-left: 0;
  }
}
.cid-sUZTuZb1DU .section-head {
  margin-bottom: 4.5rem;
}
.cid-sUZTuZb1DU .mbr-section-btn,
.cid-sUZTuZb1DU .mbr-section-title {
  text-align: center;
}
.cid-sUZTuZb1DU .panel-text,
.cid-sUZTuZb1DU .mbr-iconfont {
  color: #3a3e5e;
}
.cid-sUZTvCfz9o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sUZTvCfz9o .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sUZTvCfz9o .container {
    padding: 0 5%;
  }
}
.cid-sUZTvCfz9o .section-head {
  margin-bottom: 3.3rem;
}
.cid-sUZTvCfz9o .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sUZTvCfz9o .card {
  border-bottom: 2px #cbc8de solid;
  border-top: 2px #cbc8de solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sUZTvCfz9o .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sUZTvCfz9o .panel-title-edit {
  margin: 0;
  color: #6870d1;
}
.cid-sUZTvCfz9o .panel-body,
.cid-sUZTvCfz9o .card-header {
  padding: 36px 0;
}
.cid-sUZTvCfz9o .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sUZTvCfz9o .mbr-section-subtitle {
  min-height: 92px;
  background-color: #6870d1;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #FFFFFF;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-sUZTvCfz9o .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sUZTvCfz9o .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sUZTvCfz9o .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sUZTvCfz9o .mbr-iconfont:hover,
.cid-sUZTvCfz9o .mbr-iconfont:focus {
  background-color: #6870d1;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sUZTvCfz9o .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sUZTvCfz9o .panel-text,
.cid-sUZTvCfz9o .mbr-iconfont,
.cid-sUZTvCfz9o .panel-add {
  color: #3a3e5e;
}
.cid-sUZTwdDxJ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUZTwdDxJ2 .container {
  padding: 0 5%;
}
.cid-sUZTwdDxJ2 .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-sUZTwdDxJ2 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sUZTwdDxJ2 .counter-container ol li {
  list-style: none;
  position: relative;
  background: #f0f4ff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-sUZTwdDxJ2 .counter-container ol li {
    width: auto;
  }
}
.cid-sUZTwdDxJ2 .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-sUZTwdDxJ2 .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6870d1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-sUZTwdDxJ2 .counter-container ol li:before {
    left: -45px;
  }
}
.cid-sUZTwdDxJ2 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sUZTwdDxJ2 .mbr-text {
  color: #3a3e5e;
}
.cid-sUZTyXYYjy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6870d1;
}
.cid-sUZTyXYYjy .container {
  padding: 0 5%;
}
.cid-sUZTyXYYjy .row {
  display: flex;
  justify-content: center;
}
.cid-sUZTyXYYjy .item:focus,
.cid-sUZTyXYYjy span:focus {
  outline: none;
}
.cid-sUZTyXYYjy .item {
  margin-bottom: 2rem;
  position: relative;
}
.cid-sUZTyXYYjy .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-sUZTyXYYjy .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  max-width: 360px;
  padding: 0 10px;
  background: #ffffff;
}
.cid-sUZTyXYYjy .item-wrapper .item-title-spans {
  min-height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0 1.5rem 0;
}
.cid-sUZTyXYYjy .item-wrapper .item-title-spans .item-title-span {
  width: 50px;
  display: flex;
  justify-content: space-around;
}
.cid-sUZTyXYYjy .item-wrapper .item-title-spans .item-title-span span {
  display: block;
  width: 10px;
  height: 10px;
  background: #6870d1;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cid-sUZTyXYYjy .item-wrapper {
    margin: 0 auto;
  }
}
.cid-sUZTyXYYjy .item:first-child .item-wrapper .item-title-spans .item-title-span span:nth-child(n+2) {
  opacity: .3;
}
.cid-sUZTyXYYjy .item:nth-child(2) .item-wrapper .item-title-spans .item-title-span span:nth-child(n+3) {
  opacity: .3;
}
.cid-sUZTyXYYjy .item:nth-child(3) .item-wrapper .item-title-spans .item-title-span span {
  opacity: 1;
}
.cid-sUZTyXYYjy .item-title-wrapper {
  min-height: 65px;
  padding: 1rem 2rem;
  background: #ebecff;
}
@media (max-width: 320px) {
  .cid-sUZTyXYYjy .item-title-wrapper {
    padding: 1rem;
  }
}
.cid-sUZTyXYYjy .item-title-wrapper .item-title {
  margin: 0;
}
.cid-sUZTyXYYjy .item-title-wrapper .item-title-desc {
  margin: 0;
}
.cid-sUZTyXYYjy .item-content {
  background: #ffffff;
  padding: 2.5rem;
  min-height: 660px;
}
@media (max-width: 1200px) {
  .cid-sUZTyXYYjy .item-content {
    min-height: 700px;
  }
}
@media (max-width: 768px) {
  .cid-sUZTyXYYjy .item-content {
    min-height: auto;
  }
}
@media (max-width: 425px) {
  .cid-sUZTyXYYjy .item-content {
    padding: 1.5rem 0;
  }
}
.cid-sUZTyXYYjy .item-content .item-content-list .item-content-list-title {
  text-decoration: underline;
}
.cid-sUZTyXYYjy .item-content .item-content-list ul {
  padding-left: 0px;
  list-style-position: inside;
}
.cid-sUZTyXYYjy .item-content .item-content-list ul li:hover {
  color: #6870d1;
}
.cid-sUZTyXYYjy .item-price {
  max-height: 65px;
  padding: 1rem 2rem;
  background: #ebecff;
  margin-bottom: 3rem;
}
@media (max-width: 320px) {
  .cid-sUZTyXYYjy .item-price {
    padding: 1rem;
  }
}
.cid-sUZTyXYYjy .item-price .item-title {
  margin: 0;
}
.cid-sUZTyXYYjy .item-price .item-title-desc {
  margin: 0;
}
.cid-sUZTyXYYjy .mbr-section-btn {
  margin-bottom: 4rem;
}
.cid-sUZTyXYYjy .mbr-section-btn .btn {
  width: 240px;
  height: 55px;
  box-shadow: none;
}
.cid-sUZTyXYYjy .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #fdfdfd;
  text-align: center;
}
.cid-sUZTyXYYjy .item-title {
  color: #6870d1;
  text-align: center;
}
.cid-sUZTyXYYjy .item-title,
.cid-sUZTyXYYjy .item-title-desc,
.cid-sUZTyXYYjy .mbr-section-btn {
  text-align: center;
}
.cid-sUZTyXYYjy .item-title-desc {
  color: #6870d1;
  text-align: center;
}
.cid-sUZTyXYYjy .item-content-list-title {
  color: #9e9ac1;
}
.cid-sUZTyXYYjy .list {
  color: #3a3e5e;
}
.cid-sUZTzI4yFO {
  background-color: #fafafa;
}
.cid-sUZTzI4yFO .mbr-text,
.cid-sUZTzI4yFO .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-sUZTzI4yFO .mbr-text,
  .cid-sUZTzI4yFO .mbr-section-title {
    text-align: center;
  }
}
.cid-sUZTzI4yFO a.btn {
  height: 100%;
  margin: 0;
}
.cid-sUZTzI4yFO .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
  margin-top: 1.5rem;
}
.cid-sUZTzI4yFO .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sUZTzI4yFO .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sUZTzI4yFO .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-sUZTzI4yFO .justify-content-center {
  align-items: center;
}
.cid-sUZTzI4yFO .container {
  padding: 0 5%;
}
.cid-sUZTzI4yFO .content-wrapper {
  background: #f0f4ff;
  border-radius: 25px;
  padding: 6.5rem;
}
@media (max-width: 768px) {
  .cid-sUZTzI4yFO .content-wrapper {
    padding: 2.5rem;
  }
}
@media (max-width: 425px) {
  .cid-sUZTzI4yFO .content-wrapper {
    padding: 1rem;
  }
}
.cid-sUZTzI4yFO .form-group {
  margin-bottom: 1.5rem;
}
.cid-sUZTzI4yFO .form-check {
  margin-left: .5rem;
}
.cid-sUZTzI4yFO .mbr-text {
  margin-bottom: 3rem;
  color: #3a3e5e;
}
.cid-sUZTzI4yFO .form-check-input:checked {
  background: #6870d1;
  border: none;
}
.cid-sUZTzI4yFO .btn {
  width: 280px !important;
  height: 55px !important;
  box-shadow: none;
}
.cid-sUZTzI4yFO .btn:hover {
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-sUZTzI4yFO .btn {
    width: 200px;
  }
}
.cid-sUZTzI4yFO .image-wrapper {
  padding: 1.5rem 0;
}
.cid-sUZTzI4yFO .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
.cid-sUZTzI4yFO .form-control {
  box-shadow: none;
  color: #3a3e5e;
}
.cid-sUZTzI4yFO .form-check-input {
  border: none;
}
.cid-sUZTzI4yFO .mbr-section-title {
  color: #6870d1;
}
.cid-sUZTzI4yFO .mbr-label {
  color: #3a3e5e;
}
.cid-sUZTAkfaKv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6870d1;
}
.cid-sUZTAkfaKv .container {
  padding: 0 5%;
}
.cid-sUZTAkfaKv .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sUZTAkfaKv .card:nth-child(odd) {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-sUZTAkfaKv .card:nth-child(odd) {
    padding-right: 16px;
  }
}
.cid-sUZTAkfaKv .card:nth-child(even) {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-sUZTAkfaKv .card:nth-child(even) {
    padding-left: 16px;
  }
}
.cid-sUZTAkfaKv .card-wrapper {
  margin-bottom: 42px;
  border-radius: 15px;
  display: flex;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sUZTAkfaKv .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUZTAkfaKv .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sUZTAkfaKv .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6870d1;
}
.cid-sUZTAkfaKv .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #FFFFFF;
}
.cid-sUZTAkfaKv .card-title {
  color: #e082c5;
}
.cid-sUZTAkfaKv .mbr-text {
  color: #e082c5;
}
.cid-sUZTAY9j4w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUZTAY9j4w .img-wrapper {
  text-align: center;
  margin-bottom: 2rem;
}
.cid-sUZTAY9j4w img {
  margin: auto;
  border-radius: 15px;
  object-fit: cover;
  max-height: 150px;
}
.cid-sUZTAY9j4w .row {
  align-items: flex-start;
}
.cid-sUZTAY9j4w .card-wrapper {
  border-radius: 25px;
  background: #6870d1;
}
@media (max-width: 992px) {
  .cid-sUZTAY9j4w .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sUZTAY9j4w .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sUZTAY9j4w .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 425px) {
  .cid-sUZTAY9j4w .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sUZTAY9j4w .card-box {
  min-height: 230px;
}
@media (max-width: 1200px) {
  .cid-sUZTAY9j4w .card-box {
    min-height: 290px;
  }
}
@media (max-width: 768px) {
  .cid-sUZTAY9j4w .card-box {
    min-height: auto;
  }
}
.cid-sUZTAY9j4w .card-title {
  margin-bottom: 1rem;
}
.cid-sUZTAY9j4w .mbr-text {
  margin-bottom: 1rem;
  color: #F0F4FF;
}
.cid-sUZTAY9j4w .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-sUZTAY9j4w .card-title,
.cid-sUZTAY9j4w .mbr-section-btn {
  color: #FFFFFF;
  text-align: center;
}
.cid-sUZTBF5pgJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f0f4ff;
}
.cid-sUZTBF5pgJ .google-map {
  height: 30rem;
  position: relative;
  padding: 0 10% 5%;
  margin: 3rem 0;
}
.cid-sUZTBF5pgJ .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 25px;
}
.cid-sUZTBF5pgJ .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-sUZTBF5pgJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sUZTBF5pgJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sUZTBF5pgJ .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
}
.cid-sUZTCw8Qke {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUZTCw8Qke .container {
  padding: 0 5%;
}
@media (max-width: 768px) {
  .cid-sUZTCw8Qke .people-wrapper {
    display: flex;
  }
}
.cid-sUZTCw8Qke .people-wrapper img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 2rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sUZTCw8Qke .people-wrapper .people-title {
    padding: 1rem 0 0 1rem;
  }
}
.cid-sUZTCw8Qke .people-wrapper .people-title .mbr-title {
  margin-bottom: 1rem;
}
.cid-sUZTCw8Qke .people-wrapper .people-title .people-desc {
  margin-bottom: 1rem;
}
.cid-sUZTCw8Qke .people-content {
  min-height: 100%;
  background: #f0f4ff;
  border-radius: 15px;
  padding: 5rem 4.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sUZTCw8Qke .people-content {
    background: #ffffff;
    padding: 0;
  }
}
.cid-sUZTCw8Qke .people-content span {
  transform: rotate(180deg);
  position: absolute;
  left: -1.9rem;
  top: 2rem;
  font-size: 40px;
  color: #f0f4ff;
}
@media (max-width: 768px) {
  .cid-sUZTCw8Qke .people-content span {
    display: none;
  }
}
.cid-sUZTCw8Qke .mbr-title {
  color: #3a3e5e;
}
.cid-sUZTCw8Qke .people-desc {
  color: #272c52;
}
.cid-sUZTCw8Qke .mbr-text {
  color: #3a3e5e;
}
.cid-sUZTD1SCdD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUZTD1SCdD .container {
  padding: 0 5%;
}
.cid-sUZTD1SCdD .item-menu-overlay {
  opacity: 0 !important;
  display: none !important;
}
.cid-sUZTD1SCdD .item:focus,
.cid-sUZTD1SCdD span:focus {
  outline: none;
}
.cid-sUZTD1SCdD .item {
  display: flex;
  padding: 4rem 7rem;
  background: #6870d1;
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .cid-sUZTD1SCdD .item {
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sUZTD1SCdD .item {
    display: flex;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-sUZTD1SCdD .item {
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-sUZTD1SCdD .item {
    padding: 1.5rem;
  }
}
.cid-sUZTD1SCdD .item .item-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-sUZTD1SCdD .item .item-icon {
    margin-top: 0;
  }
}
.cid-sUZTD1SCdD .item .item-icon span {
  min-width: 90px;
  font-size: 4rem;
  margin-right: 1rem;
}
.cid-sUZTD1SCdD .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sUZTD1SCdD .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-sUZTD1SCdD .item .item-wrapper .item-title {
    margin-bottom: 1rem;
  }
}
.cid-sUZTD1SCdD .item-title-wrapper {
  min-width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-sUZTD1SCdD .item-title-wrapper {
    min-width: auto;
  }
}
.cid-sUZTD1SCdD .item-content {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .cid-sUZTD1SCdD .item-content {
    margin-left: 0;
  }
}
.cid-sUZTD1SCdD .mbr-text {
  margin: 0;
}
.cid-sUZTD1SCdD .item-title {
  color: #FFFFFF;
}
.cid-sUZTD1SCdD .mbr-text,
.cid-sUZTD1SCdD .item-icon {
  color: #F0F4FF;
}
.cid-sUZTDyyWsC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6870d1;
}
.cid-sUZTDyyWsC .container {
  padding: 0 5%;
}
.cid-sUZTDyyWsC .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #F0F4FF;
  text-align: center;
}
.cid-sUZTDyyWsC .article-wrapper {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-sUZTDyyWsC .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-sUZTDyyWsC .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-sUZTDyyWsC .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-sUZTDyyWsC .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-sUZTDyyWsC .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-sUZTDyyWsC .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-sUZTDyyWsC .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-sUZTDyyWsC .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-sUZTDyyWsC .article-column1 {
    padding-right: 16px;
  }
}
.cid-sUZTDyyWsC .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-sUZTDyyWsC .article-column2 {
    padding-left: 16px;
  }
}
.cid-sUZTDyyWsC .mbr-section-subtitle,
.cid-sUZTDyyWsC .mbr-iconfont {
  color: #e082c5;
}
.cid-sUZTDyyWsC .mbr-text {
  color: #3a3e5e;
}
.cid-sV5FzPaHYi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sV5FzPaHYi .carousel {
    min-height: auto;
  }
  .cid-sV5FzPaHYi .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sV5FzPaHYi .carousel {
    min-height: 520px;
  }
  .cid-sV5FzPaHYi .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sV5FzPaHYi .carousel {
    min-height: 440px;
  }
  .cid-sV5FzPaHYi .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-sV5FzPaHYi .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sV5FzPaHYi .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sV5FzPaHYi .carousel,
.cid-sV5FzPaHYi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sV5FzPaHYi .item-wrapper {
  width: 85%;
  margin: 0 auto;
  background: #f0f4ff;
  padding: 5rem;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-sV5FzPaHYi .item-wrapper {
    width: 100%;
    padding: 3rem;
  }
}
@media (max-width: 375px) {
  .cid-sV5FzPaHYi .item-wrapper {
    padding: 1.5rem;
  }
}
.cid-sV5FzPaHYi .carousel-caption {
  bottom: 40px;
}
.cid-sV5FzPaHYi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sV5FzPaHYi .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sV5FzPaHYi .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sV5FzPaHYi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sV5FzPaHYi .item-menu-overlay {
  background: transparent;
}
.cid-sV5FzPaHYi .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #6870d1;
  border-radius: 50%;
  opacity: 1;
}
.cid-sV5FzPaHYi .carousel-control:hover {
  background-color: #6870d1;
}
@media (max-width: 1200px) {
  .cid-sV5FzPaHYi .carousel-control.carousel-control-prev {
    margin-left: -10px;
  }
}
@media (max-width: 1200px) {
  .cid-sV5FzPaHYi .carousel-control.carousel-control-next {
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  .cid-sV5FzPaHYi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sV5FzPaHYi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sV5FzPaHYi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sV5FzPaHYi .carousel-indicators li.active,
.cid-sV5FzPaHYi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sV5FzPaHYi .carousel-indicators li::after,
.cid-sV5FzPaHYi .carousel-indicators li::before {
  content: none;
}
.cid-sV5FzPaHYi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sV5FzPaHYi .carousel-indicators {
    display: none !important;
  }
}
.cid-sV5FzPaHYi .mbr-section-title {
  margin-bottom: 6rem;
  color: #6870d1;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-sV5FzPaHYi .mbr-section-title {
    margin-bottom: 12rem;
  }
}
.cid-sV5FzPaHYi .item-person {
  display: flex;
}
.cid-sV5FzPaHYi .item-person img {
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin: 0 5px 0 0;
  object-fit: cover;
}
.cid-sV5FzPaHYi .item-person .item-person-name {
  margin: 0 1rem;
  padding-top: 10px;
}
@media (max-width: 375px) {
  .cid-sV5FzPaHYi .item-person .item-person-name {
    padding-top: 0;
  }
}
.cid-sV5FzPaHYi .item-person a span {
  font-size: 2rem;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .cid-sV5FzPaHYi .item-person a span {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.cid-sV5FzPaHYi .carousel-control-prev span {
  margin-left: -3px;
  margin-top: 4px;
}
.cid-sV5FzPaHYi .carousel-control-next span {
  margin-right: -3px;
  margin-top: 4px;
}
@media (max-width: 992px) {
  .cid-sV5FzPaHYi .carousel-slide {
    position: relative;
    padding: 2rem 0;
  }
  .cid-sV5FzPaHYi .carousel-control-wrapper {
    width: 100%;
    position: absolute;
    top: -5rem;
    display: flex;
    justify-content: center;
  }
  .cid-sV5FzPaHYi .carousel-control-prev {
    position: static;
    margin-right: 10px;
  }
  .cid-sV5FzPaHYi .carousel-control-next {
    position: static;
    margin-left: 10px;
  }
}
.cid-sV5FzPaHYi .mbr-section-text {
  margin-bottom: 2rem;
  color: #3a3e5e;
  text-align: left;
}
.cid-sV5FzPaHYi .item-person-name,
.cid-sV5FzPaHYi .mbr-iconfont {
  color: #9e9ac1;
}
.cid-sV5FzPaHYi .carousel-control-next span,
.cid-sV5FzPaHYi .carousel-control-prev span {
  color: #ffffff;
}
.cid-sUZTED6LFi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sUZTED6LFi .container {
  padding: 0 5%;
}
.cid-sUZTED6LFi img,
.cid-sUZTED6LFi .item-img {
  width: 100%;
}
.cid-sUZTED6LFi .item:focus,
.cid-sUZTED6LFi span:focus {
  outline: none;
}
.cid-sUZTED6LFi .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sUZTED6LFi .item-wrapper {
  position: unset;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sUZTED6LFi .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
}
.cid-sUZTED6LFi .mbr-section-subtitle {
  margin: 1rem 0 3rem 0;
  color: #3a3e5e;
}
.cid-sUZTFc3rYY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f0f4ff;
}
@media (max-width: 991px) {
  .cid-sUZTFc3rYY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUZTFc3rYY .row {
  flex-direction: row-reverse;
}
.cid-sUZTFc3rYY img {
  width: 100%;
}
.cid-sUZTFc3rYY .mbr-section-title {
  margin-bottom: 1rem;
  color: #6870d1;
  text-align: center;
}
.cid-sUZTFc3rYY .mbr-text {
  margin-bottom: 4.5rem;
  color: #3a3e5e;
  text-align: center;
}
.cid-sUZTFc3rYY .image-wrapper img {
  border-radius: 15px;
}
.cid-sUSEDuuMoH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f4ff;
}
.cid-sUSEDuuMoH .list {
  list-style: none;
  padding-left: 0;
  color: #FFFFFF;
  padding: 0 15%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sUSEDuuMoH .list {
    margin-bottom: 2rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sUSEDuuMoH .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sUSEDuuMoH .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sUSEDuuMoH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sUSEDuuMoH .container-fluid {
  padding: 0;
}
.cid-sUSEDuuMoH .row:first-child {
  margin: 0;
}
.cid-sUSEDuuMoH .mbr-text {
  margin: 2rem 0 3rem 0;
  color: #bbbbbb;
  text-align: center;
}
.cid-sUSEDuuMoH .copyright {
  min-height: 70px;
  background: #000000;
  padding: 2% 1rem;
  color: #bbbbbb;
  text-align: center;
}
.cid-sUSEDuuMoH .footer-list {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sUSEDuuMoH .footer-list {
    justify-content: left;
  }
}
.cid-sUSEDuuMoH .mbr-footer {
  padding: 0;
}
