body {
  font-family: 'Montserrat', sans-serif;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 6rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.75rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.25;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #000073 !important;
}
.bg-success {
  background-color: #232323 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #232323 !important;
}
.bg-danger {
  background-color: #1dcc43 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000073 !important;
  border-color: #000073 !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: #00001c !important;
  border-color: #00001c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00001c !important;
  border-color: #00001c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #51ade5 !important;
  border-color: #51ade5 !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: #1d84c2 !important;
  border-color: #1d84c2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1d84c2 !important;
  border-color: #1d84c2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #232323 !important;
  border-color: #232323 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #232323 !important;
  border-color: #232323 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1dcc43 !important;
  border-color: #1dcc43 !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: #12802a !important;
  border-color: #12802a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #12802a !important;
  border-color: #12802a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000073;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00001c !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: #000073 !important;
  border-color: #000073 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #51ade5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1d84c2 !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: #51ade5 !important;
  border-color: #51ade5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !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: #232323 !important;
  border-color: #232323 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !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: #232323 !important;
  border-color: #232323 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1dcc43;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #12802a !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: #1dcc43 !important;
  border-color: #1dcc43 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000073 !important;
}
.text-secondary {
  color: #51ade5 !important;
}
.text-success {
  color: #232323 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #232323 !important;
}
.text-danger {
  color: #1dcc43 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #FFFFFF !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #FFFFFF !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #107326 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-color: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000073;
}
.nav-tabs .nav-link:not(.active) {
  color: #303E59;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #232323;
}
.alert-danger {
  background-color: #1dcc43;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000073;
  border-color: #000073;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000073;
}
a:hover {
  color: #FFFFFF;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0000f3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bff6cb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.form-control::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control::-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #000073;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000073;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000073;
}
.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: #000073;
  border-bottom-color: #000073;
}
.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: #000073 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #51ade5 !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='%23000073' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uuuhDn0RsR .navbar-dropdown {
  position: relative !important;
}
.cid-uuuhDn0RsR .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-uuuhDn0RsR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uuuhDn0RsR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uuuhDn0RsR .dropdown-item:hover,
.cid-uuuhDn0RsR .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-uuuhDn0RsR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuuhDn0RsR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuuhDn0RsR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuuhDn0RsR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uuuhDn0RsR .nav-link {
  position: relative;
}
.cid-uuuhDn0RsR .container {
  display: flex;
  margin: auto;
}
.cid-uuuhDn0RsR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuuhDn0RsR .dropdown-menu,
.cid-uuuhDn0RsR .navbar.opened {
  background: #ffffff !important;
}
.cid-uuuhDn0RsR .nav-item:focus,
.cid-uuuhDn0RsR .nav-link:focus {
  outline: none;
}
.cid-uuuhDn0RsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuuhDn0RsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuuhDn0RsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuuhDn0RsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuuhDn0RsR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuuhDn0RsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuuhDn0RsR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uuuhDn0RsR .navbar.opened {
  transition: all 0.3s;
}
.cid-uuuhDn0RsR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuuhDn0RsR .navbar .navbar-logo img {
  width: auto;
}
.cid-uuuhDn0RsR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuuhDn0RsR .navbar.collapsed {
  justify-content: center;
}
.cid-uuuhDn0RsR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuuhDn0RsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuuhDn0RsR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uuuhDn0RsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuuhDn0RsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuuhDn0RsR .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-uuuhDn0RsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuuhDn0RsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuuhDn0RsR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuuhDn0RsR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuuhDn0RsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuuhDn0RsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuuhDn0RsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuuhDn0RsR .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-uuuhDn0RsR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuuhDn0RsR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuuhDn0RsR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuuhDn0RsR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuuhDn0RsR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuuhDn0RsR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uuuhDn0RsR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuuhDn0RsR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuuhDn0RsR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuuhDn0RsR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuuhDn0RsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuuhDn0RsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuuhDn0RsR .dropdown-item.active,
.cid-uuuhDn0RsR .dropdown-item:active {
  background-color: transparent;
}
.cid-uuuhDn0RsR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuuhDn0RsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuuhDn0RsR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuuhDn0RsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uuuhDn0RsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuuhDn0RsR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuuhDn0RsR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuuhDn0RsR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuuhDn0RsR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuuhDn0RsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-uuuhDn0RsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuuhDn0RsR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuuhDn0RsR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuuhDn0RsR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuuhDn0RsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuuhDn0RsR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuuhDn0RsR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuuhDn0RsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuuhDn0RsR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uuuhDn0RsR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uuuhDn0RsR .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-uuuhDn0RsR .navbar {
    height: 70px;
  }
  .cid-uuuhDn0RsR .navbar.opened {
    height: auto;
  }
  .cid-uuuhDn0RsR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuudDEfm6v {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #51ade5;
}
.cid-uuudDEfm6v .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-uuudDEfm6v .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uuudDEfm6v .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-uuudDEfm6v .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-uuudDEfm6v .image-wrapper {
    padding: 1rem;
  }
}
.cid-uuudDEfm6v .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-uuudDEfm6v .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uuudDEfm6v .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-uuudDEfm6v .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-uuudDEfm6v .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-uuudDEfm6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuudDEfm6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuudDEfm6v .mbr-text,
.cid-uuudDEfm6v .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uuuMAXgCoB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-uuuMAXgCoB .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-uuuMAXgCoB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuuMAXgCoB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuuMAXgCoB .items-wrapper {
  margin: 0;
}
.cid-uuuMAXgCoB .items-wrapper .item {
  padding: 0;
}
.cid-uuuMAXgCoB .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uuuMAXgCoB .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-uuuMAXgCoB .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-uuuMAXgCoB .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uuuMAXgCoB .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-uuuMAXgCoB .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-uuuMAXgCoB .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uuuMAXgCoB .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-uuuMAXgCoB .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-uuuMAXgCoB .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-uuuMAXgCoB .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uuuMAXgCoB .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uuuMAXgCoB .item-desc,
.cid-uuuMAXgCoB .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-uuuMAXgCoB .item-title {
  color: #150764;
}
.cid-uuuMAXgCoB .item-title,
.cid-uuuMAXgCoB .mbr-section-btn {
  text-align: center;
}
.cid-uuuMAXgCoB img {
  border-radius: 10px !important;
}
.cid-uuunE7q9XM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-uuunE7q9XM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuunE7q9XM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuunE7q9XM .title .num {
  width: 100%;
  display: block;
}
.cid-uuunE7q9XM .title .card-title {
  z-index: 1;
}
.cid-uuunE7q9XM .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uuunE7q9XM .num {
  color: #000073;
}
.cid-uuunE7q9XM .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uuunE7q9XM .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uuunE7q9XM * {
    text-align: center !important;
  }
  .cid-uuunE7q9XM .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uuunE7q9XM .content-head {
  max-width: 800px;
}
.cid-uuunE7q9XM .mbr-section-title,
.cid-uuunE7q9XM .card-box {
  color: #000073;
  text-align: center;
}
.cid-uuunE7q9XM .card-text {
  color: #ffffff;
}
.cid-uuuTkD3Ebv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-uuuTkD3Ebv .container {
  padding: 0 5%;
}
.cid-uuuTkD3Ebv .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-uuuTkD3Ebv .features-content span {
  color: #ffffff;
}
.cid-uuuTkD3Ebv .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-uuuTkD3Ebv .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uuuTkD3Ebv .features-content {
    width: auto;
  }
}
.cid-uuuTkD3Ebv .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-uuuTkD3Ebv .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uuuTkD3Ebv .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-uuuTkD3Ebv .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-uuuTkD3Ebv .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-uuuTkD3Ebv .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-uuuTkD3Ebv .btn {
    width: 200px;
  }
}
.cid-uuuTkD3Ebv .mbr-text,
.cid-uuuTkD3Ebv .btn {
  color: #FFFFFF;
}
.cid-uuuTkD3Ebv .mbr-text,
.cid-uuuTkD3Ebv .mbr-iconfont {
  text-align: center;
}
.cid-uuuqeFrsMd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-uuuqeFrsMd .item:focus,
.cid-uuuqeFrsMd span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-uuuqeFrsMd .container {
    padding: 0 24px;
  }
}
.cid-uuuqeFrsMd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uuuqeFrsMd .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uuuqeFrsMd .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-uuuqeFrsMd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uuuqeFrsMd .embla__slide .slide-content {
  width: 100%;
}
.cid-uuuqeFrsMd .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uuuqeFrsMd .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-uuuqeFrsMd .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-uuuqeFrsMd .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uuuqeFrsMd .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-uuuqeFrsMd .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-uuuqeFrsMd .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uuuqeFrsMd .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-uuuqeFrsMd .embla__button--next,
.cid-uuuqeFrsMd .embla__button--prev {
  display: flex;
}
.cid-uuuqeFrsMd .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uuuqeFrsMd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uuuqeFrsMd .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-uuuqeFrsMd .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uuuqeFrsMd .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-uuuqeFrsMd .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-uuuqeFrsMd .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-uuuqeFrsMd .embla__button {
    bottom: 32px;
  }
}
.cid-uuuqeFrsMd .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uuuqeFrsMd .embla {
    padding-bottom: 40px;
  }
}
.cid-uuuqeFrsMd .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uuuqeFrsMd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uuuqeFrsMd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uuuqeFrsMd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uuuqeFrsMd .item-title {
  color: #000073;
}
.cid-uuuqeFrsMd .item-desc {
  color: #ffffff;
}
.cid-uuuqeFrsMd img {
  border-radius: 10px !important;
}
.cid-uuuqKCHbio {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uuuqKCHbio .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuuqKCHbio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuuqKCHbio .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uuuqKCHbio .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uuuqKCHbio .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uuuqKCHbio .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuuqKCHbio .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uuuqKCHbio .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uuuqKCHbio .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uuuqKCHbio img {
  border-radius: 10px !important;
}
.cid-uuuqKCHbio .card-title {
  color: #000073;
}
.cid-uuufo4eDtu {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-uuufo4eDtu svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-uuufo4eDtu svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-uuufo4eDtu svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-uuufo4eDtu .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uuufo4eDtu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuufo4eDtu .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uuufo4eDtu .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uuufo4eDtu div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuufo4eDtu .copyright {
  color: #ffffff;
}
.cid-uuufo4eDtu .mbr-section-subtitle {
  text-align: center;
}
.cid-v2arGKHqYm .navbar-dropdown {
  position: relative !important;
}
.cid-v2arGKHqYm .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-v2arGKHqYm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2arGKHqYm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2arGKHqYm .dropdown-item:hover,
.cid-v2arGKHqYm .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2arGKHqYm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2arGKHqYm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2arGKHqYm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2arGKHqYm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2arGKHqYm .nav-link {
  position: relative;
}
.cid-v2arGKHqYm .container {
  display: flex;
  margin: auto;
}
.cid-v2arGKHqYm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2arGKHqYm .dropdown-menu,
.cid-v2arGKHqYm .navbar.opened {
  background: #ffffff !important;
}
.cid-v2arGKHqYm .nav-item:focus,
.cid-v2arGKHqYm .nav-link:focus {
  outline: none;
}
.cid-v2arGKHqYm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2arGKHqYm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2arGKHqYm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2arGKHqYm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2arGKHqYm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2arGKHqYm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2arGKHqYm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2arGKHqYm .navbar.opened {
  transition: all 0.3s;
}
.cid-v2arGKHqYm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2arGKHqYm .navbar .navbar-logo img {
  width: auto;
}
.cid-v2arGKHqYm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2arGKHqYm .navbar.collapsed {
  justify-content: center;
}
.cid-v2arGKHqYm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2arGKHqYm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2arGKHqYm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2arGKHqYm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2arGKHqYm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2arGKHqYm .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-v2arGKHqYm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2arGKHqYm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2arGKHqYm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2arGKHqYm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2arGKHqYm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2arGKHqYm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2arGKHqYm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2arGKHqYm .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-v2arGKHqYm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2arGKHqYm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2arGKHqYm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2arGKHqYm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2arGKHqYm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2arGKHqYm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2arGKHqYm .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2arGKHqYm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2arGKHqYm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2arGKHqYm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2arGKHqYm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2arGKHqYm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2arGKHqYm .dropdown-item.active,
.cid-v2arGKHqYm .dropdown-item:active {
  background-color: transparent;
}
.cid-v2arGKHqYm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2arGKHqYm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2arGKHqYm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2arGKHqYm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2arGKHqYm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2arGKHqYm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2arGKHqYm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2arGKHqYm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2arGKHqYm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2arGKHqYm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2arGKHqYm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2arGKHqYm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2arGKHqYm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2arGKHqYm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2arGKHqYm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2arGKHqYm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2arGKHqYm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2arGKHqYm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2arGKHqYm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2arGKHqYm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2arGKHqYm .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-v2arGKHqYm .navbar {
    height: 70px;
  }
  .cid-v2arGKHqYm .navbar.opened {
    height: auto;
  }
  .cid-v2arGKHqYm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aAFluZzf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2aAFluZzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aAFluZzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aAFluZzf .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aAFluZzf .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v2aAFluZzf .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2aAFluZzf .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v2aAFluZzf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aAFluZzf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v2aAFluZzf .mbr-label {
  color: #000000;
}
.cid-v2aAFluZzf .mbr-section-title {
  color: #000000;
}
.cid-v2aAFluZzf .mbr-text {
  color: #000000;
}
.cid-v2arGMWNVZ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2arGMWNVZ svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2arGMWNVZ svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2arGMWNVZ svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2arGMWNVZ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2arGMWNVZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2arGMWNVZ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2arGMWNVZ .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2arGMWNVZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2arGMWNVZ .copyright {
  color: #ffffff;
}
.cid-v2arGMWNVZ .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aASwt1Jg .navbar-dropdown {
  position: relative !important;
}
.cid-v2aASwt1Jg .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-v2aASwt1Jg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aASwt1Jg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aASwt1Jg .dropdown-item:hover,
.cid-v2aASwt1Jg .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aASwt1Jg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aASwt1Jg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aASwt1Jg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aASwt1Jg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aASwt1Jg .nav-link {
  position: relative;
}
.cid-v2aASwt1Jg .container {
  display: flex;
  margin: auto;
}
.cid-v2aASwt1Jg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aASwt1Jg .dropdown-menu,
.cid-v2aASwt1Jg .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aASwt1Jg .nav-item:focus,
.cid-v2aASwt1Jg .nav-link:focus {
  outline: none;
}
.cid-v2aASwt1Jg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aASwt1Jg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aASwt1Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aASwt1Jg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aASwt1Jg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aASwt1Jg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aASwt1Jg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aASwt1Jg .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aASwt1Jg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aASwt1Jg .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aASwt1Jg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aASwt1Jg .navbar.collapsed {
  justify-content: center;
}
.cid-v2aASwt1Jg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aASwt1Jg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aASwt1Jg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aASwt1Jg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aASwt1Jg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aASwt1Jg .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-v2aASwt1Jg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aASwt1Jg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aASwt1Jg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aASwt1Jg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aASwt1Jg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aASwt1Jg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aASwt1Jg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aASwt1Jg .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-v2aASwt1Jg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aASwt1Jg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aASwt1Jg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aASwt1Jg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aASwt1Jg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aASwt1Jg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aASwt1Jg .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aASwt1Jg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aASwt1Jg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aASwt1Jg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aASwt1Jg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aASwt1Jg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aASwt1Jg .dropdown-item.active,
.cid-v2aASwt1Jg .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aASwt1Jg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aASwt1Jg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aASwt1Jg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aASwt1Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aASwt1Jg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aASwt1Jg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aASwt1Jg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aASwt1Jg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aASwt1Jg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aASwt1Jg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aASwt1Jg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aASwt1Jg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aASwt1Jg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aASwt1Jg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aASwt1Jg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aASwt1Jg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aASwt1Jg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aASwt1Jg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aASwt1Jg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aASwt1Jg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aASwt1Jg .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-v2aASwt1Jg .navbar {
    height: 70px;
  }
  .cid-v2aASwt1Jg .navbar.opened {
    height: auto;
  }
  .cid-v2aASwt1Jg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aASwOfym {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aASwOfym .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aASwOfym .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aASwOfym .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aASwOfym .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aASwOfym .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aASwOfym .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aASwOfym .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aASwOfym .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aASwOfym .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aASwOfym .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aASwOfym .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aASwOfym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aASwOfym .mbr-text,
.cid-v2aASwOfym .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aASx5LW1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aASx5LW1 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aASx5LW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aASx5LW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aASx5LW1 .items-wrapper {
  margin: 0;
}
.cid-v2aASx5LW1 .items-wrapper .item {
  padding: 0;
}
.cid-v2aASx5LW1 .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aASx5LW1 .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aASx5LW1 .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aASx5LW1 .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aASx5LW1 .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aASx5LW1 .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aASx5LW1 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aASx5LW1 .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aASx5LW1 .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aASx5LW1 .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aASx5LW1 .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aASx5LW1 .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aASx5LW1 .item-desc,
.cid-v2aASx5LW1 .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aASx5LW1 .item-title {
  color: #150764;
}
.cid-v2aASx5LW1 .item-title,
.cid-v2aASx5LW1 .mbr-section-btn {
  text-align: center;
}
.cid-v2aASx5LW1 img {
  border-radius: 10px !important;
}
.cid-v2aASxucFL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aASxucFL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aASxucFL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aASxucFL .title .num {
  width: 100%;
  display: block;
}
.cid-v2aASxucFL .title .card-title {
  z-index: 1;
}
.cid-v2aASxucFL .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aASxucFL .num {
  color: #000073;
}
.cid-v2aASxucFL .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aASxucFL .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aASxucFL * {
    text-align: center !important;
  }
  .cid-v2aASxucFL .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aASxucFL .content-head {
  max-width: 800px;
}
.cid-v2aASxucFL .mbr-section-title,
.cid-v2aASxucFL .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aASxucFL .card-text {
  color: #ffffff;
}
.cid-v2aASxQB4H {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aASxQB4H .container {
  padding: 0 5%;
}
.cid-v2aASxQB4H .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aASxQB4H .features-content span {
  color: #ffffff;
}
.cid-v2aASxQB4H .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aASxQB4H .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aASxQB4H .features-content {
    width: auto;
  }
}
.cid-v2aASxQB4H .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aASxQB4H .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aASxQB4H .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aASxQB4H .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aASxQB4H .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aASxQB4H .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aASxQB4H .btn {
    width: 200px;
  }
}
.cid-v2aASxQB4H .mbr-text,
.cid-v2aASxQB4H .btn {
  color: #FFFFFF;
}
.cid-v2aASxQB4H .mbr-text,
.cid-v2aASxQB4H .mbr-iconfont {
  text-align: center;
}
.cid-v2aASy8ko5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aASy8ko5 .item:focus,
.cid-v2aASy8ko5 span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aASy8ko5 .container {
    padding: 0 24px;
  }
}
.cid-v2aASy8ko5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aASy8ko5 .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aASy8ko5 .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aASy8ko5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aASy8ko5 .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aASy8ko5 .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aASy8ko5 .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aASy8ko5 .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aASy8ko5 .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aASy8ko5 .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aASy8ko5 .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aASy8ko5 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aASy8ko5 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aASy8ko5 .embla__button--next,
.cid-v2aASy8ko5 .embla__button--prev {
  display: flex;
}
.cid-v2aASy8ko5 .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aASy8ko5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aASy8ko5 .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aASy8ko5 .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aASy8ko5 .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aASy8ko5 .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aASy8ko5 .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aASy8ko5 .embla__button {
    bottom: 32px;
  }
}
.cid-v2aASy8ko5 .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aASy8ko5 .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aASy8ko5 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aASy8ko5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aASy8ko5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aASy8ko5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aASy8ko5 .item-title {
  color: #000073;
}
.cid-v2aASy8ko5 .item-desc {
  color: #ffffff;
}
.cid-v2aASy8ko5 img {
  border-radius: 10px !important;
}
.cid-v2aASyLtKu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aASyLtKu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aASyLtKu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aASyLtKu .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aASyLtKu .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aASyLtKu .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aASyLtKu .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aASyLtKu .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aASyLtKu .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aASyLtKu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aASyLtKu img {
  border-radius: 10px !important;
}
.cid-v2aASyLtKu .card-title {
  color: #000073;
}
.cid-v2aASz69te {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aASz69te svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aASz69te svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aASz69te svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aASz69te .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aASz69te .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aASz69te .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aASz69te .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aASz69te div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aASz69te .copyright {
  color: #ffffff;
}
.cid-v2aASz69te .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aBPWa4so .navbar-dropdown {
  position: relative !important;
}
.cid-v2aBPWa4so .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-v2aBPWa4so .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aBPWa4so .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aBPWa4so .dropdown-item:hover,
.cid-v2aBPWa4so .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aBPWa4so .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aBPWa4so .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aBPWa4so .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aBPWa4so .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aBPWa4so .nav-link {
  position: relative;
}
.cid-v2aBPWa4so .container {
  display: flex;
  margin: auto;
}
.cid-v2aBPWa4so .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aBPWa4so .dropdown-menu,
.cid-v2aBPWa4so .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aBPWa4so .nav-item:focus,
.cid-v2aBPWa4so .nav-link:focus {
  outline: none;
}
.cid-v2aBPWa4so .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aBPWa4so .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aBPWa4so .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aBPWa4so .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aBPWa4so .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aBPWa4so .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aBPWa4so .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aBPWa4so .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aBPWa4so .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aBPWa4so .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aBPWa4so .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aBPWa4so .navbar.collapsed {
  justify-content: center;
}
.cid-v2aBPWa4so .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aBPWa4so .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aBPWa4so .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aBPWa4so .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aBPWa4so .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aBPWa4so .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-v2aBPWa4so .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aBPWa4so .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aBPWa4so .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aBPWa4so .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aBPWa4so .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aBPWa4so .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aBPWa4so .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aBPWa4so .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-v2aBPWa4so .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aBPWa4so .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aBPWa4so .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aBPWa4so .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aBPWa4so .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aBPWa4so .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aBPWa4so .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aBPWa4so .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aBPWa4so .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aBPWa4so .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aBPWa4so .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aBPWa4so .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aBPWa4so .dropdown-item.active,
.cid-v2aBPWa4so .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aBPWa4so .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aBPWa4so .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aBPWa4so .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aBPWa4so .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aBPWa4so .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aBPWa4so .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aBPWa4so ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aBPWa4so .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aBPWa4so button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aBPWa4so button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aBPWa4so button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aBPWa4so button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aBPWa4so button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aBPWa4so button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aBPWa4so nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aBPWa4so nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aBPWa4so nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aBPWa4so nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aBPWa4so .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aBPWa4so a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aBPWa4so .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-v2aBPWa4so .navbar {
    height: 70px;
  }
  .cid-v2aBPWa4so .navbar.opened {
    height: auto;
  }
  .cid-v2aBPWa4so .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aBPWwWAV {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aBPWwWAV .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aBPWwWAV .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aBPWwWAV .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aBPWwWAV .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aBPWwWAV .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aBPWwWAV .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aBPWwWAV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aBPWwWAV .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aBPWwWAV .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aBPWwWAV .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aBPWwWAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aBPWwWAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aBPWwWAV .mbr-text,
.cid-v2aBPWwWAV .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aBPWTIyQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aBPWTIyQ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aBPWTIyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aBPWTIyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aBPWTIyQ .items-wrapper {
  margin: 0;
}
.cid-v2aBPWTIyQ .items-wrapper .item {
  padding: 0;
}
.cid-v2aBPWTIyQ .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aBPWTIyQ .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aBPWTIyQ .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aBPWTIyQ .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aBPWTIyQ .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aBPWTIyQ .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aBPWTIyQ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aBPWTIyQ .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aBPWTIyQ .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aBPWTIyQ .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aBPWTIyQ .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aBPWTIyQ .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aBPWTIyQ .item-desc,
.cid-v2aBPWTIyQ .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aBPWTIyQ .item-title {
  color: #150764;
}
.cid-v2aBPWTIyQ .item-title,
.cid-v2aBPWTIyQ .mbr-section-btn {
  text-align: center;
}
.cid-v2aBPWTIyQ img {
  border-radius: 10px !important;
}
.cid-v2aBPXqt3Q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aBPXqt3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aBPXqt3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aBPXqt3Q .title .num {
  width: 100%;
  display: block;
}
.cid-v2aBPXqt3Q .title .card-title {
  z-index: 1;
}
.cid-v2aBPXqt3Q .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aBPXqt3Q .num {
  color: #000073;
}
.cid-v2aBPXqt3Q .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aBPXqt3Q .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aBPXqt3Q * {
    text-align: center !important;
  }
  .cid-v2aBPXqt3Q .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aBPXqt3Q .content-head {
  max-width: 800px;
}
.cid-v2aBPXqt3Q .mbr-section-title,
.cid-v2aBPXqt3Q .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aBPXqt3Q .card-text {
  color: #ffffff;
}
.cid-v2aBPXMvKZ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aBPXMvKZ .container {
  padding: 0 5%;
}
.cid-v2aBPXMvKZ .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aBPXMvKZ .features-content span {
  color: #ffffff;
}
.cid-v2aBPXMvKZ .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aBPXMvKZ .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aBPXMvKZ .features-content {
    width: auto;
  }
}
.cid-v2aBPXMvKZ .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aBPXMvKZ .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aBPXMvKZ .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aBPXMvKZ .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aBPXMvKZ .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aBPXMvKZ .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aBPXMvKZ .btn {
    width: 200px;
  }
}
.cid-v2aBPXMvKZ .mbr-text,
.cid-v2aBPXMvKZ .btn {
  color: #FFFFFF;
}
.cid-v2aBPXMvKZ .mbr-text,
.cid-v2aBPXMvKZ .mbr-iconfont {
  text-align: center;
}
.cid-v2aBPY6NhI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aBPY6NhI .item:focus,
.cid-v2aBPY6NhI span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aBPY6NhI .container {
    padding: 0 24px;
  }
}
.cid-v2aBPY6NhI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aBPY6NhI .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aBPY6NhI .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aBPY6NhI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aBPY6NhI .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aBPY6NhI .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aBPY6NhI .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aBPY6NhI .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aBPY6NhI .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aBPY6NhI .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aBPY6NhI .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aBPY6NhI .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aBPY6NhI .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aBPY6NhI .embla__button--next,
.cid-v2aBPY6NhI .embla__button--prev {
  display: flex;
}
.cid-v2aBPY6NhI .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aBPY6NhI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aBPY6NhI .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aBPY6NhI .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aBPY6NhI .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aBPY6NhI .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aBPY6NhI .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aBPY6NhI .embla__button {
    bottom: 32px;
  }
}
.cid-v2aBPY6NhI .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aBPY6NhI .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aBPY6NhI .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aBPY6NhI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aBPY6NhI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aBPY6NhI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aBPY6NhI .item-title {
  color: #000073;
}
.cid-v2aBPY6NhI .item-desc {
  color: #ffffff;
}
.cid-v2aBPY6NhI img {
  border-radius: 10px !important;
}
.cid-v2aBPYNO6H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aBPYNO6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aBPYNO6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aBPYNO6H .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aBPYNO6H .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aBPYNO6H .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aBPYNO6H .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aBPYNO6H .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aBPYNO6H .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aBPYNO6H .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aBPYNO6H img {
  border-radius: 10px !important;
}
.cid-v2aBPYNO6H .card-title {
  color: #000073;
}
.cid-v2aBPZ8wwC {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aBPZ8wwC svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aBPZ8wwC svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aBPZ8wwC svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aBPZ8wwC .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aBPZ8wwC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aBPZ8wwC .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aBPZ8wwC .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aBPZ8wwC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aBPZ8wwC .copyright {
  color: #ffffff;
}
.cid-v2aBPZ8wwC .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aC3rEAAG .navbar-dropdown {
  position: relative !important;
}
.cid-v2aC3rEAAG .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-v2aC3rEAAG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aC3rEAAG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aC3rEAAG .dropdown-item:hover,
.cid-v2aC3rEAAG .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aC3rEAAG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aC3rEAAG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aC3rEAAG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aC3rEAAG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aC3rEAAG .nav-link {
  position: relative;
}
.cid-v2aC3rEAAG .container {
  display: flex;
  margin: auto;
}
.cid-v2aC3rEAAG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aC3rEAAG .dropdown-menu,
.cid-v2aC3rEAAG .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aC3rEAAG .nav-item:focus,
.cid-v2aC3rEAAG .nav-link:focus {
  outline: none;
}
.cid-v2aC3rEAAG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aC3rEAAG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aC3rEAAG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aC3rEAAG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aC3rEAAG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aC3rEAAG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aC3rEAAG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aC3rEAAG .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aC3rEAAG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aC3rEAAG .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aC3rEAAG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aC3rEAAG .navbar.collapsed {
  justify-content: center;
}
.cid-v2aC3rEAAG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aC3rEAAG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aC3rEAAG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aC3rEAAG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aC3rEAAG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aC3rEAAG .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-v2aC3rEAAG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aC3rEAAG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aC3rEAAG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aC3rEAAG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aC3rEAAG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aC3rEAAG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aC3rEAAG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aC3rEAAG .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-v2aC3rEAAG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aC3rEAAG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aC3rEAAG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aC3rEAAG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aC3rEAAG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aC3rEAAG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aC3rEAAG .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aC3rEAAG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aC3rEAAG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aC3rEAAG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aC3rEAAG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aC3rEAAG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aC3rEAAG .dropdown-item.active,
.cid-v2aC3rEAAG .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aC3rEAAG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aC3rEAAG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aC3rEAAG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aC3rEAAG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aC3rEAAG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aC3rEAAG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aC3rEAAG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aC3rEAAG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aC3rEAAG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aC3rEAAG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aC3rEAAG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aC3rEAAG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aC3rEAAG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aC3rEAAG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aC3rEAAG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aC3rEAAG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aC3rEAAG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aC3rEAAG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aC3rEAAG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aC3rEAAG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aC3rEAAG .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-v2aC3rEAAG .navbar {
    height: 70px;
  }
  .cid-v2aC3rEAAG .navbar.opened {
    height: auto;
  }
  .cid-v2aC3rEAAG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aC3rZQQr {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aC3rZQQr .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aC3rZQQr .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aC3rZQQr .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aC3rZQQr .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aC3rZQQr .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aC3rZQQr .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aC3rZQQr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aC3rZQQr .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aC3rZQQr .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aC3rZQQr .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aC3rZQQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aC3rZQQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aC3rZQQr .mbr-text,
.cid-v2aC3rZQQr .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aC3sfr63 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aC3sfr63 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aC3sfr63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aC3sfr63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aC3sfr63 .items-wrapper {
  margin: 0;
}
.cid-v2aC3sfr63 .items-wrapper .item {
  padding: 0;
}
.cid-v2aC3sfr63 .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aC3sfr63 .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aC3sfr63 .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aC3sfr63 .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aC3sfr63 .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aC3sfr63 .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aC3sfr63 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aC3sfr63 .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aC3sfr63 .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aC3sfr63 .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aC3sfr63 .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aC3sfr63 .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aC3sfr63 .item-desc,
.cid-v2aC3sfr63 .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aC3sfr63 .item-title {
  color: #150764;
}
.cid-v2aC3sfr63 .item-title,
.cid-v2aC3sfr63 .mbr-section-btn {
  text-align: center;
}
.cid-v2aC3sfr63 img {
  border-radius: 10px !important;
}
.cid-v2aC3sHpOk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aC3sHpOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aC3sHpOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aC3sHpOk .title .num {
  width: 100%;
  display: block;
}
.cid-v2aC3sHpOk .title .card-title {
  z-index: 1;
}
.cid-v2aC3sHpOk .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aC3sHpOk .num {
  color: #000073;
}
.cid-v2aC3sHpOk .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aC3sHpOk .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aC3sHpOk * {
    text-align: center !important;
  }
  .cid-v2aC3sHpOk .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aC3sHpOk .content-head {
  max-width: 800px;
}
.cid-v2aC3sHpOk .mbr-section-title,
.cid-v2aC3sHpOk .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aC3sHpOk .card-text {
  color: #ffffff;
}
.cid-v2aC3t4Ytc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aC3t4Ytc .container {
  padding: 0 5%;
}
.cid-v2aC3t4Ytc .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aC3t4Ytc .features-content span {
  color: #ffffff;
}
.cid-v2aC3t4Ytc .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aC3t4Ytc .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aC3t4Ytc .features-content {
    width: auto;
  }
}
.cid-v2aC3t4Ytc .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aC3t4Ytc .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aC3t4Ytc .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aC3t4Ytc .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aC3t4Ytc .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aC3t4Ytc .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aC3t4Ytc .btn {
    width: 200px;
  }
}
.cid-v2aC3t4Ytc .mbr-text,
.cid-v2aC3t4Ytc .btn {
  color: #FFFFFF;
}
.cid-v2aC3t4Ytc .mbr-text,
.cid-v2aC3t4Ytc .mbr-iconfont {
  text-align: center;
}
.cid-v2aC3tmGTe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aC3tmGTe .item:focus,
.cid-v2aC3tmGTe span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aC3tmGTe .container {
    padding: 0 24px;
  }
}
.cid-v2aC3tmGTe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aC3tmGTe .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aC3tmGTe .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aC3tmGTe .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aC3tmGTe .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aC3tmGTe .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aC3tmGTe .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aC3tmGTe .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aC3tmGTe .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aC3tmGTe .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aC3tmGTe .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aC3tmGTe .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aC3tmGTe .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aC3tmGTe .embla__button--next,
.cid-v2aC3tmGTe .embla__button--prev {
  display: flex;
}
.cid-v2aC3tmGTe .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aC3tmGTe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aC3tmGTe .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aC3tmGTe .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aC3tmGTe .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aC3tmGTe .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aC3tmGTe .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aC3tmGTe .embla__button {
    bottom: 32px;
  }
}
.cid-v2aC3tmGTe .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aC3tmGTe .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aC3tmGTe .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aC3tmGTe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aC3tmGTe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aC3tmGTe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aC3tmGTe .item-title {
  color: #000073;
}
.cid-v2aC3tmGTe .item-desc {
  color: #ffffff;
}
.cid-v2aC3tmGTe img {
  border-radius: 10px !important;
}
.cid-v2aC3u2nGh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aC3u2nGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aC3u2nGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aC3u2nGh .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aC3u2nGh .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aC3u2nGh .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aC3u2nGh .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aC3u2nGh .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aC3u2nGh .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aC3u2nGh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aC3u2nGh img {
  border-radius: 10px !important;
}
.cid-v2aC3u2nGh .card-title {
  color: #000073;
}
.cid-v2aC3uojIG {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aC3uojIG svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aC3uojIG svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aC3uojIG svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aC3uojIG .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aC3uojIG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aC3uojIG .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aC3uojIG .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aC3uojIG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aC3uojIG .copyright {
  color: #ffffff;
}
.cid-v2aC3uojIG .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aCfRILJm .navbar-dropdown {
  position: relative !important;
}
.cid-v2aCfRILJm .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-v2aCfRILJm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aCfRILJm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aCfRILJm .dropdown-item:hover,
.cid-v2aCfRILJm .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aCfRILJm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aCfRILJm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aCfRILJm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aCfRILJm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aCfRILJm .nav-link {
  position: relative;
}
.cid-v2aCfRILJm .container {
  display: flex;
  margin: auto;
}
.cid-v2aCfRILJm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aCfRILJm .dropdown-menu,
.cid-v2aCfRILJm .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aCfRILJm .nav-item:focus,
.cid-v2aCfRILJm .nav-link:focus {
  outline: none;
}
.cid-v2aCfRILJm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aCfRILJm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aCfRILJm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aCfRILJm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aCfRILJm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aCfRILJm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aCfRILJm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aCfRILJm .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aCfRILJm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aCfRILJm .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aCfRILJm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aCfRILJm .navbar.collapsed {
  justify-content: center;
}
.cid-v2aCfRILJm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aCfRILJm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aCfRILJm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aCfRILJm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aCfRILJm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aCfRILJm .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-v2aCfRILJm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aCfRILJm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aCfRILJm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aCfRILJm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aCfRILJm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aCfRILJm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aCfRILJm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aCfRILJm .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-v2aCfRILJm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aCfRILJm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aCfRILJm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aCfRILJm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aCfRILJm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aCfRILJm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aCfRILJm .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aCfRILJm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aCfRILJm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aCfRILJm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aCfRILJm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aCfRILJm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aCfRILJm .dropdown-item.active,
.cid-v2aCfRILJm .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aCfRILJm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aCfRILJm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aCfRILJm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aCfRILJm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aCfRILJm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aCfRILJm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aCfRILJm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aCfRILJm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aCfRILJm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aCfRILJm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aCfRILJm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aCfRILJm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aCfRILJm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aCfRILJm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aCfRILJm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aCfRILJm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aCfRILJm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aCfRILJm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aCfRILJm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aCfRILJm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aCfRILJm .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-v2aCfRILJm .navbar {
    height: 70px;
  }
  .cid-v2aCfRILJm .navbar.opened {
    height: auto;
  }
  .cid-v2aCfRILJm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aCfS4EgQ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aCfS4EgQ .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aCfS4EgQ .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aCfS4EgQ .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aCfS4EgQ .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aCfS4EgQ .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aCfS4EgQ .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aCfS4EgQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aCfS4EgQ .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aCfS4EgQ .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aCfS4EgQ .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aCfS4EgQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCfS4EgQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCfS4EgQ .mbr-text,
.cid-v2aCfS4EgQ .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aCfSlhke {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aCfSlhke .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aCfSlhke .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCfSlhke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCfSlhke .items-wrapper {
  margin: 0;
}
.cid-v2aCfSlhke .items-wrapper .item {
  padding: 0;
}
.cid-v2aCfSlhke .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aCfSlhke .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aCfSlhke .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aCfSlhke .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aCfSlhke .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aCfSlhke .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aCfSlhke .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aCfSlhke .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aCfSlhke .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aCfSlhke .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aCfSlhke .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aCfSlhke .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aCfSlhke .item-desc,
.cid-v2aCfSlhke .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aCfSlhke .item-title {
  color: #150764;
}
.cid-v2aCfSlhke .item-title,
.cid-v2aCfSlhke .mbr-section-btn {
  text-align: center;
}
.cid-v2aCfSlhke img {
  border-radius: 10px !important;
}
.cid-v2aCfSKrYR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aCfSKrYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCfSKrYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCfSKrYR .title .num {
  width: 100%;
  display: block;
}
.cid-v2aCfSKrYR .title .card-title {
  z-index: 1;
}
.cid-v2aCfSKrYR .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aCfSKrYR .num {
  color: #000073;
}
.cid-v2aCfSKrYR .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aCfSKrYR .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aCfSKrYR * {
    text-align: center !important;
  }
  .cid-v2aCfSKrYR .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aCfSKrYR .content-head {
  max-width: 800px;
}
.cid-v2aCfSKrYR .mbr-section-title,
.cid-v2aCfSKrYR .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aCfSKrYR .card-text {
  color: #ffffff;
}
.cid-v2aCfT5xRr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aCfT5xRr .container {
  padding: 0 5%;
}
.cid-v2aCfT5xRr .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aCfT5xRr .features-content span {
  color: #ffffff;
}
.cid-v2aCfT5xRr .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aCfT5xRr .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aCfT5xRr .features-content {
    width: auto;
  }
}
.cid-v2aCfT5xRr .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aCfT5xRr .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aCfT5xRr .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aCfT5xRr .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aCfT5xRr .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aCfT5xRr .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aCfT5xRr .btn {
    width: 200px;
  }
}
.cid-v2aCfT5xRr .mbr-text,
.cid-v2aCfT5xRr .btn {
  color: #FFFFFF;
}
.cid-v2aCfT5xRr .mbr-text,
.cid-v2aCfT5xRr .mbr-iconfont {
  text-align: center;
}
.cid-v2aCfTp3D9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aCfTp3D9 .item:focus,
.cid-v2aCfTp3D9 span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aCfTp3D9 .container {
    padding: 0 24px;
  }
}
.cid-v2aCfTp3D9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aCfTp3D9 .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aCfTp3D9 .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aCfTp3D9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aCfTp3D9 .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aCfTp3D9 .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aCfTp3D9 .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aCfTp3D9 .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aCfTp3D9 .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aCfTp3D9 .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aCfTp3D9 .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aCfTp3D9 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aCfTp3D9 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aCfTp3D9 .embla__button--next,
.cid-v2aCfTp3D9 .embla__button--prev {
  display: flex;
}
.cid-v2aCfTp3D9 .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aCfTp3D9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aCfTp3D9 .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aCfTp3D9 .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aCfTp3D9 .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aCfTp3D9 .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aCfTp3D9 .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aCfTp3D9 .embla__button {
    bottom: 32px;
  }
}
.cid-v2aCfTp3D9 .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aCfTp3D9 .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aCfTp3D9 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aCfTp3D9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aCfTp3D9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aCfTp3D9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aCfTp3D9 .item-title {
  color: #000073;
}
.cid-v2aCfTp3D9 .item-desc {
  color: #ffffff;
}
.cid-v2aCfTp3D9 img {
  border-radius: 10px !important;
}
.cid-v2aCfU2ZoU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aCfU2ZoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCfU2ZoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCfU2ZoU .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aCfU2ZoU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aCfU2ZoU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aCfU2ZoU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aCfU2ZoU .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aCfU2ZoU .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aCfU2ZoU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aCfU2ZoU img {
  border-radius: 10px !important;
}
.cid-v2aCfU2ZoU .card-title {
  color: #000073;
}
.cid-v2aCfUqTa3 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aCfUqTa3 svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aCfUqTa3 svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aCfUqTa3 svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aCfUqTa3 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aCfUqTa3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aCfUqTa3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aCfUqTa3 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aCfUqTa3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aCfUqTa3 .copyright {
  color: #ffffff;
}
.cid-v2aCfUqTa3 .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aCnU8JOW .navbar-dropdown {
  position: relative !important;
}
.cid-v2aCnU8JOW .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-v2aCnU8JOW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aCnU8JOW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aCnU8JOW .dropdown-item:hover,
.cid-v2aCnU8JOW .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aCnU8JOW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aCnU8JOW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aCnU8JOW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aCnU8JOW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aCnU8JOW .nav-link {
  position: relative;
}
.cid-v2aCnU8JOW .container {
  display: flex;
  margin: auto;
}
.cid-v2aCnU8JOW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aCnU8JOW .dropdown-menu,
.cid-v2aCnU8JOW .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aCnU8JOW .nav-item:focus,
.cid-v2aCnU8JOW .nav-link:focus {
  outline: none;
}
.cid-v2aCnU8JOW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aCnU8JOW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aCnU8JOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aCnU8JOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aCnU8JOW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aCnU8JOW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aCnU8JOW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aCnU8JOW .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aCnU8JOW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aCnU8JOW .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aCnU8JOW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aCnU8JOW .navbar.collapsed {
  justify-content: center;
}
.cid-v2aCnU8JOW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aCnU8JOW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aCnU8JOW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aCnU8JOW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aCnU8JOW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aCnU8JOW .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-v2aCnU8JOW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aCnU8JOW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aCnU8JOW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aCnU8JOW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aCnU8JOW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aCnU8JOW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aCnU8JOW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aCnU8JOW .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-v2aCnU8JOW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aCnU8JOW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aCnU8JOW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aCnU8JOW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aCnU8JOW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aCnU8JOW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aCnU8JOW .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aCnU8JOW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aCnU8JOW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aCnU8JOW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aCnU8JOW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aCnU8JOW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aCnU8JOW .dropdown-item.active,
.cid-v2aCnU8JOW .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aCnU8JOW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aCnU8JOW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aCnU8JOW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aCnU8JOW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aCnU8JOW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aCnU8JOW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aCnU8JOW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aCnU8JOW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aCnU8JOW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aCnU8JOW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aCnU8JOW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aCnU8JOW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aCnU8JOW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aCnU8JOW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aCnU8JOW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aCnU8JOW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aCnU8JOW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aCnU8JOW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aCnU8JOW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aCnU8JOW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aCnU8JOW .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-v2aCnU8JOW .navbar {
    height: 70px;
  }
  .cid-v2aCnU8JOW .navbar.opened {
    height: auto;
  }
  .cid-v2aCnU8JOW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aCnUzthe {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aCnUzthe .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aCnUzthe .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aCnUzthe .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aCnUzthe .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aCnUzthe .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aCnUzthe .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aCnUzthe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aCnUzthe .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aCnUzthe .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aCnUzthe .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aCnUzthe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCnUzthe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCnUzthe .mbr-text,
.cid-v2aCnUzthe .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aCnUVFoS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aCnUVFoS .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aCnUVFoS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCnUVFoS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCnUVFoS .items-wrapper {
  margin: 0;
}
.cid-v2aCnUVFoS .items-wrapper .item {
  padding: 0;
}
.cid-v2aCnUVFoS .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aCnUVFoS .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aCnUVFoS .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aCnUVFoS .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aCnUVFoS .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aCnUVFoS .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aCnUVFoS .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aCnUVFoS .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aCnUVFoS .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aCnUVFoS .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aCnUVFoS .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aCnUVFoS .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aCnUVFoS .item-desc,
.cid-v2aCnUVFoS .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aCnUVFoS .item-title {
  color: #150764;
}
.cid-v2aCnUVFoS .item-title,
.cid-v2aCnUVFoS .mbr-section-btn {
  text-align: center;
}
.cid-v2aCnUVFoS img {
  border-radius: 10px !important;
}
.cid-v2aCnVyEkB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aCnVyEkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCnVyEkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCnVyEkB .title .num {
  width: 100%;
  display: block;
}
.cid-v2aCnVyEkB .title .card-title {
  z-index: 1;
}
.cid-v2aCnVyEkB .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aCnVyEkB .num {
  color: #000073;
}
.cid-v2aCnVyEkB .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aCnVyEkB .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aCnVyEkB * {
    text-align: center !important;
  }
  .cid-v2aCnVyEkB .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aCnVyEkB .content-head {
  max-width: 800px;
}
.cid-v2aCnVyEkB .mbr-section-title,
.cid-v2aCnVyEkB .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aCnVyEkB .card-text {
  color: #ffffff;
}
.cid-v2aCnVTkU4 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aCnVTkU4 .container {
  padding: 0 5%;
}
.cid-v2aCnVTkU4 .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aCnVTkU4 .features-content span {
  color: #ffffff;
}
.cid-v2aCnVTkU4 .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aCnVTkU4 .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aCnVTkU4 .features-content {
    width: auto;
  }
}
.cid-v2aCnVTkU4 .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aCnVTkU4 .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aCnVTkU4 .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aCnVTkU4 .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aCnVTkU4 .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aCnVTkU4 .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aCnVTkU4 .btn {
    width: 200px;
  }
}
.cid-v2aCnVTkU4 .mbr-text,
.cid-v2aCnVTkU4 .btn {
  color: #FFFFFF;
}
.cid-v2aCnVTkU4 .mbr-text,
.cid-v2aCnVTkU4 .mbr-iconfont {
  text-align: center;
}
.cid-v2aCnWaSAf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aCnWaSAf .item:focus,
.cid-v2aCnWaSAf span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aCnWaSAf .container {
    padding: 0 24px;
  }
}
.cid-v2aCnWaSAf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aCnWaSAf .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aCnWaSAf .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aCnWaSAf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aCnWaSAf .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aCnWaSAf .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aCnWaSAf .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aCnWaSAf .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aCnWaSAf .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aCnWaSAf .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aCnWaSAf .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aCnWaSAf .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aCnWaSAf .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aCnWaSAf .embla__button--next,
.cid-v2aCnWaSAf .embla__button--prev {
  display: flex;
}
.cid-v2aCnWaSAf .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aCnWaSAf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aCnWaSAf .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aCnWaSAf .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aCnWaSAf .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aCnWaSAf .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aCnWaSAf .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aCnWaSAf .embla__button {
    bottom: 32px;
  }
}
.cid-v2aCnWaSAf .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aCnWaSAf .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aCnWaSAf .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aCnWaSAf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aCnWaSAf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aCnWaSAf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aCnWaSAf .item-title {
  color: #000073;
}
.cid-v2aCnWaSAf .item-desc {
  color: #ffffff;
}
.cid-v2aCnWaSAf img {
  border-radius: 10px !important;
}
.cid-v2aCnWTKbS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aCnWTKbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCnWTKbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCnWTKbS .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aCnWTKbS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aCnWTKbS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aCnWTKbS .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aCnWTKbS .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aCnWTKbS .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aCnWTKbS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aCnWTKbS img {
  border-radius: 10px !important;
}
.cid-v2aCnWTKbS .card-title {
  color: #000073;
}
.cid-v2aCnXhRKi {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aCnXhRKi svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aCnXhRKi svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aCnXhRKi svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aCnXhRKi .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aCnXhRKi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aCnXhRKi .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aCnXhRKi .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aCnXhRKi div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aCnXhRKi .copyright {
  color: #ffffff;
}
.cid-v2aCnXhRKi .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aCwz4YpK .navbar-dropdown {
  position: relative !important;
}
.cid-v2aCwz4YpK .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-v2aCwz4YpK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aCwz4YpK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aCwz4YpK .dropdown-item:hover,
.cid-v2aCwz4YpK .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aCwz4YpK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aCwz4YpK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aCwz4YpK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aCwz4YpK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aCwz4YpK .nav-link {
  position: relative;
}
.cid-v2aCwz4YpK .container {
  display: flex;
  margin: auto;
}
.cid-v2aCwz4YpK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aCwz4YpK .dropdown-menu,
.cid-v2aCwz4YpK .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aCwz4YpK .nav-item:focus,
.cid-v2aCwz4YpK .nav-link:focus {
  outline: none;
}
.cid-v2aCwz4YpK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aCwz4YpK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aCwz4YpK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aCwz4YpK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aCwz4YpK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aCwz4YpK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aCwz4YpK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aCwz4YpK .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aCwz4YpK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aCwz4YpK .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aCwz4YpK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aCwz4YpK .navbar.collapsed {
  justify-content: center;
}
.cid-v2aCwz4YpK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aCwz4YpK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aCwz4YpK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aCwz4YpK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aCwz4YpK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aCwz4YpK .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-v2aCwz4YpK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aCwz4YpK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aCwz4YpK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aCwz4YpK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aCwz4YpK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aCwz4YpK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aCwz4YpK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aCwz4YpK .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-v2aCwz4YpK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aCwz4YpK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aCwz4YpK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aCwz4YpK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aCwz4YpK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aCwz4YpK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aCwz4YpK .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aCwz4YpK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aCwz4YpK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aCwz4YpK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aCwz4YpK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aCwz4YpK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aCwz4YpK .dropdown-item.active,
.cid-v2aCwz4YpK .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aCwz4YpK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aCwz4YpK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aCwz4YpK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aCwz4YpK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aCwz4YpK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aCwz4YpK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aCwz4YpK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aCwz4YpK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aCwz4YpK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aCwz4YpK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aCwz4YpK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aCwz4YpK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aCwz4YpK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aCwz4YpK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aCwz4YpK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aCwz4YpK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aCwz4YpK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aCwz4YpK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aCwz4YpK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aCwz4YpK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aCwz4YpK .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-v2aCwz4YpK .navbar {
    height: 70px;
  }
  .cid-v2aCwz4YpK .navbar.opened {
    height: auto;
  }
  .cid-v2aCwz4YpK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aCwzq6K7 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aCwzq6K7 .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aCwzq6K7 .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aCwzq6K7 .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aCwzq6K7 .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aCwzq6K7 .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aCwzq6K7 .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aCwzq6K7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aCwzq6K7 .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aCwzq6K7 .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aCwzq6K7 .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aCwzq6K7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCwzq6K7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCwzq6K7 .mbr-text,
.cid-v2aCwzq6K7 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aCwzIaWc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aCwzIaWc .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aCwzIaWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCwzIaWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCwzIaWc .items-wrapper {
  margin: 0;
}
.cid-v2aCwzIaWc .items-wrapper .item {
  padding: 0;
}
.cid-v2aCwzIaWc .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aCwzIaWc .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aCwzIaWc .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aCwzIaWc .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aCwzIaWc .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aCwzIaWc .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aCwzIaWc .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aCwzIaWc .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aCwzIaWc .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aCwzIaWc .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aCwzIaWc .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aCwzIaWc .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aCwzIaWc .item-desc,
.cid-v2aCwzIaWc .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aCwzIaWc .item-title {
  color: #150764;
}
.cid-v2aCwzIaWc .item-title,
.cid-v2aCwzIaWc .mbr-section-btn {
  text-align: center;
}
.cid-v2aCwzIaWc img {
  border-radius: 10px !important;
}
.cid-v2aCwA9mxi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aCwA9mxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCwA9mxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCwA9mxi .title .num {
  width: 100%;
  display: block;
}
.cid-v2aCwA9mxi .title .card-title {
  z-index: 1;
}
.cid-v2aCwA9mxi .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aCwA9mxi .num {
  color: #000073;
}
.cid-v2aCwA9mxi .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aCwA9mxi .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aCwA9mxi * {
    text-align: center !important;
  }
  .cid-v2aCwA9mxi .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aCwA9mxi .content-head {
  max-width: 800px;
}
.cid-v2aCwA9mxi .mbr-section-title,
.cid-v2aCwA9mxi .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aCwA9mxi .card-text {
  color: #ffffff;
}
.cid-v2aCwAuxvN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aCwAuxvN .container {
  padding: 0 5%;
}
.cid-v2aCwAuxvN .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aCwAuxvN .features-content span {
  color: #ffffff;
}
.cid-v2aCwAuxvN .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aCwAuxvN .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aCwAuxvN .features-content {
    width: auto;
  }
}
.cid-v2aCwAuxvN .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aCwAuxvN .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aCwAuxvN .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aCwAuxvN .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aCwAuxvN .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aCwAuxvN .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aCwAuxvN .btn {
    width: 200px;
  }
}
.cid-v2aCwAuxvN .mbr-text,
.cid-v2aCwAuxvN .btn {
  color: #FFFFFF;
}
.cid-v2aCwAuxvN .mbr-text,
.cid-v2aCwAuxvN .mbr-iconfont {
  text-align: center;
}
.cid-v2aCwANNKJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aCwANNKJ .item:focus,
.cid-v2aCwANNKJ span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aCwANNKJ .container {
    padding: 0 24px;
  }
}
.cid-v2aCwANNKJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aCwANNKJ .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aCwANNKJ .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aCwANNKJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aCwANNKJ .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aCwANNKJ .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aCwANNKJ .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aCwANNKJ .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aCwANNKJ .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aCwANNKJ .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aCwANNKJ .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aCwANNKJ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aCwANNKJ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aCwANNKJ .embla__button--next,
.cid-v2aCwANNKJ .embla__button--prev {
  display: flex;
}
.cid-v2aCwANNKJ .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aCwANNKJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aCwANNKJ .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aCwANNKJ .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aCwANNKJ .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aCwANNKJ .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aCwANNKJ .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aCwANNKJ .embla__button {
    bottom: 32px;
  }
}
.cid-v2aCwANNKJ .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aCwANNKJ .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aCwANNKJ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aCwANNKJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aCwANNKJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aCwANNKJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aCwANNKJ .item-title {
  color: #000073;
}
.cid-v2aCwANNKJ .item-desc {
  color: #ffffff;
}
.cid-v2aCwANNKJ img {
  border-radius: 10px !important;
}
.cid-v2aCwBtThG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aCwBtThG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCwBtThG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCwBtThG .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aCwBtThG .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aCwBtThG .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aCwBtThG .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aCwBtThG .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aCwBtThG .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aCwBtThG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aCwBtThG img {
  border-radius: 10px !important;
}
.cid-v2aCwBtThG .card-title {
  color: #000073;
}
.cid-v2aCwBOXYO {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aCwBOXYO svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aCwBOXYO svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aCwBOXYO svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aCwBOXYO .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aCwBOXYO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aCwBOXYO .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aCwBOXYO .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aCwBOXYO div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aCwBOXYO .copyright {
  color: #ffffff;
}
.cid-v2aCwBOXYO .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aCDCe5dp .navbar-dropdown {
  position: relative !important;
}
.cid-v2aCDCe5dp .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-v2aCDCe5dp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aCDCe5dp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aCDCe5dp .dropdown-item:hover,
.cid-v2aCDCe5dp .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aCDCe5dp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aCDCe5dp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aCDCe5dp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aCDCe5dp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aCDCe5dp .nav-link {
  position: relative;
}
.cid-v2aCDCe5dp .container {
  display: flex;
  margin: auto;
}
.cid-v2aCDCe5dp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aCDCe5dp .dropdown-menu,
.cid-v2aCDCe5dp .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aCDCe5dp .nav-item:focus,
.cid-v2aCDCe5dp .nav-link:focus {
  outline: none;
}
.cid-v2aCDCe5dp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aCDCe5dp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aCDCe5dp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aCDCe5dp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aCDCe5dp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aCDCe5dp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aCDCe5dp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aCDCe5dp .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aCDCe5dp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aCDCe5dp .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aCDCe5dp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aCDCe5dp .navbar.collapsed {
  justify-content: center;
}
.cid-v2aCDCe5dp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aCDCe5dp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aCDCe5dp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aCDCe5dp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aCDCe5dp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aCDCe5dp .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-v2aCDCe5dp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aCDCe5dp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aCDCe5dp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aCDCe5dp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aCDCe5dp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aCDCe5dp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aCDCe5dp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aCDCe5dp .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-v2aCDCe5dp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aCDCe5dp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aCDCe5dp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aCDCe5dp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aCDCe5dp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aCDCe5dp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aCDCe5dp .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aCDCe5dp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aCDCe5dp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aCDCe5dp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aCDCe5dp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aCDCe5dp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aCDCe5dp .dropdown-item.active,
.cid-v2aCDCe5dp .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aCDCe5dp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aCDCe5dp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aCDCe5dp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aCDCe5dp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aCDCe5dp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aCDCe5dp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aCDCe5dp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aCDCe5dp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aCDCe5dp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aCDCe5dp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aCDCe5dp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aCDCe5dp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aCDCe5dp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aCDCe5dp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aCDCe5dp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aCDCe5dp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aCDCe5dp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aCDCe5dp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aCDCe5dp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aCDCe5dp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aCDCe5dp .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-v2aCDCe5dp .navbar {
    height: 70px;
  }
  .cid-v2aCDCe5dp .navbar.opened {
    height: auto;
  }
  .cid-v2aCDCe5dp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aCDCBqtn {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aCDCBqtn .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aCDCBqtn .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aCDCBqtn .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aCDCBqtn .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aCDCBqtn .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aCDCBqtn .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aCDCBqtn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aCDCBqtn .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aCDCBqtn .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aCDCBqtn .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aCDCBqtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCDCBqtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCDCBqtn .mbr-text,
.cid-v2aCDCBqtn .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aCDCRnQR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aCDCRnQR .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aCDCRnQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCDCRnQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCDCRnQR .items-wrapper {
  margin: 0;
}
.cid-v2aCDCRnQR .items-wrapper .item {
  padding: 0;
}
.cid-v2aCDCRnQR .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aCDCRnQR .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aCDCRnQR .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aCDCRnQR .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aCDCRnQR .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aCDCRnQR .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aCDCRnQR .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aCDCRnQR .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aCDCRnQR .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aCDCRnQR .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aCDCRnQR .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aCDCRnQR .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aCDCRnQR .item-desc,
.cid-v2aCDCRnQR .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aCDCRnQR .item-title {
  color: #150764;
}
.cid-v2aCDCRnQR .item-title,
.cid-v2aCDCRnQR .mbr-section-btn {
  text-align: center;
}
.cid-v2aCDCRnQR img {
  border-radius: 10px !important;
}
.cid-v2aCDDhzUH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aCDDhzUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCDDhzUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCDDhzUH .title .num {
  width: 100%;
  display: block;
}
.cid-v2aCDDhzUH .title .card-title {
  z-index: 1;
}
.cid-v2aCDDhzUH .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aCDDhzUH .num {
  color: #000073;
}
.cid-v2aCDDhzUH .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aCDDhzUH .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aCDDhzUH * {
    text-align: center !important;
  }
  .cid-v2aCDDhzUH .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aCDDhzUH .content-head {
  max-width: 800px;
}
.cid-v2aCDDhzUH .mbr-section-title,
.cid-v2aCDDhzUH .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aCDDhzUH .card-text {
  color: #ffffff;
}
.cid-v2aCDDFYXt {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aCDDFYXt .container {
  padding: 0 5%;
}
.cid-v2aCDDFYXt .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aCDDFYXt .features-content span {
  color: #ffffff;
}
.cid-v2aCDDFYXt .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aCDDFYXt .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aCDDFYXt .features-content {
    width: auto;
  }
}
.cid-v2aCDDFYXt .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aCDDFYXt .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aCDDFYXt .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aCDDFYXt .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aCDDFYXt .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aCDDFYXt .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aCDDFYXt .btn {
    width: 200px;
  }
}
.cid-v2aCDDFYXt .mbr-text,
.cid-v2aCDDFYXt .btn {
  color: #FFFFFF;
}
.cid-v2aCDDFYXt .mbr-text,
.cid-v2aCDDFYXt .mbr-iconfont {
  text-align: center;
}
.cid-v2aCDDXXdE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aCDDXXdE .item:focus,
.cid-v2aCDDXXdE span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aCDDXXdE .container {
    padding: 0 24px;
  }
}
.cid-v2aCDDXXdE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aCDDXXdE .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aCDDXXdE .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aCDDXXdE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aCDDXXdE .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aCDDXXdE .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aCDDXXdE .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aCDDXXdE .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aCDDXXdE .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aCDDXXdE .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aCDDXXdE .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aCDDXXdE .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aCDDXXdE .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aCDDXXdE .embla__button--next,
.cid-v2aCDDXXdE .embla__button--prev {
  display: flex;
}
.cid-v2aCDDXXdE .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aCDDXXdE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aCDDXXdE .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aCDDXXdE .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aCDDXXdE .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aCDDXXdE .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aCDDXXdE .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aCDDXXdE .embla__button {
    bottom: 32px;
  }
}
.cid-v2aCDDXXdE .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aCDDXXdE .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aCDDXXdE .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aCDDXXdE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aCDDXXdE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aCDDXXdE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aCDDXXdE .item-title {
  color: #000073;
}
.cid-v2aCDDXXdE .item-desc {
  color: #ffffff;
}
.cid-v2aCDDXXdE img {
  border-radius: 10px !important;
}
.cid-v2aCDEGRVQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aCDEGRVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCDEGRVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCDEGRVQ .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aCDEGRVQ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aCDEGRVQ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aCDEGRVQ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aCDEGRVQ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aCDEGRVQ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aCDEGRVQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aCDEGRVQ img {
  border-radius: 10px !important;
}
.cid-v2aCDEGRVQ .card-title {
  color: #000073;
}
.cid-v2aCDF3VyQ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aCDF3VyQ svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aCDF3VyQ svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aCDF3VyQ svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aCDF3VyQ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aCDF3VyQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aCDF3VyQ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aCDF3VyQ .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aCDF3VyQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aCDF3VyQ .copyright {
  color: #ffffff;
}
.cid-v2aCDF3VyQ .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aCN4avuN .navbar-dropdown {
  position: relative !important;
}
.cid-v2aCN4avuN .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-v2aCN4avuN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aCN4avuN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aCN4avuN .dropdown-item:hover,
.cid-v2aCN4avuN .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aCN4avuN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aCN4avuN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aCN4avuN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aCN4avuN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aCN4avuN .nav-link {
  position: relative;
}
.cid-v2aCN4avuN .container {
  display: flex;
  margin: auto;
}
.cid-v2aCN4avuN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aCN4avuN .dropdown-menu,
.cid-v2aCN4avuN .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aCN4avuN .nav-item:focus,
.cid-v2aCN4avuN .nav-link:focus {
  outline: none;
}
.cid-v2aCN4avuN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aCN4avuN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aCN4avuN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aCN4avuN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aCN4avuN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aCN4avuN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aCN4avuN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aCN4avuN .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aCN4avuN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aCN4avuN .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aCN4avuN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aCN4avuN .navbar.collapsed {
  justify-content: center;
}
.cid-v2aCN4avuN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aCN4avuN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aCN4avuN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aCN4avuN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aCN4avuN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aCN4avuN .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-v2aCN4avuN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aCN4avuN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aCN4avuN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aCN4avuN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aCN4avuN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aCN4avuN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aCN4avuN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aCN4avuN .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-v2aCN4avuN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aCN4avuN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aCN4avuN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aCN4avuN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aCN4avuN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aCN4avuN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aCN4avuN .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aCN4avuN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aCN4avuN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aCN4avuN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aCN4avuN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aCN4avuN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aCN4avuN .dropdown-item.active,
.cid-v2aCN4avuN .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aCN4avuN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aCN4avuN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aCN4avuN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aCN4avuN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aCN4avuN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aCN4avuN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aCN4avuN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aCN4avuN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aCN4avuN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aCN4avuN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aCN4avuN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aCN4avuN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aCN4avuN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aCN4avuN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aCN4avuN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aCN4avuN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aCN4avuN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aCN4avuN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aCN4avuN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aCN4avuN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aCN4avuN .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-v2aCN4avuN .navbar {
    height: 70px;
  }
  .cid-v2aCN4avuN .navbar.opened {
    height: auto;
  }
  .cid-v2aCN4avuN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aCN4xspR {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aCN4xspR .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aCN4xspR .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aCN4xspR .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aCN4xspR .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aCN4xspR .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aCN4xspR .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aCN4xspR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aCN4xspR .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aCN4xspR .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aCN4xspR .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aCN4xspR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCN4xspR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCN4xspR .mbr-text,
.cid-v2aCN4xspR .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aCN4O8F2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aCN4O8F2 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aCN4O8F2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCN4O8F2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCN4O8F2 .items-wrapper {
  margin: 0;
}
.cid-v2aCN4O8F2 .items-wrapper .item {
  padding: 0;
}
.cid-v2aCN4O8F2 .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aCN4O8F2 .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aCN4O8F2 .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aCN4O8F2 .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aCN4O8F2 .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aCN4O8F2 .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aCN4O8F2 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aCN4O8F2 .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aCN4O8F2 .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aCN4O8F2 .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aCN4O8F2 .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aCN4O8F2 .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aCN4O8F2 .item-desc,
.cid-v2aCN4O8F2 .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aCN4O8F2 .item-title {
  color: #150764;
}
.cid-v2aCN4O8F2 .item-title,
.cid-v2aCN4O8F2 .mbr-section-btn {
  text-align: center;
}
.cid-v2aCN4O8F2 img {
  border-radius: 10px !important;
}
.cid-v2aCN5dZ6N {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aCN5dZ6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCN5dZ6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCN5dZ6N .title .num {
  width: 100%;
  display: block;
}
.cid-v2aCN5dZ6N .title .card-title {
  z-index: 1;
}
.cid-v2aCN5dZ6N .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aCN5dZ6N .num {
  color: #000073;
}
.cid-v2aCN5dZ6N .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aCN5dZ6N .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aCN5dZ6N * {
    text-align: center !important;
  }
  .cid-v2aCN5dZ6N .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aCN5dZ6N .content-head {
  max-width: 800px;
}
.cid-v2aCN5dZ6N .mbr-section-title,
.cid-v2aCN5dZ6N .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aCN5dZ6N .card-text {
  color: #ffffff;
}
.cid-v2aCN5BiBV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aCN5BiBV .container {
  padding: 0 5%;
}
.cid-v2aCN5BiBV .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aCN5BiBV .features-content span {
  color: #ffffff;
}
.cid-v2aCN5BiBV .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aCN5BiBV .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aCN5BiBV .features-content {
    width: auto;
  }
}
.cid-v2aCN5BiBV .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aCN5BiBV .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aCN5BiBV .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aCN5BiBV .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aCN5BiBV .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aCN5BiBV .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aCN5BiBV .btn {
    width: 200px;
  }
}
.cid-v2aCN5BiBV .mbr-text,
.cid-v2aCN5BiBV .btn {
  color: #FFFFFF;
}
.cid-v2aCN5BiBV .mbr-text,
.cid-v2aCN5BiBV .mbr-iconfont {
  text-align: center;
}
.cid-v2aCN5UZ0q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aCN5UZ0q .item:focus,
.cid-v2aCN5UZ0q span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aCN5UZ0q .container {
    padding: 0 24px;
  }
}
.cid-v2aCN5UZ0q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aCN5UZ0q .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aCN5UZ0q .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aCN5UZ0q .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aCN5UZ0q .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aCN5UZ0q .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aCN5UZ0q .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aCN5UZ0q .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aCN5UZ0q .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aCN5UZ0q .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aCN5UZ0q .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aCN5UZ0q .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aCN5UZ0q .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aCN5UZ0q .embla__button--next,
.cid-v2aCN5UZ0q .embla__button--prev {
  display: flex;
}
.cid-v2aCN5UZ0q .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aCN5UZ0q .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aCN5UZ0q .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aCN5UZ0q .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aCN5UZ0q .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aCN5UZ0q .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aCN5UZ0q .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aCN5UZ0q .embla__button {
    bottom: 32px;
  }
}
.cid-v2aCN5UZ0q .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aCN5UZ0q .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aCN5UZ0q .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aCN5UZ0q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aCN5UZ0q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aCN5UZ0q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aCN5UZ0q .item-title {
  color: #000073;
}
.cid-v2aCN5UZ0q .item-desc {
  color: #ffffff;
}
.cid-v2aCN5UZ0q img {
  border-radius: 10px !important;
}
.cid-v2aCN6AI12 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aCN6AI12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCN6AI12 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCN6AI12 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aCN6AI12 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aCN6AI12 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aCN6AI12 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aCN6AI12 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aCN6AI12 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aCN6AI12 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aCN6AI12 img {
  border-radius: 10px !important;
}
.cid-v2aCN6AI12 .card-title {
  color: #000073;
}
.cid-v2aCN6W8DZ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aCN6W8DZ svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aCN6W8DZ svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aCN6W8DZ svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aCN6W8DZ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aCN6W8DZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aCN6W8DZ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aCN6W8DZ .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aCN6W8DZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aCN6W8DZ .copyright {
  color: #ffffff;
}
.cid-v2aCN6W8DZ .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aCVjqZU9 .navbar-dropdown {
  position: relative !important;
}
.cid-v2aCVjqZU9 .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-v2aCVjqZU9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aCVjqZU9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aCVjqZU9 .dropdown-item:hover,
.cid-v2aCVjqZU9 .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aCVjqZU9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aCVjqZU9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aCVjqZU9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aCVjqZU9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aCVjqZU9 .nav-link {
  position: relative;
}
.cid-v2aCVjqZU9 .container {
  display: flex;
  margin: auto;
}
.cid-v2aCVjqZU9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aCVjqZU9 .dropdown-menu,
.cid-v2aCVjqZU9 .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aCVjqZU9 .nav-item:focus,
.cid-v2aCVjqZU9 .nav-link:focus {
  outline: none;
}
.cid-v2aCVjqZU9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aCVjqZU9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aCVjqZU9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aCVjqZU9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aCVjqZU9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aCVjqZU9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aCVjqZU9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aCVjqZU9 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aCVjqZU9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aCVjqZU9 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aCVjqZU9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aCVjqZU9 .navbar.collapsed {
  justify-content: center;
}
.cid-v2aCVjqZU9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aCVjqZU9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aCVjqZU9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aCVjqZU9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aCVjqZU9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aCVjqZU9 .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-v2aCVjqZU9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aCVjqZU9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aCVjqZU9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aCVjqZU9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aCVjqZU9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aCVjqZU9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aCVjqZU9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aCVjqZU9 .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-v2aCVjqZU9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aCVjqZU9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aCVjqZU9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aCVjqZU9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aCVjqZU9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aCVjqZU9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aCVjqZU9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aCVjqZU9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aCVjqZU9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aCVjqZU9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aCVjqZU9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aCVjqZU9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aCVjqZU9 .dropdown-item.active,
.cid-v2aCVjqZU9 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aCVjqZU9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aCVjqZU9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aCVjqZU9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aCVjqZU9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aCVjqZU9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aCVjqZU9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aCVjqZU9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aCVjqZU9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aCVjqZU9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aCVjqZU9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aCVjqZU9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aCVjqZU9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aCVjqZU9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aCVjqZU9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aCVjqZU9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aCVjqZU9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aCVjqZU9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aCVjqZU9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aCVjqZU9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aCVjqZU9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aCVjqZU9 .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-v2aCVjqZU9 .navbar {
    height: 70px;
  }
  .cid-v2aCVjqZU9 .navbar.opened {
    height: auto;
  }
  .cid-v2aCVjqZU9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aCVjSWtw {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aCVjSWtw .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aCVjSWtw .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aCVjSWtw .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aCVjSWtw .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aCVjSWtw .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aCVjSWtw .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aCVjSWtw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aCVjSWtw .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aCVjSWtw .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aCVjSWtw .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aCVjSWtw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCVjSWtw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCVjSWtw .mbr-text,
.cid-v2aCVjSWtw .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aCVkb1J3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aCVkb1J3 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aCVkb1J3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCVkb1J3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCVkb1J3 .items-wrapper {
  margin: 0;
}
.cid-v2aCVkb1J3 .items-wrapper .item {
  padding: 0;
}
.cid-v2aCVkb1J3 .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aCVkb1J3 .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aCVkb1J3 .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aCVkb1J3 .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aCVkb1J3 .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aCVkb1J3 .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aCVkb1J3 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aCVkb1J3 .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aCVkb1J3 .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aCVkb1J3 .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aCVkb1J3 .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aCVkb1J3 .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aCVkb1J3 .item-desc,
.cid-v2aCVkb1J3 .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aCVkb1J3 .item-title {
  color: #150764;
}
.cid-v2aCVkb1J3 .item-title,
.cid-v2aCVkb1J3 .mbr-section-btn {
  text-align: center;
}
.cid-v2aCVkb1J3 img {
  border-radius: 10px !important;
}
.cid-v2aCVkCh0Z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aCVkCh0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCVkCh0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCVkCh0Z .title .num {
  width: 100%;
  display: block;
}
.cid-v2aCVkCh0Z .title .card-title {
  z-index: 1;
}
.cid-v2aCVkCh0Z .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aCVkCh0Z .num {
  color: #000073;
}
.cid-v2aCVkCh0Z .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aCVkCh0Z .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aCVkCh0Z * {
    text-align: center !important;
  }
  .cid-v2aCVkCh0Z .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aCVkCh0Z .content-head {
  max-width: 800px;
}
.cid-v2aCVkCh0Z .mbr-section-title,
.cid-v2aCVkCh0Z .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aCVkCh0Z .card-text {
  color: #ffffff;
}
.cid-v2aCVkZ7eU {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aCVkZ7eU .container {
  padding: 0 5%;
}
.cid-v2aCVkZ7eU .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aCVkZ7eU .features-content span {
  color: #ffffff;
}
.cid-v2aCVkZ7eU .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aCVkZ7eU .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aCVkZ7eU .features-content {
    width: auto;
  }
}
.cid-v2aCVkZ7eU .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aCVkZ7eU .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aCVkZ7eU .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aCVkZ7eU .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aCVkZ7eU .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aCVkZ7eU .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aCVkZ7eU .btn {
    width: 200px;
  }
}
.cid-v2aCVkZ7eU .mbr-text,
.cid-v2aCVkZ7eU .btn {
  color: #FFFFFF;
}
.cid-v2aCVkZ7eU .mbr-text,
.cid-v2aCVkZ7eU .mbr-iconfont {
  text-align: center;
}
.cid-v2aCVlhQPI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aCVlhQPI .item:focus,
.cid-v2aCVlhQPI span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aCVlhQPI .container {
    padding: 0 24px;
  }
}
.cid-v2aCVlhQPI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aCVlhQPI .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aCVlhQPI .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aCVlhQPI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aCVlhQPI .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aCVlhQPI .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aCVlhQPI .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aCVlhQPI .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aCVlhQPI .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aCVlhQPI .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aCVlhQPI .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aCVlhQPI .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aCVlhQPI .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aCVlhQPI .embla__button--next,
.cid-v2aCVlhQPI .embla__button--prev {
  display: flex;
}
.cid-v2aCVlhQPI .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aCVlhQPI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aCVlhQPI .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aCVlhQPI .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aCVlhQPI .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aCVlhQPI .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aCVlhQPI .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aCVlhQPI .embla__button {
    bottom: 32px;
  }
}
.cid-v2aCVlhQPI .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aCVlhQPI .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aCVlhQPI .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aCVlhQPI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aCVlhQPI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aCVlhQPI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aCVlhQPI .item-title {
  color: #000073;
}
.cid-v2aCVlhQPI .item-desc {
  color: #ffffff;
}
.cid-v2aCVlhQPI img {
  border-radius: 10px !important;
}
.cid-v2aCVlX3JA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aCVlX3JA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aCVlX3JA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aCVlX3JA .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aCVlX3JA .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aCVlX3JA .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aCVlX3JA .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aCVlX3JA .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aCVlX3JA .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aCVlX3JA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aCVlX3JA img {
  border-radius: 10px !important;
}
.cid-v2aCVlX3JA .card-title {
  color: #000073;
}
.cid-v2aCVmhbGj {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aCVmhbGj svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aCVmhbGj svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aCVmhbGj svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aCVmhbGj .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aCVmhbGj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aCVmhbGj .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aCVmhbGj .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aCVmhbGj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aCVmhbGj .copyright {
  color: #ffffff;
}
.cid-v2aCVmhbGj .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aD23oe8e .navbar-dropdown {
  position: relative !important;
}
.cid-v2aD23oe8e .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-v2aD23oe8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aD23oe8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aD23oe8e .dropdown-item:hover,
.cid-v2aD23oe8e .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aD23oe8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aD23oe8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aD23oe8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aD23oe8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aD23oe8e .nav-link {
  position: relative;
}
.cid-v2aD23oe8e .container {
  display: flex;
  margin: auto;
}
.cid-v2aD23oe8e .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aD23oe8e .dropdown-menu,
.cid-v2aD23oe8e .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aD23oe8e .nav-item:focus,
.cid-v2aD23oe8e .nav-link:focus {
  outline: none;
}
.cid-v2aD23oe8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aD23oe8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aD23oe8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aD23oe8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aD23oe8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aD23oe8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aD23oe8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aD23oe8e .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aD23oe8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aD23oe8e .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aD23oe8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aD23oe8e .navbar.collapsed {
  justify-content: center;
}
.cid-v2aD23oe8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aD23oe8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aD23oe8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aD23oe8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aD23oe8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aD23oe8e .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-v2aD23oe8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aD23oe8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aD23oe8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aD23oe8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aD23oe8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aD23oe8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aD23oe8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aD23oe8e .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-v2aD23oe8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aD23oe8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aD23oe8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aD23oe8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aD23oe8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aD23oe8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aD23oe8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aD23oe8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aD23oe8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aD23oe8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aD23oe8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aD23oe8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aD23oe8e .dropdown-item.active,
.cid-v2aD23oe8e .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aD23oe8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aD23oe8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aD23oe8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aD23oe8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aD23oe8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aD23oe8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aD23oe8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aD23oe8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aD23oe8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aD23oe8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aD23oe8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aD23oe8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aD23oe8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aD23oe8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aD23oe8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aD23oe8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aD23oe8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aD23oe8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aD23oe8e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aD23oe8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aD23oe8e .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-v2aD23oe8e .navbar {
    height: 70px;
  }
  .cid-v2aD23oe8e .navbar.opened {
    height: auto;
  }
  .cid-v2aD23oe8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aD23LVau {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aD23LVau .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aD23LVau .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aD23LVau .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aD23LVau .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aD23LVau .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aD23LVau .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aD23LVau .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aD23LVau .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aD23LVau .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aD23LVau .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aD23LVau .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aD23LVau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aD23LVau .mbr-text,
.cid-v2aD23LVau .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aD242dPC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aD242dPC .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aD242dPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aD242dPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aD242dPC .items-wrapper {
  margin: 0;
}
.cid-v2aD242dPC .items-wrapper .item {
  padding: 0;
}
.cid-v2aD242dPC .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aD242dPC .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aD242dPC .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aD242dPC .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aD242dPC .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aD242dPC .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aD242dPC .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aD242dPC .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aD242dPC .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aD242dPC .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aD242dPC .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aD242dPC .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aD242dPC .item-desc,
.cid-v2aD242dPC .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aD242dPC .item-title {
  color: #150764;
}
.cid-v2aD242dPC .item-title,
.cid-v2aD242dPC .mbr-section-btn {
  text-align: center;
}
.cid-v2aD242dPC img {
  border-radius: 10px !important;
}
.cid-v2aD24uzho {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aD24uzho .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aD24uzho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aD24uzho .title .num {
  width: 100%;
  display: block;
}
.cid-v2aD24uzho .title .card-title {
  z-index: 1;
}
.cid-v2aD24uzho .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aD24uzho .num {
  color: #000073;
}
.cid-v2aD24uzho .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aD24uzho .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aD24uzho * {
    text-align: center !important;
  }
  .cid-v2aD24uzho .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aD24uzho .content-head {
  max-width: 800px;
}
.cid-v2aD24uzho .mbr-section-title,
.cid-v2aD24uzho .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aD24uzho .card-text {
  color: #ffffff;
}
.cid-v2aD24P2zF {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aD24P2zF .container {
  padding: 0 5%;
}
.cid-v2aD24P2zF .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aD24P2zF .features-content span {
  color: #ffffff;
}
.cid-v2aD24P2zF .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aD24P2zF .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aD24P2zF .features-content {
    width: auto;
  }
}
.cid-v2aD24P2zF .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aD24P2zF .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aD24P2zF .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aD24P2zF .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aD24P2zF .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aD24P2zF .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aD24P2zF .btn {
    width: 200px;
  }
}
.cid-v2aD24P2zF .mbr-text,
.cid-v2aD24P2zF .btn {
  color: #FFFFFF;
}
.cid-v2aD24P2zF .mbr-text,
.cid-v2aD24P2zF .mbr-iconfont {
  text-align: center;
}
.cid-v2aD2589cO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aD2589cO .item:focus,
.cid-v2aD2589cO span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aD2589cO .container {
    padding: 0 24px;
  }
}
.cid-v2aD2589cO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aD2589cO .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aD2589cO .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aD2589cO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aD2589cO .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aD2589cO .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aD2589cO .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aD2589cO .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aD2589cO .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aD2589cO .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aD2589cO .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aD2589cO .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aD2589cO .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aD2589cO .embla__button--next,
.cid-v2aD2589cO .embla__button--prev {
  display: flex;
}
.cid-v2aD2589cO .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aD2589cO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aD2589cO .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aD2589cO .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aD2589cO .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aD2589cO .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aD2589cO .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aD2589cO .embla__button {
    bottom: 32px;
  }
}
.cid-v2aD2589cO .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aD2589cO .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aD2589cO .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aD2589cO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aD2589cO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aD2589cO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aD2589cO .item-title {
  color: #000073;
}
.cid-v2aD2589cO .item-desc {
  color: #ffffff;
}
.cid-v2aD2589cO img {
  border-radius: 10px !important;
}
.cid-v2aD25Rs8K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aD25Rs8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aD25Rs8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aD25Rs8K .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aD25Rs8K .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aD25Rs8K .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aD25Rs8K .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aD25Rs8K .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aD25Rs8K .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aD25Rs8K .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aD25Rs8K img {
  border-radius: 10px !important;
}
.cid-v2aD25Rs8K .card-title {
  color: #000073;
}
.cid-v2aD26dRB4 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aD26dRB4 svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aD26dRB4 svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aD26dRB4 svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aD26dRB4 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aD26dRB4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aD26dRB4 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aD26dRB4 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aD26dRB4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aD26dRB4 .copyright {
  color: #ffffff;
}
.cid-v2aD26dRB4 .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aD8ApMjP .navbar-dropdown {
  position: relative !important;
}
.cid-v2aD8ApMjP .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-v2aD8ApMjP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aD8ApMjP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aD8ApMjP .dropdown-item:hover,
.cid-v2aD8ApMjP .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aD8ApMjP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aD8ApMjP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aD8ApMjP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aD8ApMjP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aD8ApMjP .nav-link {
  position: relative;
}
.cid-v2aD8ApMjP .container {
  display: flex;
  margin: auto;
}
.cid-v2aD8ApMjP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aD8ApMjP .dropdown-menu,
.cid-v2aD8ApMjP .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aD8ApMjP .nav-item:focus,
.cid-v2aD8ApMjP .nav-link:focus {
  outline: none;
}
.cid-v2aD8ApMjP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aD8ApMjP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aD8ApMjP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aD8ApMjP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aD8ApMjP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aD8ApMjP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aD8ApMjP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aD8ApMjP .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aD8ApMjP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aD8ApMjP .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aD8ApMjP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aD8ApMjP .navbar.collapsed {
  justify-content: center;
}
.cid-v2aD8ApMjP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aD8ApMjP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aD8ApMjP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aD8ApMjP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aD8ApMjP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aD8ApMjP .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-v2aD8ApMjP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aD8ApMjP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aD8ApMjP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aD8ApMjP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aD8ApMjP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aD8ApMjP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aD8ApMjP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aD8ApMjP .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-v2aD8ApMjP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aD8ApMjP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aD8ApMjP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aD8ApMjP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aD8ApMjP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aD8ApMjP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aD8ApMjP .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aD8ApMjP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aD8ApMjP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aD8ApMjP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aD8ApMjP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aD8ApMjP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aD8ApMjP .dropdown-item.active,
.cid-v2aD8ApMjP .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aD8ApMjP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aD8ApMjP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aD8ApMjP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aD8ApMjP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aD8ApMjP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aD8ApMjP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aD8ApMjP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aD8ApMjP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aD8ApMjP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aD8ApMjP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aD8ApMjP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aD8ApMjP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aD8ApMjP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aD8ApMjP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aD8ApMjP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aD8ApMjP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aD8ApMjP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aD8ApMjP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aD8ApMjP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aD8ApMjP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aD8ApMjP .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-v2aD8ApMjP .navbar {
    height: 70px;
  }
  .cid-v2aD8ApMjP .navbar.opened {
    height: auto;
  }
  .cid-v2aD8ApMjP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aD8ALpKI {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aD8ALpKI .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aD8ALpKI .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aD8ALpKI .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aD8ALpKI .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aD8ALpKI .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aD8ALpKI .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aD8ALpKI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aD8ALpKI .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aD8ALpKI .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aD8ALpKI .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aD8ALpKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aD8ALpKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aD8ALpKI .mbr-text,
.cid-v2aD8ALpKI .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aD8B2PyM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aD8B2PyM .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aD8B2PyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aD8B2PyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aD8B2PyM .items-wrapper {
  margin: 0;
}
.cid-v2aD8B2PyM .items-wrapper .item {
  padding: 0;
}
.cid-v2aD8B2PyM .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aD8B2PyM .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aD8B2PyM .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aD8B2PyM .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aD8B2PyM .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aD8B2PyM .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aD8B2PyM .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aD8B2PyM .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aD8B2PyM .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aD8B2PyM .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aD8B2PyM .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aD8B2PyM .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aD8B2PyM .item-desc,
.cid-v2aD8B2PyM .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aD8B2PyM .item-title {
  color: #150764;
}
.cid-v2aD8B2PyM .item-title,
.cid-v2aD8B2PyM .mbr-section-btn {
  text-align: center;
}
.cid-v2aD8B2PyM img {
  border-radius: 10px !important;
}
.cid-v2aD8BrIEL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aD8BrIEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aD8BrIEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aD8BrIEL .title .num {
  width: 100%;
  display: block;
}
.cid-v2aD8BrIEL .title .card-title {
  z-index: 1;
}
.cid-v2aD8BrIEL .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aD8BrIEL .num {
  color: #000073;
}
.cid-v2aD8BrIEL .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aD8BrIEL .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aD8BrIEL * {
    text-align: center !important;
  }
  .cid-v2aD8BrIEL .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aD8BrIEL .content-head {
  max-width: 800px;
}
.cid-v2aD8BrIEL .mbr-section-title,
.cid-v2aD8BrIEL .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aD8BrIEL .card-text {
  color: #ffffff;
}
.cid-v2aD8BPavx {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aD8BPavx .container {
  padding: 0 5%;
}
.cid-v2aD8BPavx .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aD8BPavx .features-content span {
  color: #ffffff;
}
.cid-v2aD8BPavx .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aD8BPavx .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aD8BPavx .features-content {
    width: auto;
  }
}
.cid-v2aD8BPavx .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aD8BPavx .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aD8BPavx .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aD8BPavx .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aD8BPavx .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aD8BPavx .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aD8BPavx .btn {
    width: 200px;
  }
}
.cid-v2aD8BPavx .mbr-text,
.cid-v2aD8BPavx .btn {
  color: #FFFFFF;
}
.cid-v2aD8BPavx .mbr-text,
.cid-v2aD8BPavx .mbr-iconfont {
  text-align: center;
}
.cid-v2aD8C8yOM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aD8C8yOM .item:focus,
.cid-v2aD8C8yOM span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aD8C8yOM .container {
    padding: 0 24px;
  }
}
.cid-v2aD8C8yOM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aD8C8yOM .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aD8C8yOM .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aD8C8yOM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aD8C8yOM .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aD8C8yOM .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aD8C8yOM .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aD8C8yOM .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aD8C8yOM .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aD8C8yOM .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aD8C8yOM .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aD8C8yOM .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aD8C8yOM .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aD8C8yOM .embla__button--next,
.cid-v2aD8C8yOM .embla__button--prev {
  display: flex;
}
.cid-v2aD8C8yOM .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aD8C8yOM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aD8C8yOM .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aD8C8yOM .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aD8C8yOM .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aD8C8yOM .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aD8C8yOM .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aD8C8yOM .embla__button {
    bottom: 32px;
  }
}
.cid-v2aD8C8yOM .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aD8C8yOM .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aD8C8yOM .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aD8C8yOM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aD8C8yOM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aD8C8yOM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aD8C8yOM .item-title {
  color: #000073;
}
.cid-v2aD8C8yOM .item-desc {
  color: #ffffff;
}
.cid-v2aD8C8yOM img {
  border-radius: 10px !important;
}
.cid-v2aD8CQ7Ct {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aD8CQ7Ct .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aD8CQ7Ct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aD8CQ7Ct .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aD8CQ7Ct .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aD8CQ7Ct .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aD8CQ7Ct .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aD8CQ7Ct .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aD8CQ7Ct .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aD8CQ7Ct .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aD8CQ7Ct img {
  border-radius: 10px !important;
}
.cid-v2aD8CQ7Ct .card-title {
  color: #000073;
}
.cid-v2aD8DdV1M {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aD8DdV1M svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aD8DdV1M svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aD8DdV1M svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aD8DdV1M .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aD8DdV1M .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aD8DdV1M .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aD8DdV1M .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aD8DdV1M div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aD8DdV1M .copyright {
  color: #ffffff;
}
.cid-v2aD8DdV1M .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aDePBS1S .navbar-dropdown {
  position: relative !important;
}
.cid-v2aDePBS1S .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-v2aDePBS1S .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aDePBS1S .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aDePBS1S .dropdown-item:hover,
.cid-v2aDePBS1S .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aDePBS1S .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aDePBS1S .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aDePBS1S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aDePBS1S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aDePBS1S .nav-link {
  position: relative;
}
.cid-v2aDePBS1S .container {
  display: flex;
  margin: auto;
}
.cid-v2aDePBS1S .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aDePBS1S .dropdown-menu,
.cid-v2aDePBS1S .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aDePBS1S .nav-item:focus,
.cid-v2aDePBS1S .nav-link:focus {
  outline: none;
}
.cid-v2aDePBS1S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aDePBS1S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aDePBS1S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aDePBS1S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aDePBS1S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aDePBS1S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aDePBS1S .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aDePBS1S .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aDePBS1S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aDePBS1S .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aDePBS1S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aDePBS1S .navbar.collapsed {
  justify-content: center;
}
.cid-v2aDePBS1S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aDePBS1S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aDePBS1S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aDePBS1S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aDePBS1S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aDePBS1S .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-v2aDePBS1S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aDePBS1S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aDePBS1S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aDePBS1S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aDePBS1S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aDePBS1S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aDePBS1S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aDePBS1S .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-v2aDePBS1S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aDePBS1S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aDePBS1S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aDePBS1S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aDePBS1S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aDePBS1S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aDePBS1S .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aDePBS1S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aDePBS1S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aDePBS1S .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aDePBS1S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aDePBS1S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aDePBS1S .dropdown-item.active,
.cid-v2aDePBS1S .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aDePBS1S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aDePBS1S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aDePBS1S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aDePBS1S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aDePBS1S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aDePBS1S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aDePBS1S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aDePBS1S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aDePBS1S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aDePBS1S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aDePBS1S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aDePBS1S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aDePBS1S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aDePBS1S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aDePBS1S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aDePBS1S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aDePBS1S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aDePBS1S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aDePBS1S .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aDePBS1S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aDePBS1S .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-v2aDePBS1S .navbar {
    height: 70px;
  }
  .cid-v2aDePBS1S .navbar.opened {
    height: auto;
  }
  .cid-v2aDePBS1S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aDePXMFC {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aDePXMFC .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aDePXMFC .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aDePXMFC .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aDePXMFC .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aDePXMFC .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aDePXMFC .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aDePXMFC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aDePXMFC .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aDePXMFC .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aDePXMFC .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aDePXMFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDePXMFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDePXMFC .mbr-text,
.cid-v2aDePXMFC .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aDeQfdSP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aDeQfdSP .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aDeQfdSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDeQfdSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDeQfdSP .items-wrapper {
  margin: 0;
}
.cid-v2aDeQfdSP .items-wrapper .item {
  padding: 0;
}
.cid-v2aDeQfdSP .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aDeQfdSP .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aDeQfdSP .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aDeQfdSP .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aDeQfdSP .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aDeQfdSP .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aDeQfdSP .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aDeQfdSP .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aDeQfdSP .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aDeQfdSP .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aDeQfdSP .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aDeQfdSP .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aDeQfdSP .item-desc,
.cid-v2aDeQfdSP .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aDeQfdSP .item-title {
  color: #150764;
}
.cid-v2aDeQfdSP .item-title,
.cid-v2aDeQfdSP .mbr-section-btn {
  text-align: center;
}
.cid-v2aDeQfdSP img {
  border-radius: 10px !important;
}
.cid-v2aDeQHHdp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aDeQHHdp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDeQHHdp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDeQHHdp .title .num {
  width: 100%;
  display: block;
}
.cid-v2aDeQHHdp .title .card-title {
  z-index: 1;
}
.cid-v2aDeQHHdp .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aDeQHHdp .num {
  color: #000073;
}
.cid-v2aDeQHHdp .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aDeQHHdp .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDeQHHdp * {
    text-align: center !important;
  }
  .cid-v2aDeQHHdp .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aDeQHHdp .content-head {
  max-width: 800px;
}
.cid-v2aDeQHHdp .mbr-section-title,
.cid-v2aDeQHHdp .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aDeQHHdp .card-text {
  color: #ffffff;
}
.cid-v2aDeR2QMA {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aDeR2QMA .container {
  padding: 0 5%;
}
.cid-v2aDeR2QMA .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aDeR2QMA .features-content span {
  color: #ffffff;
}
.cid-v2aDeR2QMA .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aDeR2QMA .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aDeR2QMA .features-content {
    width: auto;
  }
}
.cid-v2aDeR2QMA .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aDeR2QMA .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aDeR2QMA .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aDeR2QMA .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aDeR2QMA .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aDeR2QMA .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aDeR2QMA .btn {
    width: 200px;
  }
}
.cid-v2aDeR2QMA .mbr-text,
.cid-v2aDeR2QMA .btn {
  color: #FFFFFF;
}
.cid-v2aDeR2QMA .mbr-text,
.cid-v2aDeR2QMA .mbr-iconfont {
  text-align: center;
}
.cid-v2aDeRkQ1t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aDeRkQ1t .item:focus,
.cid-v2aDeRkQ1t span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aDeRkQ1t .container {
    padding: 0 24px;
  }
}
.cid-v2aDeRkQ1t .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aDeRkQ1t .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aDeRkQ1t .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aDeRkQ1t .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aDeRkQ1t .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aDeRkQ1t .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aDeRkQ1t .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aDeRkQ1t .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aDeRkQ1t .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aDeRkQ1t .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aDeRkQ1t .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aDeRkQ1t .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aDeRkQ1t .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aDeRkQ1t .embla__button--next,
.cid-v2aDeRkQ1t .embla__button--prev {
  display: flex;
}
.cid-v2aDeRkQ1t .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aDeRkQ1t .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aDeRkQ1t .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aDeRkQ1t .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aDeRkQ1t .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aDeRkQ1t .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aDeRkQ1t .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aDeRkQ1t .embla__button {
    bottom: 32px;
  }
}
.cid-v2aDeRkQ1t .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aDeRkQ1t .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aDeRkQ1t .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aDeRkQ1t .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aDeRkQ1t .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aDeRkQ1t .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aDeRkQ1t .item-title {
  color: #000073;
}
.cid-v2aDeRkQ1t .item-desc {
  color: #ffffff;
}
.cid-v2aDeRkQ1t img {
  border-radius: 10px !important;
}
.cid-v2aDeRYgwi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aDeRYgwi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDeRYgwi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDeRYgwi .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aDeRYgwi .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDeRYgwi .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aDeRYgwi .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aDeRYgwi .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aDeRYgwi .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aDeRYgwi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aDeRYgwi img {
  border-radius: 10px !important;
}
.cid-v2aDeRYgwi .card-title {
  color: #000073;
}
.cid-v2aDeSjNYt {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aDeSjNYt svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aDeSjNYt svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aDeSjNYt svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aDeSjNYt .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aDeSjNYt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aDeSjNYt .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDeSjNYt .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aDeSjNYt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aDeSjNYt .copyright {
  color: #ffffff;
}
.cid-v2aDeSjNYt .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aDlpAE3p .navbar-dropdown {
  position: relative !important;
}
.cid-v2aDlpAE3p .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-v2aDlpAE3p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aDlpAE3p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aDlpAE3p .dropdown-item:hover,
.cid-v2aDlpAE3p .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aDlpAE3p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aDlpAE3p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aDlpAE3p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aDlpAE3p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aDlpAE3p .nav-link {
  position: relative;
}
.cid-v2aDlpAE3p .container {
  display: flex;
  margin: auto;
}
.cid-v2aDlpAE3p .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aDlpAE3p .dropdown-menu,
.cid-v2aDlpAE3p .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aDlpAE3p .nav-item:focus,
.cid-v2aDlpAE3p .nav-link:focus {
  outline: none;
}
.cid-v2aDlpAE3p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aDlpAE3p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aDlpAE3p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aDlpAE3p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aDlpAE3p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aDlpAE3p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aDlpAE3p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aDlpAE3p .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aDlpAE3p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aDlpAE3p .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aDlpAE3p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aDlpAE3p .navbar.collapsed {
  justify-content: center;
}
.cid-v2aDlpAE3p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aDlpAE3p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aDlpAE3p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aDlpAE3p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aDlpAE3p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aDlpAE3p .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-v2aDlpAE3p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aDlpAE3p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aDlpAE3p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aDlpAE3p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aDlpAE3p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aDlpAE3p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aDlpAE3p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aDlpAE3p .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-v2aDlpAE3p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aDlpAE3p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aDlpAE3p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aDlpAE3p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aDlpAE3p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aDlpAE3p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aDlpAE3p .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aDlpAE3p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aDlpAE3p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aDlpAE3p .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aDlpAE3p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aDlpAE3p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aDlpAE3p .dropdown-item.active,
.cid-v2aDlpAE3p .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aDlpAE3p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aDlpAE3p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aDlpAE3p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aDlpAE3p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aDlpAE3p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aDlpAE3p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aDlpAE3p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aDlpAE3p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aDlpAE3p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aDlpAE3p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aDlpAE3p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aDlpAE3p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aDlpAE3p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aDlpAE3p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aDlpAE3p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aDlpAE3p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aDlpAE3p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aDlpAE3p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aDlpAE3p .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aDlpAE3p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aDlpAE3p .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-v2aDlpAE3p .navbar {
    height: 70px;
  }
  .cid-v2aDlpAE3p .navbar.opened {
    height: auto;
  }
  .cid-v2aDlpAE3p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aDlpXEoU {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aDlpXEoU .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aDlpXEoU .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aDlpXEoU .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aDlpXEoU .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aDlpXEoU .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aDlpXEoU .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aDlpXEoU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aDlpXEoU .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aDlpXEoU .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aDlpXEoU .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aDlpXEoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDlpXEoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDlpXEoU .mbr-text,
.cid-v2aDlpXEoU .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aDlqgJ5R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aDlqgJ5R .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aDlqgJ5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDlqgJ5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDlqgJ5R .items-wrapper {
  margin: 0;
}
.cid-v2aDlqgJ5R .items-wrapper .item {
  padding: 0;
}
.cid-v2aDlqgJ5R .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aDlqgJ5R .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aDlqgJ5R .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aDlqgJ5R .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aDlqgJ5R .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aDlqgJ5R .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aDlqgJ5R .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aDlqgJ5R .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aDlqgJ5R .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aDlqgJ5R .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aDlqgJ5R .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aDlqgJ5R .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aDlqgJ5R .item-desc,
.cid-v2aDlqgJ5R .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aDlqgJ5R .item-title {
  color: #150764;
}
.cid-v2aDlqgJ5R .item-title,
.cid-v2aDlqgJ5R .mbr-section-btn {
  text-align: center;
}
.cid-v2aDlqgJ5R img {
  border-radius: 10px !important;
}
.cid-v2aDlqFpy5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aDlqFpy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDlqFpy5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDlqFpy5 .title .num {
  width: 100%;
  display: block;
}
.cid-v2aDlqFpy5 .title .card-title {
  z-index: 1;
}
.cid-v2aDlqFpy5 .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aDlqFpy5 .num {
  color: #000073;
}
.cid-v2aDlqFpy5 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aDlqFpy5 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDlqFpy5 * {
    text-align: center !important;
  }
  .cid-v2aDlqFpy5 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aDlqFpy5 .content-head {
  max-width: 800px;
}
.cid-v2aDlqFpy5 .mbr-section-title,
.cid-v2aDlqFpy5 .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aDlqFpy5 .card-text {
  color: #ffffff;
}
.cid-v2aDlr2iB1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aDlr2iB1 .container {
  padding: 0 5%;
}
.cid-v2aDlr2iB1 .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aDlr2iB1 .features-content span {
  color: #ffffff;
}
.cid-v2aDlr2iB1 .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aDlr2iB1 .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aDlr2iB1 .features-content {
    width: auto;
  }
}
.cid-v2aDlr2iB1 .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aDlr2iB1 .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aDlr2iB1 .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aDlr2iB1 .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aDlr2iB1 .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aDlr2iB1 .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aDlr2iB1 .btn {
    width: 200px;
  }
}
.cid-v2aDlr2iB1 .mbr-text,
.cid-v2aDlr2iB1 .btn {
  color: #FFFFFF;
}
.cid-v2aDlr2iB1 .mbr-text,
.cid-v2aDlr2iB1 .mbr-iconfont {
  text-align: center;
}
.cid-v2aDlrkGFh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aDlrkGFh .item:focus,
.cid-v2aDlrkGFh span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aDlrkGFh .container {
    padding: 0 24px;
  }
}
.cid-v2aDlrkGFh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aDlrkGFh .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aDlrkGFh .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aDlrkGFh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aDlrkGFh .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aDlrkGFh .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aDlrkGFh .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aDlrkGFh .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aDlrkGFh .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aDlrkGFh .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aDlrkGFh .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aDlrkGFh .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aDlrkGFh .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aDlrkGFh .embla__button--next,
.cid-v2aDlrkGFh .embla__button--prev {
  display: flex;
}
.cid-v2aDlrkGFh .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aDlrkGFh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aDlrkGFh .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aDlrkGFh .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aDlrkGFh .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aDlrkGFh .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aDlrkGFh .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aDlrkGFh .embla__button {
    bottom: 32px;
  }
}
.cid-v2aDlrkGFh .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aDlrkGFh .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aDlrkGFh .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aDlrkGFh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aDlrkGFh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aDlrkGFh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aDlrkGFh .item-title {
  color: #000073;
}
.cid-v2aDlrkGFh .item-desc {
  color: #ffffff;
}
.cid-v2aDlrkGFh img {
  border-radius: 10px !important;
}
.cid-v2aDls0lh1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aDls0lh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDls0lh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDls0lh1 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aDls0lh1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDls0lh1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aDls0lh1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aDls0lh1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aDls0lh1 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aDls0lh1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aDls0lh1 img {
  border-radius: 10px !important;
}
.cid-v2aDls0lh1 .card-title {
  color: #000073;
}
.cid-v2aDlslgcZ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aDlslgcZ svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aDlslgcZ svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aDlslgcZ svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aDlslgcZ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aDlslgcZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aDlslgcZ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDlslgcZ .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aDlslgcZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aDlslgcZ .copyright {
  color: #ffffff;
}
.cid-v2aDlslgcZ .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aDqYKwEY .navbar-dropdown {
  position: relative !important;
}
.cid-v2aDqYKwEY .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-v2aDqYKwEY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aDqYKwEY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aDqYKwEY .dropdown-item:hover,
.cid-v2aDqYKwEY .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aDqYKwEY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aDqYKwEY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aDqYKwEY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aDqYKwEY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aDqYKwEY .nav-link {
  position: relative;
}
.cid-v2aDqYKwEY .container {
  display: flex;
  margin: auto;
}
.cid-v2aDqYKwEY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aDqYKwEY .dropdown-menu,
.cid-v2aDqYKwEY .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aDqYKwEY .nav-item:focus,
.cid-v2aDqYKwEY .nav-link:focus {
  outline: none;
}
.cid-v2aDqYKwEY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aDqYKwEY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aDqYKwEY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aDqYKwEY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aDqYKwEY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aDqYKwEY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aDqYKwEY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aDqYKwEY .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aDqYKwEY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aDqYKwEY .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aDqYKwEY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aDqYKwEY .navbar.collapsed {
  justify-content: center;
}
.cid-v2aDqYKwEY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aDqYKwEY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aDqYKwEY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aDqYKwEY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aDqYKwEY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aDqYKwEY .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-v2aDqYKwEY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aDqYKwEY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aDqYKwEY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aDqYKwEY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aDqYKwEY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aDqYKwEY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aDqYKwEY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aDqYKwEY .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-v2aDqYKwEY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aDqYKwEY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aDqYKwEY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aDqYKwEY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aDqYKwEY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aDqYKwEY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aDqYKwEY .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aDqYKwEY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aDqYKwEY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aDqYKwEY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aDqYKwEY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aDqYKwEY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aDqYKwEY .dropdown-item.active,
.cid-v2aDqYKwEY .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aDqYKwEY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aDqYKwEY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aDqYKwEY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aDqYKwEY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aDqYKwEY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aDqYKwEY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aDqYKwEY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aDqYKwEY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aDqYKwEY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aDqYKwEY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aDqYKwEY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aDqYKwEY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aDqYKwEY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aDqYKwEY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aDqYKwEY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aDqYKwEY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aDqYKwEY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aDqYKwEY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aDqYKwEY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aDqYKwEY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aDqYKwEY .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-v2aDqYKwEY .navbar {
    height: 70px;
  }
  .cid-v2aDqYKwEY .navbar.opened {
    height: auto;
  }
  .cid-v2aDqYKwEY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aDqZ8pkU {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aDqZ8pkU .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aDqZ8pkU .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aDqZ8pkU .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aDqZ8pkU .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aDqZ8pkU .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aDqZ8pkU .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aDqZ8pkU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aDqZ8pkU .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aDqZ8pkU .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aDqZ8pkU .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aDqZ8pkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDqZ8pkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDqZ8pkU .mbr-text,
.cid-v2aDqZ8pkU .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aDqZrOqr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aDqZrOqr .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aDqZrOqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDqZrOqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDqZrOqr .items-wrapper {
  margin: 0;
}
.cid-v2aDqZrOqr .items-wrapper .item {
  padding: 0;
}
.cid-v2aDqZrOqr .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aDqZrOqr .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aDqZrOqr .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aDqZrOqr .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aDqZrOqr .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aDqZrOqr .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aDqZrOqr .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aDqZrOqr .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aDqZrOqr .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aDqZrOqr .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aDqZrOqr .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aDqZrOqr .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aDqZrOqr .item-desc,
.cid-v2aDqZrOqr .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aDqZrOqr .item-title {
  color: #150764;
}
.cid-v2aDqZrOqr .item-title,
.cid-v2aDqZrOqr .mbr-section-btn {
  text-align: center;
}
.cid-v2aDqZrOqr img {
  border-radius: 10px !important;
}
.cid-v2aDqZRSHo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aDqZRSHo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDqZRSHo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDqZRSHo .title .num {
  width: 100%;
  display: block;
}
.cid-v2aDqZRSHo .title .card-title {
  z-index: 1;
}
.cid-v2aDqZRSHo .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aDqZRSHo .num {
  color: #000073;
}
.cid-v2aDqZRSHo .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aDqZRSHo .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDqZRSHo * {
    text-align: center !important;
  }
  .cid-v2aDqZRSHo .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aDqZRSHo .content-head {
  max-width: 800px;
}
.cid-v2aDqZRSHo .mbr-section-title,
.cid-v2aDqZRSHo .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aDqZRSHo .card-text {
  color: #ffffff;
}
.cid-v2aDr0f8IK {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aDr0f8IK .container {
  padding: 0 5%;
}
.cid-v2aDr0f8IK .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aDr0f8IK .features-content span {
  color: #ffffff;
}
.cid-v2aDr0f8IK .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aDr0f8IK .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aDr0f8IK .features-content {
    width: auto;
  }
}
.cid-v2aDr0f8IK .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aDr0f8IK .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aDr0f8IK .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aDr0f8IK .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aDr0f8IK .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aDr0f8IK .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aDr0f8IK .btn {
    width: 200px;
  }
}
.cid-v2aDr0f8IK .mbr-text,
.cid-v2aDr0f8IK .btn {
  color: #FFFFFF;
}
.cid-v2aDr0f8IK .mbr-text,
.cid-v2aDr0f8IK .mbr-iconfont {
  text-align: center;
}
.cid-v2aDr0xvnt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aDr0xvnt .item:focus,
.cid-v2aDr0xvnt span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aDr0xvnt .container {
    padding: 0 24px;
  }
}
.cid-v2aDr0xvnt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aDr0xvnt .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aDr0xvnt .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aDr0xvnt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aDr0xvnt .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aDr0xvnt .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aDr0xvnt .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aDr0xvnt .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aDr0xvnt .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aDr0xvnt .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aDr0xvnt .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aDr0xvnt .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aDr0xvnt .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aDr0xvnt .embla__button--next,
.cid-v2aDr0xvnt .embla__button--prev {
  display: flex;
}
.cid-v2aDr0xvnt .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aDr0xvnt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aDr0xvnt .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aDr0xvnt .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aDr0xvnt .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aDr0xvnt .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aDr0xvnt .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aDr0xvnt .embla__button {
    bottom: 32px;
  }
}
.cid-v2aDr0xvnt .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aDr0xvnt .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aDr0xvnt .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aDr0xvnt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aDr0xvnt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aDr0xvnt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aDr0xvnt .item-title {
  color: #000073;
}
.cid-v2aDr0xvnt .item-desc {
  color: #ffffff;
}
.cid-v2aDr0xvnt img {
  border-radius: 10px !important;
}
.cid-v2aDr1iRWD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aDr1iRWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDr1iRWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDr1iRWD .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aDr1iRWD .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDr1iRWD .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aDr1iRWD .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aDr1iRWD .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aDr1iRWD .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aDr1iRWD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aDr1iRWD img {
  border-radius: 10px !important;
}
.cid-v2aDr1iRWD .card-title {
  color: #000073;
}
.cid-v2aDr1F6Lb {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aDr1F6Lb svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aDr1F6Lb svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aDr1F6Lb svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aDr1F6Lb .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aDr1F6Lb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aDr1F6Lb .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDr1F6Lb .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aDr1F6Lb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aDr1F6Lb .copyright {
  color: #ffffff;
}
.cid-v2aDr1F6Lb .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aDxi6xlP .navbar-dropdown {
  position: relative !important;
}
.cid-v2aDxi6xlP .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-v2aDxi6xlP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aDxi6xlP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aDxi6xlP .dropdown-item:hover,
.cid-v2aDxi6xlP .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aDxi6xlP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aDxi6xlP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aDxi6xlP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aDxi6xlP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aDxi6xlP .nav-link {
  position: relative;
}
.cid-v2aDxi6xlP .container {
  display: flex;
  margin: auto;
}
.cid-v2aDxi6xlP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aDxi6xlP .dropdown-menu,
.cid-v2aDxi6xlP .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aDxi6xlP .nav-item:focus,
.cid-v2aDxi6xlP .nav-link:focus {
  outline: none;
}
.cid-v2aDxi6xlP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aDxi6xlP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aDxi6xlP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aDxi6xlP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aDxi6xlP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aDxi6xlP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aDxi6xlP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aDxi6xlP .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aDxi6xlP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aDxi6xlP .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aDxi6xlP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aDxi6xlP .navbar.collapsed {
  justify-content: center;
}
.cid-v2aDxi6xlP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aDxi6xlP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aDxi6xlP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aDxi6xlP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aDxi6xlP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aDxi6xlP .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-v2aDxi6xlP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aDxi6xlP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aDxi6xlP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aDxi6xlP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aDxi6xlP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aDxi6xlP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aDxi6xlP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aDxi6xlP .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-v2aDxi6xlP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aDxi6xlP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aDxi6xlP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aDxi6xlP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aDxi6xlP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aDxi6xlP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aDxi6xlP .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aDxi6xlP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aDxi6xlP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aDxi6xlP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aDxi6xlP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aDxi6xlP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aDxi6xlP .dropdown-item.active,
.cid-v2aDxi6xlP .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aDxi6xlP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aDxi6xlP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aDxi6xlP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aDxi6xlP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aDxi6xlP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aDxi6xlP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aDxi6xlP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aDxi6xlP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aDxi6xlP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aDxi6xlP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aDxi6xlP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aDxi6xlP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aDxi6xlP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aDxi6xlP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aDxi6xlP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aDxi6xlP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aDxi6xlP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aDxi6xlP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aDxi6xlP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aDxi6xlP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aDxi6xlP .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-v2aDxi6xlP .navbar {
    height: 70px;
  }
  .cid-v2aDxi6xlP .navbar.opened {
    height: auto;
  }
  .cid-v2aDxi6xlP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aDxitu09 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aDxitu09 .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aDxitu09 .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aDxitu09 .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aDxitu09 .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aDxitu09 .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aDxitu09 .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aDxitu09 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aDxitu09 .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aDxitu09 .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aDxitu09 .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aDxitu09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDxitu09 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDxitu09 .mbr-text,
.cid-v2aDxitu09 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aDxiKiY4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aDxiKiY4 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aDxiKiY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDxiKiY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDxiKiY4 .items-wrapper {
  margin: 0;
}
.cid-v2aDxiKiY4 .items-wrapper .item {
  padding: 0;
}
.cid-v2aDxiKiY4 .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aDxiKiY4 .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aDxiKiY4 .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aDxiKiY4 .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aDxiKiY4 .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aDxiKiY4 .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aDxiKiY4 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aDxiKiY4 .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aDxiKiY4 .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aDxiKiY4 .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aDxiKiY4 .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aDxiKiY4 .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aDxiKiY4 .item-desc,
.cid-v2aDxiKiY4 .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aDxiKiY4 .item-title {
  color: #150764;
}
.cid-v2aDxiKiY4 .item-title,
.cid-v2aDxiKiY4 .mbr-section-btn {
  text-align: center;
}
.cid-v2aDxiKiY4 img {
  border-radius: 10px !important;
}
.cid-v2aDxjc5Cl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aDxjc5Cl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDxjc5Cl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDxjc5Cl .title .num {
  width: 100%;
  display: block;
}
.cid-v2aDxjc5Cl .title .card-title {
  z-index: 1;
}
.cid-v2aDxjc5Cl .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aDxjc5Cl .num {
  color: #000073;
}
.cid-v2aDxjc5Cl .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aDxjc5Cl .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDxjc5Cl * {
    text-align: center !important;
  }
  .cid-v2aDxjc5Cl .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aDxjc5Cl .content-head {
  max-width: 800px;
}
.cid-v2aDxjc5Cl .mbr-section-title,
.cid-v2aDxjc5Cl .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aDxjc5Cl .card-text {
  color: #ffffff;
}
.cid-v2aDxjzPZJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aDxjzPZJ .container {
  padding: 0 5%;
}
.cid-v2aDxjzPZJ .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aDxjzPZJ .features-content span {
  color: #ffffff;
}
.cid-v2aDxjzPZJ .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aDxjzPZJ .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aDxjzPZJ .features-content {
    width: auto;
  }
}
.cid-v2aDxjzPZJ .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aDxjzPZJ .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aDxjzPZJ .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aDxjzPZJ .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aDxjzPZJ .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aDxjzPZJ .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aDxjzPZJ .btn {
    width: 200px;
  }
}
.cid-v2aDxjzPZJ .mbr-text,
.cid-v2aDxjzPZJ .btn {
  color: #FFFFFF;
}
.cid-v2aDxjzPZJ .mbr-text,
.cid-v2aDxjzPZJ .mbr-iconfont {
  text-align: center;
}
.cid-v2aDxjRIUr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aDxjRIUr .item:focus,
.cid-v2aDxjRIUr span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aDxjRIUr .container {
    padding: 0 24px;
  }
}
.cid-v2aDxjRIUr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aDxjRIUr .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aDxjRIUr .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aDxjRIUr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aDxjRIUr .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aDxjRIUr .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aDxjRIUr .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aDxjRIUr .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aDxjRIUr .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aDxjRIUr .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aDxjRIUr .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aDxjRIUr .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aDxjRIUr .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aDxjRIUr .embla__button--next,
.cid-v2aDxjRIUr .embla__button--prev {
  display: flex;
}
.cid-v2aDxjRIUr .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aDxjRIUr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aDxjRIUr .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aDxjRIUr .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aDxjRIUr .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aDxjRIUr .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aDxjRIUr .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aDxjRIUr .embla__button {
    bottom: 32px;
  }
}
.cid-v2aDxjRIUr .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aDxjRIUr .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aDxjRIUr .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aDxjRIUr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aDxjRIUr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aDxjRIUr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aDxjRIUr .item-title {
  color: #000073;
}
.cid-v2aDxjRIUr .item-desc {
  color: #ffffff;
}
.cid-v2aDxjRIUr img {
  border-radius: 10px !important;
}
.cid-v2aDxkAMKv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aDxkAMKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDxkAMKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDxkAMKv .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aDxkAMKv .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDxkAMKv .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aDxkAMKv .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aDxkAMKv .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aDxkAMKv .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aDxkAMKv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aDxkAMKv img {
  border-radius: 10px !important;
}
.cid-v2aDxkAMKv .card-title {
  color: #000073;
}
.cid-v2aDxkWZRg {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aDxkWZRg svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aDxkWZRg svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aDxkWZRg svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aDxkWZRg .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aDxkWZRg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aDxkWZRg .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDxkWZRg .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aDxkWZRg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aDxkWZRg .copyright {
  color: #ffffff;
}
.cid-v2aDxkWZRg .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aDErfywW .navbar-dropdown {
  position: relative !important;
}
.cid-v2aDErfywW .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-v2aDErfywW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aDErfywW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aDErfywW .dropdown-item:hover,
.cid-v2aDErfywW .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aDErfywW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aDErfywW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aDErfywW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aDErfywW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aDErfywW .nav-link {
  position: relative;
}
.cid-v2aDErfywW .container {
  display: flex;
  margin: auto;
}
.cid-v2aDErfywW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aDErfywW .dropdown-menu,
.cid-v2aDErfywW .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aDErfywW .nav-item:focus,
.cid-v2aDErfywW .nav-link:focus {
  outline: none;
}
.cid-v2aDErfywW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aDErfywW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aDErfywW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aDErfywW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aDErfywW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aDErfywW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aDErfywW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aDErfywW .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aDErfywW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aDErfywW .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aDErfywW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aDErfywW .navbar.collapsed {
  justify-content: center;
}
.cid-v2aDErfywW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aDErfywW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aDErfywW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aDErfywW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aDErfywW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aDErfywW .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-v2aDErfywW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aDErfywW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aDErfywW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aDErfywW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aDErfywW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aDErfywW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aDErfywW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aDErfywW .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-v2aDErfywW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aDErfywW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aDErfywW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aDErfywW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aDErfywW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aDErfywW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aDErfywW .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aDErfywW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aDErfywW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aDErfywW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aDErfywW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aDErfywW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aDErfywW .dropdown-item.active,
.cid-v2aDErfywW .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aDErfywW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aDErfywW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aDErfywW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aDErfywW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aDErfywW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aDErfywW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aDErfywW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aDErfywW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aDErfywW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aDErfywW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aDErfywW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aDErfywW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aDErfywW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aDErfywW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aDErfywW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aDErfywW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aDErfywW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aDErfywW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aDErfywW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aDErfywW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aDErfywW .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-v2aDErfywW .navbar {
    height: 70px;
  }
  .cid-v2aDErfywW .navbar.opened {
    height: auto;
  }
  .cid-v2aDErfywW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aDErA0vZ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aDErA0vZ .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aDErA0vZ .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aDErA0vZ .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aDErA0vZ .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aDErA0vZ .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aDErA0vZ .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aDErA0vZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aDErA0vZ .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aDErA0vZ .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aDErA0vZ .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aDErA0vZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDErA0vZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDErA0vZ .mbr-text,
.cid-v2aDErA0vZ .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aDErRDKj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aDErRDKj .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aDErRDKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDErRDKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDErRDKj .items-wrapper {
  margin: 0;
}
.cid-v2aDErRDKj .items-wrapper .item {
  padding: 0;
}
.cid-v2aDErRDKj .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aDErRDKj .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aDErRDKj .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aDErRDKj .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aDErRDKj .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aDErRDKj .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aDErRDKj .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aDErRDKj .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aDErRDKj .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aDErRDKj .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aDErRDKj .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aDErRDKj .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aDErRDKj .item-desc,
.cid-v2aDErRDKj .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aDErRDKj .item-title {
  color: #150764;
}
.cid-v2aDErRDKj .item-title,
.cid-v2aDErRDKj .mbr-section-btn {
  text-align: center;
}
.cid-v2aDErRDKj img {
  border-radius: 10px !important;
}
.cid-v2aDEskuJi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aDEskuJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDEskuJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDEskuJi .title .num {
  width: 100%;
  display: block;
}
.cid-v2aDEskuJi .title .card-title {
  z-index: 1;
}
.cid-v2aDEskuJi .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aDEskuJi .num {
  color: #000073;
}
.cid-v2aDEskuJi .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aDEskuJi .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDEskuJi * {
    text-align: center !important;
  }
  .cid-v2aDEskuJi .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aDEskuJi .content-head {
  max-width: 800px;
}
.cid-v2aDEskuJi .mbr-section-title,
.cid-v2aDEskuJi .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aDEskuJi .card-text {
  color: #ffffff;
}
.cid-v2aDEsHHMj {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aDEsHHMj .container {
  padding: 0 5%;
}
.cid-v2aDEsHHMj .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aDEsHHMj .features-content span {
  color: #ffffff;
}
.cid-v2aDEsHHMj .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aDEsHHMj .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aDEsHHMj .features-content {
    width: auto;
  }
}
.cid-v2aDEsHHMj .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aDEsHHMj .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aDEsHHMj .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aDEsHHMj .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aDEsHHMj .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aDEsHHMj .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aDEsHHMj .btn {
    width: 200px;
  }
}
.cid-v2aDEsHHMj .mbr-text,
.cid-v2aDEsHHMj .btn {
  color: #FFFFFF;
}
.cid-v2aDEsHHMj .mbr-text,
.cid-v2aDEsHHMj .mbr-iconfont {
  text-align: center;
}
.cid-v2aDEsZMbd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aDEsZMbd .item:focus,
.cid-v2aDEsZMbd span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aDEsZMbd .container {
    padding: 0 24px;
  }
}
.cid-v2aDEsZMbd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aDEsZMbd .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aDEsZMbd .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aDEsZMbd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aDEsZMbd .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aDEsZMbd .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aDEsZMbd .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aDEsZMbd .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aDEsZMbd .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aDEsZMbd .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aDEsZMbd .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aDEsZMbd .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aDEsZMbd .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aDEsZMbd .embla__button--next,
.cid-v2aDEsZMbd .embla__button--prev {
  display: flex;
}
.cid-v2aDEsZMbd .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aDEsZMbd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aDEsZMbd .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aDEsZMbd .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aDEsZMbd .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aDEsZMbd .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aDEsZMbd .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aDEsZMbd .embla__button {
    bottom: 32px;
  }
}
.cid-v2aDEsZMbd .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aDEsZMbd .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aDEsZMbd .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aDEsZMbd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aDEsZMbd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aDEsZMbd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aDEsZMbd .item-title {
  color: #000073;
}
.cid-v2aDEsZMbd .item-desc {
  color: #ffffff;
}
.cid-v2aDEsZMbd img {
  border-radius: 10px !important;
}
.cid-v2aDEtHbX3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aDEtHbX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDEtHbX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDEtHbX3 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aDEtHbX3 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDEtHbX3 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aDEtHbX3 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aDEtHbX3 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aDEtHbX3 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aDEtHbX3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aDEtHbX3 img {
  border-radius: 10px !important;
}
.cid-v2aDEtHbX3 .card-title {
  color: #000073;
}
.cid-v2aDEu25j8 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aDEu25j8 svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aDEu25j8 svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aDEu25j8 svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aDEu25j8 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aDEu25j8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aDEu25j8 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDEu25j8 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aDEu25j8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aDEu25j8 .copyright {
  color: #ffffff;
}
.cid-v2aDEu25j8 .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aDLpvX7f .navbar-dropdown {
  position: relative !important;
}
.cid-v2aDLpvX7f .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-v2aDLpvX7f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aDLpvX7f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aDLpvX7f .dropdown-item:hover,
.cid-v2aDLpvX7f .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aDLpvX7f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aDLpvX7f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aDLpvX7f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aDLpvX7f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aDLpvX7f .nav-link {
  position: relative;
}
.cid-v2aDLpvX7f .container {
  display: flex;
  margin: auto;
}
.cid-v2aDLpvX7f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aDLpvX7f .dropdown-menu,
.cid-v2aDLpvX7f .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aDLpvX7f .nav-item:focus,
.cid-v2aDLpvX7f .nav-link:focus {
  outline: none;
}
.cid-v2aDLpvX7f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aDLpvX7f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aDLpvX7f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aDLpvX7f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aDLpvX7f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aDLpvX7f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aDLpvX7f .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aDLpvX7f .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aDLpvX7f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aDLpvX7f .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aDLpvX7f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aDLpvX7f .navbar.collapsed {
  justify-content: center;
}
.cid-v2aDLpvX7f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aDLpvX7f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aDLpvX7f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aDLpvX7f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aDLpvX7f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aDLpvX7f .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-v2aDLpvX7f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aDLpvX7f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aDLpvX7f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aDLpvX7f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aDLpvX7f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aDLpvX7f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aDLpvX7f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aDLpvX7f .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-v2aDLpvX7f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aDLpvX7f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aDLpvX7f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aDLpvX7f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aDLpvX7f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aDLpvX7f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aDLpvX7f .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aDLpvX7f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aDLpvX7f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aDLpvX7f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aDLpvX7f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aDLpvX7f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aDLpvX7f .dropdown-item.active,
.cid-v2aDLpvX7f .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aDLpvX7f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aDLpvX7f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aDLpvX7f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aDLpvX7f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aDLpvX7f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aDLpvX7f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aDLpvX7f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aDLpvX7f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aDLpvX7f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aDLpvX7f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aDLpvX7f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aDLpvX7f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aDLpvX7f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aDLpvX7f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aDLpvX7f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aDLpvX7f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aDLpvX7f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aDLpvX7f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aDLpvX7f .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aDLpvX7f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aDLpvX7f .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-v2aDLpvX7f .navbar {
    height: 70px;
  }
  .cid-v2aDLpvX7f .navbar.opened {
    height: auto;
  }
  .cid-v2aDLpvX7f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aDLqbQO2 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aDLqbQO2 .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aDLqbQO2 .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aDLqbQO2 .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aDLqbQO2 .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aDLqbQO2 .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aDLqbQO2 .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aDLqbQO2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aDLqbQO2 .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aDLqbQO2 .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aDLqbQO2 .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aDLqbQO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDLqbQO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDLqbQO2 .mbr-text,
