body {
  font-family: 'Urbanist', sans-serif;
}
.display-1 {
  font-family: 'Urbanist', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-2 {
  font-family: 'Urbanist', sans-serif;
  font-size: 2.5rem;
  line-height: 1.24;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Urbanist', sans-serif;
  font-size: 0.8rem;
  line-height: 1.63;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.5rem;
  line-height: 1.28;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.82rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #214384 !important;
}
.bg-success {
  background-color: #aba6e6 !important;
}
.bg-info {
  background-color: #b4b8ff !important;
}
.bg-warning {
  background-color: #25d366 !important;
}
.bg-danger {
  background-color: #214384 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #214384 !important;
  border-color: #214384 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #10203f !important;
  border-color: #10203f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #10203f !important;
  border-color: #10203f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff1f25 !important;
  border-color: #ff1f25 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c70005 !important;
  border-color: #c70005 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c70005 !important;
  border-color: #c70005 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b4b8ff !important;
  border-color: #b4b8ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #5d66ff !important;
  border-color: #5d66ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5d66ff !important;
  border-color: #5d66ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #aba6e6 !important;
  border-color: #aba6e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #6b62d3 !important;
  border-color: #6b62d3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6b62d3 !important;
  border-color: #6b62d3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #188942 !important;
  border-color: #188942 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #188942 !important;
  border-color: #188942 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #214384 !important;
  border-color: #214384 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #10203f !important;
  border-color: #10203f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #10203f !important;
  border-color: #10203f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #214384;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #10203f !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: #214384 !important;
  border-color: #214384 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff1f25;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c70005 !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: #ff1f25 !important;
  border-color: #ff1f25 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b4b8ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5d66ff !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: #b4b8ff !important;
  border-color: #b4b8ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #aba6e6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6b62d3 !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: #aba6e6 !important;
  border-color: #aba6e6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #25d366;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #188942 !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: #25d366 !important;
  border-color: #25d366 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #214384;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #10203f !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: #214384 !important;
  border-color: #214384 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #111111;
}
.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: #111111 !important;
  border-color: #111111 !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: #214384 !important;
}
.text-secondary {
  color: #ff1f25 !important;
}
.text-success {
  color: #aba6e6 !important;
}
.text-info {
  color: #b4b8ff !important;
}
.text-warning {
  color: #25d366 !important;
}
.text-danger {
  color: #214384 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #111111 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0d1a32 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b80005 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6056d0 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4e57ff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #167c3c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0d1a32 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #214384;
}
.nav-tabs .nav-link:not(.active) {
  color: #111111;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b4b8ff;
}
.alert-warning {
  background-color: #25d366;
}
.alert-danger {
  background-color: #214384;
}
.mbr-gallery-filter li.active .btn {
  background-color: #214384;
  border-color: #214384;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #214384;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #517ed3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cef6dd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #517ed3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Urbanist', sans-serif;
  font-size: 0.8rem;
  line-height: 1.63;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #214384 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Urbanist', sans-serif;
  font-size: 0.8rem;
  line-height: 1.63;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #214384;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #214384;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #214384;
}
.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: #214384;
  border-bottom-color: #214384;
}
.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: #214384 !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: #ff1f25 !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='%23214384' %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;
}
.container {
  max-width: 1200px;
}
.btn {
  box-shadow: none;
  padding: 14px 28px;
  line-height: 1;
}
.label-text {
  letter-spacing: 2px;
}
.cid-sPTNINWSSI .navbar-dropdown {
  position: relative !important;
}
.cid-sPTNINWSSI .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-sPTNINWSSI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPTNINWSSI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPTNINWSSI .dropdown-item:hover,
.cid-sPTNINWSSI .dropdown-item:focus {
  background: #214384 !important;
  color: white !important;
}
.cid-sPTNINWSSI .dropdown-item:hover span {
  color: white;
}
.cid-sPTNINWSSI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPTNINWSSI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPTNINWSSI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPTNINWSSI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPTNINWSSI .nav-link {
  position: relative;
}
.cid-sPTNINWSSI .container {
  display: flex;
  margin: auto;
}
.cid-sPTNINWSSI .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPTNINWSSI .dropdown-menu,
.cid-sPTNINWSSI .navbar.opened {
  background: #aba6e6 !important;
}
.cid-sPTNINWSSI .nav-item:focus,
.cid-sPTNINWSSI .nav-link:focus {
  outline: none;
}
.cid-sPTNINWSSI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPTNINWSSI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPTNINWSSI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPTNINWSSI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPTNINWSSI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPTNINWSSI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPTNINWSSI .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPTNINWSSI .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sPTNINWSSI .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #aba6e6;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-sPTNINWSSI .navbar.opened {
  transition: all 0.3s;
}
.cid-sPTNINWSSI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPTNINWSSI .navbar .navbar-logo img {
  width: auto;
}
.cid-sPTNINWSSI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sPTNINWSSI .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-sPTNINWSSI .navbar.collapsed {
  justify-content: center;
}
.cid-sPTNINWSSI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPTNINWSSI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sPTNINWSSI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPTNINWSSI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPTNINWSSI .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-sPTNINWSSI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-sPTNINWSSI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPTNINWSSI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPTNINWSSI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPTNINWSSI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPTNINWSSI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPTNINWSSI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPTNINWSSI .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-sPTNINWSSI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPTNINWSSI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPTNINWSSI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPTNINWSSI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPTNINWSSI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPTNINWSSI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPTNINWSSI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPTNINWSSI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPTNINWSSI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sPTNINWSSI .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-sPTNINWSSI .navbar {
    padding: 0 50px !important;
  }
}
.cid-sPTNINWSSI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-sPTNINWSSI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-sPTNINWSSI .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-sPTNINWSSI .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-sPTNINWSSI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPTNINWSSI .dropdown-item.active,
.cid-sPTNINWSSI .dropdown-item:active {
  background-color: transparent;
}
.cid-sPTNINWSSI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPTNINWSSI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPTNINWSSI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPTNINWSSI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aba6e6;
}
.cid-sPTNINWSSI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPTNINWSSI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPTNINWSSI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-sPTNINWSSI .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-sPTNINWSSI .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-sPTNINWSSI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-sPTNINWSSI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPTNINWSSI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPTNINWSSI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-sPTNINWSSI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-sPTNINWSSI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-sPTNINWSSI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPTNINWSSI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-sPTNINWSSI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-sPTNINWSSI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPTNINWSSI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sPTNINWSSI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPTNINWSSI .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-sPTNINWSSI .navbar {
    height: 100px;
  }
  .cid-sPTNINWSSI .navbar.opened {
    height: auto;
  }
  .cid-sPTNINWSSI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPTNINWSSI .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-sPTNINWSSI .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sPTNINWSSI .nav-link:before {
  content: '';
  position: absolute;
  color: #214384;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-v4Nvfz0Eqe.popup-builder {
  background-color: #ffffff;
}
.cid-v4Nvfz0Eqe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v4Nvfz0Eqe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v4Nvfz0Eqe .modal-content,
.cid-v4Nvfz0Eqe .modal-dialog {
  height: auto;
}
.cid-v4Nvfz0Eqe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v4Nvfz0Eqe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v4Nvfz0Eqe .form-wrapper .mbr-form .form-group,
  .cid-v4Nvfz0Eqe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v4Nvfz0Eqe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v4Nvfz0Eqe .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4Nvfz0Eqe .mbr-text {
  text-align: center;
}
.cid-v4Nvfz0Eqe .pt-0 {
  padding-top: 0 !important;
}
.cid-v4Nvfz0Eqe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v4Nvfz0Eqe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v4Nvfz0Eqe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v4Nvfz0Eqe .modal-open {
  overflow: hidden;
}
.cid-v4Nvfz0Eqe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v4Nvfz0Eqe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v4Nvfz0Eqe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v4Nvfz0Eqe .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v4Nvfz0Eqe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v4Nvfz0Eqe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v4Nvfz0Eqe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v4Nvfz0Eqe .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v4Nvfz0Eqe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v4Nvfz0Eqe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v4Nvfz0Eqe .modal-backdrop.fade {
  opacity: 0;
}
.cid-v4Nvfz0Eqe .modal-backdrop.show {
  opacity: .5;
}
.cid-v4Nvfz0Eqe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v4Nvfz0Eqe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v4Nvfz0Eqe .modal-header {
    padding: 1rem;
  }
}
.cid-v4Nvfz0Eqe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v4Nvfz0Eqe .modal-header .close svg {
  fill: #353535;
}
.cid-v4Nvfz0Eqe .modal-header .close:hover {
  opacity: 1;
}
.cid-v4Nvfz0Eqe .modal-header .close:focus {
  outline: none;
}
.cid-v4Nvfz0Eqe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v4Nvfz0Eqe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v4Nvfz0Eqe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4Nvfz0Eqe .modal-body {
    padding: 1rem;
  }
}
.cid-v4Nvfz0Eqe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v4Nvfz0Eqe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4Nvfz0Eqe .modal-footer {
    padding: 1rem;
  }
}
.cid-v4Nvfz0Eqe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v4Nvfz0Eqe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v4Nvfz0Eqe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v4Nvfz0Eqe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v4Nvfz0Eqe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v4Nvfz0Eqe .modal-lg,
  .cid-v4Nvfz0Eqe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v4Nvfz0Eqe .modal-xl {
    max-width: 1140px;
  }
}
.cid-v4Nvfz0Eqe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v4Nvfz0Eqe .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v4Nvfz0Eqe .form-group {
  margin-bottom: 1rem;
}
.cid-v4Nvfz0Eqe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v4Nvfz0Eqe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v4Nvfz0Eqe .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v4Nvfz0Eqe .mbr-section-btn {
  margin: 0;
}
.cid-v4Nvfz0Eqe .mbr-section-btn .btn {
  margin: 0;
}
.cid-uCvpTxI72x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
  overflow: hidden;
}
.cid-uCvpTxI72x .col-title {
  position: relative;
  max-width: 1200px;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uCvpTxI72x .col-title {
    margin-bottom: 40px;
  }
}
.cid-uCvpTxI72x .mbr-section-title {
  color: #2B2B2B;
}
.cid-uCvpTxI72x .mbr-section-main-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-uCvpTxI72x .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-uCvpTxI72x .col-carousel {
  max-width: 100%;
  width: 100%;
}
.cid-uCvpTxI72x .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  margin-bottom: 60px;
}
.cid-uCvpTxI72x .carousel img {
  max-height: 520px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uCvpTxI72x .carousel {
    height: 380px;
  }
  .cid-uCvpTxI72x .carousel img {
    max-height: 380px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uCvpTxI72x .carousel {
    height: 320px;
  }
  .cid-uCvpTxI72x .carousel img {
    max-height: 320px;
  }
}
.cid-uCvpTxI72x .carousel-inner {
  display: flex;
  align-items: center;
  max-width: 1160px;
}
@media (max-width: 1199px) {
  .cid-uCvpTxI72x .carousel-inner {
    max-width: 940px;
  }
}
@media (max-width: 991px) {
  .cid-uCvpTxI72x .carousel-inner {
    max-width: 618px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uCvpTxI72x .carousel-inner {
    max-width: 460px;
  }
}
.cid-uCvpTxI72x .carousel-item {
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
}
.cid-uCvpTxI72x .item-wrapper {
  width: 100%;
}
.cid-uCvpTxI72x .carousel-caption {
  bottom: 30px;
}
.cid-uCvpTxI72x .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCvpTxI72x .mbr-section-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCvpTxI72x .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uCvpTxI72x .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uCvpTxI72x .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uCvpTxI72x .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #214384;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
@media (max-width: 575px) {
  .cid-uCvpTxI72x .carousel-control {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
}
.cid-uCvpTxI72x .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-uCvpTxI72x .carousel-control.carousel-control-next {
  right: 0;
}
.cid-uCvpTxI72x .carousel-control:hover {
  background-color: #CECEC1;
  color: #2B2B2B !important;
}
.cid-uCvpTxI72x .carousel-indicators {
  position: absolute;
  bottom: -60px;
  margin-bottom: 0 !important;
}
.cid-uCvpTxI72x .carousel-indicators li {
  max-width: 10px;
  height: 10px !important;
  width: 10px !important;
  max-height: 10px;
  margin: 10px 5px;
  background-color: #CECEC1;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  border: 0 !important;
}
.cid-uCvpTxI72x .carousel-indicators li.active,
.cid-uCvpTxI72x .carousel-indicators li:hover {
  background-color: #214384;
  height: 10px !important;
  width: 10px !important;
}
.cid-uCvpTxI72x .carousel-indicators li::after,
.cid-uCvpTxI72x .carousel-indicators li::before {
  content: none;
}
.cid-uCvpTxI72x .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uCvpTxI72x .container,
.cid-uCvpTxI72x .container-fluid {
  position: relative;
}
.cid-uCvpTxI72x .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uCvpTxI72x .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uCvpTxI72x .circle-blur1 {
  top: 0;
  right: 30%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uCvpTxI72x .circle-blur2 {
  top: 12%;
  right: 20%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-uCvpTxI72x .item-menu-overlay {
  opacity: 0 !important;
}
.cid-unBxMlCAe6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.cid-unBxMlCAe6 img,
.cid-unBxMlCAe6 .item-img {
  width: 100%;
}
.cid-unBxMlCAe6 .item:focus,
.cid-unBxMlCAe6 span:focus {
  outline: none;
}
.cid-unBxMlCAe6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-unBxMlCAe6 .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-unBxMlCAe6 .item-content {
  padding: 25px 1rem 0;
}
.cid-unBxMlCAe6 .item-content a:not(.btn):hover {
  color: #214384 !important;
  background-image: none !important;
}
.cid-unBxMlCAe6 .item-wrapper {
  background: transparent;
}
.cid-unBxMlCAe6 .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-unBxMlCAe6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-unBxMlCAe6 .mbr-section-title,
.cid-unBxMlCAe6 .mbr-section-subtitle {
  color: #111111;
}
.cid-unBxMlCAe6 .mbr-text,
.cid-unBxMlCAe6 .mbr-section-btn {
  text-align: center;
}
.cid-unBxMlCAe6 .item-title {
  text-align: center;
}
.cid-unBxMlCAe6 .item-subtitle {
  text-align: center;
}
.cid-unBxMlCAe6 .item-img {
  overflow: hidden;
}
.cid-unBxMlCAe6 .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-unBxMlCAe6 .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-unBxMlCAe6 .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-unBxMlCAe6 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-unBxMlCAe6 .mbr-section-title {
  color: #214384;
}
.cid-uYzysygSk2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-uYzysygSk2 img,
.cid-uYzysygSk2 .item-img {
  width: 100%;
}
.cid-uYzysygSk2 .item:focus,
.cid-uYzysygSk2 span:focus {
  outline: none;
}
.cid-uYzysygSk2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uYzysygSk2 .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uYzysygSk2 .item-content {
  padding: 25px 1rem 0;
}
.cid-uYzysygSk2 .item-content a:not(.btn):hover {
  color: #214384 !important;
  background-image: none !important;
}
.cid-uYzysygSk2 .item-wrapper {
  background: transparent;
}
.cid-uYzysygSk2 .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uYzysygSk2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uYzysygSk2 .mbr-section-title,
.cid-uYzysygSk2 .mbr-section-subtitle {
  color: #111111;
}
.cid-uYzysygSk2 .mbr-text,
.cid-uYzysygSk2 .mbr-section-btn {
  text-align: center;
}
.cid-uYzysygSk2 .item-title {
  text-align: center;
}
.cid-uYzysygSk2 .item-subtitle {
  text-align: center;
}
.cid-uYzysygSk2 .item-img {
  overflow: hidden;
}
.cid-uYzysygSk2 .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-uYzysygSk2 .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-uYzysygSk2 .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uYzysygSk2 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uYzysygSk2 .mbr-section-title {
  color: #214384;
}
.cid-uOSZ4iBreV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-uOSZ4iBreV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSZ4iBreV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSZ4iBreV .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uOSZ4iBreV .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uOSZ4iBreV .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uOSZ4iBreV .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uOSZ4iBreV .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOSZ4iBreV .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOSZ4iBreV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOSZ4iBreV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOSZ4iBreV .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 20px;
}
@media (max-width: 992px) {
  .cid-uOSZ4iBreV .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOSZ4iBreV .item {
    margin-bottom: 40px;
  }
}
.cid-uOSZ4iBreV .item .item-wrapper .item-img {
  padding: 60px 40px;
  background-color: #b4b8ff;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOSZ4iBreV .item .item-wrapper .item-img {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.cid-uOSZ4iBreV .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uOSZ4iBreV .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 10px;
}
.cid-uOSZ4iBreV .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOSZ4iBreV .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uOSZ4iBreV .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uOSZ4iBreV .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOSZ4iBreV .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uOSZ4iBreV .mbr-label {
  color: #19171c;
}
.cid-uOSZ4iBreV .mbr-section-title {
  color: #19171c;
}
.cid-uOSZ4iBreV .mbr-text {
  color: #19171c;
}
.cid-uOSZ4iBreV .item-title {
  color: #19171c;
}
.cid-uOSZ4iBreV .item-text {
  color: #6e6e73;
}
.cid-uOSZ4iBreV .item-title,
.cid-uOSZ4iBreV .title-wrapper {
  color: #214384;
}
.cid-uOSZ4iBreV .mbr-section-title,
.cid-uOSZ4iBreV .mbr-section-btn {
  color: #214384;
  text-align: center;
}
.cid-u4BAjP3xhB {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #eeeeee;
  background: linear-gradient(45deg, #eeeeee, #eeeeee);
}
@media (min-width: 992px) {
  .cid-u4BAjP3xhB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u4BAjP3xhB .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u4BAjP3xhB .mbr-text {
    text-align: center;
  }
}
.cid-u4BAjP3xhB .mbr-text,
.cid-u4BAjP3xhB .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u4BAjP3xhB H3 {
  color: #214384;
  text-align: center;
}
.cid-u4BeQGPpZG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aba6e6;
}
.cid-u4BeQGPpZG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4BeQGPpZG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u4BeQGPpZG .row {
    text-align: center;
  }
  .cid-u4BeQGPpZG .row > div {
    margin: auto;
  }
  .cid-u4BeQGPpZG .social-row {
    justify-content: center;
  }
}
.cid-u4BeQGPpZG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u4BeQGPpZG .list {
  list-style: none;
  padding-left: 0;
  color: #214384;
}
@media (max-width: 991px) {
  .cid-u4BeQGPpZG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u4BeQGPpZG .list {
    margin-bottom: 0rem;
  }
}
.cid-u4BeQGPpZG .mbr-text {
  color: #ffffff;
}
.cid-u4BeQGPpZG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u4BeQGPpZG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u4BeQGPpZG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u4BeQGPpZG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u4BeQGPpZG H5 {
  color: #214384;
}
.cid-sPTNINWSSI .navbar-dropdown {
  position: relative !important;
}
.cid-sPTNINWSSI .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-sPTNINWSSI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPTNINWSSI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPTNINWSSI .dropdown-item:hover,
.cid-sPTNINWSSI .dropdown-item:focus {
  background: #214384 !important;
  color: white !important;
}
.cid-sPTNINWSSI .dropdown-item:hover span {
  color: white;
}
.cid-sPTNINWSSI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPTNINWSSI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPTNINWSSI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPTNINWSSI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPTNINWSSI .nav-link {
  position: relative;
}
.cid-sPTNINWSSI .container {
  display: flex;
  margin: auto;
}
.cid-sPTNINWSSI .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPTNINWSSI .dropdown-menu,
.cid-sPTNINWSSI .navbar.opened {
  background: #aba6e6 !important;
}
.cid-sPTNINWSSI .nav-item:focus,
.cid-sPTNINWSSI .nav-link:focus {
  outline: none;
}
.cid-sPTNINWSSI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPTNINWSSI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPTNINWSSI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPTNINWSSI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPTNINWSSI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPTNINWSSI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPTNINWSSI .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPTNINWSSI .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sPTNINWSSI .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #aba6e6;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-sPTNINWSSI .navbar.opened {
  transition: all 0.3s;
}
.cid-sPTNINWSSI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPTNINWSSI .navbar .navbar-logo img {
  width: auto;
}
.cid-sPTNINWSSI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sPTNINWSSI .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-sPTNINWSSI .navbar.collapsed {
  justify-content: center;
}
.cid-sPTNINWSSI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPTNINWSSI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sPTNINWSSI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPTNINWSSI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPTNINWSSI .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-sPTNINWSSI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-sPTNINWSSI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPTNINWSSI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPTNINWSSI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPTNINWSSI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPTNINWSSI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPTNINWSSI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPTNINWSSI .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-sPTNINWSSI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPTNINWSSI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPTNINWSSI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPTNINWSSI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPTNINWSSI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPTNINWSSI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPTNINWSSI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPTNINWSSI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPTNINWSSI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sPTNINWSSI .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-sPTNINWSSI .navbar {
    padding: 0 50px !important;
  }
}
.cid-sPTNINWSSI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-sPTNINWSSI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-sPTNINWSSI .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-sPTNINWSSI .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-sPTNINWSSI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPTNINWSSI .dropdown-item.active,
.cid-sPTNINWSSI .dropdown-item:active {
  background-color: transparent;
}
.cid-sPTNINWSSI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPTNINWSSI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPTNINWSSI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPTNINWSSI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aba6e6;
}
.cid-sPTNINWSSI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPTNINWSSI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPTNINWSSI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-sPTNINWSSI .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-sPTNINWSSI .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-sPTNINWSSI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-sPTNINWSSI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPTNINWSSI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPTNINWSSI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-sPTNINWSSI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-sPTNINWSSI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-sPTNINWSSI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPTNINWSSI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-sPTNINWSSI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-sPTNINWSSI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPTNINWSSI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sPTNINWSSI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPTNINWSSI .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-sPTNINWSSI .navbar {
    height: 100px;
  }
  .cid-sPTNINWSSI .navbar.opened {
    height: auto;
  }
  .cid-sPTNINWSSI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPTNINWSSI .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-sPTNINWSSI .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sPTNINWSSI .nav-link:before {
  content: '';
  position: absolute;
  color: #214384;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-usSMETfWeO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #eeeeee;
  background: linear-gradient(45deg, #eeeeee, #eeeeee);
}
.cid-usSMETfWeO .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-usSMETfWeO .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-usSMETfWeO .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-usSMETfWeO .mbr-text {
    text-align: center;
  }
}
.cid-usSMETfWeO .mbr-text,
.cid-usSMETfWeO .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-usSMETfWeO H3 {
  color: #214384;
  text-align: center;
}
.cid-unBHGypCsz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-unBHGypCsz .mbr-fallback-image.disabled {
  display: none;
}
.cid-unBHGypCsz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unBHGypCsz .container {
    padding: 0 16px;
  }
}
.cid-unBHGypCsz .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-unBHGypCsz .title-wrapper {
    margin-bottom: 36px;
    display: block;
  }
}
.cid-unBHGypCsz .title-wrapper .mbr-section-title {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.2vw;
  color: transparent;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-unBHGypCsz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unBHGypCsz .title-wrapper .tags-wrapper {
  margin-bottom: 16px;
  width: 100%;
}
.cid-unBHGypCsz .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-unBHGypCsz .title-wrapper .tags-wrapper .tags-wrap {
    flex-direction: column;
  }
}
.cid-unBHGypCsz .title-wrapper .tags-wrapper .tags-wrap .mbr-tag {
  border: 4px solid #898989;
  padding: 8px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 16px;
  border-radius: 100em;
}
@media (max-width: 992px) {
  .cid-unBHGypCsz .title-wrapper .tags-wrapper .tags-wrap .mbr-tag {
    margin: 0 0 16px 0;
  }
}
.cid-unBHGypCsz .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-unBHGypCsz .item {
    margin-bottom: 24px;
  }
}
.cid-unBHGypCsz .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-unBHGypCsz .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-unBHGypCsz .card-title {
  color: #080808;
  text-align: center;
}
.cid-unBHGypCsz .card-text {
  color: #333333;
}
.cid-unBHGypCsz .mbr-tag {
  color: #898989;
}
.cid-unBHGypCsz .mbr-section-title {
  text-align: center;
}
.cid-u4BeQGPpZG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aba6e6;
}
.cid-u4BeQGPpZG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4BeQGPpZG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u4BeQGPpZG .row {
    text-align: center;
  }
  .cid-u4BeQGPpZG .row > div {
    margin: auto;
  }
  .cid-u4BeQGPpZG .social-row {
    justify-content: center;
  }
}
.cid-u4BeQGPpZG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u4BeQGPpZG .list {
  list-style: none;
  padding-left: 0;
  color: #214384;
}
@media (max-width: 991px) {
  .cid-u4BeQGPpZG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u4BeQGPpZG .list {
    margin-bottom: 0rem;
  }
}
.cid-u4BeQGPpZG .mbr-text {
  color: #ffffff;
}
.cid-u4BeQGPpZG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u4BeQGPpZG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u4BeQGPpZG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u4BeQGPpZG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u4BeQGPpZG H5 {
  color: #214384;
}
.cid-unBYtSSmql .navbar-dropdown {
  position: relative !important;
}
.cid-unBYtSSmql .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-unBYtSSmql .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unBYtSSmql .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unBYtSSmql .dropdown-item:hover,
.cid-unBYtSSmql .dropdown-item:focus {
  background: #214384 !important;
  color: white !important;
}
.cid-unBYtSSmql .dropdown-item:hover span {
  color: white;
}
.cid-unBYtSSmql .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unBYtSSmql .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unBYtSSmql .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unBYtSSmql .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unBYtSSmql .nav-link {
  position: relative;
}
.cid-unBYtSSmql .container {
  display: flex;
  margin: auto;
}
.cid-unBYtSSmql .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unBYtSSmql .dropdown-menu,
.cid-unBYtSSmql .navbar.opened {
  background: #aba6e6 !important;
}
.cid-unBYtSSmql .nav-item:focus,
.cid-unBYtSSmql .nav-link:focus {
  outline: none;
}
.cid-unBYtSSmql .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unBYtSSmql .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unBYtSSmql .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unBYtSSmql .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unBYtSSmql .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unBYtSSmql .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unBYtSSmql .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unBYtSSmql .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-unBYtSSmql .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-unBYtSSmql .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #aba6e6;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-unBYtSSmql .navbar.opened {
  transition: all 0.3s;
}
.cid-unBYtSSmql .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unBYtSSmql .navbar .navbar-logo img {
  width: auto;
}
.cid-unBYtSSmql .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-unBYtSSmql .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-unBYtSSmql .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-unBYtSSmql .navbar.collapsed {
  justify-content: center;
}
.cid-unBYtSSmql .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unBYtSSmql .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unBYtSSmql .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-unBYtSSmql .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unBYtSSmql .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unBYtSSmql .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-unBYtSSmql .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-unBYtSSmql .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unBYtSSmql .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unBYtSSmql .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unBYtSSmql .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unBYtSSmql .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unBYtSSmql .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unBYtSSmql .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-unBYtSSmql .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unBYtSSmql .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unBYtSSmql .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unBYtSSmql .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unBYtSSmql .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unBYtSSmql .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unBYtSSmql .navbar.navbar-short {
  min-height: 60px;
}
.cid-unBYtSSmql .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unBYtSSmql .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-unBYtSSmql .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-unBYtSSmql .navbar {
    padding: 0 50px !important;
  }
}
.cid-unBYtSSmql .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-unBYtSSmql .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-unBYtSSmql .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-unBYtSSmql .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-unBYtSSmql .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-unBYtSSmql .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unBYtSSmql .dropdown-item.active,
.cid-unBYtSSmql .dropdown-item:active {
  background-color: transparent;
}
.cid-unBYtSSmql .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unBYtSSmql .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unBYtSSmql .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unBYtSSmql .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aba6e6;
}
.cid-unBYtSSmql .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unBYtSSmql .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unBYtSSmql ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-unBYtSSmql ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-unBYtSSmql .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-unBYtSSmql .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-unBYtSSmql .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-unBYtSSmql button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-unBYtSSmql button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unBYtSSmql button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unBYtSSmql button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-unBYtSSmql button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-unBYtSSmql button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-unBYtSSmql nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBYtSSmql nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-unBYtSSmql nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-unBYtSSmql nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBYtSSmql .navbar-dropdown {
  padding: 0 1rem;
}
.cid-unBYtSSmql a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unBYtSSmql .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-unBYtSSmql .navbar {
    height: 100px;
  }
  .cid-unBYtSSmql .navbar.opened {
    height: auto;
  }
  .cid-unBYtSSmql .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unBYtSSmql .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-unBYtSSmql .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-unBYtSSmql .nav-link:before {
  content: '';
  position: absolute;
  color: #214384;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-unBYLhwH2Q {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-unBYLhwH2Q .row {
  align-items: center;
}
.cid-unBYLhwH2Q .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-unBYLhwH2Q .image-wrapper {
    padding: 40px 1rem 1rem 1rem;
  }
}
.cid-unBYLhwH2Q .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-unBYLhwH2Q .header-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-unBYLhwH2Q .label-text {
  width: 100%;
  color: #111111;
  margin-bottom: 0;
}
.cid-unBYLhwH2Q .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
  color: #214384;
}
.cid-unBYLhwH2Q .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-unBYLhwH2Q .contacts-text {
  color: #111111;
  letter-spacing: inherit;
  margin-bottom: 20px;
  width: 100%;
}
.cid-unBYLhwH2Q .icons-menu {
  margin-left: -8px;
  margin-right: -8px;
  width: 100%;
}
.cid-unBYLhwH2Q .iconfont-wrapper {
  color: #111111 !important;
}
.cid-unBYLhwH2Q .iconfont-wrapper:hover {
  color: #214384 !important;
}
.cid-unBYLhwH2Q .mbr-iconfont {
  padding: 5px 8px;
  font-size: 15px;
}
.cid-unBYLhwH2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-unBYLhwH2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unBZ2xdWof {
  background-color: #eeeeee;
}
@media (max-width: 768px) {
  .cid-unBZ2xdWof {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.cid-unBZ2xdWof .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-unBZ2xdWof .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-unBZ2xdWof .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-unBZ2xdWof .row {
    position: relative;
  }
}
.cid-unBZ2xdWof .custom-row {
  display: flex;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-unBZ2xdWof .custom-row {
    padding-left: 16px;
    padding-right: 16px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .cid-unBZ2xdWof .map-col {
    height: 650px;
    order: 2;
    padding: 0!important;
  }
}
.cid-unBZ2xdWof .col-text {
  position: relative;
}
.cid-unBZ2xdWof .col-text .radial-svg {
  display: none;
}
@media (max-width: 767px) {
  .cid-unBZ2xdWof .col-text {
    order: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .cid-unBZ2xdWof .col-text {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unBZ2xdWof .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: 84%;
    transform: scale(-1, 1);
    height: 100%;
    width: 150px;
    z-index: 1;
  }
  .cid-unBZ2xdWof .col-text .radial-svg path {
    fill: #eeeeee;
  }
}
.cid-unBZ2xdWof .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cid-unBZ2xdWof .text-wrapper {
    padding-left: 4rem;
  }
}
.cid-unBZ2xdWof .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-unBZ2xdWof .label-text {
  width: 100%;
  letter-spacing: 2px;
  color: #0057fc;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-unBZ2xdWof .label-text {
    text-align: center;
  }
}
.cid-unBZ2xdWof .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-unBZ2xdWof .mbr-section-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cid-unBZ2xdWof .contact-container {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-unBZ2xdWof .contact-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-unBZ2xdWof .contact-container .phone-container {
  padding: 16px 25px;
  background-color: #25d366;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-unBZ2xdWof .contact-container .phone-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-unBZ2xdWof .contact-container .email-container {
  padding: 16px 25px;
  background-color: #aba6e6;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-unBZ2xdWof .contact-container .email-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-unBZ2xdWof .contact-text {
  color: #ffffff;
}
.cid-unBZ2xdWof .cards-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-unBZ2xdWof .cards-container {
    text-align: center;
  }
}
.cid-unBZ2xdWof .cards-title {
  margin-bottom: 12px;
}
.cid-unBZ2xdWof .card {
  padding: 9px 0;
}
.cid-unBZ2xdWof .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-unBZ2xdWof .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-unBZ2xdWof .card-title {
    font-size: 1.5rem !important;
  }
}
.cid-unBZ2xdWof .icon-box {
  margin-right: 12px;
}
.cid-unBZ2xdWof .icon-box .mbr-iconfont {
  color: #111111;
}
.cid-unBZ2xdWof .card-text {
  color: #555555;
  letter-spacing: inherit;
  flex-grow: 1;
}
.cid-unBZ2xdWof .btn-container {
  width: 100%;
}
.cid-unBZ2xdWof .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-unBZ2xdWof .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-unBZ2xdWof .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-unBZ2xdWof .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-unBZ2xdWof .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-unBZ2xdWof .google-map {
  position: absolute;
}
@media (max-width: 767px) {
  .cid-unBZ2xdWof .google-map {
    height: 650px;
    width: 100%;
    padding: 0;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-unBZ2xdWof .google-map {
    height: 100%;
    width: 50%;
    padding: 0;
    left: 0;
    top: 0;
  }
}
.cid-unBZ2xdWof .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-unBZ2xdWof .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-unBZ2xdWof .google-map[data-state] {
  background: #e9e5dc;
}
.cid-unBZ2xdWof .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-unBZ2xdWof .mbr-fallback-image.disabled {
  display: none;
}
.cid-unBZ2xdWof .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unBZ2xdWof .mbr-section-title,
.cid-unBZ2xdWof .mbr-section-btn {
  color: #214384;
}
.cid-unBYtYhhM5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aba6e6;
}
.cid-unBYtYhhM5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unBYtYhhM5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-unBYtYhhM5 .row {
    text-align: center;
  }
  .cid-unBYtYhhM5 .row > div {
    margin: auto;
  }
  .cid-unBYtYhhM5 .social-row {
    justify-content: center;
  }
}
.cid-unBYtYhhM5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unBYtYhhM5 .list {
  list-style: none;
  padding-left: 0;
  color: #214384;
}
@media (max-width: 991px) {
  .cid-unBYtYhhM5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unBYtYhhM5 .list {
    margin-bottom: 0rem;
  }
}
.cid-unBYtYhhM5 .mbr-text {
  color: #ffffff;
}
.cid-unBYtYhhM5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-unBYtYhhM5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-unBYtYhhM5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-unBYtYhhM5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unBYtYhhM5 H5 {
  color: #214384;
}
.cid-unBNzfufR4 .navbar-dropdown {
  position: relative !important;
}
.cid-unBNzfufR4 .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-unBNzfufR4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unBNzfufR4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unBNzfufR4 .dropdown-item:hover,
.cid-unBNzfufR4 .dropdown-item:focus {
  background: #214384 !important;
  color: white !important;
}
.cid-unBNzfufR4 .dropdown-item:hover span {
  color: white;
}
.cid-unBNzfufR4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unBNzfufR4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unBNzfufR4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unBNzfufR4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unBNzfufR4 .nav-link {
  position: relative;
}
.cid-unBNzfufR4 .container {
  display: flex;
  margin: auto;
}
.cid-unBNzfufR4 .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unBNzfufR4 .dropdown-menu,
.cid-unBNzfufR4 .navbar.opened {
  background: #aba6e6 !important;
}
.cid-unBNzfufR4 .nav-item:focus,
.cid-unBNzfufR4 .nav-link:focus {
  outline: none;
}
.cid-unBNzfufR4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unBNzfufR4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unBNzfufR4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unBNzfufR4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unBNzfufR4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unBNzfufR4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unBNzfufR4 .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unBNzfufR4 .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-unBNzfufR4 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-unBNzfufR4 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #aba6e6;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-unBNzfufR4 .navbar.opened {
  transition: all 0.3s;
}
.cid-unBNzfufR4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unBNzfufR4 .navbar .navbar-logo img {
  width: auto;
}
.cid-unBNzfufR4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-unBNzfufR4 .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-unBNzfufR4 .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-unBNzfufR4 .navbar.collapsed {
  justify-content: center;
}
.cid-unBNzfufR4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unBNzfufR4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unBNzfufR4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-unBNzfufR4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unBNzfufR4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unBNzfufR4 .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-unBNzfufR4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-unBNzfufR4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unBNzfufR4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unBNzfufR4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unBNzfufR4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unBNzfufR4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unBNzfufR4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unBNzfufR4 .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-unBNzfufR4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unBNzfufR4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unBNzfufR4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unBNzfufR4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unBNzfufR4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unBNzfufR4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unBNzfufR4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-unBNzfufR4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unBNzfufR4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-unBNzfufR4 .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-unBNzfufR4 .navbar {
    padding: 0 50px !important;
  }
}
.cid-unBNzfufR4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-unBNzfufR4 .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-unBNzfufR4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-unBNzfufR4 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-unBNzfufR4 .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-unBNzfufR4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unBNzfufR4 .dropdown-item.active,
.cid-unBNzfufR4 .dropdown-item:active {
  background-color: transparent;
}
.cid-unBNzfufR4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unBNzfufR4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unBNzfufR4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unBNzfufR4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aba6e6;
}
.cid-unBNzfufR4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unBNzfufR4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unBNzfufR4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-unBNzfufR4 ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-unBNzfufR4 .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-unBNzfufR4 .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-unBNzfufR4 .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-unBNzfufR4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-unBNzfufR4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unBNzfufR4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unBNzfufR4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-unBNzfufR4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-unBNzfufR4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-unBNzfufR4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBNzfufR4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-unBNzfufR4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-unBNzfufR4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unBNzfufR4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-unBNzfufR4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unBNzfufR4 .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-unBNzfufR4 .navbar {
    height: 100px;
  }
  .cid-unBNzfufR4 .navbar.opened {
    height: auto;
  }
  .cid-unBNzfufR4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unBNzfufR4 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-unBNzfufR4 .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-unBNzfufR4 .nav-link:before {
  content: '';
  position: absolute;
  color: #214384;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uCAUJV6xiU {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #f8f9fc;
  background: linear-gradient(45deg, #f8f9fc, #f8f9fc);
}
.cid-uCAUJV6xiU .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uCAUJV6xiU .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uCAUJV6xiU .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uCAUJV6xiU .mbr-text {
    text-align: center;
  }
}
.cid-uCAUJV6xiU .mbr-text,
.cid-uCAUJV6xiU .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uCAUJV6xiU H3 {
  color: #214384;
  text-align: center;
}
.cid-usSSAh2Eb8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.cid-usSSAh2Eb8 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #214384;
  margin-left: 1rem;
}
.cid-usSSAh2Eb8 .panel-group {
  border: none;
}
.cid-usSSAh2Eb8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-usSSAh2Eb8 .panel-body,
.cid-usSSAh2Eb8 .card-header {
  padding: 1rem 0;
}
.cid-usSSAh2Eb8 .panel-title-edit {
  color: #000000;
}
.cid-usSSAh2Eb8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-usSSAh2Eb8 H3 {
  color: #e43f3f;
}
.cid-usSSAh2Eb8 .panel-text {
  color: #000000;
}
.cid-unBNzkOcD2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aba6e6;
}
.cid-unBNzkOcD2 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unBNzkOcD2 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-unBNzkOcD2 .row {
    text-align: center;
  }
  .cid-unBNzkOcD2 .row > div {
    margin: auto;
  }
  .cid-unBNzkOcD2 .social-row {
    justify-content: center;
  }
}
.cid-unBNzkOcD2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unBNzkOcD2 .list {
  list-style: none;
  padding-left: 0;
  color: #214384;
}
@media (max-width: 991px) {
  .cid-unBNzkOcD2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unBNzkOcD2 .list {
    margin-bottom: 0rem;
  }
}
.cid-unBNzkOcD2 .mbr-text {
  color: #ffffff;
}
.cid-unBNzkOcD2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-unBNzkOcD2 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-unBNzkOcD2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-unBNzkOcD2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unBNzkOcD2 H5 {
  color: #214384;
}
.cid-usSZIfpdzn .navbar-dropdown {
  position: relative !important;
}
.cid-usSZIfpdzn .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-usSZIfpdzn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usSZIfpdzn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usSZIfpdzn .dropdown-item:hover,
.cid-usSZIfpdzn .dropdown-item:focus {
  background: #214384 !important;
  color: white !important;
}
.cid-usSZIfpdzn .dropdown-item:hover span {
  color: white;
}
.cid-usSZIfpdzn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usSZIfpdzn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usSZIfpdzn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usSZIfpdzn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usSZIfpdzn .nav-link {
  position: relative;
}
.cid-usSZIfpdzn .container {
  display: flex;
  margin: auto;
}
.cid-usSZIfpdzn .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usSZIfpdzn .dropdown-menu,
.cid-usSZIfpdzn .navbar.opened {
  background: #aba6e6 !important;
}
.cid-usSZIfpdzn .nav-item:focus,
.cid-usSZIfpdzn .nav-link:focus {
  outline: none;
}
.cid-usSZIfpdzn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usSZIfpdzn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usSZIfpdzn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usSZIfpdzn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usSZIfpdzn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usSZIfpdzn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usSZIfpdzn .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-usSZIfpdzn .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-usSZIfpdzn .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-usSZIfpdzn .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #aba6e6;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-usSZIfpdzn .navbar.opened {
  transition: all 0.3s;
}
.cid-usSZIfpdzn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usSZIfpdzn .navbar .navbar-logo img {
  width: auto;
}
.cid-usSZIfpdzn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-usSZIfpdzn .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-usSZIfpdzn .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-usSZIfpdzn .navbar.collapsed {
  justify-content: center;
}
.cid-usSZIfpdzn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usSZIfpdzn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usSZIfpdzn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-usSZIfpdzn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usSZIfpdzn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usSZIfpdzn .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-usSZIfpdzn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-usSZIfpdzn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usSZIfpdzn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usSZIfpdzn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usSZIfpdzn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usSZIfpdzn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usSZIfpdzn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usSZIfpdzn .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-usSZIfpdzn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usSZIfpdzn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usSZIfpdzn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usSZIfpdzn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usSZIfpdzn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usSZIfpdzn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usSZIfpdzn .navbar.navbar-short {
  min-height: 60px;
}
.cid-usSZIfpdzn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usSZIfpdzn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-usSZIfpdzn .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-usSZIfpdzn .navbar {
    padding: 0 50px !important;
  }
}
.cid-usSZIfpdzn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-usSZIfpdzn .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-usSZIfpdzn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-usSZIfpdzn .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-usSZIfpdzn .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-usSZIfpdzn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usSZIfpdzn .dropdown-item.active,
.cid-usSZIfpdzn .dropdown-item:active {
  background-color: transparent;
}
.cid-usSZIfpdzn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usSZIfpdzn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usSZIfpdzn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usSZIfpdzn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aba6e6;
}
.cid-usSZIfpdzn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usSZIfpdzn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usSZIfpdzn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-usSZIfpdzn ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-usSZIfpdzn .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-usSZIfpdzn .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-usSZIfpdzn .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-usSZIfpdzn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-usSZIfpdzn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usSZIfpdzn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usSZIfpdzn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-usSZIfpdzn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-usSZIfpdzn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-usSZIfpdzn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usSZIfpdzn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-usSZIfpdzn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-usSZIfpdzn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usSZIfpdzn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-usSZIfpdzn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usSZIfpdzn .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-usSZIfpdzn .navbar {
    height: 100px;
  }
  .cid-usSZIfpdzn .navbar.opened {
    height: auto;
  }
  .cid-usSZIfpdzn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usSZIfpdzn .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-usSZIfpdzn .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-usSZIfpdzn .nav-link:before {
  content: '';
  position: absolute;
  color: #214384;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uC8qv9BjZj {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-uC8qv9BjZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC8qv9BjZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC8qv9BjZj .mbr-section-subtitle {
  text-align: left;
}
.cid-uC8qv9BjZj .mbr-section-title {
  color: #214384;
}
.cid-uC8eBDWke2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eeeeee;
}
.cid-uC8eBDWke2 .container,
.cid-uC8eBDWke2 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-uC8eBDWke2 .row {
  align-items: center;
  max-width: 870px;
  width: 870px;
}
.cid-uC8eBDWke2 .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uC8eBDWke2 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-uC8eBDWke2 .img-item {
  overflow: hidden;
}
.cid-uC8eBDWke2 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-uC8eBDWke2 .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-uC8eBDWke2 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-uC8eBDWke2 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-uC8eBDWke2 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-uC8eBDWke2 .mbr-text a:not(.btn):hover {
  color: #214384 !important;
  background-image: none !important;
}
.cid-uC8eBDWke2 .mbr-section-title {
  margin-bottom: 12px;
  text-align: left;
}
.cid-uC8eBDWke2 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-uC8eBDWke2 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-uC8eBDWke2 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-uC8eBDWke2 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-uC8eBDWke2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC8eBDWke2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usSZIiyeaY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aba6e6;
}
.cid-usSZIiyeaY .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-usSZIiyeaY .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-usSZIiyeaY .row {
    text-align: center;
  }
  .cid-usSZIiyeaY .row > div {
    margin: auto;
  }
  .cid-usSZIiyeaY .social-row {
    justify-content: center;
  }
}
.cid-usSZIiyeaY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-usSZIiyeaY .list {
  list-style: none;
  padding-left: 0;
  color: #214384;
}
@media (max-width: 991px) {
  .cid-usSZIiyeaY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usSZIiyeaY .list {
    margin-bottom: 0rem;
  }
}
.cid-usSZIiyeaY .mbr-text {
  color: #ffffff;
}
.cid-usSZIiyeaY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-usSZIiyeaY .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-usSZIiyeaY div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-usSZIiyeaY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usSZIiyeaY H5 {
  color: #214384;
}
.cid-usT5nW3pzq .navbar-dropdown {
  position: relative !important;
}
.cid-usT5nW3pzq .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-usT5nW3pzq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usT5nW3pzq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usT5nW3pzq .dropdown-item:hover,
.cid-usT5nW3pzq .dropdown-item:focus {
  background: #214384 !important;
  color: white !important;
}
.cid-usT5nW3pzq .dropdown-item:hover span {
  color: white;
}
.cid-usT5nW3pzq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usT5nW3pzq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usT5nW3pzq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usT5nW3pzq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usT5nW3pzq .nav-link {
  position: relative;
}
.cid-usT5nW3pzq .container {
  display: flex;
  margin: auto;
}
.cid-usT5nW3pzq .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usT5nW3pzq .dropdown-menu,
.cid-usT5nW3pzq .navbar.opened {
  background: #aba6e6 !important;
}
.cid-usT5nW3pzq .nav-item:focus,
.cid-usT5nW3pzq .nav-link:focus {
  outline: none;
}
.cid-usT5nW3pzq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usT5nW3pzq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usT5nW3pzq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usT5nW3pzq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usT5nW3pzq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usT5nW3pzq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usT5nW3pzq .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-usT5nW3pzq .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-usT5nW3pzq .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-usT5nW3pzq .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #aba6e6;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-usT5nW3pzq .navbar.opened {
  transition: all 0.3s;
}
.cid-usT5nW3pzq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usT5nW3pzq .navbar .navbar-logo img {
  width: auto;
}
.cid-usT5nW3pzq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-usT5nW3pzq .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-usT5nW3pzq .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-usT5nW3pzq .navbar.collapsed {
  justify-content: center;
}
.cid-usT5nW3pzq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usT5nW3pzq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usT5nW3pzq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-usT5nW3pzq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usT5nW3pzq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usT5nW3pzq .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-usT5nW3pzq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-usT5nW3pzq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usT5nW3pzq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usT5nW3pzq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usT5nW3pzq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usT5nW3pzq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usT5nW3pzq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usT5nW3pzq .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-usT5nW3pzq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usT5nW3pzq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usT5nW3pzq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usT5nW3pzq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usT5nW3pzq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usT5nW3pzq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usT5nW3pzq .navbar.navbar-short {
  min-height: 60px;
}
.cid-usT5nW3pzq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usT5nW3pzq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-usT5nW3pzq .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-usT5nW3pzq .navbar {
    padding: 0 50px !important;
  }
}
.cid-usT5nW3pzq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-usT5nW3pzq .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-usT5nW3pzq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-usT5nW3pzq .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-usT5nW3pzq .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-usT5nW3pzq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usT5nW3pzq .dropdown-item.active,
.cid-usT5nW3pzq .dropdown-item:active {
  background-color: transparent;
}
.cid-usT5nW3pzq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usT5nW3pzq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usT5nW3pzq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usT5nW3pzq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aba6e6;
}
.cid-usT5nW3pzq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usT5nW3pzq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usT5nW3pzq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-usT5nW3pzq ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-usT5nW3pzq .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-usT5nW3pzq .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-usT5nW3pzq .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-usT5nW3pzq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-usT5nW3pzq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usT5nW3pzq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usT5nW3pzq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-usT5nW3pzq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-usT5nW3pzq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-usT5nW3pzq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usT5nW3pzq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-usT5nW3pzq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-usT5nW3pzq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usT5nW3pzq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-usT5nW3pzq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usT5nW3pzq .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-usT5nW3pzq .navbar {
    height: 100px;
  }
  .cid-usT5nW3pzq .navbar.opened {
    height: auto;
  }
  .cid-usT5nW3pzq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usT5nW3pzq .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-usT5nW3pzq .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-usT5nW3pzq .nav-link:before {
  content: '';
  position: absolute;
  color: #214384;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-usT5nXaiFX {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-usT5nXaiFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-usT5nXaiFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usT5nXaiFX .mbr-section-subtitle {
  text-align: left;
}
.cid-usT5nXaiFX .mbr-section-title {
  color: #214384;
}
.cid-uC8bB4608o {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.cid-uC8bB4608o .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #214384;
  margin-left: 1rem;
}
.cid-uC8bB4608o .panel-group {
  border: none;
}
.cid-uC8bB4608o .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uC8bB4608o .panel-body,
.cid-uC8bB4608o .card-header {
  padding: 1rem 0;
}
.cid-uC8bB4608o .panel-title-edit {
  color: #000000;
}
.cid-uC8bB4608o .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uC8bB4608o H3 {
  color: #e43f3f;
}
.cid-uC8bB4608o .panel-text {
  color: #000000;
}
.cid-usT5o08Qio {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aba6e6;
}
.cid-usT5o08Qio .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-usT5o08Qio .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-usT5o08Qio .row {
    text-align: center;
  }
  .cid-usT5o08Qio .row > div {
    margin: auto;
  }
  .cid-usT5o08Qio .social-row {
    justify-content: center;
  }
}
.cid-usT5o08Qio .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-usT5o08Qio .list {
  list-style: none;
  padding-left: 0;
  color: #214384;
}
@media (max-width: 991px) {
  .cid-usT5o08Qio .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usT5o08Qio .list {
    margin-bottom: 0rem;
  }
}
.cid-usT5o08Qio .mbr-text {
  color: #ffffff;
}
.cid-usT5o08Qio .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-usT5o08Qio .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-usT5o08Qio div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-usT5o08Qio .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usT5o08Qio H5 {
  color: #214384;
}
.cid-usTdFCcUo4 .navbar-dropdown {
  position: relative !important;
}
.cid-usTdFCcUo4 .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-usTdFCcUo4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usTdFCcUo4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usTdFCcUo4 .dropdown-item:hover,
.cid-usTdFCcUo4 .dropdown-item:focus {
  background: #214384 !important;
  color: white !important;
}
.cid-usTdFCcUo4 .dropdown-item:hover span {
  color: white;
}
.cid-usTdFCcUo4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usTdFCcUo4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usTdFCcUo4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usTdFCcUo4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usTdFCcUo4 .nav-link {
  position: relative;
}
.cid-usTdFCcUo4 .container {
  display: flex;
  margin: auto;
}
.cid-usTdFCcUo4 .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usTdFCcUo4 .dropdown-menu,
.cid-usTdFCcUo4 .navbar.opened {
  background: #aba6e6 !important;
}
.cid-usTdFCcUo4 .nav-item:focus,
.cid-usTdFCcUo4 .nav-link:focus {
  outline: none;
}
.cid-usTdFCcUo4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usTdFCcUo4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usTdFCcUo4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usTdFCcUo4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usTdFCcUo4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usTdFCcUo4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usTdFCcUo4 .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-usTdFCcUo4 .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-usTdFCcUo4 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-usTdFCcUo4 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #aba6e6;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-usTdFCcUo4 .navbar.opened {
  transition: all 0.3s;
}
.cid-usTdFCcUo4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usTdFCcUo4 .navbar .navbar-logo img {
  width: auto;
}
.cid-usTdFCcUo4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-usTdFCcUo4 .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-usTdFCcUo4 .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-usTdFCcUo4 .navbar.collapsed {
  justify-content: center;
}
.cid-usTdFCcUo4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usTdFCcUo4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usTdFCcUo4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-usTdFCcUo4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usTdFCcUo4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usTdFCcUo4 .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-usTdFCcUo4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-usTdFCcUo4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usTdFCcUo4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usTdFCcUo4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usTdFCcUo4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usTdFCcUo4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usTdFCcUo4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usTdFCcUo4 .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-usTdFCcUo4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usTdFCcUo4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usTdFCcUo4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usTdFCcUo4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usTdFCcUo4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usTdFCcUo4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usTdFCcUo4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-usTdFCcUo4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usTdFCcUo4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-usTdFCcUo4 .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-usTdFCcUo4 .navbar {
    padding: 0 50px !important;
  }
}
.cid-usTdFCcUo4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-usTdFCcUo4 .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-usTdFCcUo4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-usTdFCcUo4 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-usTdFCcUo4 .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-usTdFCcUo4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usTdFCcUo4 .dropdown-item.active,
.cid-usTdFCcUo4 .dropdown-item:active {
  background-color: transparent;
}
.cid-usTdFCcUo4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usTdFCcUo4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usTdFCcUo4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usTdFCcUo4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aba6e6;
}
.cid-usTdFCcUo4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usTdFCcUo4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usTdFCcUo4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-usTdFCcUo4 ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-usTdFCcUo4 .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-usTdFCcUo4 .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-usTdFCcUo4 .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-usTdFCcUo4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-usTdFCcUo4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usTdFCcUo4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usTdFCcUo4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-usTdFCcUo4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-usTdFCcUo4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-usTdFCcUo4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usTdFCcUo4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-usTdFCcUo4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-usTdFCcUo4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usTdFCcUo4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-usTdFCcUo4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usTdFCcUo4 .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-usTdFCcUo4 .navbar {
    height: 100px;
  }
  .cid-usTdFCcUo4 .navbar.opened {
    height: auto;
  }
  .cid-usTdFCcUo4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usTdFCcUo4 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-usTdFCcUo4 .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-usTdFCcUo4 .nav-link:before {
  content: '';
  position: absolute;
  color: #214384;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uuQTHbu6dz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #eeeeee;
  background: linear-gradient(45deg, #eeeeee, #ffffff);
}
@media (min-width: 992px) {
  .cid-uuQTHbu6dz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uuQTHbu6dz .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uuQTHbu6dz .mbr-text {
    text-align: center;
  }
}
.cid-uuQTHbu6dz .mbr-text,
.cid-uuQTHbu6dz .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uuQTHbu6dz H3 {
  color: #214384;
  text-align: center;
}
.cid-usTdFG9Ih7 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #eeeeee;
  background: linear-gradient(45deg, #eeeeee, #f8f9fc);
}
.cid-usTdFG9Ih7 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-usTdFG9Ih7 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-usTdFG9Ih7 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-usTdFG9Ih7 .mbr-text {
    text-align: center;
  }
}
.cid-usTdFG9Ih7 .mbr-text,
.cid-usTdFG9Ih7 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-usTdFG9Ih7 H3 {
  color: #214384;
  text-align: center;
}
.cid-usTdFHx7zX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aba6e6;
}
.cid-usTdFHx7zX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-usTdFHx7zX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-usTdFHx7zX .row {
    text-align: center;
  }
  .cid-usTdFHx7zX .row > div {
    margin: auto;
  }
  .cid-usTdFHx7zX .social-row {
    justify-content: center;
  }
}
.cid-usTdFHx7zX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-usTdFHx7zX .list {
  list-style: none;
  padding-left: 0;
  color: #214384;
}
@media (max-width: 991px) {
  .cid-usTdFHx7zX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usTdFHx7zX .list {
    margin-bottom: 0rem;
  }
}
.cid-usTdFHx7zX .mbr-text {
  color: #ffffff;
}
.cid-usTdFHx7zX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-usTdFHx7zX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-usTdFHx7zX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-usTdFHx7zX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usTdFHx7zX H5 {
  color: #214384;
}
.cid-uuQYwD4p2e .navbar-dropdown {
  position: relative !important;
}
.cid-uuQYwD4p2e .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-uuQYwD4p2e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uuQYwD4p2e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uuQYwD4p2e .dropdown-item:hover,
.cid-uuQYwD4p2e .dropdown-item:focus {
  background: #214384 !important;
  color: white !important;
}
.cid-uuQYwD4p2e .dropdown-item:hover span {
  color: white;
}
.cid-uuQYwD4p2e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuQYwD4p2e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuQYwD4p2e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuQYwD4p2e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uuQYwD4p2e .nav-link {
  position: relative;
}
.cid-uuQYwD4p2e .container {
  display: flex;
  margin: auto;
}
.cid-uuQYwD4p2e .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuQYwD4p2e .dropdown-menu,
.cid-uuQYwD4p2e .navbar.opened {
  background: #aba6e6 !important;
}
.cid-uuQYwD4p2e .nav-item:focus,
.cid-uuQYwD4p2e .nav-link:focus {
  outline: none;
}
.cid-uuQYwD4p2e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuQYwD4p2e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuQYwD4p2e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuQYwD4p2e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuQYwD4p2e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuQYwD4p2e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuQYwD4p2e .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uuQYwD4p2e .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uuQYwD4p2e .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uuQYwD4p2e .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #aba6e6;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-uuQYwD4p2e .navbar.opened {
  transition: all 0.3s;
}
.cid-uuQYwD4p2e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuQYwD4p2e .navbar .navbar-logo img {
  width: auto;
}
.cid-uuQYwD4p2e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uuQYwD4p2e .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uuQYwD4p2e .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uuQYwD4p2e .navbar.collapsed {
  justify-content: center;
}
.cid-uuQYwD4p2e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuQYwD4p2e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuQYwD4p2e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uuQYwD4p2e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuQYwD4p2e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuQYwD4p2e .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-uuQYwD4p2e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uuQYwD4p2e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuQYwD4p2e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuQYwD4p2e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuQYwD4p2e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuQYwD4p2e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuQYwD4p2e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuQYwD4p2e .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-uuQYwD4p2e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuQYwD4p2e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuQYwD4p2e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuQYwD4p2e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuQYwD4p2e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuQYwD4p2e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uuQYwD4p2e .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuQYwD4p2e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuQYwD4p2e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uuQYwD4p2e .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uuQYwD4p2e .navbar {
    padding: 0 50px !important;
  }
}
.cid-uuQYwD4p2e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uuQYwD4p2e .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uuQYwD4p2e .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uuQYwD4p2e .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uuQYwD4p2e .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uuQYwD4p2e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuQYwD4p2e .dropdown-item.active,
.cid-uuQYwD4p2e .dropdown-item:active {
  background-color: transparent;
}
.cid-uuQYwD4p2e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuQYwD4p2e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuQYwD4p2e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuQYwD4p2e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aba6e6;
}
.cid-uuQYwD4p2e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuQYwD4p2e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuQYwD4p2e ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uuQYwD4p2e ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uuQYwD4p2e .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-uuQYwD4p2e .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uuQYwD4p2e .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uuQYwD4p2e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uuQYwD4p2e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuQYwD4p2e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuQYwD4p2e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uuQYwD4p2e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uuQYwD4p2e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uuQYwD4p2e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuQYwD4p2e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uuQYwD4p2e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uuQYwD4p2e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuQYwD4p2e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uuQYwD4p2e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uuQYwD4p2e .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-uuQYwD4p2e .navbar {
    height: 100px;
  }
  .cid-uuQYwD4p2e .navbar.opened {
    height: auto;
  }
  .cid-uuQYwD4p2e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuQYwD4p2e .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uuQYwD4p2e .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uuQYwD4p2e .nav-link:before {
  content: '';
  position: absolute;
  color: #214384;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uuQYwHOAUK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeeee;
  background: linear-gradient(45deg, #eeeeee, #f8f9fc);
}
@media (min-width: 992px) {
  .cid-uuQYwHOAUK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uuQYwHOAUK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uuQYwHOAUK .mbr-text {
    text-align: center;
  }
}
.cid-uuQYwHOAUK .mbr-text,
.cid-uuQYwHOAUK .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uuQYwHOAUK H3 {
  color: #214384;
  text-align: center;
}
.cid-uuQYwKzvYu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aba6e6;
}
.cid-uuQYwKzvYu .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uuQYwKzvYu .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uuQYwKzvYu .row {
    text-align: center;
  }
  .cid-uuQYwKzvYu .row > div {
    margin: auto;
  }
  .cid-uuQYwKzvYu .social-row {
    justify-content: center;
  }
}
.cid-uuQYwKzvYu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uuQYwKzvYu .list {
  list-style: none;
  padding-left: 0;
  color: #214384;
}
@media (max-width: 991px) {
  .cid-uuQYwKzvYu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuQYwKzvYu .list {
    margin-bottom: 0rem;
  }
}
.cid-uuQYwKzvYu .mbr-text {
  color: #ffffff;
}
.cid-uuQYwKzvYu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uuQYwKzvYu .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uuQYwKzvYu div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuQYwKzvYu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuQYwKzvYu H5 {
  color: #214384;
}
.cid-uuR0EPD8PF .navbar-dropdown {
  position: relative !important;
}
.cid-uuR0EPD8PF .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-uuR0EPD8PF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uuR0EPD8PF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uuR0EPD8PF .dropdown-item:hover,
.cid-uuR0EPD8PF .dropdown-item:focus {
  background: #214384 !important;
  color: white !important;
}
.cid-uuR0EPD8PF .dropdown-item:hover span {
  color: white;
}
.cid-uuR0EPD8PF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuR0EPD8PF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuR0EPD8PF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuR0EPD8PF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uuR0EPD8PF .nav-link {
  position: relative;
}
.cid-uuR0EPD8PF .container {
  display: flex;
  margin: auto;
}
.cid-uuR0EPD8PF .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuR0EPD8PF .dropdown-menu,
.cid-uuR0EPD8PF .navbar.opened {
  background: #aba6e6 !important;
}
.cid-uuR0EPD8PF .nav-item:focus,
.cid-uuR0EPD8PF .nav-link:focus {
  outline: none;
}
.cid-uuR0EPD8PF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuR0EPD8PF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuR0EPD8PF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuR0EPD8PF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuR0EPD8PF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuR0EPD8PF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuR0EPD8PF .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uuR0EPD8PF .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uuR0EPD8PF .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uuR0EPD8PF .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #aba6e6;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-uuR0EPD8PF .navbar.opened {
  transition: all 0.3s;
}
.cid-uuR0EPD8PF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuR0EPD8PF .navbar .navbar-logo img {
  width: auto;
}
.cid-uuR0EPD8PF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uuR0EPD8PF .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uuR0EPD8PF .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uuR0EPD8PF .navbar.collapsed {
  justify-content: center;
}
.cid-uuR0EPD8PF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuR0EPD8PF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuR0EPD8PF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uuR0EPD8PF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuR0EPD8PF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuR0EPD8PF .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-uuR0EPD8PF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uuR0EPD8PF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuR0EPD8PF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuR0EPD8PF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuR0EPD8PF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuR0EPD8PF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuR0EPD8PF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuR0EPD8PF .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-uuR0EPD8PF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuR0EPD8PF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuR0EPD8PF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuR0EPD8PF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuR0EPD8PF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuR0EPD8PF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uuR0EPD8PF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuR0EPD8PF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuR0EPD8PF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uuR0EPD8PF .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uuR0EPD8PF .navbar {
    padding: 0 50px !important;
  }
}
.cid-uuR0EPD8PF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uuR0EPD8PF .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uuR0EPD8PF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uuR0EPD8PF .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uuR0EPD8PF .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uuR0EPD8PF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuR0EPD8PF .dropdown-item.active,
.cid-uuR0EPD8PF .dropdown-item:active {
  background-color: transparent;
}
.cid-uuR0EPD8PF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuR0EPD8PF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuR0EPD8PF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuR0EPD8PF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aba6e6;
}
.cid-uuR0EPD8PF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuR0EPD8PF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuR0EPD8PF ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uuR0EPD8PF ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uuR0EPD8PF .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-uuR0EPD8PF .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uuR0EPD8PF .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uuR0EPD8PF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uuR0EPD8PF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuR0EPD8PF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuR0EPD8PF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uuR0EPD8PF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uuR0EPD8PF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uuR0EPD8PF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuR0EPD8PF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uuR0EPD8PF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uuR0EPD8PF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuR0EPD8PF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uuR0EPD8PF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uuR0EPD8PF .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-uuR0EPD8PF .navbar {
    height: 100px;
  }
  .cid-uuR0EPD8PF .navbar.opened {
    height: auto;
  }
  .cid-uuR0EPD8PF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuR0EPD8PF .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uuR0EPD8PF .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uuR0EPD8PF .nav-link:before {
  content: '';
  position: absolute;
  color: #214384;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uuR0ES6tQt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeeee;
  background: linear-gradient(45deg, #eeeeee, #f8f9fc);
}
@media (min-width: 992px) {
  .cid-uuR0ES6tQt .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uuR0ES6tQt .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uuR0ES6tQt .mbr-text {
    text-align: center;
  }
}
.cid-uuR0ES6tQt .mbr-text,
.cid-uuR0ES6tQt .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uuR0ES6tQt H3 {
  color: #214384;
  text-align: center;
}
.cid-uuR0ETc4cT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aba6e6;
}
.cid-uuR0ETc4cT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uuR0ETc4cT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uuR0ETc4cT .row {
    text-align: center;
  }
  .cid-uuR0ETc4cT .row > div {
    margin: auto;
  }
  .cid-uuR0ETc4cT .social-row {
    justify-content: center;
  }
}
.cid-uuR0ETc4cT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uuR0ETc4cT .list {
  list-style: none;
  padding-left: 0;
  color: #214384;
}
@media (max-width: 991px) {
  .cid-uuR0ETc4cT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuR0ETc4cT .list {
    margin-bottom: 0rem;
  }
}
.cid-uuR0ETc4cT .mbr-text {
  color: #ffffff;
}
.cid-uuR0ETc4cT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uuR0ETc4cT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uuR0ETc4cT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuR0ETc4cT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuR0ETc4cT H5 {
  color: #214384;
}
.cid-sPTNINWSSI .navbar-dropdown {
  position: relative !important;
}
.cid-sPTNINWSSI .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-sPTNINWSSI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPTNINWSSI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPTNINWSSI .dropdown-item:hover,
.cid-sPTNINWSSI .dropdown-item:focus {
  background: #214384 !important;
  color: white !important;
}
.cid-sPTNINWSSI .dropdown-item:hover span {
  color: white;
}
.cid-sPTNINWSSI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPTNINWSSI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPTNINWSSI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPTNINWSSI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPTNINWSSI .nav-link {
  position: relative;
}
.cid-sPTNINWSSI .container {
  display: flex;
  margin: auto;
}
.cid-sPTNINWSSI .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPTNINWSSI .dropdown-menu,
.cid-sPTNINWSSI .navbar.opened {
  background: #aba6e6 !important;
}
.cid-sPTNINWSSI .nav-item:focus,
.cid-sPTNINWSSI .nav-link:focus {
  outline: none;
}
.cid-sPTNINWSSI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPTNINWSSI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPTNINWSSI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPTNINWSSI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPTNINWSSI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPTNINWSSI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPTNINWSSI .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPTNINWSSI .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sPTNINWSSI .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #aba6e6;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-sPTNINWSSI .navbar.opened {
  transition: all 0.3s;
}
.cid-sPTNINWSSI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPTNINWSSI .navbar .navbar-logo img {
  width: auto;
}
.cid-sPTNINWSSI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sPTNINWSSI .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-sPTNINWSSI .navbar.collapsed {
  justify-content: center;
}
.cid-sPTNINWSSI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPTNINWSSI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sPTNINWSSI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPTNINWSSI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPTNINWSSI .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-sPTNINWSSI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-sPTNINWSSI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPTNINWSSI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPTNINWSSI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPTNINWSSI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPTNINWSSI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPTNINWSSI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPTNINWSSI .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-sPTNINWSSI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPTNINWSSI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPTNINWSSI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPTNINWSSI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPTNINWSSI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPTNINWSSI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPTNINWSSI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPTNINWSSI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPTNINWSSI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sPTNINWSSI .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-sPTNINWSSI .navbar {
    padding: 0 50px !important;
  }
}
.cid-sPTNINWSSI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-sPTNINWSSI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-sPTNINWSSI .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-sPTNINWSSI .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-sPTNINWSSI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPTNINWSSI .dropdown-item.active,
.cid-sPTNINWSSI .dropdown-item:active {
  background-color: transparent;
}
.cid-sPTNINWSSI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPTNINWSSI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPTNINWSSI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPTNINWSSI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aba6e6;
}
.cid-sPTNINWSSI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPTNINWSSI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPTNINWSSI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-sPTNINWSSI .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-sPTNINWSSI .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-sPTNINWSSI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-sPTNINWSSI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPTNINWSSI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPTNINWSSI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-sPTNINWSSI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-sPTNINWSSI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-sPTNINWSSI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPTNINWSSI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-sPTNINWSSI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-sPTNINWSSI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPTNINWSSI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sPTNINWSSI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPTNINWSSI .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-sPTNINWSSI .navbar {
    height: 100px;
  }
  .cid-sPTNINWSSI .navbar.opened {
    height: auto;
  }
  .cid-sPTNINWSSI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPTNINWSSI .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-sPTNINWSSI .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sPTNINWSSI .nav-link:before {
  content: '';
  position: absolute;
  color: #214384;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uOTbUqymUy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-uOTbUqymUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOTbUqymUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOTbUqymUy .card-wrapper {
  padding: 100px 120px;
  background-color: #eeeeee;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uOTbUqymUy .card-wrapper {
    padding: 100px 80px;
  }
}
@media (max-width: 992px) {
  .cid-uOTbUqymUy .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uOTbUqymUy .card-wrapper .content-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uOTbUqymUy .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uOTbUqymUy .card-wrapper .content-wrapper .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOTbUqymUy .card-wrapper .content-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOTbUqymUy .card-wrapper .content-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 52px;
  color: #19171c;
}
.cid-uOTbUqymUy .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOTbUqymUy .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOTbUqymUy .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOTbUqymUy .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uOTbUqymUy .card-wrapper .image-wrapper {
  width: 30%;
}
@media (max-width: 992px) {
  .cid-uOTbUqymUy .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uOTbUqymUy .card-wrapper .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-uOTbUqymUy .mbr-section-title {
  color: #19171c;
}
.cid-uOTbUqymUy .mbr-text,
.cid-uOTbUqymUy .text-wrapper {
  color: #19171c;
}
.cid-uOTbUqymUy .mbr-section-title,
.cid-uOTbUqymUy .mbr-section-btn,
.cid-uOTbUqymUy .iconfont-wrapper {
  text-align: center;
  color: #214384;
}
.cid-uOTgNKYKzu {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-uOTgNKYKzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOTgNKYKzu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOTgNKYKzu .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOTgNKYKzu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOTgNKYKzu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uOTgNKYKzu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOTgNKYKzu .embla__slide .slide-content {
  width: 100%;
}
.cid-uOTgNKYKzu .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uOTgNKYKzu .embla__slide .slide-content .item-wrapper .item-img img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOTgNKYKzu .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uOTgNKYKzu .embla__button--next,
.cid-uOTgNKYKzu .embla__button--prev {
  display: flex;
}
.cid-uOTgNKYKzu .embla__button {
  top: 43%;
  width: 80px;
  height: 80px;
  font-size: 32px;
  background-color: #000c3f !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
@media (max-width: 992px) {
  .cid-uOTgNKYKzu .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uOTgNKYKzu .embla__button:hover {
  background-color: #f47451 !important;
  color: #ffffff !important;
}
.cid-uOTgNKYKzu .embla__button.embla__button--prev {
  left: 4rem;
}
@media (max-width: 992px) {
  .cid-uOTgNKYKzu .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uOTgNKYKzu .embla__button.embla__button--next {
  right: 4rem;
}
@media (max-width: 992px) {
  .cid-uOTgNKYKzu .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uOTgNKYKzu .embla {
  position: relative;
  width: 100%;
  padding: 0 210px;
}
@media (max-width: 992px) {
  .cid-uOTgNKYKzu .embla {
    padding: 0;
  }
}
.cid-uOTgNKYKzu .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border: 20px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uOTgNKYKzu .embla__viewport {
    border: 10px solid #ffffff;
  }
}
.cid-uOTgNKYKzu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOTgNKYKzu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOTgNKYKzu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOTgNKYKzu .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOTgNKYKzu .mbr-section-title {
  color: #000c3f;
  text-align: center;
}
.cid-u4BeQGPpZG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aba6e6;
}
.cid-u4BeQGPpZG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4BeQGPpZG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u4BeQGPpZG .row {
    text-align: center;
  }
  .cid-u4BeQGPpZG .row > div {
    margin: auto;
  }
  .cid-u4BeQGPpZG .social-row {
    justify-content: center;
  }
}
.cid-u4BeQGPpZG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u4BeQGPpZG .list {
  list-style: none;
  padding-left: 0;
  color: #214384;
}
@media (max-width: 991px) {
  .cid-u4BeQGPpZG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u4BeQGPpZG .list {
    margin-bottom: 0rem;
  }
}
.cid-u4BeQGPpZG .mbr-text {
  color: #ffffff;
}
.cid-u4BeQGPpZG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u4BeQGPpZG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u4BeQGPpZG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u4BeQGPpZG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u4BeQGPpZG H5 {
  color: #214384;
}
.cid-sPTNINWSSI .navbar-dropdown {
  position: relative !important;
}
.cid-sPTNINWSSI .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-sPTNINWSSI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPTNINWSSI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPTNINWSSI .dropdown-item:hover,
.cid-sPTNINWSSI .dropdown-item:focus {
  background: #214384 !important;
  color: white !important;
}
.cid-sPTNINWSSI .dropdown-item:hover span {
  color: white;
}
.cid-sPTNINWSSI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPTNINWSSI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPTNINWSSI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPTNINWSSI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPTNINWSSI .nav-link {
  position: relative;
}
.cid-sPTNINWSSI .container {
  display: flex;
  margin: auto;
}
.cid-sPTNINWSSI .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPTNINWSSI .dropdown-menu,
.cid-sPTNINWSSI .navbar.opened {
  background: #aba6e6 !important;
}
.cid-sPTNINWSSI .nav-item:focus,
.cid-sPTNINWSSI .nav-link:focus {
  outline: none;
}
.cid-sPTNINWSSI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPTNINWSSI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPTNINWSSI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPTNINWSSI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPTNINWSSI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPTNINWSSI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPTNINWSSI .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPTNINWSSI .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sPTNINWSSI .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #aba6e6;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-sPTNINWSSI .navbar.opened {
  transition: all 0.3s;
}
.cid-sPTNINWSSI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPTNINWSSI .navbar .navbar-logo img {
  width: auto;
}
.cid-sPTNINWSSI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sPTNINWSSI .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-sPTNINWSSI .navbar.collapsed {
  justify-content: center;
}
.cid-sPTNINWSSI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPTNINWSSI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sPTNINWSSI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPTNINWSSI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPTNINWSSI .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-sPTNINWSSI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-sPTNINWSSI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPTNINWSSI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPTNINWSSI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPTNINWSSI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPTNINWSSI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPTNINWSSI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPTNINWSSI .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-sPTNINWSSI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPTNINWSSI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPTNINWSSI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPTNINWSSI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPTNINWSSI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPTNINWSSI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPTNINWSSI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPTNINWSSI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPTNINWSSI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sPTNINWSSI .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-sPTNINWSSI .navbar {
    padding: 0 50px !important;
  }
}
.cid-sPTNINWSSI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-sPTNINWSSI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-sPTNINWSSI .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-sPTNINWSSI .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-sPTNINWSSI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPTNINWSSI .dropdown-item.active,
.cid-sPTNINWSSI .dropdown-item:active {
  background-color: transparent;
}
.cid-sPTNINWSSI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPTNINWSSI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPTNINWSSI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPTNINWSSI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aba6e6;
}
.cid-sPTNINWSSI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPTNINWSSI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPTNINWSSI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-sPTNINWSSI .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-sPTNINWSSI .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-sPTNINWSSI .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-sPTNINWSSI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-sPTNINWSSI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPTNINWSSI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPTNINWSSI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-sPTNINWSSI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-sPTNINWSSI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-sPTNINWSSI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPTNINWSSI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-sPTNINWSSI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-sPTNINWSSI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPTNINWSSI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sPTNINWSSI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPTNINWSSI .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-sPTNINWSSI .navbar {
    height: 100px;
  }
  .cid-sPTNINWSSI .navbar.opened {
    height: auto;
  }
  .cid-sPTNINWSSI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPTNINWSSI .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-sPTNINWSSI .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sPTNINWSSI .nav-link:before {
  content: '';
  position: absolute;
  color: #214384;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uOVXd9yK7R {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #eeeeee;
}
.cid-uOVXd9yK7R img,
.cid-uOVXd9yK7R .item-img {
  width: 100%;
}
.cid-uOVXd9yK7R .item:focus,
.cid-uOVXd9yK7R span:focus {
  outline: none;
}
.cid-uOVXd9yK7R .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOVXd9yK7R .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOVXd9yK7R .item-content {
  padding: 25px 1rem 0;
}
.cid-uOVXd9yK7R .item-content a:not(.btn):hover {
  color: #214384 !important;
  background-image: none !important;
}
.cid-uOVXd9yK7R .item-wrapper {
  background: transparent;
}
.cid-uOVXd9yK7R .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uOVXd9yK7R .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOVXd9yK7R .mbr-section-title,
.cid-uOVXd9yK7R .mbr-section-subtitle {
  color: #111111;
}
.cid-uOVXd9yK7R .mbr-text,
.cid-uOVXd9yK7R .mbr-section-btn {
  text-align: left;
}
.cid-uOVXd9yK7R .item-title {
  text-align: left;
  color: #214384;
}
.cid-uOVXd9yK7R .item-subtitle {
  text-align: center;
}
.cid-uOVXd9yK7R .item-img {
  overflow: hidden;
}
.cid-uOVXd9yK7R .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-uOVXd9yK7R .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-uOVXd9yK7R .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uOVXd9yK7R .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uOVXd9yK7R .mbr-section-title {
  color: #214384;
}
.cid-uOW1jqpLdX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-uOW1jqpLdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOW1jqpLdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOW1jqpLdX .row {
  justify-content: space-between;
}
.cid-uOW1jqpLdX .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #214384;
}
@media (max-width: 992px) {
  .cid-uOW1jqpLdX .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOW1jqpLdX .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOW1jqpLdX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOW1jqpLdX .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOW1jqpLdX .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOW1jqpLdX .mbr-label {
  color: #000000;
}
.cid-uOW1jqpLdX .mbr-section-title {
  color: #214384;
}
.cid-uOW1jqpLdX .mbr-desc {
  color: #000000;
}
.cid-uOW1jqpLdX .mbr-text {
  color: #8a8a8a;
}
.cid-uOW45jIPDO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-uOW45jIPDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOW45jIPDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOW45jIPDO .row {
  justify-content: space-between;
}
.cid-uOW45jIPDO .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #214384;
}
@media (max-width: 992px) {
  .cid-uOW45jIPDO .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOW45jIPDO .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOW45jIPDO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOW45jIPDO .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOW45jIPDO .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOW45jIPDO .mbr-label {
  color: #000000;
}
.cid-uOW45jIPDO .mbr-section-title {
  color: #214384;
}
.cid-uOW45jIPDO .mbr-desc {
  color: #000000;
}
.cid-uOW45jIPDO .mbr-text {
  color: #8a8a8a;
}
.cid-uOW47bVQlT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-uOW47bVQlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOW47bVQlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOW47bVQlT .row {
  justify-content: space-between;
}
.cid-uOW47bVQlT .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #214384;
}
@media (max-width: 992px) {
  .cid-uOW47bVQlT .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOW47bVQlT .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOW47bVQlT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOW47bVQlT .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOW47bVQlT .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOW47bVQlT .mbr-label {
  color: #000000;
}
.cid-uOW47bVQlT .mbr-section-title {
  color: #214384;
}
.cid-uOW47bVQlT .mbr-desc {
  color: #000000;
}
.cid-uOW47bVQlT .mbr-text {
  color: #8a8a8a;
}
.cid-u4BeQGPpZG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aba6e6;
}
.cid-u4BeQGPpZG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4BeQGPpZG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u4BeQGPpZG .row {
    text-align: center;
  }
  .cid-u4BeQGPpZG .row > div {
    margin: auto;
  }
  .cid-u4BeQGPpZG .social-row {
    justify-content: center;
  }
}
.cid-u4BeQGPpZG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u4BeQGPpZG .list {
  list-style: none;
  padding-left: 0;
  color: #214384;
}
@media (max-width: 991px) {
  .cid-u4BeQGPpZG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u4BeQGPpZG .list {
    margin-bottom: 0rem;
  }
}
.cid-u4BeQGPpZG .mbr-text {
  color: #ffffff;
}
.cid-u4BeQGPpZG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u4BeQGPpZG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u4BeQGPpZG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u4BeQGPpZG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u4BeQGPpZG H5 {
  color: #214384;
}
.cid-uYzVJB5TLn .navbar-dropdown {
  position: relative !important;
}
.cid-uYzVJB5TLn .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-uYzVJB5TLn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYzVJB5TLn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYzVJB5TLn .dropdown-item:hover,
.cid-uYzVJB5TLn .dropdown-item:focus {
  background: #214384 !important;
  color: white !important;
}
.cid-uYzVJB5TLn .dropdown-item:hover span {
  color: white;
}
.cid-uYzVJB5TLn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYzVJB5TLn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYzVJB5TLn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYzVJB5TLn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYzVJB5TLn .nav-link {
  position: relative;
}
.cid-uYzVJB5TLn .container {
  display: flex;
  margin: auto;
}
.cid-uYzVJB5TLn .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYzVJB5TLn .dropdown-menu,
.cid-uYzVJB5TLn .navbar.opened {
  background: #aba6e6 !important;
}
.cid-uYzVJB5TLn .nav-item:focus,
.cid-uYzVJB5TLn .nav-link:focus {
  outline: none;
}
.cid-uYzVJB5TLn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYzVJB5TLn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYzVJB5TLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYzVJB5TLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYzVJB5TLn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYzVJB5TLn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYzVJB5TLn .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYzVJB5TLn .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uYzVJB5TLn .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uYzVJB5TLn .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #aba6e6;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-uYzVJB5TLn .navbar.opened {
  transition: all 0.3s;
}
.cid-uYzVJB5TLn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYzVJB5TLn .navbar .navbar-logo img {
  width: auto;
}
.cid-uYzVJB5TLn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uYzVJB5TLn .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uYzVJB5TLn .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uYzVJB5TLn .navbar.collapsed {
  justify-content: center;
}
.cid-uYzVJB5TLn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYzVJB5TLn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYzVJB5TLn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uYzVJB5TLn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYzVJB5TLn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYzVJB5TLn .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-uYzVJB5TLn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uYzVJB5TLn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYzVJB5TLn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYzVJB5TLn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYzVJB5TLn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYzVJB5TLn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYzVJB5TLn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYzVJB5TLn .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-uYzVJB5TLn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYzVJB5TLn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYzVJB5TLn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYzVJB5TLn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYzVJB5TLn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYzVJB5TLn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYzVJB5TLn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYzVJB5TLn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYzVJB5TLn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uYzVJB5TLn .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uYzVJB5TLn .navbar {
    padding: 0 50px !important;
  }
}
.cid-uYzVJB5TLn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uYzVJB5TLn .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uYzVJB5TLn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uYzVJB5TLn .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uYzVJB5TLn .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uYzVJB5TLn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYzVJB5TLn .dropdown-item.active,
.cid-uYzVJB5TLn .dropdown-item:active {
  background-color: transparent;
}
.cid-uYzVJB5TLn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYzVJB5TLn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYzVJB5TLn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYzVJB5TLn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aba6e6;
}
.cid-uYzVJB5TLn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYzVJB5TLn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYzVJB5TLn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uYzVJB5TLn ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uYzVJB5TLn .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-uYzVJB5TLn .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uYzVJB5TLn .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uYzVJB5TLn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uYzVJB5TLn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYzVJB5TLn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYzVJB5TLn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uYzVJB5TLn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uYzVJB5TLn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uYzVJB5TLn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYzVJB5TLn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uYzVJB5TLn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uYzVJB5TLn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYzVJB5TLn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYzVJB5TLn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYzVJB5TLn .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-uYzVJB5TLn .navbar {
    height: 100px;
  }
  .cid-uYzVJB5TLn .navbar.opened {
    height: auto;
  }
  .cid-uYzVJB5TLn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYzVJB5TLn .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uYzVJB5TLn .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uYzVJB5TLn .nav-link:before {
  content: '';
  position: absolute;
  color: #214384;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uYzVJCzHwZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeeee;
  background: linear-gradient(45deg, #eeeeee, #f8f9fc);
}
@media (min-width: 992px) {
  .cid-uYzVJCzHwZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uYzVJCzHwZ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uYzVJCzHwZ .mbr-text {
    text-align: center;
  }
}
.cid-uYzVJCzHwZ .mbr-text,
.cid-uYzVJCzHwZ .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uYzVJCzHwZ H3 {
  color: #214384;
  text-align: center;
}
.cid-uYzVJDUkU7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aba6e6;
}
.cid-uYzVJDUkU7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYzVJDUkU7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uYzVJDUkU7 .row {
    text-align: center;
  }
  .cid-uYzVJDUkU7 .row > div {
    margin: auto;
  }
  .cid-uYzVJDUkU7 .social-row {
    justify-content: center;
  }
}
.cid-uYzVJDUkU7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uYzVJDUkU7 .list {
  list-style: none;
  padding-left: 0;
  color: #214384;
}
@media (max-width: 991px) {
  .cid-uYzVJDUkU7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYzVJDUkU7 .list {
    margin-bottom: 0rem;
  }
}
.cid-uYzVJDUkU7 .mbr-text {
  color: #ffffff;
}
.cid-uYzVJDUkU7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uYzVJDUkU7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uYzVJDUkU7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uYzVJDUkU7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYzVJDUkU7 H5 {
  color: #214384;
}
.cid-uYzWO0YTm5 .navbar-dropdown {
  position: relative !important;
}
.cid-uYzWO0YTm5 .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-uYzWO0YTm5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYzWO0YTm5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYzWO0YTm5 .dropdown-item:hover,
.cid-uYzWO0YTm5 .dropdown-item:focus {
  background: #214384 !important;
  color: white !important;
}
.cid-uYzWO0YTm5 .dropdown-item:hover span {
  color: white;
}
.cid-uYzWO0YTm5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYzWO0YTm5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYzWO0YTm5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYzWO0YTm5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYzWO0YTm5 .nav-link {
  position: relative;
}
.cid-uYzWO0YTm5 .container {
  display: flex;
  margin: auto;
}
.cid-uYzWO0YTm5 .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYzWO0YTm5 .dropdown-menu,
.cid-uYzWO0YTm5 .navbar.opened {
  background: #aba6e6 !important;
}
.cid-uYzWO0YTm5 .nav-item:focus,
.cid-uYzWO0YTm5 .nav-link:focus {
  outline: none;
}
.cid-uYzWO0YTm5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYzWO0YTm5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYzWO0YTm5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYzWO0YTm5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYzWO0YTm5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYzWO0YTm5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYzWO0YTm5 .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYzWO0YTm5 .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uYzWO0YTm5 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uYzWO0YTm5 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #aba6e6;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-uYzWO0YTm5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYzWO0YTm5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYzWO0YTm5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uYzWO0YTm5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uYzWO0YTm5 .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uYzWO0YTm5 .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uYzWO0YTm5 .navbar.collapsed {
  justify-content: center;
}
.cid-uYzWO0YTm5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYzWO0YTm5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYzWO0YTm5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uYzWO0YTm5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYzWO0YTm5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYzWO0YTm5 .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-uYzWO0YTm5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uYzWO0YTm5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYzWO0YTm5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYzWO0YTm5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYzWO0YTm5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYzWO0YTm5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYzWO0YTm5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYzWO0YTm5 .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-uYzWO0YTm5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYzWO0YTm5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYzWO0YTm5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYzWO0YTm5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYzWO0YTm5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYzWO0YTm5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYzWO0YTm5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYzWO0YTm5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYzWO0YTm5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uYzWO0YTm5 .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uYzWO0YTm5 .navbar {
    padding: 0 50px !important;
  }
}
.cid-uYzWO0YTm5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uYzWO0YTm5 .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uYzWO0YTm5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uYzWO0YTm5 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uYzWO0YTm5 .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uYzWO0YTm5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYzWO0YTm5 .dropdown-item.active,
.cid-uYzWO0YTm5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYzWO0YTm5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYzWO0YTm5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYzWO0YTm5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYzWO0YTm5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aba6e6;
}
.cid-uYzWO0YTm5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYzWO0YTm5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYzWO0YTm5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uYzWO0YTm5 ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uYzWO0YTm5 .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-uYzWO0YTm5 .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uYzWO0YTm5 .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uYzWO0YTm5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uYzWO0YTm5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYzWO0YTm5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYzWO0YTm5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uYzWO0YTm5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uYzWO0YTm5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uYzWO0YTm5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYzWO0YTm5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uYzWO0YTm5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uYzWO0YTm5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYzWO0YTm5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYzWO0YTm5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYzWO0YTm5 .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-uYzWO0YTm5 .navbar {
    height: 100px;
  }
  .cid-uYzWO0YTm5 .navbar.opened {
    height: auto;
  }
  .cid-uYzWO0YTm5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYzWO0YTm5 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uYzWO0YTm5 .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uYzWO0YTm5 .nav-link:before {
  content: '';
  position: absolute;
  color: #214384;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uYzWOi3VVl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeeee;
  background: linear-gradient(45deg, #eeeeee, #f8f9fc);
}
@media (min-width: 992px) {
  .cid-uYzWOi3VVl .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uYzWOi3VVl .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uYzWOi3VVl .mbr-text {
    text-align: center;
  }
}
.cid-uYzWOi3VVl .mbr-text,
.cid-uYzWOi3VVl .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uYzWOi3VVl H3 {
  color: #214384;
  text-align: center;
}
.cid-uYzWOjlHqt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aba6e6;
}
.cid-uYzWOjlHqt .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYzWOjlHqt .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uYzWOjlHqt .row {
    text-align: center;
  }
  .cid-uYzWOjlHqt .row > div {
    margin: auto;
  }
  .cid-uYzWOjlHqt .social-row {
    justify-content: center;
  }
}
.cid-uYzWOjlHqt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uYzWOjlHqt .list {
  list-style: none;
  padding-left: 0;
  color: #214384;
}
@media (max-width: 991px) {
  .cid-uYzWOjlHqt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYzWOjlHqt .list {
    margin-bottom: 0rem;
  }
}
.cid-uYzWOjlHqt .mbr-text {
  color: #ffffff;
}
.cid-uYzWOjlHqt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uYzWOjlHqt .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uYzWOjlHqt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uYzWOjlHqt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYzWOjlHqt H5 {
  color: #214384;
}
.cid-uYzXnUd4nb .navbar-dropdown {
  position: relative !important;
}
.cid-uYzXnUd4nb .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-uYzXnUd4nb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYzXnUd4nb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYzXnUd4nb .dropdown-item:hover,
.cid-uYzXnUd4nb .dropdown-item:focus {
  background: #214384 !important;
  color: white !important;
}
.cid-uYzXnUd4nb .dropdown-item:hover span {
  color: white;
}
.cid-uYzXnUd4nb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYzXnUd4nb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYzXnUd4nb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYzXnUd4nb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYzXnUd4nb .nav-link {
  position: relative;
}
.cid-uYzXnUd4nb .container {
  display: flex;
  margin: auto;
}
.cid-uYzXnUd4nb .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYzXnUd4nb .dropdown-menu,
.cid-uYzXnUd4nb .navbar.opened {
  background: #aba6e6 !important;
}
.cid-uYzXnUd4nb .nav-item:focus,
.cid-uYzXnUd4nb .nav-link:focus {
  outline: none;
}
.cid-uYzXnUd4nb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYzXnUd4nb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYzXnUd4nb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYzXnUd4nb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYzXnUd4nb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYzXnUd4nb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYzXnUd4nb .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYzXnUd4nb .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uYzXnUd4nb .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uYzXnUd4nb .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #aba6e6;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-uYzXnUd4nb .navbar.opened {
  transition: all 0.3s;
}
.cid-uYzXnUd4nb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYzXnUd4nb .navbar .navbar-logo img {
  width: auto;
}
.cid-uYzXnUd4nb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uYzXnUd4nb .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uYzXnUd4nb .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uYzXnUd4nb .navbar.collapsed {
  justify-content: center;
}
.cid-uYzXnUd4nb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYzXnUd4nb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYzXnUd4nb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uYzXnUd4nb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYzXnUd4nb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYzXnUd4nb .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-uYzXnUd4nb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uYzXnUd4nb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYzXnUd4nb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYzXnUd4nb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYzXnUd4nb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYzXnUd4nb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYzXnUd4nb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYzXnUd4nb .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-uYzXnUd4nb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYzXnUd4nb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYzXnUd4nb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYzXnUd4nb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYzXnUd4nb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYzXnUd4nb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYzXnUd4nb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYzXnUd4nb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYzXnUd4nb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uYzXnUd4nb .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uYzXnUd4nb .navbar {
    padding: 0 50px !important;
  }
}
.cid-uYzXnUd4nb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uYzXnUd4nb .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uYzXnUd4nb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uYzXnUd4nb .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uYzXnUd4nb .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uYzXnUd4nb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYzXnUd4nb .dropdown-item.active,
.cid-uYzXnUd4nb .dropdown-item:active {
  background-color: transparent;
}
.cid-uYzXnUd4nb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYzXnUd4nb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYzXnUd4nb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYzXnUd4nb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aba6e6;
}
.cid-uYzXnUd4nb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYzXnUd4nb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYzXnUd4nb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uYzXnUd4nb ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uYzXnUd4nb .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-uYzXnUd4nb .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uYzXnUd4nb .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uYzXnUd4nb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uYzXnUd4nb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYzXnUd4nb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYzXnUd4nb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uYzXnUd4nb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uYzXnUd4nb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uYzXnUd4nb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYzXnUd4nb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uYzXnUd4nb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uYzXnUd4nb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYzXnUd4nb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYzXnUd4nb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYzXnUd4nb .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-uYzXnUd4nb .navbar {
    height: 100px;
  }
  .cid-uYzXnUd4nb .navbar.opened {
    height: auto;
  }
  .cid-uYzXnUd4nb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYzXnUd4nb .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uYzXnUd4nb .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uYzXnUd4nb .nav-link:before {
  content: '';
  position: absolute;
  color: #214384;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uYzXnVr6nd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeeee;
  background: linear-gradient(45deg, #eeeeee, #f8f9fc);
}
@media (min-width: 992px) {
  .cid-uYzXnVr6nd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uYzXnVr6nd .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uYzXnVr6nd .mbr-text {
    text-align: center;
  }
}
.cid-uYzXnVr6nd .mbr-text,
.cid-uYzXnVr6nd .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uYzXnVr6nd H3 {
  color: #214384;
  text-align: center;
}
.cid-uYzXnWWD1U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aba6e6;
}
.cid-uYzXnWWD1U .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYzXnWWD1U .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uYzXnWWD1U .row {
    text-align: center;
  }
  .cid-uYzXnWWD1U .row > div {
    margin: auto;
  }
  .cid-uYzXnWWD1U .social-row {
    justify-content: center;
  }
}
.cid-uYzXnWWD1U .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uYzXnWWD1U .list {
  list-style: none;
  padding-left: 0;
  color: #214384;
}
@media (max-width: 991px) {
  .cid-uYzXnWWD1U .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYzXnWWD1U .list {
    margin-bottom: 0rem;
  }
}
.cid-uYzXnWWD1U .mbr-text {
  color: #ffffff;
}
.cid-uYzXnWWD1U .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uYzXnWWD1U .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uYzXnWWD1U div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uYzXnWWD1U .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYzXnWWD1U H5 {
  color: #214384;
}
.cid-uZ9LOzdL8T .navbar-dropdown {
  position: relative !important;
}
.cid-uZ9LOzdL8T .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-uZ9LOzdL8T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZ9LOzdL8T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZ9LOzdL8T .dropdown-item:hover,
.cid-uZ9LOzdL8T .dropdown-item:focus {
  background: #214384 !important;
  color: white !important;
}
.cid-uZ9LOzdL8T .dropdown-item:hover span {
  color: white;
}
.cid-uZ9LOzdL8T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZ9LOzdL8T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZ9LOzdL8T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZ9LOzdL8T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZ9LOzdL8T .nav-link {
  position: relative;
}
.cid-uZ9LOzdL8T .container {
  display: flex;
  margin: auto;
}
.cid-uZ9LOzdL8T .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZ9LOzdL8T .dropdown-menu,
.cid-uZ9LOzdL8T .navbar.opened {
  background: #aba6e6 !important;
}
.cid-uZ9LOzdL8T .nav-item:focus,
.cid-uZ9LOzdL8T .nav-link:focus {
  outline: none;
}
.cid-uZ9LOzdL8T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ9LOzdL8T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ9LOzdL8T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ9LOzdL8T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ9LOzdL8T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ9LOzdL8T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ9LOzdL8T .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ9LOzdL8T .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uZ9LOzdL8T .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uZ9LOzdL8T .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #aba6e6;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-uZ9LOzdL8T .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ9LOzdL8T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZ9LOzdL8T .navbar .navbar-logo img {
  width: auto;
}
.cid-uZ9LOzdL8T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uZ9LOzdL8T .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uZ9LOzdL8T .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uZ9LOzdL8T .navbar.collapsed {
  justify-content: center;
}
.cid-uZ9LOzdL8T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ9LOzdL8T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZ9LOzdL8T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uZ9LOzdL8T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ9LOzdL8T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ9LOzdL8T .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-uZ9LOzdL8T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uZ9LOzdL8T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZ9LOzdL8T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZ9LOzdL8T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ9LOzdL8T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ9LOzdL8T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ9LOzdL8T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ9LOzdL8T .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-uZ9LOzdL8T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ9LOzdL8T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ9LOzdL8T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ9LOzdL8T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZ9LOzdL8T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ9LOzdL8T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZ9LOzdL8T .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ9LOzdL8T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ9LOzdL8T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uZ9LOzdL8T .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uZ9LOzdL8T .navbar {
    padding: 0 50px !important;
  }
}
.cid-uZ9LOzdL8T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uZ9LOzdL8T .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uZ9LOzdL8T .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uZ9LOzdL8T .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uZ9LOzdL8T .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uZ9LOzdL8T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ9LOzdL8T .dropdown-item.active,
.cid-uZ9LOzdL8T .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ9LOzdL8T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ9LOzdL8T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ9LOzdL8T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ9LOzdL8T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aba6e6;
}
.cid-uZ9LOzdL8T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ9LOzdL8T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ9LOzdL8T ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uZ9LOzdL8T ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uZ9LOzdL8T .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-uZ9LOzdL8T .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uZ9LOzdL8T .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uZ9LOzdL8T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uZ9LOzdL8T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZ9LOzdL8T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ9LOzdL8T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uZ9LOzdL8T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uZ9LOzdL8T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uZ9LOzdL8T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ9LOzdL8T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uZ9LOzdL8T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uZ9LOzdL8T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ9LOzdL8T .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZ9LOzdL8T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZ9LOzdL8T .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-uZ9LOzdL8T .navbar {
    height: 100px;
  }
  .cid-uZ9LOzdL8T .navbar.opened {
    height: auto;
  }
  .cid-uZ9LOzdL8T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ9LOzdL8T .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uZ9LOzdL8T .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uZ9LOzdL8T .nav-link:before {
  content: '';
  position: absolute;
  color: #214384;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uZ9LOAPp4F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeeee;
  background: linear-gradient(45deg, #eeeeee, #f8f9fc);
}
.cid-uZ9LOAPp4F .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uZ9LOAPp4F .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uZ9LOAPp4F .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ9LOAPp4F .mbr-text {
    text-align: center;
  }
}
.cid-uZ9LOAPp4F .mbr-text,
.cid-uZ9LOAPp4F .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uZ9LOAPp4F H3 {
  color: #214384;
  text-align: center;
}
.cid-uZ9LOC6dHU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aba6e6;
}
.cid-uZ9LOC6dHU .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ9LOC6dHU .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ9LOC6dHU .row {
    text-align: center;
  }
  .cid-uZ9LOC6dHU .row > div {
    margin: auto;
  }
  .cid-uZ9LOC6dHU .social-row {
    justify-content: center;
  }
}
.cid-uZ9LOC6dHU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ9LOC6dHU .list {
  list-style: none;
  padding-left: 0;
  color: #214384;
}
@media (max-width: 991px) {
  .cid-uZ9LOC6dHU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ9LOC6dHU .list {
    margin-bottom: 0rem;
  }
}
.cid-uZ9LOC6dHU .mbr-text {
  color: #ffffff;
}
.cid-uZ9LOC6dHU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uZ9LOC6dHU .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uZ9LOC6dHU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uZ9LOC6dHU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZ9LOC6dHU H5 {
  color: #214384;
}
.cid-uZeFGQBWUI .navbar-dropdown {
  position: relative !important;
}
.cid-uZeFGQBWUI .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-uZeFGQBWUI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZeFGQBWUI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZeFGQBWUI .dropdown-item:hover,
.cid-uZeFGQBWUI .dropdown-item:focus {
  background: #214384 !important;
  color: white !important;
}
.cid-uZeFGQBWUI .dropdown-item:hover span {
  color: white;
}
.cid-uZeFGQBWUI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZeFGQBWUI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZeFGQBWUI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZeFGQBWUI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZeFGQBWUI .nav-link {
  position: relative;
}
.cid-uZeFGQBWUI .container {
  display: flex;
  margin: auto;
}
.cid-uZeFGQBWUI .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZeFGQBWUI .dropdown-menu,
.cid-uZeFGQBWUI .navbar.opened {
  background: #aba6e6 !important;
}
.cid-uZeFGQBWUI .nav-item:focus,
.cid-uZeFGQBWUI .nav-link:focus {
  outline: none;
}
.cid-uZeFGQBWUI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZeFGQBWUI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZeFGQBWUI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZeFGQBWUI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZeFGQBWUI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZeFGQBWUI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZeFGQBWUI .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZeFGQBWUI .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-uZeFGQBWUI .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uZeFGQBWUI .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #aba6e6;
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-uZeFGQBWUI .navbar.opened {
  transition: all 0.3s;
}
.cid-uZeFGQBWUI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZeFGQBWUI .navbar .navbar-logo img {
  width: auto;
}
.cid-uZeFGQBWUI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uZeFGQBWUI .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-uZeFGQBWUI .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-uZeFGQBWUI .navbar.collapsed {
  justify-content: center;
}
.cid-uZeFGQBWUI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZeFGQBWUI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZeFGQBWUI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uZeFGQBWUI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZeFGQBWUI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZeFGQBWUI .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-uZeFGQBWUI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-uZeFGQBWUI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZeFGQBWUI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZeFGQBWUI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZeFGQBWUI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZeFGQBWUI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZeFGQBWUI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZeFGQBWUI .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-uZeFGQBWUI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZeFGQBWUI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZeFGQBWUI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZeFGQBWUI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZeFGQBWUI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZeFGQBWUI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZeFGQBWUI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZeFGQBWUI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZeFGQBWUI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uZeFGQBWUI .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-uZeFGQBWUI .navbar {
    padding: 0 50px !important;
  }
}
.cid-uZeFGQBWUI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uZeFGQBWUI .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-uZeFGQBWUI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-uZeFGQBWUI .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-uZeFGQBWUI .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-uZeFGQBWUI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZeFGQBWUI .dropdown-item.active,
.cid-uZeFGQBWUI .dropdown-item:active {
  background-color: transparent;
}
.cid-uZeFGQBWUI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZeFGQBWUI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZeFGQBWUI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZeFGQBWUI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #aba6e6;
}
.cid-uZeFGQBWUI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZeFGQBWUI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZeFGQBWUI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uZeFGQBWUI ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-uZeFGQBWUI .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-uZeFGQBWUI .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-uZeFGQBWUI .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-uZeFGQBWUI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-uZeFGQBWUI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZeFGQBWUI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZeFGQBWUI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uZeFGQBWUI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-uZeFGQBWUI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-uZeFGQBWUI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZeFGQBWUI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uZeFGQBWUI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-uZeFGQBWUI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZeFGQBWUI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZeFGQBWUI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZeFGQBWUI .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-uZeFGQBWUI .navbar {
    height: 100px;
  }
  .cid-uZeFGQBWUI .navbar.opened {
    height: auto;
  }
  .cid-uZeFGQBWUI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZeFGQBWUI .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-uZeFGQBWUI .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uZeFGQBWUI .nav-link:before {
  content: '';
  position: absolute;
  color: #214384;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uZfwH3WwTT {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #eeeeee;
  background: linear-gradient(45deg, #eeeeee, #eeeeee);
}
@media (min-width: 992px) {
  .cid-uZfwH3WwTT .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uZfwH3WwTT .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uZfwH3WwTT .mbr-text {
    text-align: center;
  }
}
.cid-uZfwH3WwTT .mbr-text,
.cid-uZfwH3WwTT .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uZfwH3WwTT H3 {
  color: #214384;
  text-align: center;
}
.cid-uZfxlyaQyN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeeee;
  background: linear-gradient(45deg, #eeeeee, #eeeeee);
}
.cid-uZfxlyaQyN .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uZfxlyaQyN .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uZfxlyaQyN .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uZfxlyaQyN .mbr-text {
    text-align: center;
  }
}
.cid-uZfxlyaQyN .mbr-text,
.cid-uZfxlyaQyN .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uZfxlyaQyN H3 {
  color: #214384;
  text-align: center;
}
.cid-uZeFGVjYq5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-uZeFGVjYq5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZeFGVjYq5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZeFGVjYq5 .container {
    padding: 0 16px;
  }
}
.cid-uZeFGVjYq5 .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZeFGVjYq5 .title-wrapper {
    margin-bottom: 36px;
    display: block;
  }
}
.cid-uZeFGVjYq5 .title-wrapper .mbr-section-title {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.2vw;
  color: transparent;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZeFGVjYq5 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZeFGVjYq5 .title-wrapper .tags-wrapper {
  margin-bottom: 16px;
  width: 100%;
}
.cid-uZeFGVjYq5 .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uZeFGVjYq5 .title-wrapper .tags-wrapper .tags-wrap {
    flex-direction: column;
  }
}
.cid-uZeFGVjYq5 .title-wrapper .tags-wrapper .tags-wrap .mbr-tag {
  border: 4px solid #898989;
  padding: 8px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 16px;
  border-radius: 100em;
}
@media (max-width: 992px) {
  .cid-uZeFGVjYq5 .title-wrapper .tags-wrapper .tags-wrap .mbr-tag {
    margin: 0 0 16px 0;
  }
}
.cid-uZeFGVjYq5 .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZeFGVjYq5 .item {
    margin-bottom: 24px;
  }
}
.cid-uZeFGVjYq5 .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-uZeFGVjYq5 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uZeFGVjYq5 .card-title {
  color: #080808;
  text-align: center;
}
.cid-uZeFGVjYq5 .card-text {
  color: #333333;
}
.cid-uZeFGVjYq5 .mbr-tag {
  color: #898989;
}
.cid-uZeFGVjYq5 .mbr-section-title {
  text-align: center;
}
.cid-uZeFGW6XXa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #aba6e6;
}
.cid-uZeFGW6XXa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZeFGW6XXa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZeFGW6XXa .row {
    text-align: center;
  }
  .cid-uZeFGW6XXa .row > div {
    margin: auto;
  }
  .cid-uZeFGW6XXa .social-row {
    justify-content: center;
  }
}
.cid-uZeFGW6XXa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uZeFGW6XXa .list {
  list-style: none;
  padding-left: 0;
  color: #214384;
}
@media (max-width: 991px) {
  .cid-uZeFGW6XXa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZeFGW6XXa .list {
    margin-bottom: 0rem;
  }
}
.cid-uZeFGW6XXa .mbr-text {
  color: #ffffff;
}
.cid-uZeFGW6XXa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uZeFGW6XXa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uZeFGW6XXa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uZeFGW6XXa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZeFGW6XXa H5 {
  color: #214384;
}
