body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 5.8rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 9.28rem;
}
.display-2 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2.6rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.6rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 4.64rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ff2600 !important;
}
.bg-success {
  background-color: #9ee2f9 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #6e07b9 !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2600 !important;
  border-color: #ff2600 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b31b00 !important;
  border-color: #b31b00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b31b00 !important;
  border-color: #b31b00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #9ee2f9 !important;
  border-color: #9ee2f9 !important;
  color: #096d8f !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #096d8f !important;
  background-color: #56ccf5 !important;
  border-color: #56ccf5 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #096d8f !important;
  background-color: #56ccf5 !important;
  border-color: #56ccf5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6e07b9 !important;
  border-color: #6e07b9 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #42046f !important;
  border-color: #42046f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #42046f !important;
  border-color: #42046f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #991700;
  color: #991700;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff2600;
  border-color: #ff2600;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2600 !important;
  border-color: #ff2600 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3ec5f3;
  color: #3ec5f3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #096d8f;
  background-color: #9ee2f9;
  border-color: #9ee2f9;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #096d8f !important;
  background-color: #9ee2f9 !important;
  border-color: #9ee2f9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #340357;
  color: #340357;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #6e07b9;
  border-color: #6e07b9;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6e07b9 !important;
  border-color: #6e07b9 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #990000;
  color: #990000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff2600 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #9ee2f9 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #6e07b9 !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #991700 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #3ec5f3 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #340357 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #990000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #6e07b9;
}
.alert-danger {
  background-color: #ff0000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff2600;
  border-color: #ff2600;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff2600;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffd4cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ae47f8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcccc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ff2600;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ff2600;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ff2600;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff2600;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff2600;
  border-bottom-color: #ff2600;
}
.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: #ff2600 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23ff2600' %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.3;
}
.cid-u184AH0yZB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u184AH0yZB nav.navbar {
  position: fixed;
}
.cid-u184AH0yZB .navbar-logo {
  margin-right: 1rem !important;
}
.cid-u184AH0yZB .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-u184AH0yZB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u184AH0yZB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u184AH0yZB .dropdown-item:hover,
.cid-u184AH0yZB .dropdown-item:focus {
  background: #ff2600 !important;
  color: white !important;
}
.cid-u184AH0yZB .dropdown-item:hover span {
  color: white;
}
.cid-u184AH0yZB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u184AH0yZB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u184AH0yZB .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u184AH0yZB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u184AH0yZB .nav-link {
  position: relative;
}
.cid-u184AH0yZB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u184AH0yZB .container {
    flex-wrap: nowrap;
  }
}
.cid-u184AH0yZB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u184AH0yZB .dropdown-menu,
.cid-u184AH0yZB .navbar.opened {
  background: #150d5c !important;
}
.cid-u184AH0yZB .nav-item:focus,
.cid-u184AH0yZB .nav-link:focus {
  outline: none;
}
.cid-u184AH0yZB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u184AH0yZB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u184AH0yZB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u184AH0yZB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u184AH0yZB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u184AH0yZB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u184AH0yZB .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #150d5c;
}
.cid-u184AH0yZB .navbar.opened {
  transition: all 0.3s;
}
.cid-u184AH0yZB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u184AH0yZB .navbar .navbar-logo img {
  width: auto;
}
.cid-u184AH0yZB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u184AH0yZB .navbar.collapsed {
  justify-content: center;
}
.cid-u184AH0yZB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u184AH0yZB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u184AH0yZB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u184AH0yZB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u184AH0yZB .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-u184AH0yZB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u184AH0yZB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u184AH0yZB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u184AH0yZB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u184AH0yZB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u184AH0yZB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u184AH0yZB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u184AH0yZB .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-u184AH0yZB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u184AH0yZB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u184AH0yZB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u184AH0yZB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u184AH0yZB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u184AH0yZB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u184AH0yZB .navbar.navbar-short {
  min-height: 80px;
}
.cid-u184AH0yZB .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u184AH0yZB .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u184AH0yZB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u184AH0yZB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u184AH0yZB .dropdown-item.active,
.cid-u184AH0yZB .dropdown-item:active {
  background-color: transparent;
}
.cid-u184AH0yZB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u184AH0yZB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u184AH0yZB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u184AH0yZB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #150d5c;
}
.cid-u184AH0yZB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u184AH0yZB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u184AH0yZB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u184AH0yZB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u184AH0yZB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u184AH0yZB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u184AH0yZB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u184AH0yZB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u184AH0yZB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u184AH0yZB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u184AH0yZB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u184AH0yZB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u184AH0yZB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u184AH0yZB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u184AH0yZB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u184AH0yZB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u184AH0yZB .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-u184AH0yZB .navbar {
    height: 70px;
  }
  .cid-u184AH0yZB .navbar.opened {
    height: auto;
  }
  .cid-u184AH0yZB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rEmSpwpStj {
  background-image: url("../../../assets/images/main-b2-2000x1047.jpg");
}
.cid-rEmSpwpStj .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rEmSpwpStj .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rEmSpwpStj .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rEmSpwpStj .mbr-text,
.cid-rEmSpwpStj .mbr-section-btn {
  color: #020e36;
}
.cid-u9AOTzRsH5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/555-1029x733.jpg");
}
.cid-u9H7fW8Nh9 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u9H7fW8Nh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9H7fW8Nh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u9H7fW8Nh9 .container {
    padding: 0 24px;
  }
}
.cid-u9H7fW8Nh9 .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-u9H7fW8Nh9 .content-wrapper {
    padding: 24px;
  }
}
.cid-u9H7fW8Nh9 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u9H7fW8Nh9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9H7fW8Nh9 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u9H7fW8Nh9 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u9H7fW8Nh9 .mbr-section-title {
  color: #F9F6E0;
}
.cid-u9H7fW8Nh9 .mbr-text {
  color: #F9F6E0;
}
.cid-uaLcse4UcD {
  padding-top: 15px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uaLcse4UcD .testimonials-container {
  margin: 0 auto;
}
.cid-uaLcse4UcD .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-uaLcse4UcD .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-uaLcse4UcD .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-uaLcse4UcD .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-uaLcse4UcD .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uaLcse4UcD .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-uaLcse4UcD .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-uaLcse4UcD .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-uaLcse4UcD .user_text {
  color: #6e07b9;
}
.cid-u9H8K1Hfae {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9H8K1Hfae .mbr-section-title {
  color: #6e07b9;
  text-align: center;
}
.cid-u9H8K1Hfae .mbr-text {
  color: #1a449a;
  text-align: center;
}
.cid-u9H8K1Hfae .mbr-section-subtitle {
  color: #1a449a;
}
.cid-u9H8K1Hfae .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-u9H8K1Hfae .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff2600;
}
.cid-u9H8K1Hfae .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9H8K1Hfae .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-u9H8K1Hfae h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-u9H8K1Hfae h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-u9H8K1Hfae h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-u9H8K1Hfae h5 {
    margin-left: 0px;
  }
  .cid-u9H8K1Hfae h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-u9H8K1Hfae h5:hover:before {
    animation: none;
  }
}
.cid-u9H8K1Hfae .mbr-section-subtitle,
.cid-u9H8K1Hfae .content {
  color: #232323;
}
.cid-u9qYkl70Pc {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u9qYkl70Pc .mbr-section-title {
  margin-bottom: 25px;
  color: #6e07b9;
}
.cid-u9qYkl70Pc .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-u9qYkl70Pc .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-u9qYkl70Pc .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-u9qYkl70Pc .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-u9qYkl70Pc .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #124ad6 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-u9qYkl70Pc .mbr-gallery-filter ul {
  display: block;
}
.cid-u9qYkl70Pc .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-u9qYkl70Pc .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-u9qYkl70Pc .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-u9qYkl70Pc .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #6e07b9;
  transition: all 0.3s ease;
}
.cid-u9qYkl70Pc .mbr-gallery-row {
  margin-top: 50px;
}
.cid-u9qYkl70Pc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u9qYkl70Pc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-u9qYkl70Pc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-u9qYkl70Pc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u9qYkl70Pc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #124ad6;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-u9qYkl70Pc .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-u9qYkl70Pc .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-u9qYkl70Pc .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-u9qYkl70Pc .mbr-gallery-item > div img,
.cid-u9qYkl70Pc .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-u9qYkl70Pc .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-u9qYkl70Pc .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-u9qYkl70Pc .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-u9qYkl70Pc .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-u9qYkl70Pc .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-u9qYkl70Pc .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-u9qYkl70Pc .mbr-section-title {
    text-align: center;
  }
  .cid-u9qYkl70Pc .image {
    top: auto;
    height: 420px;
  }
  .cid-u9qYkl70Pc .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-u9qYkl70Pc .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-u9qYkl70Pc .mbr-gallery-item > div img,
  .cid-u9qYkl70Pc .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-u9qYkl70Pc .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-u9qYkl70Pc .image {
    height: 290px;
  }
}
.cid-u4wLwEARtl {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u4wLwEARtl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-u4wLwEARtl p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-u4wLwEARtl .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-u4wLwEARtl .mbr-section-btn a {
  margin: 0;
}
.cid-u4wLwEARtl .mbr-text {
  color: #767676;
}
.cid-u4wLwEARtl .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u4wLwEARtl .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-u4wLwEARtl H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-u4wLwEARtl .card-title {
  text-align: center;
}
.cid-u5sSZmD5uk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5sSZmD5uk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-u5sSZmD5uk p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-u5sSZmD5uk .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-u5sSZmD5uk .mbr-section-btn a {
  margin: 0;
}
.cid-u5sSZmD5uk .mbr-text {
  color: #767676;
}
.cid-u5sSZmD5uk .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u5sSZmD5uk .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-u5sSZmD5uk H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-u5sSZmD5uk .card-title {
  text-align: center;
}
.cid-u6HXQ6uDKy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6HXQ6uDKy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-u6HXQ6uDKy p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-u6HXQ6uDKy .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-u6HXQ6uDKy .mbr-section-btn a {
  margin: 0;
}
.cid-u6HXQ6uDKy .mbr-text {
  color: #767676;
}
.cid-u6HXQ6uDKy .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u6HXQ6uDKy .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-u6HXQ6uDKy H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-u6HXQ6uDKy .card-title {
  text-align: center;
}
.cid-u6TycllCef {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6TycllCef h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-u6TycllCef p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-u6TycllCef .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-u6TycllCef .mbr-section-btn a {
  margin: 0;
}
.cid-u6TycllCef .mbr-text {
  color: #767676;
}
.cid-u6TycllCef .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u6TycllCef .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-u6TycllCef H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-u6TycllCef .card-title {
  text-align: center;
}
.cid-u6MWyTyyH9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6MWyTyyH9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-u6MWyTyyH9 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-u6MWyTyyH9 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-u6MWyTyyH9 .mbr-section-btn a {
  margin: 0;
}
.cid-u6MWyTyyH9 .mbr-text {
  color: #767676;
}
.cid-u6MWyTyyH9 .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u6MWyTyyH9 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-u6MWyTyyH9 H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-u6MWyTyyH9 .card-title {
  text-align: center;
}
.cid-u9H8cNMIJ8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4dcfb;
}
.cid-u9H8cNMIJ8 .mbr-section-title {
  color: #6e07b9;
  text-align: center;
}
.cid-u9H8cNMIJ8 .mbr-text {
  color: #1a449a;
  text-align: center;
}
.cid-u9H8cNMIJ8 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-u9H8cNMIJ8 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-u9H8cNMIJ8 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff2600;
}
.cid-u9H8cNMIJ8 .svg-top .st0 {
  fill: #f4dcfb;
}
@media (max-width: 992px) {
  .cid-u9H8cNMIJ8 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-u9H8cNMIJ8 h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-u9H8cNMIJ8 h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-u9H8cNMIJ8 h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-u9H8cNMIJ8 h5 {
    margin-left: 0px;
  }
  .cid-u9H8cNMIJ8 h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-u9H8cNMIJ8 h5:hover:before {
    animation: none;
  }
}
.cid-u9H8cNMIJ8 .mbr-section-subtitle,
.cid-u9H8cNMIJ8 .content {
  color: #232323;
}
.cid-u7wwOW7BJW {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #f4dcfb;
}
.cid-r88nkErHSx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6e07b9;
}
.cid-r88nkErHSx .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u9HazScUNQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u9HazScUNQ nav.navbar {
  position: fixed;
}
.cid-u9HazScUNQ .navbar-logo {
  margin-right: 1rem !important;
}
.cid-u9HazScUNQ .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-u9HazScUNQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9HazScUNQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9HazScUNQ .dropdown-item:hover,
.cid-u9HazScUNQ .dropdown-item:focus {
  background: #ff2600 !important;
  color: white !important;
}
.cid-u9HazScUNQ .dropdown-item:hover span {
  color: white;
}
.cid-u9HazScUNQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9HazScUNQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9HazScUNQ .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9HazScUNQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9HazScUNQ .nav-link {
  position: relative;
}
.cid-u9HazScUNQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9HazScUNQ .container {
    flex-wrap: nowrap;
  }
}
.cid-u9HazScUNQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9HazScUNQ .dropdown-menu,
.cid-u9HazScUNQ .navbar.opened {
  background: #150d5c !important;
}
.cid-u9HazScUNQ .nav-item:focus,
.cid-u9HazScUNQ .nav-link:focus {
  outline: none;
}
.cid-u9HazScUNQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9HazScUNQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9HazScUNQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9HazScUNQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9HazScUNQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9HazScUNQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9HazScUNQ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #150d5c;
}
.cid-u9HazScUNQ .navbar.opened {
  transition: all 0.3s;
}
.cid-u9HazScUNQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9HazScUNQ .navbar .navbar-logo img {
  width: auto;
}
.cid-u9HazScUNQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9HazScUNQ .navbar.collapsed {
  justify-content: center;
}
.cid-u9HazScUNQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9HazScUNQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9HazScUNQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9HazScUNQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9HazScUNQ .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-u9HazScUNQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9HazScUNQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9HazScUNQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9HazScUNQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9HazScUNQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9HazScUNQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9HazScUNQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9HazScUNQ .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-u9HazScUNQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9HazScUNQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9HazScUNQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9HazScUNQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9HazScUNQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9HazScUNQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9HazScUNQ .navbar.navbar-short {
  min-height: 80px;
}
.cid-u9HazScUNQ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u9HazScUNQ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9HazScUNQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9HazScUNQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9HazScUNQ .dropdown-item.active,
.cid-u9HazScUNQ .dropdown-item:active {
  background-color: transparent;
}
.cid-u9HazScUNQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9HazScUNQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9HazScUNQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9HazScUNQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #150d5c;
}
.cid-u9HazScUNQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9HazScUNQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9HazScUNQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9HazScUNQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9HazScUNQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9HazScUNQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9HazScUNQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9HazScUNQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9HazScUNQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9HazScUNQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9HazScUNQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9HazScUNQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9HazScUNQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9HazScUNQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9HazScUNQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9HazScUNQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9HazScUNQ .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-u9HazScUNQ .navbar {
    height: 70px;
  }
  .cid-u9HazScUNQ .navbar.opened {
    height: auto;
  }
  .cid-u9HazScUNQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9HazSXjxK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/main-b3-1-2000x1047.jpg");
}
.cid-u9HazSXjxK .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u9HazSXjxK .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-u9HazSXjxK .mbr-figure img {
    width: 100% !important;
  }
}
.cid-u9HazSXjxK .mbr-text,
.cid-u9HazSXjxK .mbr-section-btn {
  color: #020e36;
}
.cid-u9HazTepDF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/555-1029x733.jpg");
}
.cid-u9HaT3NtGQ {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-u9HaT3NtGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9HaT3NtGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u9HaT3NtGQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9HaT3NtGQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9HaT3NtGQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9HaT3NtGQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9HaT3NtGQ .mbr-section-title {
  color: #ffffff;
}
.cid-u9HaT3NtGQ .mbr-text,
.cid-u9HaT3NtGQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uaL28Rpgre {
  display: flex;
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uaL28Rpgre {
    align-items: center;
  }
  .cid-uaL28Rpgre .row {
    justify-content: center;
  }
}
.cid-uaL28Rpgre p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaL28Rpgre .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uaL28Rpgre {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uaL28Rpgre .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uaL28Rpgre .content-wrap {
    width: 100%;
  }
}
.cid-uaL28Rpgre .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaL28Rpgre .mbr-text,
.cid-uaL28Rpgre .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uaL28Rpgre .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9Hb1PbvuO {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #232323;
}
.cid-u9Hb1PbvuO .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-u9Hb1PbvuO .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-u9Hb1PbvuO .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-u9Hb1PbvuO .media-container-row .img-item .img-caption {
  background: #232323;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-u9Hb1PbvuO .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-u9Hb1PbvuO .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-u9Hb1PbvuO .img-item {
    width: 100% !important;
  }
  .cid-u9Hb1PbvuO .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-u9Hb1PbvuO P {
  color: #ffffff;
  text-align: left;
}
.cid-uaL33JAzUN {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uaL33JAzUN {
    align-items: center;
  }
  .cid-uaL33JAzUN .row {
    justify-content: center;
  }
}
.cid-uaL33JAzUN p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaL33JAzUN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uaL33JAzUN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uaL33JAzUN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uaL33JAzUN .content-wrap {
    width: 100%;
  }
}
.cid-uaL33JAzUN .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaL33JAzUN .mbr-text,
.cid-uaL33JAzUN .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uaL33JAzUN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uaKU3eQ1AO {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #232323;
}
.cid-uaKU3eQ1AO .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uaKU3eQ1AO .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uaKU3eQ1AO .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uaKU3eQ1AO .media-container-row .img-item .img-caption {
  background: #232323;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uaKU3eQ1AO .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uaKU3eQ1AO .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uaKU3eQ1AO .img-item {
    width: 100% !important;
  }
  .cid-uaKU3eQ1AO .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uaKU3eQ1AO P {
  color: #ffffff;
  text-align: left;
}
.cid-uaL3gykxbO {
  display: flex;
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uaL3gykxbO {
    align-items: center;
  }
  .cid-uaL3gykxbO .row {
    justify-content: center;
  }
}
.cid-uaL3gykxbO p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaL3gykxbO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uaL3gykxbO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uaL3gykxbO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uaL3gykxbO .content-wrap {
    width: 100%;
  }
}
.cid-uaL3gykxbO .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaL3gykxbO .mbr-text,
.cid-uaL3gykxbO .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uaL3gykxbO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uaL3ik1q1Q {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uaL3ik1q1Q {
    align-items: center;
  }
  .cid-uaL3ik1q1Q .row {
    justify-content: center;
  }
}
.cid-uaL3ik1q1Q p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaL3ik1q1Q .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uaL3ik1q1Q {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uaL3ik1q1Q .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uaL3ik1q1Q .content-wrap {
    width: 100%;
  }
}
.cid-uaL3ik1q1Q .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaL3ik1q1Q .mbr-text,
.cid-uaL3ik1q1Q .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uaL3ik1q1Q .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uaKVb1Da4e {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #232323;
}
.cid-uaKVb1Da4e .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uaKVb1Da4e .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uaKVb1Da4e .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uaKVb1Da4e .media-container-row .img-item .img-caption {
  background: #232323;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uaKVb1Da4e .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uaKVb1Da4e .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uaKVb1Da4e .img-item {
    width: 100% !important;
  }
  .cid-uaKVb1Da4e .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uaKVb1Da4e P {
  color: #ffffff;
  text-align: left;
}
.cid-uaL7zGzAOb {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uaL7zGzAOb {
    align-items: center;
  }
  .cid-uaL7zGzAOb .row {
    justify-content: center;
  }
}
.cid-uaL7zGzAOb p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaL7zGzAOb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uaL7zGzAOb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uaL7zGzAOb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uaL7zGzAOb .content-wrap {
    width: 100%;
  }
}
.cid-uaL7zGzAOb .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaL7zGzAOb .mbr-text,
.cid-uaL7zGzAOb .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uaL7zGzAOb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uaKVtuSPan {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #232323;
}
.cid-uaKVtuSPan .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uaKVtuSPan .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uaKVtuSPan .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uaKVtuSPan .media-container-row .img-item .img-caption {
  background: #232323;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uaKVtuSPan .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uaKVtuSPan .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uaKVtuSPan .img-item {
    width: 100% !important;
  }
  .cid-uaKVtuSPan .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uaKVtuSPan P {
  color: #ffffff;
  text-align: left;
}
.cid-uaL3kl3ch9 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uaL3kl3ch9 {
    align-items: center;
  }
  .cid-uaL3kl3ch9 .row {
    justify-content: center;
  }
}
.cid-uaL3kl3ch9 p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaL3kl3ch9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uaL3kl3ch9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uaL3kl3ch9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uaL3kl3ch9 .content-wrap {
    width: 100%;
  }
}
.cid-uaL3kl3ch9 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaL3kl3ch9 .mbr-text,
.cid-uaL3kl3ch9 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uaL3kl3ch9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9HazUATrC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9HazUATrC .mbr-section-title {
  color: #6e07b9;
  text-align: center;
}
.cid-u9HazUATrC .mbr-text {
  color: #1a449a;
  text-align: center;
}
.cid-u9HazUATrC .mbr-section-subtitle {
  color: #1a449a;
}
.cid-u9HazUATrC .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-u9HazUATrC .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff2600;
}
.cid-u9HazUATrC .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9HazUATrC .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-u9HazUATrC h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-u9HazUATrC h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-u9HazUATrC h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-u9HazUATrC h5 {
    margin-left: 0px;
  }
  .cid-u9HazUATrC h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-u9HazUATrC h5:hover:before {
    animation: none;
  }
}
.cid-u9HazUATrC .mbr-section-subtitle,
.cid-u9HazUATrC .content {
  color: #232323;
}
.cid-u9HazVKwxw {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u9HazVKwxw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-u9HazVKwxw p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-u9HazVKwxw .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-u9HazVKwxw .mbr-section-btn a {
  margin: 0;
}
.cid-u9HazVKwxw .mbr-text {
  color: #767676;
}
.cid-u9HazVKwxw .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9HazVKwxw .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-u9HazVKwxw H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-u9HazVKwxw .card-title {
  text-align: center;
}
.cid-u9HazWhdcV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u9HazWhdcV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-u9HazWhdcV p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-u9HazWhdcV .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-u9HazWhdcV .mbr-section-btn a {
  margin: 0;
}
.cid-u9HazWhdcV .mbr-text {
  color: #767676;
}
.cid-u9HazWhdcV .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9HazWhdcV .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-u9HazWhdcV H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-u9HazWhdcV .card-title {
  text-align: center;
}
.cid-u9HazY7pGd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u9HazY7pGd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-u9HazY7pGd p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-u9HazY7pGd .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-u9HazY7pGd .mbr-section-btn a {
  margin: 0;
}
.cid-u9HazY7pGd .mbr-text {
  color: #767676;
}
.cid-u9HazY7pGd .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9HazY7pGd .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-u9HazY7pGd H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-u9HazY7pGd .card-title {
  text-align: center;
}
.cid-u9HazYum5w {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u9HazYum5w h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-u9HazYum5w p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-u9HazYum5w .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-u9HazYum5w .mbr-section-btn a {
  margin: 0;
}
.cid-u9HazYum5w .mbr-text {
  color: #767676;
}
.cid-u9HazYum5w .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9HazYum5w .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-u9HazYum5w H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-u9HazYum5w .card-title {
  text-align: center;
}
.cid-u9HazZznn0 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u9HazZznn0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-u9HazZznn0 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-u9HazZznn0 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-u9HazZznn0 .mbr-section-btn a {
  margin: 0;
}
.cid-u9HazZznn0 .mbr-text {
  color: #767676;
}
.cid-u9HazZznn0 .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9HazZznn0 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-u9HazZznn0 H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-u9HazZznn0 .card-title {
  text-align: center;
}
.cid-u9HazZXb0c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4dcfb;
}
.cid-u9HazZXb0c .mbr-section-title {
  color: #6e07b9;
  text-align: center;
}
.cid-u9HazZXb0c .mbr-text {
  color: #1a449a;
  text-align: center;
}
.cid-u9HazZXb0c .mbr-section-subtitle {
  color: #1a449a;
}
.cid-u9HazZXb0c .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-u9HazZXb0c .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff2600;
}
.cid-u9HazZXb0c .svg-top .st0 {
  fill: #f4dcfb;
}
@media (max-width: 992px) {
  .cid-u9HazZXb0c .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-u9HazZXb0c h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-u9HazZXb0c h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-u9HazZXb0c h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-u9HazZXb0c h5 {
    margin-left: 0px;
  }
  .cid-u9HazZXb0c h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-u9HazZXb0c h5:hover:before {
    animation: none;
  }
}
.cid-u9HazZXb0c .mbr-section-subtitle,
.cid-u9HazZXb0c .content {
  color: #232323;
}
.cid-u9HaA0bksQ {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #f4dcfb;
}
.cid-u9HaA0kdJG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6e07b9;
}
.cid-u9HaA0kdJG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uaKVEp5IUn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uaKVEp5IUn nav.navbar {
  position: fixed;
}
.cid-uaKVEp5IUn .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uaKVEp5IUn .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-uaKVEp5IUn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaKVEp5IUn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaKVEp5IUn .dropdown-item:hover,
.cid-uaKVEp5IUn .dropdown-item:focus {
  background: #ff2600 !important;
  color: white !important;
}
.cid-uaKVEp5IUn .dropdown-item:hover span {
  color: white;
}
.cid-uaKVEp5IUn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaKVEp5IUn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaKVEp5IUn .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaKVEp5IUn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaKVEp5IUn .nav-link {
  position: relative;
}
.cid-uaKVEp5IUn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uaKVEp5IUn .container {
    flex-wrap: nowrap;
  }
}
.cid-uaKVEp5IUn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaKVEp5IUn .dropdown-menu,
.cid-uaKVEp5IUn .navbar.opened {
  background: #150d5c !important;
}
.cid-uaKVEp5IUn .nav-item:focus,
.cid-uaKVEp5IUn .nav-link:focus {
  outline: none;
}
.cid-uaKVEp5IUn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaKVEp5IUn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaKVEp5IUn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaKVEp5IUn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaKVEp5IUn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaKVEp5IUn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaKVEp5IUn .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #150d5c;
}
.cid-uaKVEp5IUn .navbar.opened {
  transition: all 0.3s;
}
.cid-uaKVEp5IUn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaKVEp5IUn .navbar .navbar-logo img {
  width: auto;
}
.cid-uaKVEp5IUn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaKVEp5IUn .navbar.collapsed {
  justify-content: center;
}
.cid-uaKVEp5IUn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaKVEp5IUn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uaKVEp5IUn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaKVEp5IUn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaKVEp5IUn .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-uaKVEp5IUn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaKVEp5IUn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaKVEp5IUn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaKVEp5IUn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaKVEp5IUn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaKVEp5IUn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaKVEp5IUn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaKVEp5IUn .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-uaKVEp5IUn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaKVEp5IUn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaKVEp5IUn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaKVEp5IUn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaKVEp5IUn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaKVEp5IUn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaKVEp5IUn .navbar.navbar-short {
  min-height: 80px;
}
.cid-uaKVEp5IUn .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uaKVEp5IUn .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaKVEp5IUn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaKVEp5IUn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaKVEp5IUn .dropdown-item.active,
.cid-uaKVEp5IUn .dropdown-item:active {
  background-color: transparent;
}
.cid-uaKVEp5IUn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaKVEp5IUn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaKVEp5IUn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaKVEp5IUn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #150d5c;
}
.cid-uaKVEp5IUn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaKVEp5IUn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaKVEp5IUn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaKVEp5IUn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaKVEp5IUn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaKVEp5IUn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uaKVEp5IUn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaKVEp5IUn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaKVEp5IUn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaKVEp5IUn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaKVEp5IUn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaKVEp5IUn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaKVEp5IUn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaKVEp5IUn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaKVEp5IUn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaKVEp5IUn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaKVEp5IUn .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-uaKVEp5IUn .navbar {
    height: 70px;
  }
  .cid-uaKVEp5IUn .navbar.opened {
    height: auto;
  }
  .cid-uaKVEp5IUn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaKVEq45wG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/main-b3-1-2000x1047.jpg");
}
.cid-uaKVEq45wG .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uaKVEq45wG .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uaKVEq45wG .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uaKVEq45wG .mbr-text,
.cid-uaKVEq45wG .mbr-section-btn {
  color: #020e36;
}
.cid-uaKVEqsJ7I {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/555-1029x733.jpg");
}
.cid-uaKVEqJL2r {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uaKVEqJL2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKVEqJL2r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaKVEqJL2r .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaKVEqJL2r .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaKVEqJL2r .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaKVEqJL2r .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uaKVEqJL2r .mbr-section-title {
  color: #ffffff;
}
.cid-uaKVEqJL2r .mbr-text,
.cid-uaKVEqJL2r .mbr-section-btn {
  color: #ffffff;
}
.cid-uaL4dwdPll {
  display: flex;
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uaL4dwdPll {
    align-items: center;
  }
  .cid-uaL4dwdPll .row {
    justify-content: center;
  }
}
.cid-uaL4dwdPll p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaL4dwdPll .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uaL4dwdPll {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uaL4dwdPll .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uaL4dwdPll .content-wrap {
    width: 100%;
  }
}
.cid-uaL4dwdPll .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaL4dwdPll .mbr-text,
.cid-uaL4dwdPll .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uaL4dwdPll .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uaKVEs2xGo {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #232323;
}
.cid-uaKVEs2xGo .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uaKVEs2xGo .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uaKVEs2xGo .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uaKVEs2xGo .media-container-row .img-item .img-caption {
  background: #232323;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uaKVEs2xGo .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uaKVEs2xGo .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uaKVEs2xGo .img-item {
    width: 100% !important;
  }
  .cid-uaKVEs2xGo .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uaKVEs2xGo P {
  color: #ffffff;
  text-align: left;
}
.cid-uaL4eoCD64 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uaL4eoCD64 {
    align-items: center;
  }
  .cid-uaL4eoCD64 .row {
    justify-content: center;
  }
}
.cid-uaL4eoCD64 p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaL4eoCD64 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uaL4eoCD64 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uaL4eoCD64 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uaL4eoCD64 .content-wrap {
    width: 100%;
  }
}
.cid-uaL4eoCD64 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaL4eoCD64 .mbr-text,
.cid-uaL4eoCD64 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uaL4eoCD64 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uaKVEuDhRR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaKVEuDhRR .mbr-section-title {
  color: #6e07b9;
  text-align: center;
}
.cid-uaKVEuDhRR .mbr-text {
  color: #1a449a;
  text-align: center;
}
.cid-uaKVEuDhRR .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uaKVEuDhRR .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uaKVEuDhRR .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff2600;
}
.cid-uaKVEuDhRR .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uaKVEuDhRR .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uaKVEuDhRR h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-uaKVEuDhRR h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-uaKVEuDhRR h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-uaKVEuDhRR h5 {
    margin-left: 0px;
  }
  .cid-uaKVEuDhRR h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-uaKVEuDhRR h5:hover:before {
    animation: none;
  }
}
.cid-uaKVEuDhRR .mbr-section-subtitle,
.cid-uaKVEuDhRR .content {
  color: #232323;
}
.cid-uaKVEw2uly {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uaKVEw2uly h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaKVEw2uly p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uaKVEw2uly .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uaKVEw2uly .mbr-section-btn a {
  margin: 0;
}
.cid-uaKVEw2uly .mbr-text {
  color: #767676;
}
.cid-uaKVEw2uly .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaKVEw2uly .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uaKVEw2uly H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-uaKVEw2uly .card-title {
  text-align: center;
}
.cid-uaKVEwD6jz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uaKVEwD6jz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaKVEwD6jz p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uaKVEwD6jz .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uaKVEwD6jz .mbr-section-btn a {
  margin: 0;
}
.cid-uaKVEwD6jz .mbr-text {
  color: #767676;
}
.cid-uaKVEwD6jz .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaKVEwD6jz .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uaKVEwD6jz H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-uaKVEwD6jz .card-title {
  text-align: center;
}
.cid-uaKVEy5yBz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uaKVEy5yBz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaKVEy5yBz p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uaKVEy5yBz .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uaKVEy5yBz .mbr-section-btn a {
  margin: 0;
}
.cid-uaKVEy5yBz .mbr-text {
  color: #767676;
}
.cid-uaKVEy5yBz .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaKVEy5yBz .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uaKVEy5yBz H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-uaKVEy5yBz .card-title {
  text-align: center;
}
.cid-uaKVEyHJCc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uaKVEyHJCc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaKVEyHJCc p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uaKVEyHJCc .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uaKVEyHJCc .mbr-section-btn a {
  margin: 0;
}
.cid-uaKVEyHJCc .mbr-text {
  color: #767676;
}
.cid-uaKVEyHJCc .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaKVEyHJCc .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uaKVEyHJCc H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-uaKVEyHJCc .card-title {
  text-align: center;
}
.cid-uaKVEzbGUp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uaKVEzbGUp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaKVEzbGUp p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uaKVEzbGUp .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uaKVEzbGUp .mbr-section-btn a {
  margin: 0;
}
.cid-uaKVEzbGUp .mbr-text {
  color: #767676;
}
.cid-uaKVEzbGUp .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaKVEzbGUp .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uaKVEzbGUp H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-uaKVEzbGUp .card-title {
  text-align: center;
}
.cid-uaKVEzUQd4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4dcfb;
}
.cid-uaKVEzUQd4 .mbr-section-title {
  color: #6e07b9;
  text-align: center;
}
.cid-uaKVEzUQd4 .mbr-text {
  color: #1a449a;
  text-align: center;
}
.cid-uaKVEzUQd4 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uaKVEzUQd4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uaKVEzUQd4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff2600;
}
.cid-uaKVEzUQd4 .svg-top .st0 {
  fill: #f4dcfb;
}
@media (max-width: 992px) {
  .cid-uaKVEzUQd4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uaKVEzUQd4 h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-uaKVEzUQd4 h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-uaKVEzUQd4 h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-uaKVEzUQd4 h5 {
    margin-left: 0px;
  }
  .cid-uaKVEzUQd4 h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-uaKVEzUQd4 h5:hover:before {
    animation: none;
  }
}
.cid-uaKVEzUQd4 .mbr-section-subtitle,
.cid-uaKVEzUQd4 .content {
  color: #232323;
}
.cid-uaKVEAkDHo {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #f4dcfb;
}
.cid-uaKVEAyIoR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6e07b9;
}
.cid-uaKVEAyIoR .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uaKXdcrgjC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uaKXdcrgjC nav.navbar {
  position: fixed;
}
.cid-uaKXdcrgjC .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uaKXdcrgjC .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-uaKXdcrgjC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaKXdcrgjC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaKXdcrgjC .dropdown-item:hover,
.cid-uaKXdcrgjC .dropdown-item:focus {
  background: #ff2600 !important;
  color: white !important;
}
.cid-uaKXdcrgjC .dropdown-item:hover span {
  color: white;
}
.cid-uaKXdcrgjC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaKXdcrgjC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaKXdcrgjC .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaKXdcrgjC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaKXdcrgjC .nav-link {
  position: relative;
}
.cid-uaKXdcrgjC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uaKXdcrgjC .container {
    flex-wrap: nowrap;
  }
}
.cid-uaKXdcrgjC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaKXdcrgjC .dropdown-menu,
.cid-uaKXdcrgjC .navbar.opened {
  background: #150d5c !important;
}
.cid-uaKXdcrgjC .nav-item:focus,
.cid-uaKXdcrgjC .nav-link:focus {
  outline: none;
}
.cid-uaKXdcrgjC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaKXdcrgjC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaKXdcrgjC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaKXdcrgjC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaKXdcrgjC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaKXdcrgjC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaKXdcrgjC .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #150d5c;
}
.cid-uaKXdcrgjC .navbar.opened {
  transition: all 0.3s;
}
.cid-uaKXdcrgjC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaKXdcrgjC .navbar .navbar-logo img {
  width: auto;
}
.cid-uaKXdcrgjC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaKXdcrgjC .navbar.collapsed {
  justify-content: center;
}
.cid-uaKXdcrgjC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaKXdcrgjC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uaKXdcrgjC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaKXdcrgjC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaKXdcrgjC .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-uaKXdcrgjC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaKXdcrgjC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaKXdcrgjC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaKXdcrgjC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaKXdcrgjC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaKXdcrgjC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaKXdcrgjC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaKXdcrgjC .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-uaKXdcrgjC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaKXdcrgjC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaKXdcrgjC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaKXdcrgjC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaKXdcrgjC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaKXdcrgjC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaKXdcrgjC .navbar.navbar-short {
  min-height: 80px;
}
.cid-uaKXdcrgjC .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uaKXdcrgjC .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaKXdcrgjC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaKXdcrgjC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaKXdcrgjC .dropdown-item.active,
.cid-uaKXdcrgjC .dropdown-item:active {
  background-color: transparent;
}
.cid-uaKXdcrgjC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaKXdcrgjC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaKXdcrgjC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaKXdcrgjC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #150d5c;
}
.cid-uaKXdcrgjC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaKXdcrgjC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaKXdcrgjC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaKXdcrgjC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaKXdcrgjC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaKXdcrgjC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uaKXdcrgjC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaKXdcrgjC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaKXdcrgjC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaKXdcrgjC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaKXdcrgjC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaKXdcrgjC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaKXdcrgjC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaKXdcrgjC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaKXdcrgjC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaKXdcrgjC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaKXdcrgjC .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-uaKXdcrgjC .navbar {
    height: 70px;
  }
  .cid-uaKXdcrgjC .navbar.opened {
    height: auto;
  }
  .cid-uaKXdcrgjC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaKXddo8Cn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/main-b3-1-2000x1047.jpg");
}
.cid-uaKXddo8Cn .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uaKXddo8Cn .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uaKXddo8Cn .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uaKXddo8Cn .mbr-text,
.cid-uaKXddo8Cn .mbr-section-btn {
  color: #020e36;
}
.cid-uaKXddVCpv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/555-1029x733.jpg");
}
.cid-uaKXdezkIB {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uaKXdezkIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKXdezkIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaKXdezkIB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaKXdezkIB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaKXdezkIB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaKXdezkIB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uaKXdezkIB .mbr-section-title {
  color: #ffffff;
}
.cid-uaKXdezkIB .mbr-text,
.cid-uaKXdezkIB .mbr-section-btn {
  color: #ffffff;
}
.cid-uaL4Sb7ThK {
  display: flex;
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uaL4Sb7ThK {
    align-items: center;
  }
  .cid-uaL4Sb7ThK .row {
    justify-content: center;
  }
}
.cid-uaL4Sb7ThK p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaL4Sb7ThK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uaL4Sb7ThK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uaL4Sb7ThK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uaL4Sb7ThK .content-wrap {
    width: 100%;
  }
}
.cid-uaL4Sb7ThK .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaL4Sb7ThK .mbr-text,
.cid-uaL4Sb7ThK .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uaL4Sb7ThK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uaKXdfpPKH {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #232323;
}
.cid-uaKXdfpPKH .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uaKXdfpPKH .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uaKXdfpPKH .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uaKXdfpPKH .media-container-row .img-item .img-caption {
  background: #232323;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uaKXdfpPKH .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uaKXdfpPKH .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uaKXdfpPKH .img-item {
    width: 100% !important;
  }
  .cid-uaKXdfpPKH .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uaKXdfpPKH P {
  color: #ffffff;
  text-align: left;
}
.cid-uaPnqg6LNH {
  display: flex;
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uaPnqg6LNH {
    align-items: center;
  }
  .cid-uaPnqg6LNH .row {
    justify-content: center;
  }
}
.cid-uaPnqg6LNH p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaPnqg6LNH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uaPnqg6LNH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uaPnqg6LNH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uaPnqg6LNH .content-wrap {
    width: 100%;
  }
}
.cid-uaPnqg6LNH .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaPnqg6LNH .mbr-text,
.cid-uaPnqg6LNH .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uaPnqg6LNH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uaKXdh1dI1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaKXdh1dI1 .mbr-section-title {
  color: #6e07b9;
  text-align: center;
}
.cid-uaKXdh1dI1 .mbr-text {
  color: #1a449a;
  text-align: center;
}
.cid-uaKXdh1dI1 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uaKXdh1dI1 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uaKXdh1dI1 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff2600;
}
.cid-uaKXdh1dI1 .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uaKXdh1dI1 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uaKXdh1dI1 h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-uaKXdh1dI1 h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-uaKXdh1dI1 h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-uaKXdh1dI1 h5 {
    margin-left: 0px;
  }
  .cid-uaKXdh1dI1 h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-uaKXdh1dI1 h5:hover:before {
    animation: none;
  }
}
.cid-uaKXdh1dI1 .mbr-section-subtitle,
.cid-uaKXdh1dI1 .content {
  color: #232323;
}
.cid-uaKXdhFpnb {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uaKXdhFpnb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaKXdhFpnb p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uaKXdhFpnb .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uaKXdhFpnb .mbr-section-btn a {
  margin: 0;
}
.cid-uaKXdhFpnb .mbr-text {
  color: #767676;
}
.cid-uaKXdhFpnb .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaKXdhFpnb .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uaKXdhFpnb H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-uaKXdhFpnb .card-title {
  text-align: center;
}
.cid-uaKXdiK9Ip {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uaKXdiK9Ip h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaKXdiK9Ip p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uaKXdiK9Ip .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uaKXdiK9Ip .mbr-section-btn a {
  margin: 0;
}
.cid-uaKXdiK9Ip .mbr-text {
  color: #767676;
}
.cid-uaKXdiK9Ip .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaKXdiK9Ip .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uaKXdiK9Ip H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-uaKXdiK9Ip .card-title {
  text-align: center;
}
.cid-uaKXdjj1Q1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uaKXdjj1Q1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaKXdjj1Q1 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uaKXdjj1Q1 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uaKXdjj1Q1 .mbr-section-btn a {
  margin: 0;
}
.cid-uaKXdjj1Q1 .mbr-text {
  color: #767676;
}
.cid-uaKXdjj1Q1 .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaKXdjj1Q1 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uaKXdjj1Q1 H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-uaKXdjj1Q1 .card-title {
  text-align: center;
}
.cid-uaKXdjNaOp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uaKXdjNaOp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaKXdjNaOp p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uaKXdjNaOp .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uaKXdjNaOp .mbr-section-btn a {
  margin: 0;
}
.cid-uaKXdjNaOp .mbr-text {
  color: #767676;
}
.cid-uaKXdjNaOp .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaKXdjNaOp .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uaKXdjNaOp H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-uaKXdjNaOp .card-title {
  text-align: center;
}
.cid-uaKXdk9ADL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uaKXdk9ADL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaKXdk9ADL p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uaKXdk9ADL .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uaKXdk9ADL .mbr-section-btn a {
  margin: 0;
}
.cid-uaKXdk9ADL .mbr-text {
  color: #767676;
}
.cid-uaKXdk9ADL .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaKXdk9ADL .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uaKXdk9ADL H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-uaKXdk9ADL .card-title {
  text-align: center;
}
.cid-uaKXdkAuy4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4dcfb;
}
.cid-uaKXdkAuy4 .mbr-section-title {
  color: #6e07b9;
  text-align: center;
}
.cid-uaKXdkAuy4 .mbr-text {
  color: #1a449a;
  text-align: center;
}
.cid-uaKXdkAuy4 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uaKXdkAuy4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uaKXdkAuy4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff2600;
}
.cid-uaKXdkAuy4 .svg-top .st0 {
  fill: #f4dcfb;
}
@media (max-width: 992px) {
  .cid-uaKXdkAuy4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uaKXdkAuy4 h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-uaKXdkAuy4 h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-uaKXdkAuy4 h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-uaKXdkAuy4 h5 {
    margin-left: 0px;
  }
  .cid-uaKXdkAuy4 h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-uaKXdkAuy4 h5:hover:before {
    animation: none;
  }
}
.cid-uaKXdkAuy4 .mbr-section-subtitle,
.cid-uaKXdkAuy4 .content {
  color: #232323;
}
.cid-uaKXdkRi4D {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #f4dcfb;
}
.cid-uaKXdl2dOI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6e07b9;
}
.cid-uaKXdl2dOI .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uaKY8Zc2er {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uaKY8Zc2er nav.navbar {
  position: fixed;
}
.cid-uaKY8Zc2er .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uaKY8Zc2er .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-uaKY8Zc2er .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaKY8Zc2er .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaKY8Zc2er .dropdown-item:hover,
.cid-uaKY8Zc2er .dropdown-item:focus {
  background: #ff2600 !important;
  color: white !important;
}
.cid-uaKY8Zc2er .dropdown-item:hover span {
  color: white;
}
.cid-uaKY8Zc2er .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaKY8Zc2er .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaKY8Zc2er .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaKY8Zc2er .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaKY8Zc2er .nav-link {
  position: relative;
}
.cid-uaKY8Zc2er .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uaKY8Zc2er .container {
    flex-wrap: nowrap;
  }
}
.cid-uaKY8Zc2er .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaKY8Zc2er .dropdown-menu,
.cid-uaKY8Zc2er .navbar.opened {
  background: #150d5c !important;
}
.cid-uaKY8Zc2er .nav-item:focus,
.cid-uaKY8Zc2er .nav-link:focus {
  outline: none;
}
.cid-uaKY8Zc2er .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaKY8Zc2er .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaKY8Zc2er .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaKY8Zc2er .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaKY8Zc2er .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaKY8Zc2er .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaKY8Zc2er .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #150d5c;
}
.cid-uaKY8Zc2er .navbar.opened {
  transition: all 0.3s;
}
.cid-uaKY8Zc2er .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaKY8Zc2er .navbar .navbar-logo img {
  width: auto;
}
.cid-uaKY8Zc2er .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaKY8Zc2er .navbar.collapsed {
  justify-content: center;
}
.cid-uaKY8Zc2er .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaKY8Zc2er .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uaKY8Zc2er .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaKY8Zc2er .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaKY8Zc2er .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-uaKY8Zc2er .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaKY8Zc2er .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaKY8Zc2er .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaKY8Zc2er .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaKY8Zc2er .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaKY8Zc2er .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaKY8Zc2er .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaKY8Zc2er .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-uaKY8Zc2er .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaKY8Zc2er .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaKY8Zc2er .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaKY8Zc2er .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaKY8Zc2er .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaKY8Zc2er .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaKY8Zc2er .navbar.navbar-short {
  min-height: 80px;
}
.cid-uaKY8Zc2er .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uaKY8Zc2er .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaKY8Zc2er .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaKY8Zc2er .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaKY8Zc2er .dropdown-item.active,
.cid-uaKY8Zc2er .dropdown-item:active {
  background-color: transparent;
}
.cid-uaKY8Zc2er .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaKY8Zc2er .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaKY8Zc2er .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaKY8Zc2er .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #150d5c;
}
.cid-uaKY8Zc2er .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaKY8Zc2er .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaKY8Zc2er ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaKY8Zc2er .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaKY8Zc2er button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaKY8Zc2er button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uaKY8Zc2er button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaKY8Zc2er button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaKY8Zc2er button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaKY8Zc2er button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaKY8Zc2er nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaKY8Zc2er nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaKY8Zc2er nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaKY8Zc2er nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaKY8Zc2er .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaKY8Zc2er a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaKY8Zc2er .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-uaKY8Zc2er .navbar {
    height: 70px;
  }
  .cid-uaKY8Zc2er .navbar.opened {
    height: auto;
  }
  .cid-uaKY8Zc2er .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaKY906W3q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/main-b3-1-2000x1047.jpg");
}
.cid-uaKY906W3q .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uaKY906W3q .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uaKY906W3q .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uaKY906W3q .mbr-text,
.cid-uaKY906W3q .mbr-section-btn {
  color: #020e36;
}
.cid-uaKY90r0mA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/555-1029x733.jpg");
}
.cid-uaKY90G9tU {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uaKY90G9tU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKY90G9tU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaKY90G9tU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaKY90G9tU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaKY90G9tU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaKY90G9tU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uaKY90G9tU .mbr-section-title {
  color: #ffffff;
}
.cid-uaKY90G9tU .mbr-text,
.cid-uaKY90G9tU .mbr-section-btn {
  color: #ffffff;
}
.cid-uaL5d8hIbu {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uaL5d8hIbu {
    align-items: center;
  }
  .cid-uaL5d8hIbu .row {
    justify-content: center;
  }
}
.cid-uaL5d8hIbu p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaL5d8hIbu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uaL5d8hIbu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uaL5d8hIbu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uaL5d8hIbu .content-wrap {
    width: 100%;
  }
}
.cid-uaL5d8hIbu .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaL5d8hIbu .mbr-text,
.cid-uaL5d8hIbu .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uaL5d8hIbu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uaKY91ayMQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #232323;
}
.cid-uaKY91ayMQ .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uaKY91ayMQ .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uaKY91ayMQ .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uaKY91ayMQ .media-container-row .img-item .img-caption {
  background: #232323;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uaKY91ayMQ .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uaKY91ayMQ .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uaKY91ayMQ .img-item {
    width: 100% !important;
  }
  .cid-uaKY91ayMQ .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uaKY91ayMQ P {
  color: #ffffff;
  text-align: left;
}
.cid-uaL5cnPoyo {
  display: flex;
  padding-top: 15px;
  padding-bottom: 150px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uaL5cnPoyo {
    align-items: center;
  }
  .cid-uaL5cnPoyo .row {
    justify-content: center;
  }
}
.cid-uaL5cnPoyo p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaL5cnPoyo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uaL5cnPoyo {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uaL5cnPoyo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uaL5cnPoyo .content-wrap {
    width: 100%;
  }
}
.cid-uaL5cnPoyo .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaL5cnPoyo .mbr-text,
.cid-uaL5cnPoyo .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uaL5cnPoyo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uaKY91IqKP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaKY91IqKP .mbr-section-title {
  color: #6e07b9;
  text-align: center;
}
.cid-uaKY91IqKP .mbr-text {
  color: #1a449a;
  text-align: center;
}
.cid-uaKY91IqKP .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uaKY91IqKP .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uaKY91IqKP .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff2600;
}
.cid-uaKY91IqKP .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uaKY91IqKP .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uaKY91IqKP h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-uaKY91IqKP h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-uaKY91IqKP h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-uaKY91IqKP h5 {
    margin-left: 0px;
  }
  .cid-uaKY91IqKP h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-uaKY91IqKP h5:hover:before {
    animation: none;
  }
}
.cid-uaKY91IqKP .mbr-section-subtitle,
.cid-uaKY91IqKP .content {
  color: #232323;
}
.cid-uaKY92177I {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uaKY92177I h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaKY92177I p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uaKY92177I .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uaKY92177I .mbr-section-btn a {
  margin: 0;
}
.cid-uaKY92177I .mbr-text {
  color: #767676;
}
.cid-uaKY92177I .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaKY92177I .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uaKY92177I H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-uaKY92177I .card-title {
  text-align: center;
}
.cid-uaKY92yQJ3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uaKY92yQJ3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaKY92yQJ3 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uaKY92yQJ3 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uaKY92yQJ3 .mbr-section-btn a {
  margin: 0;
}
.cid-uaKY92yQJ3 .mbr-text {
  color: #767676;
}
.cid-uaKY92yQJ3 .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaKY92yQJ3 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uaKY92yQJ3 H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-uaKY92yQJ3 .card-title {
  text-align: center;
}
.cid-uaKY92Un4x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uaKY92Un4x h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaKY92Un4x p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uaKY92Un4x .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uaKY92Un4x .mbr-section-btn a {
  margin: 0;
}
.cid-uaKY92Un4x .mbr-text {
  color: #767676;
}
.cid-uaKY92Un4x .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaKY92Un4x .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uaKY92Un4x H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-uaKY92Un4x .card-title {
  text-align: center;
}
.cid-uaKY93mi6C {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uaKY93mi6C h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaKY93mi6C p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uaKY93mi6C .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uaKY93mi6C .mbr-section-btn a {
  margin: 0;
}
.cid-uaKY93mi6C .mbr-text {
  color: #767676;
}
.cid-uaKY93mi6C .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaKY93mi6C .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uaKY93mi6C H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-uaKY93mi6C .card-title {
  text-align: center;
}
.cid-uaKY93MUer {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uaKY93MUer h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaKY93MUer p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uaKY93MUer .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uaKY93MUer .mbr-section-btn a {
  margin: 0;
}
.cid-uaKY93MUer .mbr-text {
  color: #767676;
}
.cid-uaKY93MUer .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaKY93MUer .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uaKY93MUer H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-uaKY93MUer .card-title {
  text-align: center;
}
.cid-uaKY949kzA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4dcfb;
}
.cid-uaKY949kzA .mbr-section-title {
  color: #6e07b9;
  text-align: center;
}
.cid-uaKY949kzA .mbr-text {
  color: #1a449a;
  text-align: center;
}
.cid-uaKY949kzA .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uaKY949kzA .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uaKY949kzA .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff2600;
}
.cid-uaKY949kzA .svg-top .st0 {
  fill: #f4dcfb;
}
@media (max-width: 992px) {
  .cid-uaKY949kzA .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uaKY949kzA h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-uaKY949kzA h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-uaKY949kzA h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-uaKY949kzA h5 {
    margin-left: 0px;
  }
  .cid-uaKY949kzA h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-uaKY949kzA h5:hover:before {
    animation: none;
  }
}
.cid-uaKY949kzA .mbr-section-subtitle,
.cid-uaKY949kzA .content {
  color: #232323;
}
.cid-uaKY94tE4B {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #f4dcfb;
}
.cid-uaKY94DTb3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6e07b9;
}
.cid-uaKY94DTb3 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uaKYCdTT07 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uaKYCdTT07 nav.navbar {
  position: fixed;
}
.cid-uaKYCdTT07 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uaKYCdTT07 .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-uaKYCdTT07 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaKYCdTT07 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaKYCdTT07 .dropdown-item:hover,
.cid-uaKYCdTT07 .dropdown-item:focus {
  background: #ff2600 !important;
  color: white !important;
}
.cid-uaKYCdTT07 .dropdown-item:hover span {
  color: white;
}
.cid-uaKYCdTT07 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaKYCdTT07 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaKYCdTT07 .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaKYCdTT07 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaKYCdTT07 .nav-link {
  position: relative;
}
.cid-uaKYCdTT07 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uaKYCdTT07 .container {
    flex-wrap: nowrap;
  }
}
.cid-uaKYCdTT07 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaKYCdTT07 .dropdown-menu,
.cid-uaKYCdTT07 .navbar.opened {
  background: #150d5c !important;
}
.cid-uaKYCdTT07 .nav-item:focus,
.cid-uaKYCdTT07 .nav-link:focus {
  outline: none;
}
.cid-uaKYCdTT07 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaKYCdTT07 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaKYCdTT07 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaKYCdTT07 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaKYCdTT07 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaKYCdTT07 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaKYCdTT07 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #150d5c;
}
.cid-uaKYCdTT07 .navbar.opened {
  transition: all 0.3s;
}
.cid-uaKYCdTT07 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaKYCdTT07 .navbar .navbar-logo img {
  width: auto;
}
.cid-uaKYCdTT07 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaKYCdTT07 .navbar.collapsed {
  justify-content: center;
}
.cid-uaKYCdTT07 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaKYCdTT07 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uaKYCdTT07 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaKYCdTT07 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaKYCdTT07 .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-uaKYCdTT07 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaKYCdTT07 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaKYCdTT07 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaKYCdTT07 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaKYCdTT07 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaKYCdTT07 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaKYCdTT07 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaKYCdTT07 .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-uaKYCdTT07 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaKYCdTT07 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaKYCdTT07 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaKYCdTT07 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaKYCdTT07 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaKYCdTT07 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaKYCdTT07 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uaKYCdTT07 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uaKYCdTT07 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaKYCdTT07 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaKYCdTT07 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaKYCdTT07 .dropdown-item.active,
.cid-uaKYCdTT07 .dropdown-item:active {
  background-color: transparent;
}
.cid-uaKYCdTT07 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaKYCdTT07 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaKYCdTT07 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaKYCdTT07 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #150d5c;
}
.cid-uaKYCdTT07 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaKYCdTT07 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaKYCdTT07 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaKYCdTT07 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaKYCdTT07 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaKYCdTT07 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uaKYCdTT07 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaKYCdTT07 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaKYCdTT07 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaKYCdTT07 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaKYCdTT07 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaKYCdTT07 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaKYCdTT07 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaKYCdTT07 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaKYCdTT07 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaKYCdTT07 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaKYCdTT07 .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-uaKYCdTT07 .navbar {
    height: 70px;
  }
  .cid-uaKYCdTT07 .navbar.opened {
    height: auto;
  }
  .cid-uaKYCdTT07 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaKYCfkP1f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/main-b3-1-2000x1047.jpg");
}
.cid-uaKYCfkP1f .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uaKYCfkP1f .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uaKYCfkP1f .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uaKYCfkP1f .mbr-text,
.cid-uaKYCfkP1f .mbr-section-btn {
  color: #020e36;
}
.cid-uaKYCfS0ch {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/555-1029x733.jpg");
}
.cid-uaKYCgfHDd {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uaKYCgfHDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaKYCgfHDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaKYCgfHDd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaKYCgfHDd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaKYCgfHDd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaKYCgfHDd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uaKYCgfHDd .mbr-section-title {
  color: #ffffff;
}
.cid-uaKYCgfHDd .mbr-text,
.cid-uaKYCgfHDd .mbr-section-btn {
  color: #ffffff;
}
.cid-uaL5yJQeGm {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uaL5yJQeGm {
    align-items: center;
  }
  .cid-uaL5yJQeGm .row {
    justify-content: center;
  }
}
.cid-uaL5yJQeGm p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaL5yJQeGm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uaL5yJQeGm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uaL5yJQeGm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uaL5yJQeGm .content-wrap {
    width: 100%;
  }
}
.cid-uaL5yJQeGm .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaL5yJQeGm .mbr-text,
.cid-uaL5yJQeGm .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uaL5yJQeGm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uaKYCkfgO4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #232323;
}
.cid-uaKYCkfgO4 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uaKYCkfgO4 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uaKYCkfgO4 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uaKYCkfgO4 .media-container-row .img-item .img-caption {
  background: #232323;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uaKYCkfgO4 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uaKYCkfgO4 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uaKYCkfgO4 .img-item {
    width: 100% !important;
  }
  .cid-uaKYCkfgO4 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uaKYCkfgO4 P {
  color: #ffffff;
  text-align: left;
}
.cid-uaL5xPJQir {
  display: flex;
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #232323;
}
@media (min-width: 768px) {
  .cid-uaL5xPJQir {
    align-items: center;
  }
  .cid-uaL5xPJQir .row {
    justify-content: center;
  }
}
.cid-uaL5xPJQir p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaL5xPJQir .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uaL5xPJQir {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uaL5xPJQir .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uaL5xPJQir .content-wrap {
    width: 100%;
  }
}
.cid-uaL5xPJQir .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaL5xPJQir .mbr-text,
.cid-uaL5xPJQir .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uaL5xPJQir .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uaKYCkIaPp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaKYCkIaPp .mbr-section-title {
  color: #6e07b9;
  text-align: center;
}
.cid-uaKYCkIaPp .mbr-text {
  color: #1a449a;
  text-align: center;
}
.cid-uaKYCkIaPp .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uaKYCkIaPp .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uaKYCkIaPp .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff2600;
}
.cid-uaKYCkIaPp .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uaKYCkIaPp .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uaKYCkIaPp h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-uaKYCkIaPp h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-uaKYCkIaPp h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-uaKYCkIaPp h5 {
    margin-left: 0px;
  }
  .cid-uaKYCkIaPp h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-uaKYCkIaPp h5:hover:before {
    animation: none;
  }
}
.cid-uaKYCkIaPp .mbr-section-subtitle,
.cid-uaKYCkIaPp .content {
  color: #232323;
}
.cid-uaKYCkVLWm {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uaKYCkVLWm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaKYCkVLWm p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uaKYCkVLWm .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uaKYCkVLWm .mbr-section-btn a {
  margin: 0;
}
.cid-uaKYCkVLWm .mbr-text {
  color: #767676;
}
.cid-uaKYCkVLWm .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaKYCkVLWm .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uaKYCkVLWm H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-uaKYCkVLWm .card-title {
  text-align: center;
}
.cid-uaKYClDgxF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uaKYClDgxF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaKYClDgxF p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uaKYClDgxF .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uaKYClDgxF .mbr-section-btn a {
  margin: 0;
}
.cid-uaKYClDgxF .mbr-text {
  color: #767676;
}
.cid-uaKYClDgxF .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaKYClDgxF .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uaKYClDgxF H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-uaKYClDgxF .card-title {
  text-align: center;
}
.cid-uaKYCmIFcD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uaKYCmIFcD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaKYCmIFcD p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uaKYCmIFcD .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uaKYCmIFcD .mbr-section-btn a {
  margin: 0;
}
.cid-uaKYCmIFcD .mbr-text {
  color: #767676;
}
.cid-uaKYCmIFcD .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaKYCmIFcD .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uaKYCmIFcD H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-uaKYCmIFcD .card-title {
  text-align: center;
}
.cid-uaKYCnr4Cx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uaKYCnr4Cx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaKYCnr4Cx p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uaKYCnr4Cx .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uaKYCnr4Cx .mbr-section-btn a {
  margin: 0;
}
.cid-uaKYCnr4Cx .mbr-text {
  color: #767676;
}
.cid-uaKYCnr4Cx .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaKYCnr4Cx .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uaKYCnr4Cx H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-uaKYCnr4Cx .card-title {
  text-align: center;
}
.cid-uaKYCnODhe {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uaKYCnODhe h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uaKYCnODhe p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uaKYCnODhe .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uaKYCnODhe .mbr-section-btn a {
  margin: 0;
}
.cid-uaKYCnODhe .mbr-text {
  color: #767676;
}
.cid-uaKYCnODhe .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaKYCnODhe .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uaKYCnODhe H2 {
  text-align: center;
  color: #6e07b9;
}
.cid-uaKYCnODhe .card-title {
  text-align: center;
}
.cid-uaKYCodmoa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4dcfb;
}
.cid-uaKYCodmoa .mbr-section-title {
  color: #6e07b9;
  text-align: center;
}
.cid-uaKYCodmoa .mbr-text {
  color: #1a449a;
  text-align: center;
}
.cid-uaKYCodmoa .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uaKYCodmoa .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uaKYCodmoa .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff2600;
}
.cid-uaKYCodmoa .svg-top .st0 {
  fill: #f4dcfb;
}
@media (max-width: 992px) {
  .cid-uaKYCodmoa .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uaKYCodmoa h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-uaKYCodmoa h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-uaKYCodmoa h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-uaKYCodmoa h5 {
    margin-left: 0px;
  }
  .cid-uaKYCodmoa h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-uaKYCodmoa h5:hover:before {
    animation: none;
  }
}
.cid-uaKYCodmoa .mbr-section-subtitle,
.cid-uaKYCodmoa .content {
  color: #232323;
}
.cid-uaKYCouCEU {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #f4dcfb;
}
.cid-uaKYCoFuxi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6e07b9;
}
.cid-uaKYCoFuxi .media-container-row .mbr-text {
  color: #ffffff;
}