.cid-v2aDLqbQO2 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aDLqAgDn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aDLqAgDn .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aDLqAgDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDLqAgDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDLqAgDn .items-wrapper {
  margin: 0;
}
.cid-v2aDLqAgDn .items-wrapper .item {
  padding: 0;
}
.cid-v2aDLqAgDn .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aDLqAgDn .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aDLqAgDn .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aDLqAgDn .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aDLqAgDn .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aDLqAgDn .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aDLqAgDn .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aDLqAgDn .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aDLqAgDn .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aDLqAgDn .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aDLqAgDn .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aDLqAgDn .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aDLqAgDn .item-desc,
.cid-v2aDLqAgDn .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aDLqAgDn .item-title {
  color: #150764;
}
.cid-v2aDLqAgDn .item-title,
.cid-v2aDLqAgDn .mbr-section-btn {
  text-align: center;
}
.cid-v2aDLqAgDn img {
  border-radius: 10px !important;
}
.cid-v2aDLrfYYL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aDLrfYYL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDLrfYYL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDLrfYYL .title .num {
  width: 100%;
  display: block;
}
.cid-v2aDLrfYYL .title .card-title {
  z-index: 1;
}
.cid-v2aDLrfYYL .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aDLrfYYL .num {
  color: #000073;
}
.cid-v2aDLrfYYL .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aDLrfYYL .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDLrfYYL * {
    text-align: center !important;
  }
  .cid-v2aDLrfYYL .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aDLrfYYL .content-head {
  max-width: 800px;
}
.cid-v2aDLrfYYL .mbr-section-title,
.cid-v2aDLrfYYL .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aDLrfYYL .card-text {
  color: #ffffff;
}
.cid-v2aDLrSIdQ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aDLrSIdQ .container {
  padding: 0 5%;
}
.cid-v2aDLrSIdQ .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aDLrSIdQ .features-content span {
  color: #ffffff;
}
.cid-v2aDLrSIdQ .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aDLrSIdQ .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aDLrSIdQ .features-content {
    width: auto;
  }
}
.cid-v2aDLrSIdQ .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aDLrSIdQ .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aDLrSIdQ .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aDLrSIdQ .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aDLrSIdQ .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aDLrSIdQ .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aDLrSIdQ .btn {
    width: 200px;
  }
}
.cid-v2aDLrSIdQ .mbr-text,
.cid-v2aDLrSIdQ .btn {
  color: #FFFFFF;
}
.cid-v2aDLrSIdQ .mbr-text,
.cid-v2aDLrSIdQ .mbr-iconfont {
  text-align: center;
}
.cid-v2aDLs8Ukf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aDLs8Ukf .item:focus,
.cid-v2aDLs8Ukf span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aDLs8Ukf .container {
    padding: 0 24px;
  }
}
.cid-v2aDLs8Ukf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aDLs8Ukf .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aDLs8Ukf .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aDLs8Ukf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aDLs8Ukf .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aDLs8Ukf .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aDLs8Ukf .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aDLs8Ukf .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aDLs8Ukf .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aDLs8Ukf .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aDLs8Ukf .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aDLs8Ukf .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aDLs8Ukf .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aDLs8Ukf .embla__button--next,
.cid-v2aDLs8Ukf .embla__button--prev {
  display: flex;
}
.cid-v2aDLs8Ukf .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aDLs8Ukf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aDLs8Ukf .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aDLs8Ukf .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aDLs8Ukf .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aDLs8Ukf .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aDLs8Ukf .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aDLs8Ukf .embla__button {
    bottom: 32px;
  }
}
.cid-v2aDLs8Ukf .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aDLs8Ukf .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aDLs8Ukf .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aDLs8Ukf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aDLs8Ukf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aDLs8Ukf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aDLs8Ukf .item-title {
  color: #000073;
}
.cid-v2aDLs8Ukf .item-desc {
  color: #ffffff;
}
.cid-v2aDLs8Ukf img {
  border-radius: 10px !important;
}
.cid-v2aDLsOszC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aDLsOszC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDLsOszC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDLsOszC .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aDLsOszC .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDLsOszC .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aDLsOszC .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aDLsOszC .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aDLsOszC .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aDLsOszC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aDLsOszC img {
  border-radius: 10px !important;
}
.cid-v2aDLsOszC .card-title {
  color: #000073;
}
.cid-v2aDLt8YMD {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aDLt8YMD svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aDLt8YMD svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aDLt8YMD svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aDLt8YMD .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aDLt8YMD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aDLt8YMD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDLt8YMD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aDLt8YMD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aDLt8YMD .copyright {
  color: #ffffff;
}
.cid-v2aDLt8YMD .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aDQU2d7Z .navbar-dropdown {
  position: relative !important;
}
.cid-v2aDQU2d7Z .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-v2aDQU2d7Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aDQU2d7Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aDQU2d7Z .dropdown-item:hover,
.cid-v2aDQU2d7Z .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aDQU2d7Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aDQU2d7Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aDQU2d7Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aDQU2d7Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aDQU2d7Z .nav-link {
  position: relative;
}
.cid-v2aDQU2d7Z .container {
  display: flex;
  margin: auto;
}
.cid-v2aDQU2d7Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aDQU2d7Z .dropdown-menu,
.cid-v2aDQU2d7Z .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aDQU2d7Z .nav-item:focus,
.cid-v2aDQU2d7Z .nav-link:focus {
  outline: none;
}
.cid-v2aDQU2d7Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aDQU2d7Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aDQU2d7Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aDQU2d7Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aDQU2d7Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aDQU2d7Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aDQU2d7Z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aDQU2d7Z .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aDQU2d7Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aDQU2d7Z .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aDQU2d7Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aDQU2d7Z .navbar.collapsed {
  justify-content: center;
}
.cid-v2aDQU2d7Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aDQU2d7Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aDQU2d7Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aDQU2d7Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aDQU2d7Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aDQU2d7Z .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-v2aDQU2d7Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aDQU2d7Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aDQU2d7Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aDQU2d7Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aDQU2d7Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aDQU2d7Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aDQU2d7Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aDQU2d7Z .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-v2aDQU2d7Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aDQU2d7Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aDQU2d7Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aDQU2d7Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aDQU2d7Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aDQU2d7Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aDQU2d7Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aDQU2d7Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aDQU2d7Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aDQU2d7Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aDQU2d7Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aDQU2d7Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aDQU2d7Z .dropdown-item.active,
.cid-v2aDQU2d7Z .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aDQU2d7Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aDQU2d7Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aDQU2d7Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aDQU2d7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aDQU2d7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aDQU2d7Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aDQU2d7Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aDQU2d7Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aDQU2d7Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aDQU2d7Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aDQU2d7Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aDQU2d7Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aDQU2d7Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aDQU2d7Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aDQU2d7Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aDQU2d7Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aDQU2d7Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aDQU2d7Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aDQU2d7Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aDQU2d7Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aDQU2d7Z .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-v2aDQU2d7Z .navbar {
    height: 70px;
  }
  .cid-v2aDQU2d7Z .navbar.opened {
    height: auto;
  }
  .cid-v2aDQU2d7Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aDQUpctD {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aDQUpctD .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aDQUpctD .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aDQUpctD .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aDQUpctD .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aDQUpctD .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aDQUpctD .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aDQUpctD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aDQUpctD .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aDQUpctD .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aDQUpctD .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aDQUpctD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDQUpctD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDQUpctD .mbr-text,
.cid-v2aDQUpctD .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aDQUGJUG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aDQUGJUG .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aDQUGJUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDQUGJUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDQUGJUG .items-wrapper {
  margin: 0;
}
.cid-v2aDQUGJUG .items-wrapper .item {
  padding: 0;
}
.cid-v2aDQUGJUG .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aDQUGJUG .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aDQUGJUG .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aDQUGJUG .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aDQUGJUG .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aDQUGJUG .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aDQUGJUG .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aDQUGJUG .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aDQUGJUG .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aDQUGJUG .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aDQUGJUG .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aDQUGJUG .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aDQUGJUG .item-desc,
.cid-v2aDQUGJUG .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aDQUGJUG .item-title {
  color: #150764;
}
.cid-v2aDQUGJUG .item-title,
.cid-v2aDQUGJUG .mbr-section-btn {
  text-align: center;
}
.cid-v2aDQUGJUG img {
  border-radius: 10px !important;
}
.cid-v2aDQV69uS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aDQV69uS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDQV69uS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDQV69uS .title .num {
  width: 100%;
  display: block;
}
.cid-v2aDQV69uS .title .card-title {
  z-index: 1;
}
.cid-v2aDQV69uS .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aDQV69uS .num {
  color: #000073;
}
.cid-v2aDQV69uS .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aDQV69uS .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDQV69uS * {
    text-align: center !important;
  }
  .cid-v2aDQV69uS .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aDQV69uS .content-head {
  max-width: 800px;
}
.cid-v2aDQV69uS .mbr-section-title,
.cid-v2aDQV69uS .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aDQV69uS .card-text {
  color: #ffffff;
}
.cid-v2aDQVshNE {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aDQVshNE .container {
  padding: 0 5%;
}
.cid-v2aDQVshNE .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aDQVshNE .features-content span {
  color: #ffffff;
}
.cid-v2aDQVshNE .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aDQVshNE .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aDQVshNE .features-content {
    width: auto;
  }
}
.cid-v2aDQVshNE .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aDQVshNE .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aDQVshNE .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aDQVshNE .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aDQVshNE .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aDQVshNE .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aDQVshNE .btn {
    width: 200px;
  }
}
.cid-v2aDQVshNE .mbr-text,
.cid-v2aDQVshNE .btn {
  color: #FFFFFF;
}
.cid-v2aDQVshNE .mbr-text,
.cid-v2aDQVshNE .mbr-iconfont {
  text-align: center;
}
.cid-v2aDQVLfO3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aDQVLfO3 .item:focus,
.cid-v2aDQVLfO3 span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aDQVLfO3 .container {
    padding: 0 24px;
  }
}
.cid-v2aDQVLfO3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aDQVLfO3 .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aDQVLfO3 .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aDQVLfO3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aDQVLfO3 .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aDQVLfO3 .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aDQVLfO3 .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aDQVLfO3 .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aDQVLfO3 .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aDQVLfO3 .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aDQVLfO3 .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aDQVLfO3 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aDQVLfO3 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aDQVLfO3 .embla__button--next,
.cid-v2aDQVLfO3 .embla__button--prev {
  display: flex;
}
.cid-v2aDQVLfO3 .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aDQVLfO3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aDQVLfO3 .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aDQVLfO3 .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aDQVLfO3 .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aDQVLfO3 .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aDQVLfO3 .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aDQVLfO3 .embla__button {
    bottom: 32px;
  }
}
.cid-v2aDQVLfO3 .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aDQVLfO3 .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aDQVLfO3 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aDQVLfO3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aDQVLfO3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aDQVLfO3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aDQVLfO3 .item-title {
  color: #000073;
}
.cid-v2aDQVLfO3 .item-desc {
  color: #ffffff;
}
.cid-v2aDQVLfO3 img {
  border-radius: 10px !important;
}
.cid-v2aDQWpTGj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aDQWpTGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDQWpTGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDQWpTGj .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aDQWpTGj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDQWpTGj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aDQWpTGj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aDQWpTGj .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aDQWpTGj .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aDQWpTGj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aDQWpTGj img {
  border-radius: 10px !important;
}
.cid-v2aDQWpTGj .card-title {
  color: #000073;
}
.cid-v2aDQWNdnU {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aDQWNdnU svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aDQWNdnU svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aDQWNdnU svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aDQWNdnU .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aDQWNdnU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aDQWNdnU .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDQWNdnU .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aDQWNdnU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aDQWNdnU .copyright {
  color: #ffffff;
}
.cid-v2aDQWNdnU .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aDZpWvH0 .navbar-dropdown {
  position: relative !important;
}
.cid-v2aDZpWvH0 .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-v2aDZpWvH0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aDZpWvH0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aDZpWvH0 .dropdown-item:hover,
.cid-v2aDZpWvH0 .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aDZpWvH0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aDZpWvH0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aDZpWvH0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aDZpWvH0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aDZpWvH0 .nav-link {
  position: relative;
}
.cid-v2aDZpWvH0 .container {
  display: flex;
  margin: auto;
}
.cid-v2aDZpWvH0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aDZpWvH0 .dropdown-menu,
.cid-v2aDZpWvH0 .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aDZpWvH0 .nav-item:focus,
.cid-v2aDZpWvH0 .nav-link:focus {
  outline: none;
}
.cid-v2aDZpWvH0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aDZpWvH0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aDZpWvH0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aDZpWvH0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aDZpWvH0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aDZpWvH0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aDZpWvH0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aDZpWvH0 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aDZpWvH0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aDZpWvH0 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aDZpWvH0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aDZpWvH0 .navbar.collapsed {
  justify-content: center;
}
.cid-v2aDZpWvH0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aDZpWvH0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aDZpWvH0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aDZpWvH0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aDZpWvH0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aDZpWvH0 .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-v2aDZpWvH0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aDZpWvH0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aDZpWvH0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aDZpWvH0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aDZpWvH0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aDZpWvH0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aDZpWvH0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aDZpWvH0 .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-v2aDZpWvH0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aDZpWvH0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aDZpWvH0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aDZpWvH0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aDZpWvH0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aDZpWvH0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aDZpWvH0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aDZpWvH0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aDZpWvH0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aDZpWvH0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aDZpWvH0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aDZpWvH0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aDZpWvH0 .dropdown-item.active,
.cid-v2aDZpWvH0 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aDZpWvH0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aDZpWvH0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aDZpWvH0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aDZpWvH0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aDZpWvH0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aDZpWvH0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aDZpWvH0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aDZpWvH0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aDZpWvH0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aDZpWvH0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aDZpWvH0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aDZpWvH0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aDZpWvH0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aDZpWvH0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aDZpWvH0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aDZpWvH0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aDZpWvH0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aDZpWvH0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aDZpWvH0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aDZpWvH0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aDZpWvH0 .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-v2aDZpWvH0 .navbar {
    height: 70px;
  }
  .cid-v2aDZpWvH0 .navbar.opened {
    height: auto;
  }
  .cid-v2aDZpWvH0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aDZqjrjW {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aDZqjrjW .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aDZqjrjW .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aDZqjrjW .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aDZqjrjW .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aDZqjrjW .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aDZqjrjW .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aDZqjrjW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aDZqjrjW .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aDZqjrjW .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aDZqjrjW .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aDZqjrjW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDZqjrjW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDZqjrjW .mbr-text,
.cid-v2aDZqjrjW .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aDZqzLNI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aDZqzLNI .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aDZqzLNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDZqzLNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDZqzLNI .items-wrapper {
  margin: 0;
}
.cid-v2aDZqzLNI .items-wrapper .item {
  padding: 0;
}
.cid-v2aDZqzLNI .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aDZqzLNI .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aDZqzLNI .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aDZqzLNI .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aDZqzLNI .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aDZqzLNI .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aDZqzLNI .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aDZqzLNI .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aDZqzLNI .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aDZqzLNI .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aDZqzLNI .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aDZqzLNI .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aDZqzLNI .item-desc,
.cid-v2aDZqzLNI .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aDZqzLNI .item-title {
  color: #150764;
}
.cid-v2aDZqzLNI .item-title,
.cid-v2aDZqzLNI .mbr-section-btn {
  text-align: center;
}
.cid-v2aDZqzLNI img {
  border-radius: 10px !important;
}
.cid-v2aDZqZcQ2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aDZqZcQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDZqZcQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDZqZcQ2 .title .num {
  width: 100%;
  display: block;
}
.cid-v2aDZqZcQ2 .title .card-title {
  z-index: 1;
}
.cid-v2aDZqZcQ2 .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aDZqZcQ2 .num {
  color: #000073;
}
.cid-v2aDZqZcQ2 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aDZqZcQ2 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDZqZcQ2 * {
    text-align: center !important;
  }
  .cid-v2aDZqZcQ2 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aDZqZcQ2 .content-head {
  max-width: 800px;
}
.cid-v2aDZqZcQ2 .mbr-section-title,
.cid-v2aDZqZcQ2 .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aDZqZcQ2 .card-text {
  color: #ffffff;
}
.cid-v2aDZrnDXs {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aDZrnDXs .container {
  padding: 0 5%;
}
.cid-v2aDZrnDXs .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aDZrnDXs .features-content span {
  color: #ffffff;
}
.cid-v2aDZrnDXs .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aDZrnDXs .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aDZrnDXs .features-content {
    width: auto;
  }
}
.cid-v2aDZrnDXs .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aDZrnDXs .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aDZrnDXs .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aDZrnDXs .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aDZrnDXs .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aDZrnDXs .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aDZrnDXs .btn {
    width: 200px;
  }
}
.cid-v2aDZrnDXs .mbr-text,
.cid-v2aDZrnDXs .btn {
  color: #FFFFFF;
}
.cid-v2aDZrnDXs .mbr-text,
.cid-v2aDZrnDXs .mbr-iconfont {
  text-align: center;
}
.cid-v2aDZrG09Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aDZrG09Z .item:focus,
.cid-v2aDZrG09Z span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aDZrG09Z .container {
    padding: 0 24px;
  }
}
.cid-v2aDZrG09Z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aDZrG09Z .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aDZrG09Z .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aDZrG09Z .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aDZrG09Z .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aDZrG09Z .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aDZrG09Z .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aDZrG09Z .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aDZrG09Z .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aDZrG09Z .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aDZrG09Z .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aDZrG09Z .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aDZrG09Z .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aDZrG09Z .embla__button--next,
.cid-v2aDZrG09Z .embla__button--prev {
  display: flex;
}
.cid-v2aDZrG09Z .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aDZrG09Z .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aDZrG09Z .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aDZrG09Z .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aDZrG09Z .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aDZrG09Z .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aDZrG09Z .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aDZrG09Z .embla__button {
    bottom: 32px;
  }
}
.cid-v2aDZrG09Z .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aDZrG09Z .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aDZrG09Z .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aDZrG09Z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aDZrG09Z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aDZrG09Z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aDZrG09Z .item-title {
  color: #000073;
}
.cid-v2aDZrG09Z .item-desc {
  color: #ffffff;
}
.cid-v2aDZrG09Z img {
  border-radius: 10px !important;
}
.cid-v2aDZsmB0j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aDZsmB0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aDZsmB0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aDZsmB0j .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aDZsmB0j .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDZsmB0j .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aDZsmB0j .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aDZsmB0j .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aDZsmB0j .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aDZsmB0j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aDZsmB0j img {
  border-radius: 10px !important;
}
.cid-v2aDZsmB0j .card-title {
  color: #000073;
}
.cid-v2aDZsH3FI {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aDZsH3FI svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aDZsH3FI svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aDZsH3FI svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aDZsH3FI .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aDZsH3FI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aDZsH3FI .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aDZsH3FI .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aDZsH3FI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aDZsH3FI .copyright {
  color: #ffffff;
}
.cid-v2aDZsH3FI .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aE57gMKm .navbar-dropdown {
  position: relative !important;
}
.cid-v2aE57gMKm .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-v2aE57gMKm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aE57gMKm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aE57gMKm .dropdown-item:hover,
.cid-v2aE57gMKm .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aE57gMKm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aE57gMKm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aE57gMKm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aE57gMKm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aE57gMKm .nav-link {
  position: relative;
}
.cid-v2aE57gMKm .container {
  display: flex;
  margin: auto;
}
.cid-v2aE57gMKm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aE57gMKm .dropdown-menu,
.cid-v2aE57gMKm .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aE57gMKm .nav-item:focus,
.cid-v2aE57gMKm .nav-link:focus {
  outline: none;
}
.cid-v2aE57gMKm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aE57gMKm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aE57gMKm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aE57gMKm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aE57gMKm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aE57gMKm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aE57gMKm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aE57gMKm .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aE57gMKm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aE57gMKm .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aE57gMKm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aE57gMKm .navbar.collapsed {
  justify-content: center;
}
.cid-v2aE57gMKm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aE57gMKm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aE57gMKm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aE57gMKm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aE57gMKm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aE57gMKm .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-v2aE57gMKm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aE57gMKm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aE57gMKm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aE57gMKm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aE57gMKm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aE57gMKm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aE57gMKm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aE57gMKm .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-v2aE57gMKm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aE57gMKm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aE57gMKm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aE57gMKm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aE57gMKm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aE57gMKm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aE57gMKm .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aE57gMKm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aE57gMKm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aE57gMKm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aE57gMKm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aE57gMKm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aE57gMKm .dropdown-item.active,
.cid-v2aE57gMKm .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aE57gMKm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aE57gMKm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aE57gMKm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aE57gMKm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aE57gMKm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aE57gMKm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aE57gMKm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aE57gMKm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aE57gMKm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aE57gMKm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aE57gMKm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aE57gMKm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aE57gMKm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aE57gMKm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aE57gMKm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aE57gMKm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aE57gMKm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aE57gMKm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aE57gMKm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aE57gMKm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aE57gMKm .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-v2aE57gMKm .navbar {
    height: 70px;
  }
  .cid-v2aE57gMKm .navbar.opened {
    height: auto;
  }
  .cid-v2aE57gMKm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aE57CKet {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aE57CKet .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aE57CKet .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aE57CKet .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aE57CKet .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aE57CKet .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aE57CKet .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aE57CKet .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aE57CKet .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aE57CKet .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aE57CKet .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aE57CKet .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aE57CKet .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aE57CKet .mbr-text,
.cid-v2aE57CKet .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aE57UyHF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aE57UyHF .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aE57UyHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aE57UyHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aE57UyHF .items-wrapper {
  margin: 0;
}
.cid-v2aE57UyHF .items-wrapper .item {
  padding: 0;
}
.cid-v2aE57UyHF .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aE57UyHF .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aE57UyHF .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aE57UyHF .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aE57UyHF .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aE57UyHF .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aE57UyHF .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aE57UyHF .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aE57UyHF .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aE57UyHF .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aE57UyHF .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aE57UyHF .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aE57UyHF .item-desc,
.cid-v2aE57UyHF .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aE57UyHF .item-title {
  color: #150764;
}
.cid-v2aE57UyHF .item-title,
.cid-v2aE57UyHF .mbr-section-btn {
  text-align: center;
}
.cid-v2aE57UyHF img {
  border-radius: 10px !important;
}
.cid-v2aE58lkt9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aE58lkt9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aE58lkt9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aE58lkt9 .title .num {
  width: 100%;
  display: block;
}
.cid-v2aE58lkt9 .title .card-title {
  z-index: 1;
}
.cid-v2aE58lkt9 .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aE58lkt9 .num {
  color: #000073;
}
.cid-v2aE58lkt9 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aE58lkt9 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aE58lkt9 * {
    text-align: center !important;
  }
  .cid-v2aE58lkt9 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aE58lkt9 .content-head {
  max-width: 800px;
}
.cid-v2aE58lkt9 .mbr-section-title,
.cid-v2aE58lkt9 .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aE58lkt9 .card-text {
  color: #ffffff;
}
.cid-v2aE58H1eB {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aE58H1eB .container {
  padding: 0 5%;
}
.cid-v2aE58H1eB .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aE58H1eB .features-content span {
  color: #ffffff;
}
.cid-v2aE58H1eB .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aE58H1eB .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aE58H1eB .features-content {
    width: auto;
  }
}
.cid-v2aE58H1eB .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aE58H1eB .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aE58H1eB .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aE58H1eB .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aE58H1eB .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aE58H1eB .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aE58H1eB .btn {
    width: 200px;
  }
}
.cid-v2aE58H1eB .mbr-text,
.cid-v2aE58H1eB .btn {
  color: #FFFFFF;
}
.cid-v2aE58H1eB .mbr-text,
.cid-v2aE58H1eB .mbr-iconfont {
  text-align: center;
}
.cid-v2aE58ZPFp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aE58ZPFp .item:focus,
.cid-v2aE58ZPFp span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aE58ZPFp .container {
    padding: 0 24px;
  }
}
.cid-v2aE58ZPFp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aE58ZPFp .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aE58ZPFp .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aE58ZPFp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aE58ZPFp .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aE58ZPFp .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aE58ZPFp .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aE58ZPFp .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aE58ZPFp .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aE58ZPFp .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aE58ZPFp .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aE58ZPFp .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aE58ZPFp .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aE58ZPFp .embla__button--next,
.cid-v2aE58ZPFp .embla__button--prev {
  display: flex;
}
.cid-v2aE58ZPFp .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aE58ZPFp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aE58ZPFp .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aE58ZPFp .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aE58ZPFp .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aE58ZPFp .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aE58ZPFp .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aE58ZPFp .embla__button {
    bottom: 32px;
  }
}
.cid-v2aE58ZPFp .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aE58ZPFp .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aE58ZPFp .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aE58ZPFp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aE58ZPFp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aE58ZPFp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aE58ZPFp .item-title {
  color: #000073;
}
.cid-v2aE58ZPFp .item-desc {
  color: #ffffff;
}
.cid-v2aE58ZPFp img {
  border-radius: 10px !important;
}
.cid-v2aE59GAn0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aE59GAn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aE59GAn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aE59GAn0 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aE59GAn0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aE59GAn0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aE59GAn0 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aE59GAn0 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aE59GAn0 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aE59GAn0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aE59GAn0 img {
  border-radius: 10px !important;
}
.cid-v2aE59GAn0 .card-title {
  color: #000073;
}
.cid-v2aE5a1AdZ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aE5a1AdZ svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aE5a1AdZ svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aE5a1AdZ svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aE5a1AdZ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aE5a1AdZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aE5a1AdZ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aE5a1AdZ .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aE5a1AdZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aE5a1AdZ .copyright {
  color: #ffffff;
}
.cid-v2aE5a1AdZ .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aEcKSXKK .navbar-dropdown {
  position: relative !important;
}
.cid-v2aEcKSXKK .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-v2aEcKSXKK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aEcKSXKK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aEcKSXKK .dropdown-item:hover,
.cid-v2aEcKSXKK .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aEcKSXKK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aEcKSXKK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aEcKSXKK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aEcKSXKK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aEcKSXKK .nav-link {
  position: relative;
}
.cid-v2aEcKSXKK .container {
  display: flex;
  margin: auto;
}
.cid-v2aEcKSXKK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aEcKSXKK .dropdown-menu,
.cid-v2aEcKSXKK .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aEcKSXKK .nav-item:focus,
.cid-v2aEcKSXKK .nav-link:focus {
  outline: none;
}
.cid-v2aEcKSXKK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aEcKSXKK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aEcKSXKK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aEcKSXKK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aEcKSXKK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aEcKSXKK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aEcKSXKK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aEcKSXKK .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aEcKSXKK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aEcKSXKK .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aEcKSXKK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aEcKSXKK .navbar.collapsed {
  justify-content: center;
}
.cid-v2aEcKSXKK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aEcKSXKK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aEcKSXKK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aEcKSXKK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aEcKSXKK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aEcKSXKK .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-v2aEcKSXKK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aEcKSXKK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aEcKSXKK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aEcKSXKK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aEcKSXKK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aEcKSXKK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aEcKSXKK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aEcKSXKK .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-v2aEcKSXKK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aEcKSXKK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aEcKSXKK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aEcKSXKK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aEcKSXKK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aEcKSXKK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aEcKSXKK .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aEcKSXKK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aEcKSXKK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aEcKSXKK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aEcKSXKK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aEcKSXKK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aEcKSXKK .dropdown-item.active,
.cid-v2aEcKSXKK .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aEcKSXKK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aEcKSXKK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aEcKSXKK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aEcKSXKK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aEcKSXKK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aEcKSXKK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aEcKSXKK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aEcKSXKK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aEcKSXKK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aEcKSXKK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aEcKSXKK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aEcKSXKK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aEcKSXKK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aEcKSXKK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aEcKSXKK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aEcKSXKK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aEcKSXKK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aEcKSXKK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aEcKSXKK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aEcKSXKK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aEcKSXKK .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-v2aEcKSXKK .navbar {
    height: 70px;
  }
  .cid-v2aEcKSXKK .navbar.opened {
    height: auto;
  }
  .cid-v2aEcKSXKK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aEcLwQB7 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aEcLwQB7 .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aEcLwQB7 .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aEcLwQB7 .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aEcLwQB7 .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aEcLwQB7 .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aEcLwQB7 .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aEcLwQB7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aEcLwQB7 .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aEcLwQB7 .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aEcLwQB7 .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aEcLwQB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEcLwQB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEcLwQB7 .mbr-text,
