body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #36187d !important;
}
.bg-success {
  background-color: #35b8fc !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #6c758f !important;
}
.bg-danger {
  background-color: #36187d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #36187d !important;
  border-color: #36187d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ea2396 !important;
  border-color: #ea2396 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c7137b !important;
  border-color: #c7137b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c7137b !important;
  border-color: #c7137b !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6c758f !important;
  border-color: #6c758f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #36187d !important;
  border-color: #36187d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #36187d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #170a34 !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: #36187d !important;
  border-color: #36187d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea2396;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a61067 !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: #ea2396 !important;
  border-color: #ea2396 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !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: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #35b8fc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #038fd7 !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: #35b8fc !important;
  border-color: #35b8fc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6c758f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #474d5e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6c758f !important;
  border-color: #6c758f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #36187d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #170a34 !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: #36187d !important;
  border-color: #36187d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: 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: #36187d !important;
}
.text-secondary {
  color: #ea2396 !important;
}
.text-success {
  color: #35b8fc !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #6c758f !important;
}
.text-danger {
  color: #36187d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #110827 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #980f5e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0385c8 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #404555 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #110827 !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):hover {
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #36187d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #6c758f;
}
.alert-danger {
  background-color: #36187d;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #36187d;
  border-color: #36187d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #36187d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6a3bd9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #feffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b4b9c6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #6a3bd9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #36187d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #36187d;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #36187d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #36187d;
}
.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: #36187d;
  border-bottom-color: #36187d;
}
.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: #36187d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ea2396 !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='%2336187d' %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-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-t03tJYPgqI {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-t03tJYPgqI .image-wrapper {
    padding: 1rem;
  }
}
.cid-t03tJYPgqI img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-t03tJYPgqI img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-t03tJYPgqI .mbr-text,
.cid-t03tJYPgqI .mbr-section-btn {
  color: #696969;
}
.cid-t1nDRgzFnn {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-t1nDRgzFnn .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-t1nDRgzFnn .col-lg-4,
.cid-t1nDRgzFnn .col-12 {
  padding: 0 2rem;
}
.cid-t1nDRgzFnn .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-t1nDRgzFnn .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-t1nDRgzFnn .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t1nDRgzFnn .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-t1nDRgzFnn .card-title,
.cid-t1nDRgzFnn .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-t1nDRgzFnn .card-text {
  color: #36187d;
  text-align: center;
}
.cid-t1nDRgzFnn .mbr-section-subtitle {
  color: #6c758f;
}
.cid-t1nDRgzFnn .mbr-section-title {
  color: #36187d;
}
.cid-t1nQdo5tBs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-t1nQdo5tBs .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-t1nQdo5tBs .col-lg-4,
.cid-t1nQdo5tBs .col-12 {
  padding: 0 2rem;
}
.cid-t1nQdo5tBs .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-t1nQdo5tBs .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-t1nQdo5tBs .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t1nQdo5tBs .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-t1nQdo5tBs .card-title,
.cid-t1nQdo5tBs .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-t1nQdo5tBs .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-t1nQdo5tBs .mbr-section-subtitle {
  color: #6c758f;
}
.cid-t1nQdo5tBs .mbr-section-title {
  color: #36187d;
}
.cid-t1nV0eYeUw {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t1nV0eYeUw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t1nV0eYeUw .row {
    flex-direction: column-reverse;
  }
  .cid-t1nV0eYeUw .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-t1nV0eYeUw .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t1nV0eYeUw .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-t1nV0eYeUw .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-t1nV0eYeUw .card-title {
  color: #000000;
}
.cid-t1nV0eYeUw .mbr-text,
.cid-t1nV0eYeUw .mbr-section-btn {
  color: #6c758f;
}
.cid-uBPSt4BOCJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #cccccc;
}
.cid-uBPSt4BOCJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBPSt4BOCJ .row {
    flex-direction: column-reverse;
  }
  .cid-uBPSt4BOCJ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uBPSt4BOCJ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBPSt4BOCJ .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uBPSt4BOCJ .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uBPSt4BOCJ .card-title {
  color: #36187d;
}
.cid-uBPSt4BOCJ .mbr-text,
.cid-uBPSt4BOCJ .mbr-section-btn {
  color: #6c758f;
}
.cid-uBPSt4BOCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPSt4BOCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udV6spDjKo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udV6spDjKo .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-udV6spDjKo .container {
    padding: 0 ;
  }
}
.cid-udV6spDjKo .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-udV6spDjKo .navbar.opened {
  transition: all 0.3s;
}
.cid-udV6spDjKo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udV6spDjKo .navbar .navbar-logo img {
  width: auto;
}
.cid-udV6spDjKo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udV6spDjKo .navbar.collapsed {
  justify-content: center;
}
.cid-udV6spDjKo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udV6spDjKo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udV6spDjKo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-udV6spDjKo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udV6spDjKo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udV6spDjKo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-udV6spDjKo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udV6spDjKo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udV6spDjKo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udV6spDjKo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udV6spDjKo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udV6spDjKo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udV6spDjKo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udV6spDjKo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-udV6spDjKo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udV6spDjKo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udV6spDjKo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udV6spDjKo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udV6spDjKo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udV6spDjKo .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-udV6spDjKo .navbar.navbar-short {
  min-height: 110px;
}
.cid-udV6spDjKo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udV6spDjKo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udV6spDjKo .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-udV6spDjKo nav.navbar {
  position: fixed;
}
.cid-udV6spDjKo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udV6spDjKo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-udV6spDjKo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udV6spDjKo .dropdown-item:hover,
.cid-udV6spDjKo .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-udV6spDjKo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udV6spDjKo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udV6spDjKo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udV6spDjKo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udV6spDjKo .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udV6spDjKo .dropdown-menu,
.cid-udV6spDjKo .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-udV6spDjKo .nav-item:focus,
.cid-udV6spDjKo .nav-link:focus {
  outline: none;
}
.cid-udV6spDjKo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udV6spDjKo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udV6spDjKo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udV6spDjKo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udV6spDjKo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udV6spDjKo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udV6spDjKo .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-udV6spDjKo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udV6spDjKo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udV6spDjKo .dropdown-item.active,
.cid-udV6spDjKo .dropdown-item:active {
  background-color: transparent;
}
.cid-udV6spDjKo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udV6spDjKo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udV6spDjKo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udV6spDjKo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-udV6spDjKo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udV6spDjKo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udV6spDjKo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udV6spDjKo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udV6spDjKo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udV6spDjKo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-udV6spDjKo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udV6spDjKo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udV6spDjKo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udV6spDjKo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udV6spDjKo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udV6spDjKo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udV6spDjKo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udV6spDjKo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udV6spDjKo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udV6spDjKo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udV6spDjKo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udV6spDjKo .navbar {
    height: 70px;
  }
  .cid-udV6spDjKo .navbar.opened {
    height: auto;
  }
  .cid-udV6spDjKo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udV6spDjKo .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-udV6spDjKo .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-udV6sqvHoR {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-udV6sqvHoR .image-wrapper {
    padding: 1rem;
  }
}
.cid-udV6sqvHoR img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-udV6sqvHoR img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-udV6sqvHoR .mbr-text,
.cid-udV6sqvHoR .mbr-section-btn {
  color: #696969;
}
.cid-udV6sqMSSL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-udV6sqMSSL .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-udV6sqMSSL .col-lg-4,
.cid-udV6sqMSSL .col-12 {
  padding: 0 2rem;
}
.cid-udV6sqMSSL .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-udV6sqMSSL .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-udV6sqMSSL .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-udV6sqMSSL .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-udV6sqMSSL .card-title,
.cid-udV6sqMSSL .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-udV6sqMSSL .card-text {
  color: #36187d;
  text-align: center;
}
.cid-udV6sqMSSL .mbr-section-subtitle {
  color: #6c758f;
}
.cid-udV6sqMSSL .mbr-section-title {
  color: #36187d;
}
.cid-udV6sr4YHV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-udV6sr4YHV .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-udV6sr4YHV .col-lg-4,
.cid-udV6sr4YHV .col-12 {
  padding: 0 2rem;
}
.cid-udV6sr4YHV .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-udV6sr4YHV .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-udV6sr4YHV .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-udV6sr4YHV .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-udV6sr4YHV .card-title,
.cid-udV6sr4YHV .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-udV6sr4YHV .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-udV6sr4YHV .mbr-section-subtitle {
  color: #6c758f;
}
.cid-udV6sr4YHV .mbr-section-title {
  color: #36187d;
}
.cid-udV6sriJYO {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udV6sriJYO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-udV6sriJYO .row {
    flex-direction: column-reverse;
  }
  .cid-udV6sriJYO .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-udV6sriJYO .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-udV6sriJYO .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-udV6sriJYO .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-udV6sriJYO .card-title {
  color: #000000;
}
.cid-udV6sriJYO .mbr-text,
.cid-udV6sriJYO .mbr-section-btn {
  color: #6c758f;
}
.cid-uBPU0zr0Tp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #cccccc;
}
.cid-uBPU0zr0Tp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBPU0zr0Tp .row {
    flex-direction: column-reverse;
  }
  .cid-uBPU0zr0Tp .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uBPU0zr0Tp .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBPU0zr0Tp .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uBPU0zr0Tp .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uBPU0zr0Tp .card-title {
  color: #36187d;
}
.cid-uBPU0zr0Tp .mbr-text,
.cid-uBPU0zr0Tp .mbr-section-btn {
  color: #6c758f;
}
.cid-uBPU0zr0Tp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPU0zr0Tp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udV6GhBKw4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udV6GhBKw4 .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-udV6GhBKw4 .container {
    padding: 0 ;
  }
}
.cid-udV6GhBKw4 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-udV6GhBKw4 .navbar.opened {
  transition: all 0.3s;
}
.cid-udV6GhBKw4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udV6GhBKw4 .navbar .navbar-logo img {
  width: auto;
}
.cid-udV6GhBKw4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udV6GhBKw4 .navbar.collapsed {
  justify-content: center;
}
.cid-udV6GhBKw4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udV6GhBKw4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udV6GhBKw4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-udV6GhBKw4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udV6GhBKw4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udV6GhBKw4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-udV6GhBKw4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udV6GhBKw4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udV6GhBKw4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udV6GhBKw4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udV6GhBKw4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udV6GhBKw4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udV6GhBKw4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udV6GhBKw4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-udV6GhBKw4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udV6GhBKw4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udV6GhBKw4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udV6GhBKw4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udV6GhBKw4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udV6GhBKw4 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-udV6GhBKw4 .navbar.navbar-short {
  min-height: 110px;
}
.cid-udV6GhBKw4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udV6GhBKw4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udV6GhBKw4 .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-udV6GhBKw4 nav.navbar {
  position: fixed;
}
.cid-udV6GhBKw4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udV6GhBKw4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-udV6GhBKw4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udV6GhBKw4 .dropdown-item:hover,
.cid-udV6GhBKw4 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-udV6GhBKw4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udV6GhBKw4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udV6GhBKw4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udV6GhBKw4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udV6GhBKw4 .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udV6GhBKw4 .dropdown-menu,
.cid-udV6GhBKw4 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-udV6GhBKw4 .nav-item:focus,
.cid-udV6GhBKw4 .nav-link:focus {
  outline: none;
}
.cid-udV6GhBKw4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udV6GhBKw4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udV6GhBKw4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udV6GhBKw4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udV6GhBKw4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udV6GhBKw4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udV6GhBKw4 .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-udV6GhBKw4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udV6GhBKw4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udV6GhBKw4 .dropdown-item.active,
.cid-udV6GhBKw4 .dropdown-item:active {
  background-color: transparent;
}
.cid-udV6GhBKw4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udV6GhBKw4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udV6GhBKw4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udV6GhBKw4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-udV6GhBKw4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udV6GhBKw4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udV6GhBKw4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udV6GhBKw4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udV6GhBKw4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udV6GhBKw4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-udV6GhBKw4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udV6GhBKw4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udV6GhBKw4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udV6GhBKw4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udV6GhBKw4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udV6GhBKw4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udV6GhBKw4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udV6GhBKw4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udV6GhBKw4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udV6GhBKw4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udV6GhBKw4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udV6GhBKw4 .navbar {
    height: 70px;
  }
  .cid-udV6GhBKw4 .navbar.opened {
    height: auto;
  }
  .cid-udV6GhBKw4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udV6GhBKw4 .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-udV6GhBKw4 .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-udV6GiawpG {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-udV6GiawpG .image-wrapper {
    padding: 1rem;
  }
}
.cid-udV6GiawpG img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-udV6GiawpG img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-udV6GiawpG .mbr-text,
.cid-udV6GiawpG .mbr-section-btn {
  color: #696969;
}
.cid-udV6GimPgC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-udV6GimPgC .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-udV6GimPgC .col-lg-4,
.cid-udV6GimPgC .col-12 {
  padding: 0 2rem;
}
.cid-udV6GimPgC .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-udV6GimPgC .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-udV6GimPgC .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-udV6GimPgC .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-udV6GimPgC .card-title,
.cid-udV6GimPgC .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-udV6GimPgC .card-text {
  color: #36187d;
  text-align: center;
}
.cid-udV6GimPgC .mbr-section-subtitle {
  color: #6c758f;
}
.cid-udV6GimPgC .mbr-section-title {
  color: #36187d;
}
.cid-udV6GixxbI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-udV6GixxbI .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-udV6GixxbI .col-lg-4,
.cid-udV6GixxbI .col-12 {
  padding: 0 2rem;
}
.cid-udV6GixxbI .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-udV6GixxbI .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-udV6GixxbI .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-udV6GixxbI .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-udV6GixxbI .card-title,
.cid-udV6GixxbI .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-udV6GixxbI .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-udV6GixxbI .mbr-section-subtitle {
  color: #6c758f;
}
.cid-udV6GixxbI .mbr-section-title {
  color: #36187d;
}
.cid-udV6GiKsVM {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udV6GiKsVM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-udV6GiKsVM .row {
    flex-direction: column-reverse;
  }
  .cid-udV6GiKsVM .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-udV6GiKsVM .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-udV6GiKsVM .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-udV6GiKsVM .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-udV6GiKsVM .card-title {
  color: #000000;
}
.cid-udV6GiKsVM .mbr-text,
.cid-udV6GiKsVM .mbr-section-btn {
  color: #6c758f;
}
.cid-uBPU4J3LWF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #cccccc;
}
.cid-uBPU4J3LWF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBPU4J3LWF .row {
    flex-direction: column-reverse;
  }
  .cid-uBPU4J3LWF .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uBPU4J3LWF .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBPU4J3LWF .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uBPU4J3LWF .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uBPU4J3LWF .card-title {
  color: #36187d;
}
.cid-uBPU4J3LWF .mbr-text,
.cid-uBPU4J3LWF .mbr-section-btn {
  color: #6c758f;
}
.cid-uBPU4J3LWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPU4J3LWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBPHerMFXL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBPHerMFXL .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBPHerMFXL .container {
    padding: 0 ;
  }
}
.cid-uBPHerMFXL .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-uBPHerMFXL .navbar.opened {
  transition: all 0.3s;
}
.cid-uBPHerMFXL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBPHerMFXL .navbar .navbar-logo img {
  width: auto;
}
.cid-uBPHerMFXL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBPHerMFXL .navbar.collapsed {
  justify-content: center;
}
.cid-uBPHerMFXL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBPHerMFXL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBPHerMFXL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uBPHerMFXL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBPHerMFXL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBPHerMFXL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBPHerMFXL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBPHerMFXL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBPHerMFXL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBPHerMFXL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBPHerMFXL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBPHerMFXL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBPHerMFXL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBPHerMFXL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBPHerMFXL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBPHerMFXL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBPHerMFXL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBPHerMFXL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBPHerMFXL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBPHerMFXL .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uBPHerMFXL .navbar.navbar-short {
  min-height: 110px;
}
.cid-uBPHerMFXL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBPHerMFXL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBPHerMFXL .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uBPHerMFXL nav.navbar {
  position: fixed;
}
.cid-uBPHerMFXL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBPHerMFXL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uBPHerMFXL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBPHerMFXL .dropdown-item:hover,
.cid-uBPHerMFXL .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-uBPHerMFXL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBPHerMFXL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBPHerMFXL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBPHerMFXL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBPHerMFXL .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBPHerMFXL .dropdown-menu,
.cid-uBPHerMFXL .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-uBPHerMFXL .nav-item:focus,
.cid-uBPHerMFXL .nav-link:focus {
  outline: none;
}
.cid-uBPHerMFXL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBPHerMFXL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBPHerMFXL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBPHerMFXL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBPHerMFXL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBPHerMFXL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBPHerMFXL .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-uBPHerMFXL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBPHerMFXL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBPHerMFXL .dropdown-item.active,
.cid-uBPHerMFXL .dropdown-item:active {
  background-color: transparent;
}
.cid-uBPHerMFXL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBPHerMFXL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBPHerMFXL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBPHerMFXL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-uBPHerMFXL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBPHerMFXL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBPHerMFXL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBPHerMFXL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBPHerMFXL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBPHerMFXL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-uBPHerMFXL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBPHerMFXL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBPHerMFXL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBPHerMFXL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBPHerMFXL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBPHerMFXL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBPHerMFXL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBPHerMFXL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBPHerMFXL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBPHerMFXL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBPHerMFXL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBPHerMFXL .navbar {
    height: 70px;
  }
  .cid-uBPHerMFXL .navbar.opened {
    height: auto;
  }
  .cid-uBPHerMFXL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBPHerMFXL .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uBPHerMFXL .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uBPHesFFGS {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-uBPHesFFGS .image-wrapper {
    padding: 1rem;
  }
}
.cid-uBPHesFFGS img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uBPHesFFGS img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uBPHesFFGS .mbr-text,
.cid-uBPHesFFGS .mbr-section-btn {
  color: #696969;
}
.cid-uBPHet54Ib {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uBPHet54Ib .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-uBPHet54Ib .col-lg-4,
.cid-uBPHet54Ib .col-12 {
  padding: 0 2rem;
}
.cid-uBPHet54Ib .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uBPHet54Ib .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uBPHet54Ib .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uBPHet54Ib .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uBPHet54Ib .card-title,
.cid-uBPHet54Ib .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-uBPHet54Ib .card-text {
  color: #36187d;
  text-align: center;
}
.cid-uBPHet54Ib .mbr-section-subtitle {
  color: #6c758f;
}
.cid-uBPHet54Ib .mbr-section-title {
  color: #36187d;
}
.cid-uBPHetkbXp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uBPHetkbXp .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-uBPHetkbXp .col-lg-4,
.cid-uBPHetkbXp .col-12 {
  padding: 0 2rem;
}
.cid-uBPHetkbXp .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uBPHetkbXp .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uBPHetkbXp .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uBPHetkbXp .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uBPHetkbXp .card-title,
.cid-uBPHetkbXp .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-uBPHetkbXp .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-uBPHetkbXp .mbr-section-subtitle {
  color: #6c758f;
}
.cid-uBPHetkbXp .mbr-section-title {
  color: #36187d;
}
.cid-uBPHetvzBo {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBPHetvzBo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBPHetvzBo .row {
    flex-direction: column-reverse;
  }
  .cid-uBPHetvzBo .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uBPHetvzBo .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBPHetvzBo .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uBPHetvzBo .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uBPHetvzBo .card-title {
  color: #000000;
}
.cid-uBPHetvzBo .mbr-text,
.cid-uBPHetvzBo .mbr-section-btn {
  color: #6c758f;
}
.cid-uBPHetFBZF {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uBPHetFBZF {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uBPHetFBZF .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-uBPHetFBZF .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-uBPHetFBZF img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uBPHetFBZF .container-fluid {
    padding: 0 1rem;
  }
  .cid-uBPHetFBZF .right-wrapper {
    text-align: left;
  }
  .cid-uBPHetFBZF .blue-block {
    width: 100%;
  }
  .cid-uBPHetFBZF .mbr-section-title {
    text-align: center;
  }
  .cid-uBPHetFBZF .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uBPHetFBZF .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-uBPHetFBZF .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uBPHetFBZF img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-uBPHetFBZF .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-uBPHetFBZF .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-uBPHetFBZF .container-fluid {
  max-width: 1200px;
}
.cid-uBPHetFBZF .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-uBPHetFBZF .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-uBPHetFBZF .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uBPHetFBZF .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-uBPHetFBZF .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(108, 117, 143, 0.5), rgba(108, 117, 143, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uBPHetFBZF .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(54, 24, 125, 0.5), rgba(54, 24, 125, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uBPHetFBZF .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-uBPHetFBZF .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uBPHetFBZF .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uBPHetFBZF .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uBPHetFBZF .blue-block {
  background-color: #ea2396;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-uBPHetFBZF .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-uBPHetFBZF .blue-title {
  margin: 0;
}
.cid-uBPHetFBZF .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-uBPHetFBZF .mbr-section-title DIV {
  text-align: left;
}
.cid-uBPHetPGuJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uBPHetPGuJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBPHetPGuJ .row {
    flex-direction: column-reverse;
  }
  .cid-uBPHetPGuJ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uBPHetPGuJ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBPHetPGuJ .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uBPHetPGuJ .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uBPHetPGuJ .card-title {
  color: #31363b;
}
.cid-uBPHetPGuJ .mbr-text,
.cid-uBPHetPGuJ .mbr-section-btn {
  color: #6c758f;
}
.cid-uBPHetXs3O {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
}
.cid-uBPHetXs3O .media-container-row {
  justify-content: space-between;
}
.cid-uBPHetXs3O .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uBPHetXs3O .text-content {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .cid-uBPHetXs3O .icons {
    justify-content: center !important;
  }
  .cid-uBPHetXs3O .text-content * {
    text-align: center;
  }
}
.cid-uBPHetXs3O .mbr-iconfont {
  font-size: 1.8rem;
  color: #0196e3;
  padding: 1.2rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  margin-bottom: 2rem;
  display: block;
}
.cid-uBPHetXs3O .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uBPHetXs3O .mbr-section-title {
  color: #36187d;
}
.cid-uBPHetXs3O P {
  color: #6c758f;
}
.cid-uBPHeu947x {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uBPHeu947x .mbr-section-title {
  color: #36187d;
}
.cid-uBPHeu947x .mbr-section-subtitle {
  color: #36187d;
}
@media (max-width: 992px) {
  .cid-uBPHeu947x .align-left {
    text-align: center;
  }
}
.cid-uBPHeu947x .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-uBPHeu947x .row {
    padding: 3rem 2rem;
  }
}
.cid-uBPHTGHWyY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBPHTGHWyY .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBPHTGHWyY .container {
    padding: 0 ;
  }
}
.cid-uBPHTGHWyY .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-uBPHTGHWyY .navbar.opened {
  transition: all 0.3s;
}
.cid-uBPHTGHWyY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBPHTGHWyY .navbar .navbar-logo img {
  width: auto;
}
.cid-uBPHTGHWyY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBPHTGHWyY .navbar.collapsed {
  justify-content: center;
}
.cid-uBPHTGHWyY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBPHTGHWyY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBPHTGHWyY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uBPHTGHWyY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBPHTGHWyY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBPHTGHWyY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBPHTGHWyY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBPHTGHWyY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBPHTGHWyY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBPHTGHWyY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBPHTGHWyY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBPHTGHWyY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBPHTGHWyY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBPHTGHWyY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBPHTGHWyY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBPHTGHWyY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBPHTGHWyY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBPHTGHWyY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBPHTGHWyY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBPHTGHWyY .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uBPHTGHWyY .navbar.navbar-short {
  min-height: 110px;
}
.cid-uBPHTGHWyY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBPHTGHWyY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBPHTGHWyY .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uBPHTGHWyY nav.navbar {
  position: fixed;
}
.cid-uBPHTGHWyY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBPHTGHWyY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uBPHTGHWyY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBPHTGHWyY .dropdown-item:hover,
.cid-uBPHTGHWyY .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-uBPHTGHWyY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBPHTGHWyY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBPHTGHWyY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBPHTGHWyY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBPHTGHWyY .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBPHTGHWyY .dropdown-menu,
.cid-uBPHTGHWyY .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-uBPHTGHWyY .nav-item:focus,
.cid-uBPHTGHWyY .nav-link:focus {
  outline: none;
}
.cid-uBPHTGHWyY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBPHTGHWyY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBPHTGHWyY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBPHTGHWyY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBPHTGHWyY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBPHTGHWyY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBPHTGHWyY .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-uBPHTGHWyY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBPHTGHWyY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBPHTGHWyY .dropdown-item.active,
.cid-uBPHTGHWyY .dropdown-item:active {
  background-color: transparent;
}
.cid-uBPHTGHWyY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBPHTGHWyY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBPHTGHWyY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBPHTGHWyY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-uBPHTGHWyY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBPHTGHWyY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBPHTGHWyY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBPHTGHWyY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBPHTGHWyY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBPHTGHWyY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-uBPHTGHWyY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBPHTGHWyY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBPHTGHWyY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBPHTGHWyY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBPHTGHWyY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBPHTGHWyY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBPHTGHWyY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBPHTGHWyY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBPHTGHWyY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBPHTGHWyY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBPHTGHWyY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBPHTGHWyY .navbar {
    height: 70px;
  }
  .cid-uBPHTGHWyY .navbar.opened {
    height: auto;
  }
  .cid-uBPHTGHWyY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBPHTGHWyY .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uBPHTGHWyY .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uBPHTHouW1 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-uBPHTHouW1 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uBPHTHouW1 img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uBPHTHouW1 img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uBPHTHouW1 .mbr-text,
.cid-uBPHTHouW1 .mbr-section-btn {
  color: #696969;
}
.cid-uBPHTHASh5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uBPHTHASh5 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-uBPHTHASh5 .col-lg-4,
.cid-uBPHTHASh5 .col-12 {
  padding: 0 2rem;
}
.cid-uBPHTHASh5 .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uBPHTHASh5 .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uBPHTHASh5 .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uBPHTHASh5 .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uBPHTHASh5 .card-title,
.cid-uBPHTHASh5 .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-uBPHTHASh5 .card-text {
  color: #36187d;
  text-align: center;
}
.cid-uBPHTHASh5 .mbr-section-subtitle {
  color: #6c758f;
}
.cid-uBPHTHASh5 .mbr-section-title {
  color: #36187d;
}
.cid-uBPHTHM5Sb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uBPHTHM5Sb .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-uBPHTHM5Sb .col-lg-4,
.cid-uBPHTHM5Sb .col-12 {
  padding: 0 2rem;
}
.cid-uBPHTHM5Sb .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uBPHTHM5Sb .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uBPHTHM5Sb .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uBPHTHM5Sb .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uBPHTHM5Sb .card-title,
.cid-uBPHTHM5Sb .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-uBPHTHM5Sb .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-uBPHTHM5Sb .mbr-section-subtitle {
  color: #6c758f;
}
.cid-uBPHTHM5Sb .mbr-section-title {
  color: #36187d;
}
.cid-uBPHTHWw1T {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBPHTHWw1T .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBPHTHWw1T .row {
    flex-direction: column-reverse;
  }
  .cid-uBPHTHWw1T .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uBPHTHWw1T .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBPHTHWw1T .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uBPHTHWw1T .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uBPHTHWw1T .card-title {
  color: #000000;
}
.cid-uBPHTHWw1T .mbr-text,
.cid-uBPHTHWw1T .mbr-section-btn {
  color: #6c758f;
}
.cid-uBPHTI56Bf {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uBPHTI56Bf {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uBPHTI56Bf .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-uBPHTI56Bf .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-uBPHTI56Bf img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uBPHTI56Bf .container-fluid {
    padding: 0 1rem;
  }
  .cid-uBPHTI56Bf .right-wrapper {
    text-align: left;
  }
  .cid-uBPHTI56Bf .blue-block {
    width: 100%;
  }
  .cid-uBPHTI56Bf .mbr-section-title {
    text-align: center;
  }
  .cid-uBPHTI56Bf .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uBPHTI56Bf .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-uBPHTI56Bf .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uBPHTI56Bf img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-uBPHTI56Bf .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-uBPHTI56Bf .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-uBPHTI56Bf .container-fluid {
  max-width: 1200px;
}
.cid-uBPHTI56Bf .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-uBPHTI56Bf .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-uBPHTI56Bf .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uBPHTI56Bf .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-uBPHTI56Bf .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(108, 117, 143, 0.5), rgba(108, 117, 143, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uBPHTI56Bf .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(54, 24, 125, 0.5), rgba(54, 24, 125, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uBPHTI56Bf .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-uBPHTI56Bf .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uBPHTI56Bf .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uBPHTI56Bf .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uBPHTI56Bf .blue-block {
  background-color: #ea2396;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-uBPHTI56Bf .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-uBPHTI56Bf .blue-title {
  margin: 0;
}
.cid-uBPHTI56Bf .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-uBPHTI56Bf .mbr-section-title DIV {
  text-align: left;
}
.cid-uBPHTIgRRd {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uBPHTIgRRd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBPHTIgRRd .row {
    flex-direction: column-reverse;
  }
  .cid-uBPHTIgRRd .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uBPHTIgRRd .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBPHTIgRRd .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uBPHTIgRRd .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uBPHTIgRRd .card-title {
  color: #31363b;
}
.cid-uBPHTIgRRd .mbr-text,
.cid-uBPHTIgRRd .mbr-section-btn {
  color: #6c758f;
}
.cid-uBPHTIodmB {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
}
.cid-uBPHTIodmB .media-container-row {
  justify-content: space-between;
}
.cid-uBPHTIodmB .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uBPHTIodmB .text-content {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .cid-uBPHTIodmB .icons {
    justify-content: center !important;
  }
  .cid-uBPHTIodmB .text-content * {
    text-align: center;
  }
}
.cid-uBPHTIodmB .mbr-iconfont {
  font-size: 1.8rem;
  color: #0196e3;
  padding: 1.2rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  margin-bottom: 2rem;
  display: block;
}
.cid-uBPHTIodmB .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uBPHTIodmB .mbr-section-title {
  color: #36187d;
}
.cid-uBPHTIodmB P {
  color: #6c758f;
}
.cid-uBPHTIzOgl {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uBPHTIzOgl .mbr-section-title {
  color: #36187d;
}
.cid-uBPHTIzOgl .mbr-section-subtitle {
  color: #36187d;
}
@media (max-width: 992px) {
  .cid-uBPHTIzOgl .align-left {
    text-align: center;
  }
}
.cid-uBPHTIzOgl .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-uBPHTIzOgl .row {
    padding: 3rem 2rem;
  }
}
.cid-uBPHVZ0Mwf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBPHVZ0Mwf .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBPHVZ0Mwf .container {
    padding: 0 ;
  }
}
.cid-uBPHVZ0Mwf .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-uBPHVZ0Mwf .navbar.opened {
  transition: all 0.3s;
}
.cid-uBPHVZ0Mwf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBPHVZ0Mwf .navbar .navbar-logo img {
  width: auto;
}
.cid-uBPHVZ0Mwf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBPHVZ0Mwf .navbar.collapsed {
  justify-content: center;
}
.cid-uBPHVZ0Mwf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBPHVZ0Mwf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBPHVZ0Mwf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uBPHVZ0Mwf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBPHVZ0Mwf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBPHVZ0Mwf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBPHVZ0Mwf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBPHVZ0Mwf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBPHVZ0Mwf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBPHVZ0Mwf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBPHVZ0Mwf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBPHVZ0Mwf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBPHVZ0Mwf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBPHVZ0Mwf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBPHVZ0Mwf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBPHVZ0Mwf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBPHVZ0Mwf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBPHVZ0Mwf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBPHVZ0Mwf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBPHVZ0Mwf .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uBPHVZ0Mwf .navbar.navbar-short {
  min-height: 110px;
}
.cid-uBPHVZ0Mwf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBPHVZ0Mwf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBPHVZ0Mwf .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uBPHVZ0Mwf nav.navbar {
  position: fixed;
}
.cid-uBPHVZ0Mwf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBPHVZ0Mwf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uBPHVZ0Mwf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBPHVZ0Mwf .dropdown-item:hover,
.cid-uBPHVZ0Mwf .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-uBPHVZ0Mwf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBPHVZ0Mwf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBPHVZ0Mwf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBPHVZ0Mwf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBPHVZ0Mwf .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBPHVZ0Mwf .dropdown-menu,
.cid-uBPHVZ0Mwf .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-uBPHVZ0Mwf .nav-item:focus,
.cid-uBPHVZ0Mwf .nav-link:focus {
  outline: none;
}
.cid-uBPHVZ0Mwf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBPHVZ0Mwf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBPHVZ0Mwf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBPHVZ0Mwf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBPHVZ0Mwf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBPHVZ0Mwf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBPHVZ0Mwf .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-uBPHVZ0Mwf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBPHVZ0Mwf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBPHVZ0Mwf .dropdown-item.active,
.cid-uBPHVZ0Mwf .dropdown-item:active {
  background-color: transparent;
}
.cid-uBPHVZ0Mwf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBPHVZ0Mwf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBPHVZ0Mwf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBPHVZ0Mwf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-uBPHVZ0Mwf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBPHVZ0Mwf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBPHVZ0Mwf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBPHVZ0Mwf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBPHVZ0Mwf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBPHVZ0Mwf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-uBPHVZ0Mwf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBPHVZ0Mwf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBPHVZ0Mwf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBPHVZ0Mwf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBPHVZ0Mwf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBPHVZ0Mwf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBPHVZ0Mwf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBPHVZ0Mwf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBPHVZ0Mwf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBPHVZ0Mwf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBPHVZ0Mwf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBPHVZ0Mwf .navbar {
    height: 70px;
  }
  .cid-uBPHVZ0Mwf .navbar.opened {
    height: auto;
  }
  .cid-uBPHVZ0Mwf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBPHVZ0Mwf .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uBPHVZ0Mwf .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uBPHVZJYfE {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-uBPHVZJYfE .image-wrapper {
    padding: 1rem;
  }
}
.cid-uBPHVZJYfE img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uBPHVZJYfE img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uBPHVZJYfE .mbr-text,
.cid-uBPHVZJYfE .mbr-section-btn {
  color: #696969;
}
.cid-uBPHVZUgy3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uBPHVZUgy3 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-uBPHVZUgy3 .col-lg-4,
.cid-uBPHVZUgy3 .col-12 {
  padding: 0 2rem;
}
.cid-uBPHVZUgy3 .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uBPHVZUgy3 .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uBPHVZUgy3 .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uBPHVZUgy3 .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uBPHVZUgy3 .card-title,
.cid-uBPHVZUgy3 .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-uBPHVZUgy3 .card-text {
  color: #36187d;
  text-align: center;
}
.cid-uBPHVZUgy3 .mbr-section-subtitle {
  color: #6c758f;
}
.cid-uBPHVZUgy3 .mbr-section-title {
  color: #36187d;
}
.cid-uBPHW04jrN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uBPHW04jrN .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-uBPHW04jrN .col-lg-4,
.cid-uBPHW04jrN .col-12 {
  padding: 0 2rem;
}
.cid-uBPHW04jrN .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uBPHW04jrN .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uBPHW04jrN .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uBPHW04jrN .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uBPHW04jrN .card-title,
.cid-uBPHW04jrN .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-uBPHW04jrN .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-uBPHW04jrN .mbr-section-subtitle {
  color: #6c758f;
}
.cid-uBPHW04jrN .mbr-section-title {
  color: #36187d;
}
.cid-uBPHW0hiNi {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBPHW0hiNi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBPHW0hiNi .row {
    flex-direction: column-reverse;
  }
  .cid-uBPHW0hiNi .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uBPHW0hiNi .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBPHW0hiNi .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uBPHW0hiNi .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uBPHW0hiNi .card-title {
  color: #000000;
}
.cid-uBPHW0hiNi .mbr-text,
.cid-uBPHW0hiNi .mbr-section-btn {
  color: #6c758f;
}
.cid-uBPHW0tqW9 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uBPHW0tqW9 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uBPHW0tqW9 .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-uBPHW0tqW9 .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-uBPHW0tqW9 img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uBPHW0tqW9 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uBPHW0tqW9 .right-wrapper {
    text-align: left;
  }
  .cid-uBPHW0tqW9 .blue-block {
    width: 100%;
  }
  .cid-uBPHW0tqW9 .mbr-section-title {
    text-align: center;
  }
  .cid-uBPHW0tqW9 .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uBPHW0tqW9 .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-uBPHW0tqW9 .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uBPHW0tqW9 img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-uBPHW0tqW9 .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-uBPHW0tqW9 .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-uBPHW0tqW9 .container-fluid {
  max-width: 1200px;
}
.cid-uBPHW0tqW9 .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-uBPHW0tqW9 .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-uBPHW0tqW9 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uBPHW0tqW9 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-uBPHW0tqW9 .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(108, 117, 143, 0.5), rgba(108, 117, 143, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uBPHW0tqW9 .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(54, 24, 125, 0.5), rgba(54, 24, 125, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uBPHW0tqW9 .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-uBPHW0tqW9 .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uBPHW0tqW9 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uBPHW0tqW9 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uBPHW0tqW9 .blue-block {
  background-color: #ea2396;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-uBPHW0tqW9 .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-uBPHW0tqW9 .blue-title {
  margin: 0;
}
.cid-uBPHW0tqW9 .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-uBPHW0tqW9 .mbr-section-title DIV {
  text-align: left;
}
.cid-uBPHW0DjEB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uBPHW0DjEB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBPHW0DjEB .row {
    flex-direction: column-reverse;
  }
  .cid-uBPHW0DjEB .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uBPHW0DjEB .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBPHW0DjEB .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uBPHW0DjEB .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uBPHW0DjEB .card-title {
  color: #31363b;
}
.cid-uBPHW0DjEB .mbr-text,
.cid-uBPHW0DjEB .mbr-section-btn {
  color: #6c758f;
}
.cid-uBPHW0PCjU {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
}
.cid-uBPHW0PCjU .media-container-row {
  justify-content: space-between;
}
.cid-uBPHW0PCjU .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uBPHW0PCjU .text-content {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .cid-uBPHW0PCjU .icons {
    justify-content: center !important;
  }
  .cid-uBPHW0PCjU .text-content * {
    text-align: center;
  }
}
.cid-uBPHW0PCjU .mbr-iconfont {
  font-size: 1.8rem;
  color: #0196e3;
  padding: 1.2rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  margin-bottom: 2rem;
  display: block;
}
.cid-uBPHW0PCjU .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uBPHW0PCjU .mbr-section-title {
  color: #36187d;
}
.cid-uBPHW0PCjU P {
  color: #6c758f;
}
.cid-uBPHW13K7g {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uBPHW13K7g .mbr-section-title {
  color: #36187d;
}
.cid-uBPHW13K7g .mbr-section-subtitle {
  color: #36187d;
}
@media (max-width: 992px) {
  .cid-uBPHW13K7g .align-left {
    text-align: center;
  }
}
.cid-uBPHW13K7g .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-uBPHW13K7g .row {
    padding: 3rem 2rem;
  }
}
.cid-uBPXbHR9z5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBPXbHR9z5 .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBPXbHR9z5 .container {
    padding: 0 ;
  }
}
.cid-uBPXbHR9z5 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-uBPXbHR9z5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBPXbHR9z5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBPXbHR9z5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBPXbHR9z5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBPXbHR9z5 .navbar.collapsed {
  justify-content: center;
}
.cid-uBPXbHR9z5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBPXbHR9z5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBPXbHR9z5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uBPXbHR9z5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBPXbHR9z5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBPXbHR9z5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBPXbHR9z5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBPXbHR9z5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBPXbHR9z5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBPXbHR9z5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBPXbHR9z5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBPXbHR9z5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBPXbHR9z5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBPXbHR9z5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBPXbHR9z5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBPXbHR9z5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBPXbHR9z5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBPXbHR9z5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBPXbHR9z5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBPXbHR9z5 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uBPXbHR9z5 .navbar.navbar-short {
  min-height: 110px;
}
.cid-uBPXbHR9z5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBPXbHR9z5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBPXbHR9z5 .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uBPXbHR9z5 nav.navbar {
  position: fixed;
}
.cid-uBPXbHR9z5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBPXbHR9z5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uBPXbHR9z5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBPXbHR9z5 .dropdown-item:hover,
.cid-uBPXbHR9z5 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-uBPXbHR9z5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBPXbHR9z5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBPXbHR9z5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBPXbHR9z5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBPXbHR9z5 .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBPXbHR9z5 .dropdown-menu,
.cid-uBPXbHR9z5 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-uBPXbHR9z5 .nav-item:focus,
.cid-uBPXbHR9z5 .nav-link:focus {
  outline: none;
}
.cid-uBPXbHR9z5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBPXbHR9z5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBPXbHR9z5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBPXbHR9z5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBPXbHR9z5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBPXbHR9z5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBPXbHR9z5 .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-uBPXbHR9z5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBPXbHR9z5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBPXbHR9z5 .dropdown-item.active,
.cid-uBPXbHR9z5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBPXbHR9z5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBPXbHR9z5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBPXbHR9z5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBPXbHR9z5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-uBPXbHR9z5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBPXbHR9z5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBPXbHR9z5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBPXbHR9z5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBPXbHR9z5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBPXbHR9z5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-uBPXbHR9z5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBPXbHR9z5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBPXbHR9z5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBPXbHR9z5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBPXbHR9z5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBPXbHR9z5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBPXbHR9z5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBPXbHR9z5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBPXbHR9z5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBPXbHR9z5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBPXbHR9z5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBPXbHR9z5 .navbar {
    height: 70px;
  }
  .cid-uBPXbHR9z5 .navbar.opened {
    height: auto;
  }
  .cid-uBPXbHR9z5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBPXbHR9z5 .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uBPXbHR9z5 .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uBPXbIPTc4 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-uBPXbIPTc4 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uBPXbIPTc4 img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uBPXbIPTc4 img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uBPXbIPTc4 .mbr-text,
.cid-uBPXbIPTc4 .mbr-section-btn {
  color: #696969;
}
.cid-uBPXbJ87Zy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uBPXbJ87Zy .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-uBPXbJ87Zy .col-lg-4,
.cid-uBPXbJ87Zy .col-12 {
  padding: 0 2rem;
}
.cid-uBPXbJ87Zy .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uBPXbJ87Zy .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uBPXbJ87Zy .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uBPXbJ87Zy .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uBPXbJ87Zy .card-title,
.cid-uBPXbJ87Zy .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-uBPXbJ87Zy .card-text {
  color: #36187d;
  text-align: center;
}
.cid-uBPXbJ87Zy .mbr-section-subtitle {
  color: #6c758f;
}
.cid-uBPXbJ87Zy .mbr-section-title {
  color: #36187d;
}
.cid-uBPXbJqq6d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uBPXbJqq6d .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-uBPXbJqq6d .col-lg-4,
.cid-uBPXbJqq6d .col-12 {
  padding: 0 2rem;
}
.cid-uBPXbJqq6d .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uBPXbJqq6d .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uBPXbJqq6d .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uBPXbJqq6d .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uBPXbJqq6d .card-title,
.cid-uBPXbJqq6d .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-uBPXbJqq6d .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-uBPXbJqq6d .mbr-section-subtitle {
  color: #6c758f;
}
.cid-uBPXbJqq6d .mbr-section-title {
  color: #36187d;
}
.cid-uBPXbJGLYo {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBPXbJGLYo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBPXbJGLYo .row {
    flex-direction: column-reverse;
  }
  .cid-uBPXbJGLYo .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uBPXbJGLYo .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBPXbJGLYo .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uBPXbJGLYo .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uBPXbJGLYo .card-title {
  color: #000000;
}
.cid-uBPXbJGLYo .mbr-text,
.cid-uBPXbJGLYo .mbr-section-btn {
  color: #6c758f;
}
.cid-uBPXbJT7rs {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uBPXbJT7rs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uBPXbJT7rs .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-uBPXbJT7rs .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-uBPXbJT7rs img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uBPXbJT7rs .container-fluid {
    padding: 0 1rem;
  }
  .cid-uBPXbJT7rs .right-wrapper {
    text-align: left;
  }
  .cid-uBPXbJT7rs .blue-block {
    width: 100%;
  }
  .cid-uBPXbJT7rs .mbr-section-title {
    text-align: center;
  }
  .cid-uBPXbJT7rs .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uBPXbJT7rs .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-uBPXbJT7rs .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uBPXbJT7rs img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-uBPXbJT7rs .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-uBPXbJT7rs .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-uBPXbJT7rs .container-fluid {
  max-width: 1200px;
}
.cid-uBPXbJT7rs .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-uBPXbJT7rs .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-uBPXbJT7rs .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uBPXbJT7rs .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-uBPXbJT7rs .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(108, 117, 143, 0.5), rgba(108, 117, 143, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uBPXbJT7rs .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(54, 24, 125, 0.5), rgba(54, 24, 125, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uBPXbJT7rs .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-uBPXbJT7rs .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uBPXbJT7rs .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uBPXbJT7rs .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uBPXbJT7rs .blue-block {
  background-color: #ea2396;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-uBPXbJT7rs .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-uBPXbJT7rs .blue-title {
  margin: 0;
}
.cid-uBPXbJT7rs .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-uBPXbJT7rs .mbr-section-title DIV {
  text-align: left;
}
.cid-uBPXbK9n6S {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uBPXbK9n6S .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBPXbK9n6S .row {
    flex-direction: column-reverse;
  }
  .cid-uBPXbK9n6S .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uBPXbK9n6S .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBPXbK9n6S .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uBPXbK9n6S .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uBPXbK9n6S .card-title {
  color: #31363b;
}
.cid-uBPXbK9n6S .mbr-text,
.cid-uBPXbK9n6S .mbr-section-btn {
  color: #6c758f;
}
.cid-uBPXbKtbmL {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
}
.cid-uBPXbKtbmL .media-container-row {
  justify-content: space-between;
}
.cid-uBPXbKtbmL .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uBPXbKtbmL .text-content {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .cid-uBPXbKtbmL .icons {
    justify-content: center !important;
  }
  .cid-uBPXbKtbmL .text-content * {
    text-align: center;
  }
}
.cid-uBPXbKtbmL .mbr-iconfont {
  font-size: 1.8rem;
  color: #0196e3;
  padding: 1.2rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  margin-bottom: 2rem;
  display: block;
}
.cid-uBPXbKtbmL .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uBPXbKtbmL .mbr-section-title {
  color: #36187d;
}
.cid-uBPXbKtbmL P {
  color: #6c758f;
}
.cid-uBPXbKLcbs {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uBPXbKLcbs .mbr-section-title {
  color: #36187d;
}
.cid-uBPXbKLcbs .mbr-section-subtitle {
  color: #36187d;
}
@media (max-width: 992px) {
  .cid-uBPXbKLcbs .align-left {
    text-align: center;
  }
}
.cid-uBPXbKLcbs .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-uBPXbKLcbs .row {
    padding: 3rem 2rem;
  }
}
.cid-uBPXbL1V3E {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/background5-1920x1280.jpg");
}
.cid-uBPXbL1V3E .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uBPXbL1V3E .mbr-text,
.cid-uBPXbL1V3E .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-uBPXbL1V3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPXbL1V3E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6MiYg38m {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uC6MiYg38m .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uC6MiYg38m .container {
    padding: 0 ;
  }
}
.cid-uC6MiYg38m .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-uC6MiYg38m .navbar.opened {
  transition: all 0.3s;
}
.cid-uC6MiYg38m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uC6MiYg38m .navbar .navbar-logo img {
  width: auto;
}
.cid-uC6MiYg38m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uC6MiYg38m .navbar.collapsed {
  justify-content: center;
}
.cid-uC6MiYg38m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC6MiYg38m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uC6MiYg38m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uC6MiYg38m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC6MiYg38m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC6MiYg38m .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uC6MiYg38m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC6MiYg38m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uC6MiYg38m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uC6MiYg38m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC6MiYg38m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC6MiYg38m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC6MiYg38m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uC6MiYg38m .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uC6MiYg38m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uC6MiYg38m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uC6MiYg38m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uC6MiYg38m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uC6MiYg38m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uC6MiYg38m .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uC6MiYg38m .navbar.navbar-short {
  min-height: 110px;
}
.cid-uC6MiYg38m .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uC6MiYg38m .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uC6MiYg38m .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uC6MiYg38m nav.navbar {
  position: fixed;
}
.cid-uC6MiYg38m .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uC6MiYg38m .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uC6MiYg38m .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uC6MiYg38m .dropdown-item:hover,
.cid-uC6MiYg38m .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-uC6MiYg38m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uC6MiYg38m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uC6MiYg38m .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uC6MiYg38m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uC6MiYg38m .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uC6MiYg38m .dropdown-menu,
.cid-uC6MiYg38m .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-uC6MiYg38m .nav-item:focus,
.cid-uC6MiYg38m .nav-link:focus {
  outline: none;
}
.cid-uC6MiYg38m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uC6MiYg38m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC6MiYg38m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uC6MiYg38m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uC6MiYg38m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC6MiYg38m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC6MiYg38m .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-uC6MiYg38m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC6MiYg38m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC6MiYg38m .dropdown-item.active,
.cid-uC6MiYg38m .dropdown-item:active {
  background-color: transparent;
}
.cid-uC6MiYg38m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC6MiYg38m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC6MiYg38m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC6MiYg38m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-uC6MiYg38m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC6MiYg38m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC6MiYg38m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uC6MiYg38m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uC6MiYg38m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uC6MiYg38m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-uC6MiYg38m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uC6MiYg38m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC6MiYg38m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC6MiYg38m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uC6MiYg38m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC6MiYg38m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uC6MiYg38m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uC6MiYg38m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC6MiYg38m .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uC6MiYg38m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uC6MiYg38m .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC6MiYg38m .navbar {
    height: 70px;
  }
  .cid-uC6MiYg38m .navbar.opened {
    height: auto;
  }
  .cid-uC6MiYg38m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC6MiYg38m .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uC6MiYg38m .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uC6MiYOCNB {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-uC6MiYOCNB .image-wrapper {
    padding: 1rem;
  }
}
.cid-uC6MiYOCNB img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uC6MiYOCNB img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uC6MiYOCNB .mbr-text,
.cid-uC6MiYOCNB .mbr-section-btn {
  color: #696969;
}
.cid-uC6MiZbVHR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uC6MiZbVHR .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-uC6MiZbVHR .col-lg-4,
.cid-uC6MiZbVHR .col-12 {
  padding: 0 2rem;
}
.cid-uC6MiZbVHR .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uC6MiZbVHR .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uC6MiZbVHR .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uC6MiZbVHR .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uC6MiZbVHR .card-title,
.cid-uC6MiZbVHR .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-uC6MiZbVHR .card-text {
  color: #36187d;
  text-align: center;
}
.cid-uC6MiZbVHR .mbr-section-subtitle {
  color: #6c758f;
}
.cid-uC6MiZbVHR .mbr-section-title {
  color: #36187d;
}
.cid-uC6MiZpbpn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uC6MiZpbpn .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-uC6MiZpbpn .col-lg-4,
.cid-uC6MiZpbpn .col-12 {
  padding: 0 2rem;
}
.cid-uC6MiZpbpn .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uC6MiZpbpn .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uC6MiZpbpn .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uC6MiZpbpn .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uC6MiZpbpn .card-title,
.cid-uC6MiZpbpn .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-uC6MiZpbpn .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-uC6MiZpbpn .mbr-section-subtitle {
  color: #6c758f;
}
.cid-uC6MiZpbpn .mbr-section-title {
  color: #36187d;
}
.cid-uC6MiZzlEG {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uC6MiZzlEG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uC6MiZzlEG .row {
    flex-direction: column-reverse;
  }
  .cid-uC6MiZzlEG .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uC6MiZzlEG .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uC6MiZzlEG .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uC6MiZzlEG .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uC6MiZzlEG .card-title {
  color: #000000;
}
.cid-uC6MiZzlEG .mbr-text,
.cid-uC6MiZzlEG .mbr-section-btn {
  color: #6c758f;
}
.cid-uC6MiZHsPg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #cccccc;
}
.cid-uC6MiZHsPg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uC6MiZHsPg .row {
    flex-direction: column-reverse;
  }
  .cid-uC6MiZHsPg .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uC6MiZHsPg .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uC6MiZHsPg .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uC6MiZHsPg .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uC6MiZHsPg .card-title {
  color: #36187d;
}
.cid-uC6MiZHsPg .mbr-text,
.cid-uC6MiZHsPg .mbr-section-btn {
  color: #6c758f;
}
.cid-uC6MiZHsPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6MiZHsPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6MiZQVYK {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uC6MiZQVYK {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uC6MiZQVYK .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-uC6MiZQVYK .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-uC6MiZQVYK img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uC6MiZQVYK .container-fluid {
    padding: 0 1rem;
  }
  .cid-uC6MiZQVYK .right-wrapper {
    text-align: left;
  }
  .cid-uC6MiZQVYK .blue-block {
    width: 100%;
  }
  .cid-uC6MiZQVYK .mbr-section-title {
    text-align: center;
  }
  .cid-uC6MiZQVYK .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uC6MiZQVYK .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-uC6MiZQVYK .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uC6MiZQVYK img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-uC6MiZQVYK .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-uC6MiZQVYK .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-uC6MiZQVYK .container-fluid {
  max-width: 1200px;
}
.cid-uC6MiZQVYK .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-uC6MiZQVYK .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-uC6MiZQVYK .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uC6MiZQVYK .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-uC6MiZQVYK .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(108, 117, 143, 0.5), rgba(108, 117, 143, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uC6MiZQVYK .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(54, 24, 125, 0.5), rgba(54, 24, 125, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uC6MiZQVYK .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-uC6MiZQVYK .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uC6MiZQVYK .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uC6MiZQVYK .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uC6MiZQVYK .blue-block {
  background-color: #ea2396;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-uC6MiZQVYK .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-uC6MiZQVYK .blue-title {
  margin: 0;
}
.cid-uC6MiZQVYK .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-uC6MiZQVYK .mbr-section-title DIV {
  text-align: left;
}
.cid-uC6MiZZ6HP {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uC6MiZZ6HP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uC6MiZZ6HP .row {
    flex-direction: column-reverse;
  }
  .cid-uC6MiZZ6HP .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uC6MiZZ6HP .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uC6MiZZ6HP .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uC6MiZZ6HP .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uC6MiZZ6HP .card-title {
  color: #31363b;
}
.cid-uC6MiZZ6HP .mbr-text,
.cid-uC6MiZZ6HP .mbr-section-btn {
  color: #6c758f;
}
.cid-uC6Mj07pF9 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
}
.cid-uC6Mj07pF9 .media-container-row {
  justify-content: space-between;
}
.cid-uC6Mj07pF9 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uC6Mj07pF9 .text-content {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .cid-uC6Mj07pF9 .icons {
    justify-content: center !important;
  }
  .cid-uC6Mj07pF9 .text-content * {
    text-align: center;
  }
}
.cid-uC6Mj07pF9 .mbr-iconfont {
  font-size: 1.8rem;
  color: #0196e3;
  padding: 1.2rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  margin-bottom: 2rem;
  display: block;
}
.cid-uC6Mj07pF9 .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uC6Mj07pF9 .mbr-section-title {
  color: #36187d;
}
.cid-uC6Mj07pF9 P {
  color: #6c758f;
}
.cid-uC6Mj0mwXi {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uC6Mj0mwXi .mbr-section-title {
  color: #36187d;
}
.cid-uC6Mj0mwXi .mbr-section-subtitle {
  color: #36187d;
}
@media (max-width: 992px) {
  .cid-uC6Mj0mwXi .align-left {
    text-align: center;
  }
}
.cid-uC6Mj0mwXi .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-uC6Mj0mwXi .row {
    padding: 3rem 2rem;
  }
}
.cid-uC6MlDrPh4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uC6MlDrPh4 .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uC6MlDrPh4 .container {
    padding: 0 ;
  }
}
.cid-uC6MlDrPh4 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-uC6MlDrPh4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uC6MlDrPh4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uC6MlDrPh4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uC6MlDrPh4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uC6MlDrPh4 .navbar.collapsed {
  justify-content: center;
}
.cid-uC6MlDrPh4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC6MlDrPh4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uC6MlDrPh4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uC6MlDrPh4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC6MlDrPh4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC6MlDrPh4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uC6MlDrPh4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC6MlDrPh4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uC6MlDrPh4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uC6MlDrPh4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC6MlDrPh4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC6MlDrPh4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC6MlDrPh4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uC6MlDrPh4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uC6MlDrPh4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uC6MlDrPh4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uC6MlDrPh4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uC6MlDrPh4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uC6MlDrPh4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uC6MlDrPh4 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uC6MlDrPh4 .navbar.navbar-short {
  min-height: 110px;
}
.cid-uC6MlDrPh4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uC6MlDrPh4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uC6MlDrPh4 .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uC6MlDrPh4 nav.navbar {
  position: fixed;
}
.cid-uC6MlDrPh4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uC6MlDrPh4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uC6MlDrPh4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uC6MlDrPh4 .dropdown-item:hover,
.cid-uC6MlDrPh4 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-uC6MlDrPh4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uC6MlDrPh4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uC6MlDrPh4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uC6MlDrPh4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uC6MlDrPh4 .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uC6MlDrPh4 .dropdown-menu,
.cid-uC6MlDrPh4 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-uC6MlDrPh4 .nav-item:focus,
.cid-uC6MlDrPh4 .nav-link:focus {
  outline: none;
}
.cid-uC6MlDrPh4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uC6MlDrPh4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC6MlDrPh4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uC6MlDrPh4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uC6MlDrPh4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC6MlDrPh4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC6MlDrPh4 .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-uC6MlDrPh4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC6MlDrPh4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC6MlDrPh4 .dropdown-item.active,
.cid-uC6MlDrPh4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uC6MlDrPh4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC6MlDrPh4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC6MlDrPh4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC6MlDrPh4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-uC6MlDrPh4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC6MlDrPh4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC6MlDrPh4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uC6MlDrPh4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uC6MlDrPh4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uC6MlDrPh4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-uC6MlDrPh4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uC6MlDrPh4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC6MlDrPh4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC6MlDrPh4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uC6MlDrPh4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC6MlDrPh4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uC6MlDrPh4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uC6MlDrPh4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC6MlDrPh4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uC6MlDrPh4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uC6MlDrPh4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC6MlDrPh4 .navbar {
    height: 70px;
  }
  .cid-uC6MlDrPh4 .navbar.opened {
    height: auto;
  }
  .cid-uC6MlDrPh4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC6MlDrPh4 .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uC6MlDrPh4 .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uC6MlE0xHP {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-uC6MlE0xHP .image-wrapper {
    padding: 1rem;
  }
}
.cid-uC6MlE0xHP img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uC6MlE0xHP img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uC6MlE0xHP .mbr-text,
.cid-uC6MlE0xHP .mbr-section-btn {
  color: #696969;
}
.cid-uC6MlEdh4B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uC6MlEdh4B .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-uC6MlEdh4B .col-lg-4,
.cid-uC6MlEdh4B .col-12 {
  padding: 0 2rem;
}
.cid-uC6MlEdh4B .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uC6MlEdh4B .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uC6MlEdh4B .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uC6MlEdh4B .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uC6MlEdh4B .card-title,
.cid-uC6MlEdh4B .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-uC6MlEdh4B .card-text {
  color: #36187d;
  text-align: center;
}
.cid-uC6MlEdh4B .mbr-section-subtitle {
  color: #6c758f;
}
.cid-uC6MlEdh4B .mbr-section-title {
  color: #36187d;
}
.cid-uC6MlEoMQN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uC6MlEoMQN .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-uC6MlEoMQN .col-lg-4,
.cid-uC6MlEoMQN .col-12 {
  padding: 0 2rem;
}
.cid-uC6MlEoMQN .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uC6MlEoMQN .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uC6MlEoMQN .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uC6MlEoMQN .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uC6MlEoMQN .card-title,
.cid-uC6MlEoMQN .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-uC6MlEoMQN .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-uC6MlEoMQN .mbr-section-subtitle {
  color: #6c758f;
}
.cid-uC6MlEoMQN .mbr-section-title {
  color: #36187d;
}
.cid-uC6MlEx5fz {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uC6MlEx5fz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uC6MlEx5fz .row {
    flex-direction: column-reverse;
  }
  .cid-uC6MlEx5fz .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uC6MlEx5fz .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uC6MlEx5fz .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uC6MlEx5fz .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uC6MlEx5fz .card-title {
  color: #000000;
}
.cid-uC6MlEx5fz .mbr-text,
.cid-uC6MlEx5fz .mbr-section-btn {
  color: #6c758f;
}
.cid-uC6MlEFVIW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #cccccc;
}
.cid-uC6MlEFVIW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uC6MlEFVIW .row {
    flex-direction: column-reverse;
  }
  .cid-uC6MlEFVIW .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uC6MlEFVIW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uC6MlEFVIW .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uC6MlEFVIW .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uC6MlEFVIW .card-title {
  color: #36187d;
}
.cid-uC6MlEFVIW .mbr-text,
.cid-uC6MlEFVIW .mbr-section-btn {
  color: #6c758f;
}
.cid-uC6MlEFVIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6MlEFVIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6MlENFbK {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uC6MlENFbK {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uC6MlENFbK .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-uC6MlENFbK .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-uC6MlENFbK img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uC6MlENFbK .container-fluid {
    padding: 0 1rem;
  }
  .cid-uC6MlENFbK .right-wrapper {
    text-align: left;
  }
  .cid-uC6MlENFbK .blue-block {
    width: 100%;
  }
  .cid-uC6MlENFbK .mbr-section-title {
    text-align: center;
  }
  .cid-uC6MlENFbK .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uC6MlENFbK .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-uC6MlENFbK .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uC6MlENFbK img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-uC6MlENFbK .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-uC6MlENFbK .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-uC6MlENFbK .container-fluid {
  max-width: 1200px;
}
.cid-uC6MlENFbK .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-uC6MlENFbK .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-uC6MlENFbK .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uC6MlENFbK .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-uC6MlENFbK .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(108, 117, 143, 0.5), rgba(108, 117, 143, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uC6MlENFbK .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(54, 24, 125, 0.5), rgba(54, 24, 125, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uC6MlENFbK .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-uC6MlENFbK .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uC6MlENFbK .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uC6MlENFbK .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uC6MlENFbK .blue-block {
  background-color: #ea2396;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-uC6MlENFbK .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-uC6MlENFbK .blue-title {
  margin: 0;
}
.cid-uC6MlENFbK .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-uC6MlENFbK .mbr-section-title DIV {
  text-align: left;
}
.cid-uC6MlEYIMG {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uC6MlEYIMG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uC6MlEYIMG .row {
    flex-direction: column-reverse;
  }
  .cid-uC6MlEYIMG .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uC6MlEYIMG .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uC6MlEYIMG .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uC6MlEYIMG .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uC6MlEYIMG .card-title {
  color: #31363b;
}
.cid-uC6MlEYIMG .mbr-text,
.cid-uC6MlEYIMG .mbr-section-btn {
  color: #6c758f;
}
.cid-uC6MlF7Q09 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
}
.cid-uC6MlF7Q09 .media-container-row {
  justify-content: space-between;
}
.cid-uC6MlF7Q09 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uC6MlF7Q09 .text-content {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .cid-uC6MlF7Q09 .icons {
    justify-content: center !important;
  }
  .cid-uC6MlF7Q09 .text-content * {
    text-align: center;
  }
}
.cid-uC6MlF7Q09 .mbr-iconfont {
  font-size: 1.8rem;
  color: #0196e3;
  padding: 1.2rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  margin-bottom: 2rem;
  display: block;
}
.cid-uC6MlF7Q09 .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uC6MlF7Q09 .mbr-section-title {
  color: #36187d;
}
.cid-uC6MlF7Q09 P {
  color: #6c758f;
}
.cid-uC6MlFi0iH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uC6MlFi0iH .mbr-section-title {
  color: #36187d;
}
.cid-uC6MlFi0iH .mbr-section-subtitle {
  color: #36187d;
}
@media (max-width: 992px) {
  .cid-uC6MlFi0iH .align-left {
    text-align: center;
  }
}
.cid-uC6MlFi0iH .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-uC6MlFi0iH .row {
    padding: 3rem 2rem;
  }
}