.cid-v2aEcLwQB7 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aEcLTKaw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aEcLTKaw .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aEcLTKaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEcLTKaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEcLTKaw .items-wrapper {
  margin: 0;
}
.cid-v2aEcLTKaw .items-wrapper .item {
  padding: 0;
}
.cid-v2aEcLTKaw .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aEcLTKaw .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aEcLTKaw .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aEcLTKaw .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aEcLTKaw .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aEcLTKaw .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aEcLTKaw .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aEcLTKaw .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aEcLTKaw .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aEcLTKaw .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aEcLTKaw .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aEcLTKaw .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aEcLTKaw .item-desc,
.cid-v2aEcLTKaw .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aEcLTKaw .item-title {
  color: #150764;
}
.cid-v2aEcLTKaw .item-title,
.cid-v2aEcLTKaw .mbr-section-btn {
  text-align: center;
}
.cid-v2aEcLTKaw img {
  border-radius: 10px !important;
}
.cid-v2aEcMzQus {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aEcMzQus .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEcMzQus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEcMzQus .title .num {
  width: 100%;
  display: block;
}
.cid-v2aEcMzQus .title .card-title {
  z-index: 1;
}
.cid-v2aEcMzQus .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aEcMzQus .num {
  color: #000073;
}
.cid-v2aEcMzQus .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aEcMzQus .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aEcMzQus * {
    text-align: center !important;
  }
  .cid-v2aEcMzQus .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aEcMzQus .content-head {
  max-width: 800px;
}
.cid-v2aEcMzQus .mbr-section-title,
.cid-v2aEcMzQus .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aEcMzQus .card-text {
  color: #ffffff;
}
.cid-v2aEcNjNiU {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aEcNjNiU .container {
  padding: 0 5%;
}
.cid-v2aEcNjNiU .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aEcNjNiU .features-content span {
  color: #ffffff;
}
.cid-v2aEcNjNiU .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aEcNjNiU .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aEcNjNiU .features-content {
    width: auto;
  }
}
.cid-v2aEcNjNiU .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aEcNjNiU .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aEcNjNiU .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aEcNjNiU .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aEcNjNiU .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aEcNjNiU .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aEcNjNiU .btn {
    width: 200px;
  }
}
.cid-v2aEcNjNiU .mbr-text,
.cid-v2aEcNjNiU .btn {
  color: #FFFFFF;
}
.cid-v2aEcNjNiU .mbr-text,
.cid-v2aEcNjNiU .mbr-iconfont {
  text-align: center;
}
.cid-v2aEcNzkLn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aEcNzkLn .item:focus,
.cid-v2aEcNzkLn span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aEcNzkLn .container {
    padding: 0 24px;
  }
}
.cid-v2aEcNzkLn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aEcNzkLn .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aEcNzkLn .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aEcNzkLn .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aEcNzkLn .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aEcNzkLn .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aEcNzkLn .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aEcNzkLn .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aEcNzkLn .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aEcNzkLn .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aEcNzkLn .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aEcNzkLn .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aEcNzkLn .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aEcNzkLn .embla__button--next,
.cid-v2aEcNzkLn .embla__button--prev {
  display: flex;
}
.cid-v2aEcNzkLn .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aEcNzkLn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aEcNzkLn .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aEcNzkLn .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aEcNzkLn .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aEcNzkLn .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aEcNzkLn .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aEcNzkLn .embla__button {
    bottom: 32px;
  }
}
.cid-v2aEcNzkLn .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aEcNzkLn .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aEcNzkLn .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aEcNzkLn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aEcNzkLn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aEcNzkLn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aEcNzkLn .item-title {
  color: #000073;
}
.cid-v2aEcNzkLn .item-desc {
  color: #ffffff;
}
.cid-v2aEcNzkLn img {
  border-radius: 10px !important;
}
.cid-v2aEcOaO6p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aEcOaO6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEcOaO6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEcOaO6p .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aEcOaO6p .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aEcOaO6p .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aEcOaO6p .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aEcOaO6p .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aEcOaO6p .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aEcOaO6p .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aEcOaO6p img {
  border-radius: 10px !important;
}
.cid-v2aEcOaO6p .card-title {
  color: #000073;
}
.cid-v2aEcOwzUV {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aEcOwzUV svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aEcOwzUV svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aEcOwzUV svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aEcOwzUV .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aEcOwzUV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aEcOwzUV .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aEcOwzUV .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aEcOwzUV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aEcOwzUV .copyright {
  color: #ffffff;
}
.cid-v2aEcOwzUV .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aEjsM84U .navbar-dropdown {
  position: relative !important;
}
.cid-v2aEjsM84U .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-v2aEjsM84U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aEjsM84U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aEjsM84U .dropdown-item:hover,
.cid-v2aEjsM84U .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aEjsM84U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aEjsM84U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aEjsM84U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aEjsM84U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aEjsM84U .nav-link {
  position: relative;
}
.cid-v2aEjsM84U .container {
  display: flex;
  margin: auto;
}
.cid-v2aEjsM84U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aEjsM84U .dropdown-menu,
.cid-v2aEjsM84U .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aEjsM84U .nav-item:focus,
.cid-v2aEjsM84U .nav-link:focus {
  outline: none;
}
.cid-v2aEjsM84U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aEjsM84U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aEjsM84U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aEjsM84U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aEjsM84U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aEjsM84U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aEjsM84U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aEjsM84U .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aEjsM84U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aEjsM84U .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aEjsM84U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aEjsM84U .navbar.collapsed {
  justify-content: center;
}
.cid-v2aEjsM84U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aEjsM84U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aEjsM84U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aEjsM84U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aEjsM84U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aEjsM84U .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-v2aEjsM84U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aEjsM84U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aEjsM84U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aEjsM84U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aEjsM84U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aEjsM84U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aEjsM84U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aEjsM84U .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-v2aEjsM84U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aEjsM84U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aEjsM84U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aEjsM84U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aEjsM84U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aEjsM84U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aEjsM84U .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aEjsM84U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aEjsM84U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aEjsM84U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aEjsM84U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aEjsM84U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aEjsM84U .dropdown-item.active,
.cid-v2aEjsM84U .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aEjsM84U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aEjsM84U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aEjsM84U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aEjsM84U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aEjsM84U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aEjsM84U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aEjsM84U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aEjsM84U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aEjsM84U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aEjsM84U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aEjsM84U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aEjsM84U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aEjsM84U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aEjsM84U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aEjsM84U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aEjsM84U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aEjsM84U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aEjsM84U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aEjsM84U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aEjsM84U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aEjsM84U .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-v2aEjsM84U .navbar {
    height: 70px;
  }
  .cid-v2aEjsM84U .navbar.opened {
    height: auto;
  }
  .cid-v2aEjsM84U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aEjt77PH {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aEjt77PH .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aEjt77PH .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aEjt77PH .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aEjt77PH .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aEjt77PH .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aEjt77PH .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aEjt77PH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aEjt77PH .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aEjt77PH .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aEjt77PH .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aEjt77PH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEjt77PH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEjt77PH .mbr-text,
.cid-v2aEjt77PH .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aEjtn5K6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aEjtn5K6 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aEjtn5K6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEjtn5K6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEjtn5K6 .items-wrapper {
  margin: 0;
}
.cid-v2aEjtn5K6 .items-wrapper .item {
  padding: 0;
}
.cid-v2aEjtn5K6 .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aEjtn5K6 .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aEjtn5K6 .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aEjtn5K6 .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aEjtn5K6 .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aEjtn5K6 .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aEjtn5K6 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aEjtn5K6 .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aEjtn5K6 .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aEjtn5K6 .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aEjtn5K6 .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aEjtn5K6 .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aEjtn5K6 .item-desc,
.cid-v2aEjtn5K6 .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aEjtn5K6 .item-title {
  color: #150764;
}
.cid-v2aEjtn5K6 .item-title,
.cid-v2aEjtn5K6 .mbr-section-btn {
  text-align: center;
}
.cid-v2aEjtn5K6 img {
  border-radius: 10px !important;
}
.cid-v2aEjtMTbw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aEjtMTbw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEjtMTbw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEjtMTbw .title .num {
  width: 100%;
  display: block;
}
.cid-v2aEjtMTbw .title .card-title {
  z-index: 1;
}
.cid-v2aEjtMTbw .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aEjtMTbw .num {
  color: #000073;
}
.cid-v2aEjtMTbw .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aEjtMTbw .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aEjtMTbw * {
    text-align: center !important;
  }
  .cid-v2aEjtMTbw .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aEjtMTbw .content-head {
  max-width: 800px;
}
.cid-v2aEjtMTbw .mbr-section-title,
.cid-v2aEjtMTbw .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aEjtMTbw .card-text {
  color: #ffffff;
}
.cid-v2aEju8ZPt {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aEju8ZPt .container {
  padding: 0 5%;
}
.cid-v2aEju8ZPt .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aEju8ZPt .features-content span {
  color: #ffffff;
}
.cid-v2aEju8ZPt .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aEju8ZPt .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aEju8ZPt .features-content {
    width: auto;
  }
}
.cid-v2aEju8ZPt .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aEju8ZPt .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aEju8ZPt .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aEju8ZPt .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aEju8ZPt .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aEju8ZPt .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aEju8ZPt .btn {
    width: 200px;
  }
}
.cid-v2aEju8ZPt .mbr-text,
.cid-v2aEju8ZPt .btn {
  color: #FFFFFF;
}
.cid-v2aEju8ZPt .mbr-text,
.cid-v2aEju8ZPt .mbr-iconfont {
  text-align: center;
}
.cid-v2aEjupPwF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aEjupPwF .item:focus,
.cid-v2aEjupPwF span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aEjupPwF .container {
    padding: 0 24px;
  }
}
.cid-v2aEjupPwF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aEjupPwF .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aEjupPwF .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aEjupPwF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aEjupPwF .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aEjupPwF .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aEjupPwF .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aEjupPwF .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aEjupPwF .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aEjupPwF .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aEjupPwF .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aEjupPwF .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aEjupPwF .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aEjupPwF .embla__button--next,
.cid-v2aEjupPwF .embla__button--prev {
  display: flex;
}
.cid-v2aEjupPwF .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aEjupPwF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aEjupPwF .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aEjupPwF .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aEjupPwF .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aEjupPwF .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aEjupPwF .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aEjupPwF .embla__button {
    bottom: 32px;
  }
}
.cid-v2aEjupPwF .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aEjupPwF .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aEjupPwF .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aEjupPwF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aEjupPwF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aEjupPwF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aEjupPwF .item-title {
  color: #000073;
}
.cid-v2aEjupPwF .item-desc {
  color: #ffffff;
}
.cid-v2aEjupPwF img {
  border-radius: 10px !important;
}
.cid-v2aEjv5OL4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aEjv5OL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEjv5OL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEjv5OL4 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aEjv5OL4 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aEjv5OL4 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aEjv5OL4 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aEjv5OL4 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aEjv5OL4 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aEjv5OL4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aEjv5OL4 img {
  border-radius: 10px !important;
}
.cid-v2aEjv5OL4 .card-title {
  color: #000073;
}
.cid-v2aEjvtYGZ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aEjvtYGZ svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aEjvtYGZ svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aEjvtYGZ svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aEjvtYGZ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aEjvtYGZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aEjvtYGZ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aEjvtYGZ .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aEjvtYGZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aEjvtYGZ .copyright {
  color: #ffffff;
}
.cid-v2aEjvtYGZ .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aErr0lSP .navbar-dropdown {
  position: relative !important;
}
.cid-v2aErr0lSP .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-v2aErr0lSP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aErr0lSP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aErr0lSP .dropdown-item:hover,
.cid-v2aErr0lSP .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aErr0lSP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aErr0lSP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aErr0lSP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aErr0lSP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aErr0lSP .nav-link {
  position: relative;
}
.cid-v2aErr0lSP .container {
  display: flex;
  margin: auto;
}
.cid-v2aErr0lSP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aErr0lSP .dropdown-menu,
.cid-v2aErr0lSP .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aErr0lSP .nav-item:focus,
.cid-v2aErr0lSP .nav-link:focus {
  outline: none;
}
.cid-v2aErr0lSP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aErr0lSP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aErr0lSP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aErr0lSP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aErr0lSP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aErr0lSP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aErr0lSP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aErr0lSP .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aErr0lSP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aErr0lSP .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aErr0lSP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aErr0lSP .navbar.collapsed {
  justify-content: center;
}
.cid-v2aErr0lSP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aErr0lSP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aErr0lSP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aErr0lSP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aErr0lSP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aErr0lSP .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-v2aErr0lSP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aErr0lSP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aErr0lSP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aErr0lSP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aErr0lSP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aErr0lSP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aErr0lSP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aErr0lSP .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-v2aErr0lSP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aErr0lSP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aErr0lSP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aErr0lSP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aErr0lSP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aErr0lSP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aErr0lSP .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aErr0lSP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aErr0lSP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aErr0lSP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aErr0lSP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aErr0lSP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aErr0lSP .dropdown-item.active,
.cid-v2aErr0lSP .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aErr0lSP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aErr0lSP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aErr0lSP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aErr0lSP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aErr0lSP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aErr0lSP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aErr0lSP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aErr0lSP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aErr0lSP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aErr0lSP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aErr0lSP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aErr0lSP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aErr0lSP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aErr0lSP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aErr0lSP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aErr0lSP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aErr0lSP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aErr0lSP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aErr0lSP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aErr0lSP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aErr0lSP .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-v2aErr0lSP .navbar {
    height: 70px;
  }
  .cid-v2aErr0lSP .navbar.opened {
    height: auto;
  }
  .cid-v2aErr0lSP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aErrK9YJ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aErrK9YJ .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aErrK9YJ .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aErrK9YJ .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aErrK9YJ .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aErrK9YJ .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aErrK9YJ .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aErrK9YJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aErrK9YJ .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aErrK9YJ .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aErrK9YJ .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aErrK9YJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aErrK9YJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aErrK9YJ .mbr-text,
.cid-v2aErrK9YJ .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aErsfEZC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aErsfEZC .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aErsfEZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aErsfEZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aErsfEZC .items-wrapper {
  margin: 0;
}
.cid-v2aErsfEZC .items-wrapper .item {
  padding: 0;
}
.cid-v2aErsfEZC .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aErsfEZC .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aErsfEZC .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aErsfEZC .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aErsfEZC .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aErsfEZC .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aErsfEZC .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aErsfEZC .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aErsfEZC .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aErsfEZC .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aErsfEZC .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aErsfEZC .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aErsfEZC .item-desc,
.cid-v2aErsfEZC .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aErsfEZC .item-title {
  color: #150764;
}
.cid-v2aErsfEZC .item-title,
.cid-v2aErsfEZC .mbr-section-btn {
  text-align: center;
}
.cid-v2aErsfEZC img {
  border-radius: 10px !important;
}
.cid-v2aErt7rtz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aErt7rtz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aErt7rtz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aErt7rtz .title .num {
  width: 100%;
  display: block;
}
.cid-v2aErt7rtz .title .card-title {
  z-index: 1;
}
.cid-v2aErt7rtz .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aErt7rtz .num {
  color: #000073;
}
.cid-v2aErt7rtz .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aErt7rtz .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aErt7rtz * {
    text-align: center !important;
  }
  .cid-v2aErt7rtz .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aErt7rtz .content-head {
  max-width: 800px;
}
.cid-v2aErt7rtz .mbr-section-title,
.cid-v2aErt7rtz .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aErt7rtz .card-text {
  color: #ffffff;
}
.cid-v2aErtMXvx {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aErtMXvx .container {
  padding: 0 5%;
}
.cid-v2aErtMXvx .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aErtMXvx .features-content span {
  color: #ffffff;
}
.cid-v2aErtMXvx .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aErtMXvx .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aErtMXvx .features-content {
    width: auto;
  }
}
.cid-v2aErtMXvx .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aErtMXvx .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aErtMXvx .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aErtMXvx .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aErtMXvx .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aErtMXvx .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aErtMXvx .btn {
    width: 200px;
  }
}
.cid-v2aErtMXvx .mbr-text,
.cid-v2aErtMXvx .btn {
  color: #FFFFFF;
}
.cid-v2aErtMXvx .mbr-text,
.cid-v2aErtMXvx .mbr-iconfont {
  text-align: center;
}
.cid-v2aErugNMh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aErugNMh .item:focus,
.cid-v2aErugNMh span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aErugNMh .container {
    padding: 0 24px;
  }
}
.cid-v2aErugNMh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aErugNMh .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aErugNMh .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aErugNMh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aErugNMh .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aErugNMh .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aErugNMh .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aErugNMh .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aErugNMh .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aErugNMh .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aErugNMh .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aErugNMh .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aErugNMh .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aErugNMh .embla__button--next,
.cid-v2aErugNMh .embla__button--prev {
  display: flex;
}
.cid-v2aErugNMh .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aErugNMh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aErugNMh .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aErugNMh .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aErugNMh .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aErugNMh .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aErugNMh .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aErugNMh .embla__button {
    bottom: 32px;
  }
}
.cid-v2aErugNMh .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aErugNMh .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aErugNMh .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aErugNMh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aErugNMh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aErugNMh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aErugNMh .item-title {
  color: #000073;
}
.cid-v2aErugNMh .item-desc {
  color: #ffffff;
}
.cid-v2aErugNMh img {
  border-radius: 10px !important;
}
.cid-v2aErvkOJs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aErvkOJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aErvkOJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aErvkOJs .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aErvkOJs .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aErvkOJs .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aErvkOJs .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aErvkOJs .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aErvkOJs .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aErvkOJs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aErvkOJs img {
  border-radius: 10px !important;
}
.cid-v2aErvkOJs .card-title {
  color: #000073;
}
.cid-v2aErvVcpE {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aErvVcpE svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aErvVcpE svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aErvVcpE svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aErvVcpE .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aErvVcpE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aErvVcpE .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aErvVcpE .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aErvVcpE div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aErvVcpE .copyright {
  color: #ffffff;
}
.cid-v2aErvVcpE .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aEwWlcnT .navbar-dropdown {
  position: relative !important;
}
.cid-v2aEwWlcnT .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-v2aEwWlcnT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aEwWlcnT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aEwWlcnT .dropdown-item:hover,
.cid-v2aEwWlcnT .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aEwWlcnT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aEwWlcnT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aEwWlcnT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aEwWlcnT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aEwWlcnT .nav-link {
  position: relative;
}
.cid-v2aEwWlcnT .container {
  display: flex;
  margin: auto;
}
.cid-v2aEwWlcnT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aEwWlcnT .dropdown-menu,
.cid-v2aEwWlcnT .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aEwWlcnT .nav-item:focus,
.cid-v2aEwWlcnT .nav-link:focus {
  outline: none;
}
.cid-v2aEwWlcnT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aEwWlcnT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aEwWlcnT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aEwWlcnT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aEwWlcnT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aEwWlcnT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aEwWlcnT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aEwWlcnT .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aEwWlcnT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aEwWlcnT .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aEwWlcnT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aEwWlcnT .navbar.collapsed {
  justify-content: center;
}
.cid-v2aEwWlcnT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aEwWlcnT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aEwWlcnT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aEwWlcnT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aEwWlcnT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aEwWlcnT .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-v2aEwWlcnT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aEwWlcnT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aEwWlcnT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aEwWlcnT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aEwWlcnT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aEwWlcnT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aEwWlcnT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aEwWlcnT .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-v2aEwWlcnT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aEwWlcnT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aEwWlcnT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aEwWlcnT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aEwWlcnT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aEwWlcnT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aEwWlcnT .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aEwWlcnT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aEwWlcnT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aEwWlcnT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aEwWlcnT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aEwWlcnT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aEwWlcnT .dropdown-item.active,
.cid-v2aEwWlcnT .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aEwWlcnT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aEwWlcnT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aEwWlcnT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aEwWlcnT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aEwWlcnT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aEwWlcnT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aEwWlcnT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aEwWlcnT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aEwWlcnT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aEwWlcnT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aEwWlcnT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aEwWlcnT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aEwWlcnT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aEwWlcnT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aEwWlcnT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aEwWlcnT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aEwWlcnT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aEwWlcnT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aEwWlcnT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aEwWlcnT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aEwWlcnT .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-v2aEwWlcnT .navbar {
    height: 70px;
  }
  .cid-v2aEwWlcnT .navbar.opened {
    height: auto;
  }
  .cid-v2aEwWlcnT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aEwXjEF8 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aEwXjEF8 .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aEwXjEF8 .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aEwXjEF8 .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aEwXjEF8 .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aEwXjEF8 .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aEwXjEF8 .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aEwXjEF8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aEwXjEF8 .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aEwXjEF8 .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aEwXjEF8 .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aEwXjEF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEwXjEF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEwXjEF8 .mbr-text,
.cid-v2aEwXjEF8 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aEwYpgIn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aEwYpgIn .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aEwYpgIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEwYpgIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEwYpgIn .items-wrapper {
  margin: 0;
}
.cid-v2aEwYpgIn .items-wrapper .item {
  padding: 0;
}
.cid-v2aEwYpgIn .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aEwYpgIn .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aEwYpgIn .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aEwYpgIn .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aEwYpgIn .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aEwYpgIn .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aEwYpgIn .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aEwYpgIn .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aEwYpgIn .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aEwYpgIn .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aEwYpgIn .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aEwYpgIn .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aEwYpgIn .item-desc,
.cid-v2aEwYpgIn .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aEwYpgIn .item-title {
  color: #150764;
}
.cid-v2aEwYpgIn .item-title,
.cid-v2aEwYpgIn .mbr-section-btn {
  text-align: center;
}
.cid-v2aEwYpgIn img {
  border-radius: 10px !important;
}
.cid-v2aEwZs3E8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aEwZs3E8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEwZs3E8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEwZs3E8 .title .num {
  width: 100%;
  display: block;
}
.cid-v2aEwZs3E8 .title .card-title {
  z-index: 1;
}
.cid-v2aEwZs3E8 .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aEwZs3E8 .num {
  color: #000073;
}
.cid-v2aEwZs3E8 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aEwZs3E8 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aEwZs3E8 * {
    text-align: center !important;
  }
  .cid-v2aEwZs3E8 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aEwZs3E8 .content-head {
  max-width: 800px;
}
.cid-v2aEwZs3E8 .mbr-section-title,
.cid-v2aEwZs3E8 .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aEwZs3E8 .card-text {
  color: #ffffff;
}
.cid-v2aEx09HLW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aEx09HLW .container {
  padding: 0 5%;
}
.cid-v2aEx09HLW .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aEx09HLW .features-content span {
  color: #ffffff;
}
.cid-v2aEx09HLW .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aEx09HLW .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aEx09HLW .features-content {
    width: auto;
  }
}
.cid-v2aEx09HLW .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aEx09HLW .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aEx09HLW .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aEx09HLW .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aEx09HLW .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aEx09HLW .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aEx09HLW .btn {
    width: 200px;
  }
}
.cid-v2aEx09HLW .mbr-text,
.cid-v2aEx09HLW .btn {
  color: #FFFFFF;
}
.cid-v2aEx09HLW .mbr-text,
.cid-v2aEx09HLW .mbr-iconfont {
  text-align: center;
}
.cid-v2aEx0KivL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aEx0KivL .item:focus,
.cid-v2aEx0KivL span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aEx0KivL .container {
    padding: 0 24px;
  }
}
.cid-v2aEx0KivL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aEx0KivL .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aEx0KivL .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aEx0KivL .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aEx0KivL .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aEx0KivL .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aEx0KivL .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aEx0KivL .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aEx0KivL .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aEx0KivL .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aEx0KivL .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aEx0KivL .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aEx0KivL .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aEx0KivL .embla__button--next,
.cid-v2aEx0KivL .embla__button--prev {
  display: flex;
}
.cid-v2aEx0KivL .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aEx0KivL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aEx0KivL .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aEx0KivL .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aEx0KivL .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aEx0KivL .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aEx0KivL .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aEx0KivL .embla__button {
    bottom: 32px;
  }
}
.cid-v2aEx0KivL .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aEx0KivL .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aEx0KivL .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aEx0KivL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aEx0KivL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aEx0KivL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aEx0KivL .item-title {
  color: #000073;
}
.cid-v2aEx0KivL .item-desc {
  color: #ffffff;
}
.cid-v2aEx0KivL img {
  border-radius: 10px !important;
}
.cid-v2aEx1Kh6m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aEx1Kh6m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEx1Kh6m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEx1Kh6m .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aEx1Kh6m .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aEx1Kh6m .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aEx1Kh6m .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aEx1Kh6m .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aEx1Kh6m .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aEx1Kh6m .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aEx1Kh6m img {
  border-radius: 10px !important;
}
.cid-v2aEx1Kh6m .card-title {
  color: #000073;
}
.cid-v2aEx2jNMr {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aEx2jNMr svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aEx2jNMr svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aEx2jNMr svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aEx2jNMr .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aEx2jNMr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aEx2jNMr .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aEx2jNMr .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aEx2jNMr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aEx2jNMr .copyright {
  color: #ffffff;
}
.cid-v2aEx2jNMr .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aECRtsTU .navbar-dropdown {
  position: relative !important;
}
.cid-v2aECRtsTU .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-v2aECRtsTU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aECRtsTU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aECRtsTU .dropdown-item:hover,
.cid-v2aECRtsTU .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aECRtsTU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aECRtsTU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aECRtsTU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aECRtsTU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aECRtsTU .nav-link {
  position: relative;
}
.cid-v2aECRtsTU .container {
  display: flex;
  margin: auto;
}
.cid-v2aECRtsTU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aECRtsTU .dropdown-menu,
.cid-v2aECRtsTU .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aECRtsTU .nav-item:focus,
.cid-v2aECRtsTU .nav-link:focus {
  outline: none;
}
.cid-v2aECRtsTU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aECRtsTU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aECRtsTU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aECRtsTU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aECRtsTU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aECRtsTU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aECRtsTU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aECRtsTU .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aECRtsTU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aECRtsTU .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aECRtsTU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aECRtsTU .navbar.collapsed {
  justify-content: center;
}
.cid-v2aECRtsTU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aECRtsTU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aECRtsTU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aECRtsTU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aECRtsTU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aECRtsTU .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-v2aECRtsTU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aECRtsTU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aECRtsTU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aECRtsTU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aECRtsTU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aECRtsTU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aECRtsTU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aECRtsTU .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-v2aECRtsTU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aECRtsTU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aECRtsTU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aECRtsTU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aECRtsTU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aECRtsTU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aECRtsTU .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aECRtsTU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aECRtsTU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aECRtsTU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aECRtsTU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aECRtsTU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aECRtsTU .dropdown-item.active,
.cid-v2aECRtsTU .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aECRtsTU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aECRtsTU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aECRtsTU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aECRtsTU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aECRtsTU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aECRtsTU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aECRtsTU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aECRtsTU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aECRtsTU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aECRtsTU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aECRtsTU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aECRtsTU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aECRtsTU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aECRtsTU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aECRtsTU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aECRtsTU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aECRtsTU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aECRtsTU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aECRtsTU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aECRtsTU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aECRtsTU .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-v2aECRtsTU .navbar {
    height: 70px;
  }
  .cid-v2aECRtsTU .navbar.opened {
    height: auto;
  }
  .cid-v2aECRtsTU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aECRRAKQ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aECRRAKQ .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aECRRAKQ .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aECRRAKQ .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aECRRAKQ .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aECRRAKQ .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aECRRAKQ .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aECRRAKQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aECRRAKQ .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aECRRAKQ .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aECRRAKQ .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aECRRAKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aECRRAKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aECRRAKQ .mbr-text,
.cid-v2aECRRAKQ .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aECS8qdu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aECS8qdu .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aECS8qdu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aECS8qdu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aECS8qdu .items-wrapper {
  margin: 0;
}
.cid-v2aECS8qdu .items-wrapper .item {
  padding: 0;
}
.cid-v2aECS8qdu .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aECS8qdu .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aECS8qdu .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aECS8qdu .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aECS8qdu .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aECS8qdu .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aECS8qdu .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aECS8qdu .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aECS8qdu .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aECS8qdu .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aECS8qdu .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aECS8qdu .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aECS8qdu .item-desc,
.cid-v2aECS8qdu .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aECS8qdu .item-title {
  color: #150764;
}
.cid-v2aECS8qdu .item-title,
.cid-v2aECS8qdu .mbr-section-btn {
  text-align: center;
}
.cid-v2aECS8qdu img {
  border-radius: 10px !important;
}
.cid-v2aECSAsEh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aECSAsEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aECSAsEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aECSAsEh .title .num {
  width: 100%;
  display: block;
}
.cid-v2aECSAsEh .title .card-title {
  z-index: 1;
}
.cid-v2aECSAsEh .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aECSAsEh .num {
  color: #000073;
}
.cid-v2aECSAsEh .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aECSAsEh .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aECSAsEh * {
    text-align: center !important;
  }
  .cid-v2aECSAsEh .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aECSAsEh .content-head {
  max-width: 800px;
}
.cid-v2aECSAsEh .mbr-section-title,
.cid-v2aECSAsEh .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aECSAsEh .card-text {
  color: #ffffff;
}
.cid-v2aECSWvnV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aECSWvnV .container {
  padding: 0 5%;
}
.cid-v2aECSWvnV .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aECSWvnV .features-content span {
  color: #ffffff;
}
.cid-v2aECSWvnV .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aECSWvnV .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aECSWvnV .features-content {
    width: auto;
  }
}
.cid-v2aECSWvnV .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aECSWvnV .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aECSWvnV .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aECSWvnV .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aECSWvnV .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aECSWvnV .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aECSWvnV .btn {
    width: 200px;
  }
}
.cid-v2aECSWvnV .mbr-text,
.cid-v2aECSWvnV .btn {
  color: #FFFFFF;
}
.cid-v2aECSWvnV .mbr-text,
.cid-v2aECSWvnV .mbr-iconfont {
  text-align: center;
}
.cid-v2aECTfNmb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aECTfNmb .item:focus,
.cid-v2aECTfNmb span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aECTfNmb .container {
    padding: 0 24px;
  }
}
.cid-v2aECTfNmb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aECTfNmb .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aECTfNmb .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aECTfNmb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aECTfNmb .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aECTfNmb .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aECTfNmb .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aECTfNmb .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aECTfNmb .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aECTfNmb .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aECTfNmb .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aECTfNmb .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aECTfNmb .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aECTfNmb .embla__button--next,
.cid-v2aECTfNmb .embla__button--prev {
  display: flex;
}
.cid-v2aECTfNmb .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aECTfNmb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aECTfNmb .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aECTfNmb .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aECTfNmb .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aECTfNmb .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aECTfNmb .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aECTfNmb .embla__button {
    bottom: 32px;
  }
}
.cid-v2aECTfNmb .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aECTfNmb .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aECTfNmb .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aECTfNmb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aECTfNmb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aECTfNmb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aECTfNmb .item-title {
  color: #000073;
}
.cid-v2aECTfNmb .item-desc {
  color: #ffffff;
}
.cid-v2aECTfNmb img {
  border-radius: 10px !important;
}
.cid-v2aECTXGVJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aECTXGVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aECTXGVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aECTXGVJ .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aECTXGVJ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aECTXGVJ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aECTXGVJ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aECTXGVJ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aECTXGVJ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aECTXGVJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aECTXGVJ img {
  border-radius: 10px !important;
}
.cid-v2aECTXGVJ .card-title {
  color: #000073;
}
.cid-v2aECUjBW9 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aECUjBW9 svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aECUjBW9 svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aECUjBW9 svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aECUjBW9 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aECUjBW9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aECUjBW9 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aECUjBW9 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aECUjBW9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aECUjBW9 .copyright {
  color: #ffffff;
}
.cid-v2aECUjBW9 .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aEJWDfbJ .navbar-dropdown {
  position: relative !important;
}
.cid-v2aEJWDfbJ .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-v2aEJWDfbJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aEJWDfbJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aEJWDfbJ .dropdown-item:hover,
.cid-v2aEJWDfbJ .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aEJWDfbJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aEJWDfbJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aEJWDfbJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aEJWDfbJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aEJWDfbJ .nav-link {
  position: relative;
}
.cid-v2aEJWDfbJ .container {
  display: flex;
  margin: auto;
}
.cid-v2aEJWDfbJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aEJWDfbJ .dropdown-menu,
.cid-v2aEJWDfbJ .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aEJWDfbJ .nav-item:focus,
.cid-v2aEJWDfbJ .nav-link:focus {
  outline: none;
}
.cid-v2aEJWDfbJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aEJWDfbJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aEJWDfbJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aEJWDfbJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aEJWDfbJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aEJWDfbJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aEJWDfbJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aEJWDfbJ .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aEJWDfbJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aEJWDfbJ .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aEJWDfbJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aEJWDfbJ .navbar.collapsed {
  justify-content: center;
}
.cid-v2aEJWDfbJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aEJWDfbJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aEJWDfbJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aEJWDfbJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aEJWDfbJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aEJWDfbJ .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-v2aEJWDfbJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aEJWDfbJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aEJWDfbJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aEJWDfbJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aEJWDfbJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aEJWDfbJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aEJWDfbJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aEJWDfbJ .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-v2aEJWDfbJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aEJWDfbJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aEJWDfbJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aEJWDfbJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aEJWDfbJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aEJWDfbJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aEJWDfbJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aEJWDfbJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aEJWDfbJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aEJWDfbJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aEJWDfbJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aEJWDfbJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aEJWDfbJ .dropdown-item.active,
.cid-v2aEJWDfbJ .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aEJWDfbJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aEJWDfbJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aEJWDfbJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aEJWDfbJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aEJWDfbJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aEJWDfbJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aEJWDfbJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aEJWDfbJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aEJWDfbJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aEJWDfbJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aEJWDfbJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aEJWDfbJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aEJWDfbJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aEJWDfbJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aEJWDfbJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aEJWDfbJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aEJWDfbJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aEJWDfbJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aEJWDfbJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aEJWDfbJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aEJWDfbJ .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-v2aEJWDfbJ .navbar {
    height: 70px;
  }
  .cid-v2aEJWDfbJ .navbar.opened {
    height: auto;
  }
  .cid-v2aEJWDfbJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aEJXmvS7 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aEJXmvS7 .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aEJXmvS7 .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aEJXmvS7 .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aEJXmvS7 .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aEJXmvS7 .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aEJXmvS7 .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aEJXmvS7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aEJXmvS7 .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aEJXmvS7 .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aEJXmvS7 .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aEJXmvS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEJXmvS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEJXmvS7 .mbr-text,
.cid-v2aEJXmvS7 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aEJXTeNM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aEJXTeNM .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aEJXTeNM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEJXTeNM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEJXTeNM .items-wrapper {
  margin: 0;
}
.cid-v2aEJXTeNM .items-wrapper .item {
  padding: 0;
}
.cid-v2aEJXTeNM .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aEJXTeNM .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aEJXTeNM .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aEJXTeNM .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aEJXTeNM .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aEJXTeNM .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aEJXTeNM .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aEJXTeNM .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aEJXTeNM .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aEJXTeNM .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aEJXTeNM .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aEJXTeNM .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aEJXTeNM .item-desc,
.cid-v2aEJXTeNM .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aEJXTeNM .item-title {
  color: #150764;
}
.cid-v2aEJXTeNM .item-title,
.cid-v2aEJXTeNM .mbr-section-btn {
  text-align: center;
}
.cid-v2aEJXTeNM img {
  border-radius: 10px !important;
}
.cid-v2aEJYMARt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aEJYMARt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEJYMARt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEJYMARt .title .num {
  width: 100%;
  display: block;
}
.cid-v2aEJYMARt .title .card-title {
  z-index: 1;
}
.cid-v2aEJYMARt .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aEJYMARt .num {
  color: #000073;
}
.cid-v2aEJYMARt .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aEJYMARt .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aEJYMARt * {
    text-align: center !important;
  }
  .cid-v2aEJYMARt .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aEJYMARt .content-head {
  max-width: 800px;
}
.cid-v2aEJYMARt .mbr-section-title,
.cid-v2aEJYMARt .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aEJYMARt .card-text {
  color: #ffffff;
}
.cid-v2aEJZxrQX {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aEJZxrQX .container {
  padding: 0 5%;
}
.cid-v2aEJZxrQX .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aEJZxrQX .features-content span {
  color: #ffffff;
}
.cid-v2aEJZxrQX .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aEJZxrQX .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aEJZxrQX .features-content {
    width: auto;
  }
}
.cid-v2aEJZxrQX .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aEJZxrQX .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aEJZxrQX .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aEJZxrQX .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aEJZxrQX .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aEJZxrQX .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aEJZxrQX .btn {
    width: 200px;
  }
}
.cid-v2aEJZxrQX .mbr-text,
.cid-v2aEJZxrQX .btn {
  color: #FFFFFF;
}
.cid-v2aEJZxrQX .mbr-text,
.cid-v2aEJZxrQX .mbr-iconfont {
  text-align: center;
}
.cid-v2aEK07PBV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aEK07PBV .item:focus,
.cid-v2aEK07PBV span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aEK07PBV .container {
    padding: 0 24px;
  }
}
.cid-v2aEK07PBV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aEK07PBV .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aEK07PBV .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aEK07PBV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aEK07PBV .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aEK07PBV .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aEK07PBV .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aEK07PBV .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aEK07PBV .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aEK07PBV .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aEK07PBV .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aEK07PBV .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aEK07PBV .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aEK07PBV .embla__button--next,
.cid-v2aEK07PBV .embla__button--prev {
  display: flex;
}
.cid-v2aEK07PBV .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aEK07PBV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aEK07PBV .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aEK07PBV .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aEK07PBV .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aEK07PBV .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aEK07PBV .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aEK07PBV .embla__button {
    bottom: 32px;
  }
}
.cid-v2aEK07PBV .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aEK07PBV .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aEK07PBV .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aEK07PBV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aEK07PBV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aEK07PBV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aEK07PBV .item-title {
  color: #000073;
}
.cid-v2aEK07PBV .item-desc {
  color: #ffffff;
}
.cid-v2aEK07PBV img {
  border-radius: 10px !important;
}
.cid-v2aEK1efkZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aEK1efkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEK1efkZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEK1efkZ .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aEK1efkZ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aEK1efkZ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aEK1efkZ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aEK1efkZ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aEK1efkZ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aEK1efkZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aEK1efkZ img {
  border-radius: 10px !important;
}
.cid-v2aEK1efkZ .card-title {
  color: #000073;
}
.cid-v2aEK1KdtK {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aEK1KdtK svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aEK1KdtK svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aEK1KdtK svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aEK1KdtK .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aEK1KdtK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aEK1KdtK .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aEK1KdtK .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aEK1KdtK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aEK1KdtK .copyright {
  color: #ffffff;
}
.cid-v2aEK1KdtK .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aEQj5Hkb .navbar-dropdown {
  position: relative !important;
}
.cid-v2aEQj5Hkb .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-v2aEQj5Hkb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aEQj5Hkb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aEQj5Hkb .dropdown-item:hover,
.cid-v2aEQj5Hkb .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aEQj5Hkb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aEQj5Hkb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aEQj5Hkb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aEQj5Hkb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aEQj5Hkb .nav-link {
  position: relative;
}
.cid-v2aEQj5Hkb .container {
  display: flex;
  margin: auto;
}
.cid-v2aEQj5Hkb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aEQj5Hkb .dropdown-menu,
.cid-v2aEQj5Hkb .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aEQj5Hkb .nav-item:focus,
.cid-v2aEQj5Hkb .nav-link:focus {
  outline: none;
}
.cid-v2aEQj5Hkb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aEQj5Hkb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aEQj5Hkb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aEQj5Hkb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aEQj5Hkb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aEQj5Hkb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aEQj5Hkb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aEQj5Hkb .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aEQj5Hkb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aEQj5Hkb .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aEQj5Hkb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aEQj5Hkb .navbar.collapsed {
  justify-content: center;
}
.cid-v2aEQj5Hkb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aEQj5Hkb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aEQj5Hkb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aEQj5Hkb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aEQj5Hkb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aEQj5Hkb .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-v2aEQj5Hkb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aEQj5Hkb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aEQj5Hkb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aEQj5Hkb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aEQj5Hkb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aEQj5Hkb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aEQj5Hkb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aEQj5Hkb .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-v2aEQj5Hkb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aEQj5Hkb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aEQj5Hkb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aEQj5Hkb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aEQj5Hkb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aEQj5Hkb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aEQj5Hkb .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aEQj5Hkb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aEQj5Hkb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aEQj5Hkb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aEQj5Hkb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aEQj5Hkb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aEQj5Hkb .dropdown-item.active,
.cid-v2aEQj5Hkb .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aEQj5Hkb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aEQj5Hkb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aEQj5Hkb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aEQj5Hkb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aEQj5Hkb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aEQj5Hkb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aEQj5Hkb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aEQj5Hkb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aEQj5Hkb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aEQj5Hkb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aEQj5Hkb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aEQj5Hkb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aEQj5Hkb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aEQj5Hkb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aEQj5Hkb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aEQj5Hkb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aEQj5Hkb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aEQj5Hkb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aEQj5Hkb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aEQj5Hkb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aEQj5Hkb .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-v2aEQj5Hkb .navbar {
    height: 70px;
  }
  .cid-v2aEQj5Hkb .navbar.opened {
    height: auto;
  }
  .cid-v2aEQj5Hkb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aEQjsThR {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aEQjsThR .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aEQjsThR .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aEQjsThR .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aEQjsThR .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aEQjsThR .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aEQjsThR .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aEQjsThR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aEQjsThR .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aEQjsThR .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aEQjsThR .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aEQjsThR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEQjsThR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEQjsThR .mbr-text,
.cid-v2aEQjsThR .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aEQjLN0F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aEQjLN0F .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aEQjLN0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEQjLN0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEQjLN0F .items-wrapper {
  margin: 0;
}
.cid-v2aEQjLN0F .items-wrapper .item {
  padding: 0;
}
.cid-v2aEQjLN0F .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aEQjLN0F .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aEQjLN0F .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aEQjLN0F .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aEQjLN0F .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aEQjLN0F .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aEQjLN0F .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aEQjLN0F .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aEQjLN0F .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aEQjLN0F .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aEQjLN0F .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aEQjLN0F .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aEQjLN0F .item-desc,
.cid-v2aEQjLN0F .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aEQjLN0F .item-title {
  color: #150764;
}
.cid-v2aEQjLN0F .item-title,
.cid-v2aEQjLN0F .mbr-section-btn {
  text-align: center;
}
.cid-v2aEQjLN0F img {
  border-radius: 10px !important;
}
.cid-v2aEQkciXd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aEQkciXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEQkciXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEQkciXd .title .num {
  width: 100%;
  display: block;
}
.cid-v2aEQkciXd .title .card-title {
  z-index: 1;
}
.cid-v2aEQkciXd .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aEQkciXd .num {
  color: #000073;
}
.cid-v2aEQkciXd .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aEQkciXd .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aEQkciXd * {
    text-align: center !important;
  }
  .cid-v2aEQkciXd .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aEQkciXd .content-head {
  max-width: 800px;
}
.cid-v2aEQkciXd .mbr-section-title,
.cid-v2aEQkciXd .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aEQkciXd .card-text {
  color: #ffffff;
}
.cid-v2aEQkyUJu {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aEQkyUJu .container {
  padding: 0 5%;
}
.cid-v2aEQkyUJu .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aEQkyUJu .features-content span {
  color: #ffffff;
}
.cid-v2aEQkyUJu .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aEQkyUJu .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aEQkyUJu .features-content {
    width: auto;
  }
}
.cid-v2aEQkyUJu .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aEQkyUJu .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aEQkyUJu .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aEQkyUJu .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aEQkyUJu .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aEQkyUJu .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aEQkyUJu .btn {
    width: 200px;
  }
}
.cid-v2aEQkyUJu .mbr-text,
.cid-v2aEQkyUJu .btn {
  color: #FFFFFF;
}
.cid-v2aEQkyUJu .mbr-text,
.cid-v2aEQkyUJu .mbr-iconfont {
  text-align: center;
}
.cid-v2aEQkPzX3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aEQkPzX3 .item:focus,
.cid-v2aEQkPzX3 span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aEQkPzX3 .container {
    padding: 0 24px;
  }
}
.cid-v2aEQkPzX3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aEQkPzX3 .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aEQkPzX3 .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aEQkPzX3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aEQkPzX3 .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aEQkPzX3 .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aEQkPzX3 .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aEQkPzX3 .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aEQkPzX3 .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aEQkPzX3 .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aEQkPzX3 .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aEQkPzX3 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aEQkPzX3 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aEQkPzX3 .embla__button--next,
.cid-v2aEQkPzX3 .embla__button--prev {
  display: flex;
}
.cid-v2aEQkPzX3 .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aEQkPzX3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aEQkPzX3 .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aEQkPzX3 .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aEQkPzX3 .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aEQkPzX3 .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aEQkPzX3 .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aEQkPzX3 .embla__button {
    bottom: 32px;
  }
}
.cid-v2aEQkPzX3 .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aEQkPzX3 .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aEQkPzX3 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aEQkPzX3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aEQkPzX3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aEQkPzX3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aEQkPzX3 .item-title {
  color: #000073;
}
.cid-v2aEQkPzX3 .item-desc {
  color: #ffffff;
}
.cid-v2aEQkPzX3 img {
  border-radius: 10px !important;
}
.cid-v2aEQlvFlo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aEQlvFlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEQlvFlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEQlvFlo .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aEQlvFlo .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aEQlvFlo .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aEQlvFlo .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aEQlvFlo .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aEQlvFlo .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aEQlvFlo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aEQlvFlo img {
  border-radius: 10px !important;
}
.cid-v2aEQlvFlo .card-title {
  color: #000073;
}
.cid-v2aEQlRRhW {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aEQlRRhW svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aEQlRRhW svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aEQlRRhW svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aEQlRRhW .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aEQlRRhW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aEQlRRhW .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aEQlRRhW .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aEQlRRhW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aEQlRRhW .copyright {
  color: #ffffff;
}
.cid-v2aEQlRRhW .mbr-section-subtitle {
  text-align: center;
}
.cid-v2aEVANFOs .navbar-dropdown {
  position: relative !important;
}
.cid-v2aEVANFOs .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-v2aEVANFOs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2aEVANFOs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2aEVANFOs .dropdown-item:hover,
.cid-v2aEVANFOs .dropdown-item:focus {
  background: #000073 !important;
  color: white !important;
}
.cid-v2aEVANFOs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aEVANFOs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aEVANFOs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aEVANFOs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aEVANFOs .nav-link {
  position: relative;
}
.cid-v2aEVANFOs .container {
  display: flex;
  margin: auto;
}
.cid-v2aEVANFOs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aEVANFOs .dropdown-menu,
.cid-v2aEVANFOs .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aEVANFOs .nav-item:focus,
.cid-v2aEVANFOs .nav-link:focus {
  outline: none;
}
.cid-v2aEVANFOs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aEVANFOs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aEVANFOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aEVANFOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aEVANFOs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aEVANFOs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aEVANFOs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aEVANFOs .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aEVANFOs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aEVANFOs .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aEVANFOs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aEVANFOs .navbar.collapsed {
  justify-content: center;
}
.cid-v2aEVANFOs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aEVANFOs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aEVANFOs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v2aEVANFOs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aEVANFOs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aEVANFOs .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-v2aEVANFOs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aEVANFOs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aEVANFOs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aEVANFOs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aEVANFOs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aEVANFOs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aEVANFOs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aEVANFOs .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-v2aEVANFOs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aEVANFOs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aEVANFOs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aEVANFOs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aEVANFOs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aEVANFOs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aEVANFOs .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aEVANFOs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aEVANFOs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aEVANFOs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aEVANFOs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aEVANFOs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aEVANFOs .dropdown-item.active,
.cid-v2aEVANFOs .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aEVANFOs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aEVANFOs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aEVANFOs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aEVANFOs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aEVANFOs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aEVANFOs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aEVANFOs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aEVANFOs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aEVANFOs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aEVANFOs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #51ade5;
}
.cid-v2aEVANFOs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aEVANFOs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aEVANFOs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aEVANFOs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aEVANFOs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aEVANFOs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aEVANFOs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aEVANFOs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aEVANFOs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aEVANFOs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aEVANFOs .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-v2aEVANFOs .navbar {
    height: 70px;
  }
  .cid-v2aEVANFOs .navbar.opened {
    height: auto;
  }
  .cid-v2aEVANFOs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aEVB8lU7 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #51ade5;
}
.cid-v2aEVB8lU7 .row {
  align-items: center;
  background-color: #fdfdfd;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-v2aEVB8lU7 .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-v2aEVB8lU7 .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-v2aEVB8lU7 .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2aEVB8lU7 .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2aEVB8lU7 .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-v2aEVB8lU7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aEVB8lU7 .mbr-section-title {
  margin-bottom: 3rem;
  color: #000073;
  text-align: center;
}
.cid-v2aEVB8lU7 .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-v2aEVB8lU7 .btn {
  width: 300px;
  height: 80px;
  box-shadow: none;
}
.cid-v2aEVB8lU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEVB8lU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEVB8lU7 .mbr-text,
.cid-v2aEVB8lU7 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v2aEVBpHfL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.cid-v2aEVBpHfL .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #51ade5;
}
.cid-v2aEVBpHfL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEVBpHfL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEVBpHfL .items-wrapper {
  margin: 0;
}
.cid-v2aEVBpHfL .items-wrapper .item {
  padding: 0;
}
.cid-v2aEVBpHfL .items-wrapper .item:nth-child(2n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v2aEVBpHfL .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-v2aEVBpHfL .items-wrapper .item .item-wrapper {
  padding: 48px 24px 24px 24px;
  border-radius: 0 !important;
  border-right: 1px solid #51ade5;
}
@media (max-width: 992px) {
  .cid-v2aEVBpHfL .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aEVBpHfL .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #51ade5;
  }
}
.cid-v2aEVBpHfL .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #000073;
}
.cid-v2aEVBpHfL .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aEVBpHfL .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-v2aEVBpHfL .items-wrapper .item .item-wrapper .item-img {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .cid-v2aEVBpHfL .items-wrapper .item .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-v2aEVBpHfL .items-wrapper .item .item-wrapper .item-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aEVBpHfL .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v2aEVBpHfL .item-desc,
.cid-v2aEVBpHfL .desc-wrapper {
  color: #fdfdfd;
  text-align: center;
}
.cid-v2aEVBpHfL .item-title {
  color: #150764;
}
.cid-v2aEVBpHfL .item-title,
.cid-v2aEVBpHfL .mbr-section-btn {
  text-align: center;
}
.cid-v2aEVBpHfL img {
  border-radius: 10px !important;
}
.cid-v2aEVBPQ4N {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #51ade5;
}
.cid-v2aEVBPQ4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEVBPQ4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEVBPQ4N .title .num {
  width: 100%;
  display: block;
}
.cid-v2aEVBPQ4N .title .card-title {
  z-index: 1;
}
.cid-v2aEVBPQ4N .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v2aEVBPQ4N .num {
  color: #000073;
}
.cid-v2aEVBPQ4N .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2aEVBPQ4N .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aEVBPQ4N * {
    text-align: center !important;
  }
  .cid-v2aEVBPQ4N .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v2aEVBPQ4N .content-head {
  max-width: 800px;
}
.cid-v2aEVBPQ4N .mbr-section-title,
.cid-v2aEVBPQ4N .card-box {
  color: #000073;
  text-align: center;
}
.cid-v2aEVBPQ4N .card-text {
  color: #ffffff;
}
.cid-v2aEVCaTXP {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000073;
}
.cid-v2aEVCaTXP .container {
  padding: 0 5%;
}
.cid-v2aEVCaTXP .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-v2aEVCaTXP .features-content span {
  color: #ffffff;
}
.cid-v2aEVCaTXP .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2aEVCaTXP .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2aEVCaTXP .features-content {
    width: auto;
  }
}
.cid-v2aEVCaTXP .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-v2aEVCaTXP .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-v2aEVCaTXP .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-v2aEVCaTXP .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-v2aEVCaTXP .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-v2aEVCaTXP .btn:hover {
  background: #232323 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v2aEVCaTXP .btn {
    width: 200px;
  }
}
.cid-v2aEVCaTXP .mbr-text,
.cid-v2aEVCaTXP .btn {
  color: #FFFFFF;
}
.cid-v2aEVCaTXP .mbr-text,
.cid-v2aEVCaTXP .mbr-iconfont {
  text-align: center;
}
.cid-v2aEVCtlXw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000073;
}
.cid-v2aEVCtlXw .item:focus,
.cid-v2aEVCtlXw span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v2aEVCtlXw .container {
    padding: 0 24px;
  }
}
.cid-v2aEVCtlXw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v2aEVCtlXw .embla__slide {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v2aEVCtlXw .embla__slide {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v2aEVCtlXw .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2aEVCtlXw .embla__slide .slide-content {
  width: 100%;
}
.cid-v2aEVCtlXw .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v2aEVCtlXw .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2aEVCtlXw .embla__slide .slide-content .item-content .item-desc {
  margin: 16px 0 0;
  opacity: .7;
}
.cid-v2aEVCtlXw .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-v2aEVCtlXw .embla__slide .slide-content .item-wrapper .item-img {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .cid-v2aEVCtlXw .embla__slide .slide-content .item-wrapper .item-img {
    margin: 40px 0;
  }
}
.cid-v2aEVCtlXw .embla__slide .slide-content .item-wrapper .item-img img {
  width: 50%;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2aEVCtlXw .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
    margin: 0;
    width: 100%;
  }
}
.cid-v2aEVCtlXw .embla__button--next,
.cid-v2aEVCtlXw .embla__button--prev {
  display: flex;
}
.cid-v2aEVCtlXw .embla__button {
  bottom: 120px;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 48px;
  background-color: transparent !important;
  color: #000073 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2aEVCtlXw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2aEVCtlXw .embla__button:hover {
  background: transparent;
  color: #51ade5 !important;
}
.cid-v2aEVCtlXw .embla__button.embla__button--prev {
  left: 40%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v2aEVCtlXw .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-v2aEVCtlXw .embla__button.embla__button--next {
  right: 40%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-v2aEVCtlXw .embla__button.embla__button--next {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .cid-v2aEVCtlXw .embla__button {
    bottom: 32px;
  }
}
.cid-v2aEVCtlXw .embla {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #51ade5;
  border-radius: 40px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2aEVCtlXw .embla {
    padding-bottom: 40px;
  }
}
.cid-v2aEVCtlXw .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2aEVCtlXw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2aEVCtlXw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2aEVCtlXw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2aEVCtlXw .item-title {
  color: #000073;
}
.cid-v2aEVCtlXw .item-desc {
  color: #ffffff;
}
.cid-v2aEVCtlXw img {
  border-radius: 10px !important;
}
.cid-v2aEVD8drF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aEVD8drF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aEVD8drF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aEVD8drF .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v2aEVD8drF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aEVD8drF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2aEVD8drF .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aEVD8drF .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v2aEVD8drF .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v2aEVD8drF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2aEVD8drF img {
  border-radius: 10px !important;
}
.cid-v2aEVD8drF .card-title {
  color: #000073;
}
.cid-v2aEVDuPDG {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000073;
}
.cid-v2aEVDuPDG svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-v2aEVDuPDG svg .st0 {
  fill: #000073;
}
@media (max-width: 992px) {
  .cid-v2aEVDuPDG svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-v2aEVDuPDG .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2aEVDuPDG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aEVDuPDG .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v2aEVDuPDG .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v2aEVDuPDG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2aEVDuPDG .copyright {
  color: #ffffff;
}
.cid-v2aEVDuPDG .mbr-section-subtitle {
  text-align: center;
}
