body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #392a98 !important;
}
.bg-success {
  background-color: #e43f3f !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #392a98 !important;
  border-color: #392a98 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #201754 !important;
  border-color: #201754 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #201754 !important;
  border-color: #201754 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #edb5bf !important;
  border-color: #edb5bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #392a98;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #201754 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #392a98 !important;
  border-color: #392a98 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #edb5bf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dc6f83 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #edb5bf !important;
  border-color: #edb5bf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #392a98 !important;
}
.text-secondary {
  color: #edb5bf !important;
}
.text-success {
  color: #e43f3f !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1b1448 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d96378 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a61717 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #392a98;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #392a98;
  border-color: #392a98;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #392a98;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7a6bd6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #392a98 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #392a98;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #392a98;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #392a98;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #392a98;
  border-bottom-color: #392a98;
}
.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: #392a98 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #edb5bf !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23392a98' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sFGMsvHDIa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFGMsvHDIa nav.navbar {
  position: fixed;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #392a98 !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #e43f3f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #ffffff !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veYcRhm7vu {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veYcRhm7vu .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYcRhm7vu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veYcRhm7vu .mbr-section-title {
  color: #392a98;
}
.cid-veYcRhm7vu .mbr-section-title DIV {
  text-align: center;
}
.cid-veYcRhm7vu .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-veSfVe4S2X {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veSfVe4S2X .mbr-fallback-image.disabled {
  display: none;
}
.cid-veSfVe4S2X .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-veSfVe4S2X .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veSfVe4S2X .row {
  flex-direction: row-reverse;
}
.cid-veSfVe4S2X img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veSfVe4S2X .text-wrapper {
    padding: 2rem;
  }
}
.cid-vfg61HwyNf {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vfg61HwyNf .item:focus,
.cid-vfg61HwyNf span:focus {
  outline: none;
}
.cid-vfg61HwyNf .item {
  cursor: pointer;
}
.cid-vfg61HwyNf .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vfg61HwyNf .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vfg61HwyNf .grid-container-1,
.cid-vfg61HwyNf .grid-container-2,
.cid-vfg61HwyNf .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vfg61HwyNf .grid-container-1,
  .cid-vfg61HwyNf .grid-container-2,
  .cid-vfg61HwyNf .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-vfg61HwyNf .mbr-section-title {
  color: #000000;
}
.cid-vfg61HwyNf .mbr-text,
.cid-vfg61HwyNf .mbr-section-btn {
  color: #000000;
}
.cid-vfg61HwyNf .content-head {
  max-width: 800px;
}
.cid-vfg61HwyNf .container,
.cid-vfg61HwyNf .container-fluid {
  overflow: hidden;
}
.cid-vfg61HwyNf .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vfg61HwyNf .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfg61HwyNf .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vfg61HwyNf .grid-item img {
    min-width: 35vw;
  }
}
.cid-vfg61HwyNf .grid-container-1,
.cid-vfg61HwyNf .grid-container-2,
.cid-vfg61HwyNf .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vfg61HwyNf .grid-container-1 {
  align-items: flex-end;
}
.cid-vfg61HwyNf .grid-container-2 {
  align-items: flex-start;
}
.cid-vfg6taYUJI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfg6taYUJI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfg6taYUJI .item {
    margin-bottom: 1rem;
  }
}
.cid-vfg6taYUJI .item-wrapper {
  position: relative;
}
.cid-vfg6taYUJI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vfg6taYUJI .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vfg6taYUJI .carousel-control,
.cid-vfg6taYUJI .close {
  background: #1b1b1b;
}
.cid-vfg6taYUJI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfg6taYUJI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfg6taYUJI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfg6taYUJI .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfg6taYUJI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfg6taYUJI .close::before {
  content: '\e91a';
}
.cid-vfg6taYUJI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfg6taYUJI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfg6taYUJI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfg6taYUJI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfg6taYUJI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfg6taYUJI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfg6taYUJI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfg6taYUJI .carousel-indicators li.active,
.cid-vfg6taYUJI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfg6taYUJI .carousel-indicators li::after,
.cid-vfg6taYUJI .carousel-indicators li::before {
  content: none;
}
.cid-vfg6taYUJI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfg6taYUJI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfg6taYUJI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfg6taYUJI .carousel-indicators {
    display: none;
  }
}
.cid-vfg6taYUJI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfg6taYUJI .carousel-inner > .active {
  display: block;
}
.cid-vfg6taYUJI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfg6taYUJI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfg6taYUJI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfg6taYUJI .carousel-control,
  .cid-vfg6taYUJI .carousel-indicators,
  .cid-vfg6taYUJI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfg6taYUJI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfg6taYUJI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfg6taYUJI .carousel-indicators .active,
.cid-vfg6taYUJI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfg6taYUJI .carousel-indicators .active {
  background: #fff;
}
.cid-vfg6taYUJI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfg6taYUJI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfg6taYUJI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfg6taYUJI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfg6taYUJI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfg6taYUJI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfg6taYUJI .carousel {
  width: 100%;
}
.cid-vfg6taYUJI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfg6taYUJI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfg6taYUJI .modal.fade .modal-dialog,
.cid-vfg6taYUJI .modal.in .modal-dialog {
  transform: none;
}
.cid-vfg6taYUJI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfg6taYUJI .content-head {
  max-width: 800px;
}
.cid-veSgDcvNs4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veSgDcvNs4 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vffvuPQ20j {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vffvuPQ20j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vffvuPQ20j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vffvuPQ20j .mbr-text {
  color: #767676;
}
.cid-vffvuPQ20j .mbr-section-subtitle {
  color: #767676;
}
.cid-vffvuPQ20j .title .num {
  width: 100%;
  display: block;
}
.cid-vffvuPQ20j .title .card-title {
  z-index: 1;
}
.cid-vffvuPQ20j .num {
  color: #9fe870;
}
@media (max-width: 767px) {
  .cid-vffvuPQ20j * {
    text-align: center !important;
  }
  .cid-vffvuPQ20j .content-column {
    margin-bottom: 2rem;
  }
}
.cid-veYB0mN6gx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #392a98;
}
.cid-veYB0mN6gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYB0mN6gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veYB0mN6gx .mbr-section-title {
  color: #ffffff;
}
.cid-veYwPrDYad {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veYwPrDYad .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYwPrDYad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veYwPrDYad .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-veYwPrDYad img {
  margin: auto;
  width: 140px;
}
.cid-veYwPrDYad .row {
  align-items: flex-start;
}
.cid-veYwPrDYad .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-veYwPrDYad .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-veYwPrDYad .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veYwPrDYad .item-wrapper {
    padding: 1rem;
  }
}
.cid-veYwPrDYad .mbr-text,
.cid-veYwPrDYad .mbr-section-btn {
  text-align: center;
}
.cid-sFGNGNNW5A {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFGNGNNW5A img,
.cid-sFGNGNNW5A .item-img {
  width: 100%;
}
.cid-sFGNGNNW5A .item:focus,
.cid-sFGNGNNW5A span:focus {
  outline: none;
}
.cid-sFGNGNNW5A .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFGNGNNW5A .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sFGNGNNW5A .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFGNGNNW5A .mbr-section-title {
  color: #232323;
}
.cid-sFGNGNNW5A .mbr-text,
.cid-sFGNGNNW5A .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-sFGNGNNW5A .item-title {
  text-align: left;
}
.cid-sFGNGNNW5A .item-subtitle {
  text-align: left;
}
.cid-veYJu8lhBB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #392a98;
}
.cid-veYJu8lhBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYJu8lhBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veYJu8lhBB .mbr-section-title {
  color: #ffffff;
}
.cid-veXDZrhHQg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veXDZrhHQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-veXDZrhHQg .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-veXDZrhHQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veXDZrhHQg .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-veXDZrhHQg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veXDZrhHQg .card-title,
.cid-veXDZrhHQg .iconfont-wrapper {
  color: #000000;
}
.cid-veXDZrhHQg .card-text {
  color: #000000;
}
.cid-veXDZrhHQg .content-head {
  max-width: 800px;
}
.cid-veXDZrhHQg .mbr-section-title {
  color: #000000;
}
.cid-veXDZrhHQg .card-title,
.cid-veXDZrhHQg .img-wrapper {
  color: #0b54d7;
}
.cid-veSjMEV6sr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veYBnvora0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veYBnvora0 img,
.cid-veYBnvora0 .item-img {
  width: 100%;
}
.cid-veYBnvora0 .item:focus,
.cid-veYBnvora0 span:focus {
  outline: none;
}
.cid-veYBnvora0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veYBnvora0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veYBnvora0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veYBnvora0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veYBnvora0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veYBnvora0 .mbr-section-title {
  color: #232323;
}
.cid-veYBnvora0 .mbr-text,
.cid-veYBnvora0 .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-veYBnvora0 .item-title {
  text-align: left;
}
.cid-veYBnvora0 .item-subtitle {
  text-align: left;
}
.cid-veSl9GVcwY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-veSl9GVcwY img,
.cid-veSl9GVcwY .item-img {
  width: 100%;
}
.cid-veSl9GVcwY .item:focus,
.cid-veSl9GVcwY span:focus {
  outline: none;
}
.cid-veSl9GVcwY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veSl9GVcwY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veSl9GVcwY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veSl9GVcwY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veSl9GVcwY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veSl9GVcwY .mbr-section-title {
  color: #232323;
}
.cid-veSl9GVcwY .mbr-text,
.cid-veSl9GVcwY .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-veSl9GVcwY .item-title {
  text-align: left;
}
.cid-veSl9GVcwY .item-subtitle {
  text-align: left;
}
.cid-veSdNUnhRo {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-veSdNUnhRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-veSdNUnhRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-veSdNUnhRo .row {
    flex-direction: column-reverse;
  }
  .cid-veSdNUnhRo .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veSdNUnhRo .google-map {
  height: 100%;
  position: relative;
}
.cid-veSdNUnhRo .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veSdNUnhRo .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veSdNUnhRo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veSdNUnhRo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veSdNUnhRo .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-veSdNUnhRo .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-veSdNUnhRo .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-veSdNUnhRo .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veSdNUnhRo .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-veSdNUnhRo .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #392a98;
}
.cid-veSdNUnhRo .mbr-section-title {
  color: #392a98;
}
.cid-veZ1LiaIT7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-veZ1LiaIT7 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-veZ1LiaIT7 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-veZ1LiaIT7 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-veZ1LiaIT7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-veZ1LiaIT7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-veZ1LiaIT7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-veZ1LiaIT7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-veZ1LiaIT7 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-veZ1LiaIT7 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-veZ1LiaIT7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-veZ1LiaIT7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-veZ1LiaIT7 .copyright > p {
  color: #ffffff;
}
.cid-veZcHtv4Zs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veZcHtv4Zs nav.navbar {
  position: fixed;
}
.cid-veZcHtv4Zs .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-veZcHtv4Zs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veZcHtv4Zs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veZcHtv4Zs .dropdown-item:hover,
.cid-veZcHtv4Zs .dropdown-item:focus {
  background: #392a98 !important;
  color: white !important;
}
.cid-veZcHtv4Zs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veZcHtv4Zs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veZcHtv4Zs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veZcHtv4Zs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veZcHtv4Zs .nav-link {
  position: relative;
}
.cid-veZcHtv4Zs .container {
  display: flex;
  margin: auto;
}
.cid-veZcHtv4Zs .iconfont-wrapper {
  color: #e43f3f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veZcHtv4Zs .dropdown-menu,
.cid-veZcHtv4Zs .navbar.opened {
  background: #ffffff !important;
}
.cid-veZcHtv4Zs .nav-item:focus,
.cid-veZcHtv4Zs .nav-link:focus {
  outline: none;
}
.cid-veZcHtv4Zs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veZcHtv4Zs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veZcHtv4Zs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veZcHtv4Zs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veZcHtv4Zs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veZcHtv4Zs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veZcHtv4Zs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-veZcHtv4Zs .navbar.opened {
  transition: all 0.3s;
}
.cid-veZcHtv4Zs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veZcHtv4Zs .navbar .navbar-logo img {
  width: auto;
}
.cid-veZcHtv4Zs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veZcHtv4Zs .navbar.collapsed {
  justify-content: center;
}
.cid-veZcHtv4Zs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veZcHtv4Zs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veZcHtv4Zs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-veZcHtv4Zs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veZcHtv4Zs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veZcHtv4Zs .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-veZcHtv4Zs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veZcHtv4Zs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veZcHtv4Zs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veZcHtv4Zs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veZcHtv4Zs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veZcHtv4Zs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veZcHtv4Zs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veZcHtv4Zs .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-veZcHtv4Zs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veZcHtv4Zs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veZcHtv4Zs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veZcHtv4Zs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veZcHtv4Zs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veZcHtv4Zs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veZcHtv4Zs .navbar.navbar-short {
  min-height: 60px;
}
.cid-veZcHtv4Zs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veZcHtv4Zs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veZcHtv4Zs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veZcHtv4Zs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veZcHtv4Zs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veZcHtv4Zs .dropdown-item.active,
.cid-veZcHtv4Zs .dropdown-item:active {
  background-color: transparent;
}
.cid-veZcHtv4Zs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veZcHtv4Zs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veZcHtv4Zs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veZcHtv4Zs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veZcHtv4Zs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veZcHtv4Zs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veZcHtv4Zs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veZcHtv4Zs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veZcHtv4Zs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veZcHtv4Zs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veZcHtv4Zs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veZcHtv4Zs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veZcHtv4Zs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veZcHtv4Zs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veZcHtv4Zs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veZcHtv4Zs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veZcHtv4Zs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veZcHtv4Zs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veZcHtv4Zs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veZcHtv4Zs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veZcHtv4Zs .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-veZcHtv4Zs .navbar {
    height: 70px;
  }
  .cid-veZcHtv4Zs .navbar.opened {
    height: auto;
  }
  .cid-veZcHtv4Zs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veZcHyxfxN {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-veZcHyxfxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veZcHyxfxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-veZcHyxfxN .row {
    flex-direction: column-reverse;
  }
  .cid-veZcHyxfxN .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veZcHyxfxN .google-map {
  height: 100%;
  position: relative;
}
.cid-veZcHyxfxN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veZcHyxfxN .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veZcHyxfxN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veZcHyxfxN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veZcHyxfxN .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-veZcHyxfxN .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-veZcHyxfxN .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-veZcHyxfxN .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veZcHyxfxN .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-veZcHyxfxN .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #392a98;
}
.cid-veZcHyxfxN .mbr-section-title {
  color: #392a98;
}
.cid-vflb9AhuBs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #392a98;
}
.cid-vflb9AhuBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflb9AhuBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-vflb9AhuBs .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-vflb9AhuBs .mbr-section-title {
  color: #ffffff;
}
.cid-vflb9AhuBs .mbr-text,
.cid-vflb9AhuBs .mbr-section-btn {
  color: #ffffff;
}
.cid-vflb9AhuBs .content-head {
  max-width: 800px;
}
.cid-veZcHzsKN4 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-veZcHzsKN4 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-veZcHzsKN4 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-veZcHzsKN4 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-veZcHzsKN4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-veZcHzsKN4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-veZcHzsKN4 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-veZcHzsKN4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-veZcHzsKN4 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-veZcHzsKN4 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-veZcHzsKN4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-veZcHzsKN4 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-veZcHzsKN4 .copyright > p {
  color: #ffffff;
}
.cid-veYTjSS1JV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veYTjSS1JV nav.navbar {
  position: fixed;
}
.cid-veYTjSS1JV .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-veYTjSS1JV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veYTjSS1JV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veYTjSS1JV .dropdown-item:hover,
.cid-veYTjSS1JV .dropdown-item:focus {
  background: #392a98 !important;
  color: white !important;
}
.cid-veYTjSS1JV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veYTjSS1JV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veYTjSS1JV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veYTjSS1JV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veYTjSS1JV .nav-link {
  position: relative;
}
.cid-veYTjSS1JV .container {
  display: flex;
  margin: auto;
}
.cid-veYTjSS1JV .iconfont-wrapper {
  color: #e43f3f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veYTjSS1JV .dropdown-menu,
.cid-veYTjSS1JV .navbar.opened {
  background: #ffffff !important;
}
.cid-veYTjSS1JV .nav-item:focus,
.cid-veYTjSS1JV .nav-link:focus {
  outline: none;
}
.cid-veYTjSS1JV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veYTjSS1JV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veYTjSS1JV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veYTjSS1JV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veYTjSS1JV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veYTjSS1JV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veYTjSS1JV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-veYTjSS1JV .navbar.opened {
  transition: all 0.3s;
}
.cid-veYTjSS1JV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veYTjSS1JV .navbar .navbar-logo img {
  width: auto;
}
.cid-veYTjSS1JV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veYTjSS1JV .navbar.collapsed {
  justify-content: center;
}
.cid-veYTjSS1JV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veYTjSS1JV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veYTjSS1JV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-veYTjSS1JV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veYTjSS1JV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veYTjSS1JV .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-veYTjSS1JV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veYTjSS1JV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veYTjSS1JV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veYTjSS1JV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veYTjSS1JV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veYTjSS1JV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veYTjSS1JV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veYTjSS1JV .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-veYTjSS1JV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veYTjSS1JV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veYTjSS1JV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veYTjSS1JV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veYTjSS1JV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veYTjSS1JV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veYTjSS1JV .navbar.navbar-short {
  min-height: 60px;
}
.cid-veYTjSS1JV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veYTjSS1JV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veYTjSS1JV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veYTjSS1JV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veYTjSS1JV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veYTjSS1JV .dropdown-item.active,
.cid-veYTjSS1JV .dropdown-item:active {
  background-color: transparent;
}
.cid-veYTjSS1JV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veYTjSS1JV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veYTjSS1JV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veYTjSS1JV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veYTjSS1JV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veYTjSS1JV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veYTjSS1JV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veYTjSS1JV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veYTjSS1JV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veYTjSS1JV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veYTjSS1JV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veYTjSS1JV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veYTjSS1JV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veYTjSS1JV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veYTjSS1JV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veYTjSS1JV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veYTjSS1JV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veYTjSS1JV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veYTjSS1JV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veYTjSS1JV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veYTjSS1JV .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-veYTjSS1JV .navbar {
    height: 70px;
  }
  .cid-veYTjSS1JV .navbar.opened {
    height: auto;
  }
  .cid-veYTjSS1JV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veYTjTkLTO {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #392a98;
}
.cid-veYTjTkLTO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYTjTkLTO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veYTjTkLTO .mbr-section-title {
  color: #ffffff;
}
.cid-veYTjTkLTO .mbr-section-title DIV {
  text-align: center;
}
.cid-veYTjTkLTO .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-veYTjUlxwN {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veYTjUlxwN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYTjUlxwN .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-veYTjUlxwN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veYTjUlxwN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veYTjUlxwN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veYTjUlxwN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veYTjUlxwN .mbr-section-title {
  color: #392a98;
}
.cid-veYTjUlxwN .mbr-text,
.cid-veYTjUlxwN .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veYTjURSZO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veYTjURSZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYTjURSZO .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-veYTjURSZO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veYTjURSZO .row {
  flex-direction: row-reverse;
}
.cid-veYTjURSZO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veYTjURSZO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veYTjURSZO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veYTjURSZO .mbr-section-title {
  color: #392a98;
}
.cid-veYTjURSZO .mbr-text,
.cid-veYTjURSZO .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veZ1LiaIT7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-veZ1LiaIT7 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-veZ1LiaIT7 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-veZ1LiaIT7 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-veZ1LiaIT7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-veZ1LiaIT7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-veZ1LiaIT7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-veZ1LiaIT7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-veZ1LiaIT7 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-veZ1LiaIT7 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-veZ1LiaIT7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-veZ1LiaIT7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-veZ1LiaIT7 .copyright > p {
  color: #ffffff;
}
.cid-veYOQOrKdE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veYOQOrKdE nav.navbar {
  position: fixed;
}
.cid-veYOQOrKdE .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-veYOQOrKdE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veYOQOrKdE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veYOQOrKdE .dropdown-item:hover,
.cid-veYOQOrKdE .dropdown-item:focus {
  background: #392a98 !important;
  color: white !important;
}
.cid-veYOQOrKdE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veYOQOrKdE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veYOQOrKdE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veYOQOrKdE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veYOQOrKdE .nav-link {
  position: relative;
}
.cid-veYOQOrKdE .container {
  display: flex;
  margin: auto;
}
.cid-veYOQOrKdE .iconfont-wrapper {
  color: #e43f3f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veYOQOrKdE .dropdown-menu,
.cid-veYOQOrKdE .navbar.opened {
  background: #ffffff !important;
}
.cid-veYOQOrKdE .nav-item:focus,
.cid-veYOQOrKdE .nav-link:focus {
  outline: none;
}
.cid-veYOQOrKdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veYOQOrKdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veYOQOrKdE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veYOQOrKdE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veYOQOrKdE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veYOQOrKdE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veYOQOrKdE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-veYOQOrKdE .navbar.opened {
  transition: all 0.3s;
}
.cid-veYOQOrKdE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veYOQOrKdE .navbar .navbar-logo img {
  width: auto;
}
.cid-veYOQOrKdE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veYOQOrKdE .navbar.collapsed {
  justify-content: center;
}
.cid-veYOQOrKdE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veYOQOrKdE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veYOQOrKdE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-veYOQOrKdE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veYOQOrKdE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veYOQOrKdE .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-veYOQOrKdE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veYOQOrKdE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veYOQOrKdE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veYOQOrKdE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veYOQOrKdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veYOQOrKdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veYOQOrKdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veYOQOrKdE .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-veYOQOrKdE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veYOQOrKdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veYOQOrKdE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veYOQOrKdE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veYOQOrKdE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veYOQOrKdE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veYOQOrKdE .navbar.navbar-short {
  min-height: 60px;
}
.cid-veYOQOrKdE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veYOQOrKdE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veYOQOrKdE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veYOQOrKdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veYOQOrKdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veYOQOrKdE .dropdown-item.active,
.cid-veYOQOrKdE .dropdown-item:active {
  background-color: transparent;
}
.cid-veYOQOrKdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veYOQOrKdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veYOQOrKdE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veYOQOrKdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veYOQOrKdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veYOQOrKdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veYOQOrKdE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veYOQOrKdE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veYOQOrKdE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veYOQOrKdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veYOQOrKdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veYOQOrKdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veYOQOrKdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veYOQOrKdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veYOQOrKdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veYOQOrKdE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veYOQOrKdE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veYOQOrKdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veYOQOrKdE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veYOQOrKdE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veYOQOrKdE .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-veYOQOrKdE .navbar {
    height: 70px;
  }
  .cid-veYOQOrKdE .navbar.opened {
    height: auto;
  }
  .cid-veYOQOrKdE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veYP2ZQ5fk {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #392a98;
}
.cid-veYP2ZQ5fk .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYP2ZQ5fk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veYP2ZQ5fk .mbr-section-title {
  color: #ffffff;
}
.cid-veYP2ZQ5fk .mbr-section-title DIV {
  text-align: center;
}
.cid-veYP2ZQ5fk .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-veYOQOVucQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veYOQOVucQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYOQOVucQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veYOQOVucQ .mbr-section-title {
  color: #392a98;
}
.cid-veYOQOVucQ .mbr-section-title DIV {
  text-align: center;
}
.cid-veYOQOVucQ .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-veYOQSbLOq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veYQgDpLnj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veYQgDpLnj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYQgDpLnj .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-veYQgDpLnj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veYQgDpLnj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veYQgDpLnj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veYQgDpLnj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veYQgDpLnj .mbr-section-title {
  color: #392a98;
}
.cid-veYQgDpLnj .mbr-text,
.cid-veYQgDpLnj .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veYQH0l1Bb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veYQH0l1Bb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYQH0l1Bb .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-veYQH0l1Bb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veYQH0l1Bb .row {
  flex-direction: row-reverse;
}
.cid-veYQH0l1Bb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veYQH0l1Bb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veYQH0l1Bb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veYQH0l1Bb .mbr-section-title {
  color: #392a98;
}
.cid-veYQH0l1Bb .mbr-text,
.cid-veYQH0l1Bb .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veYQX4Btnb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veYQX4Btnb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYQX4Btnb .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-veYQX4Btnb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veYQX4Btnb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veYQX4Btnb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veYQX4Btnb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veYQX4Btnb .mbr-section-title {
  color: #392a98;
}
.cid-veYQX4Btnb .mbr-text,
.cid-veYQX4Btnb .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veYRhpZIbl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veYRhpZIbl .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYRhpZIbl .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-veYRhpZIbl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veYRhpZIbl .row {
  flex-direction: row-reverse;
}
.cid-veYRhpZIbl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veYRhpZIbl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veYRhpZIbl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veYRhpZIbl .mbr-section-title {
  color: #392a98;
}
.cid-veYRhpZIbl .mbr-text,
.cid-veYRhpZIbl .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veYRtJrVJ4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veYRtJrVJ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYRtJrVJ4 .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-veYRtJrVJ4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veYRtJrVJ4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veYRtJrVJ4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veYRtJrVJ4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veYRtJrVJ4 .mbr-section-title {
  color: #392a98;
}
.cid-veYRtJrVJ4 .mbr-text,
.cid-veYRtJrVJ4 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veZ1LiaIT7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-veZ1LiaIT7 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-veZ1LiaIT7 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-veZ1LiaIT7 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-veZ1LiaIT7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-veZ1LiaIT7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-veZ1LiaIT7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-veZ1LiaIT7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-veZ1LiaIT7 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-veZ1LiaIT7 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-veZ1LiaIT7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-veZ1LiaIT7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-veZ1LiaIT7 .copyright > p {
  color: #ffffff;
}
.cid-veYK5DMD2L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veYK5DMD2L nav.navbar {
  position: fixed;
}
.cid-veYK5DMD2L .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-veYK5DMD2L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veYK5DMD2L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veYK5DMD2L .dropdown-item:hover,
.cid-veYK5DMD2L .dropdown-item:focus {
  background: #392a98 !important;
  color: white !important;
}
.cid-veYK5DMD2L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veYK5DMD2L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veYK5DMD2L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veYK5DMD2L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veYK5DMD2L .nav-link {
  position: relative;
}
.cid-veYK5DMD2L .container {
  display: flex;
  margin: auto;
}
.cid-veYK5DMD2L .iconfont-wrapper {
  color: #e43f3f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veYK5DMD2L .dropdown-menu,
.cid-veYK5DMD2L .navbar.opened {
  background: #ffffff !important;
}
.cid-veYK5DMD2L .nav-item:focus,
.cid-veYK5DMD2L .nav-link:focus {
  outline: none;
}
.cid-veYK5DMD2L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veYK5DMD2L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veYK5DMD2L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veYK5DMD2L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veYK5DMD2L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veYK5DMD2L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veYK5DMD2L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-veYK5DMD2L .navbar.opened {
  transition: all 0.3s;
}
.cid-veYK5DMD2L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veYK5DMD2L .navbar .navbar-logo img {
  width: auto;
}
.cid-veYK5DMD2L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veYK5DMD2L .navbar.collapsed {
  justify-content: center;
}
.cid-veYK5DMD2L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veYK5DMD2L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veYK5DMD2L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-veYK5DMD2L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veYK5DMD2L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veYK5DMD2L .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-veYK5DMD2L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veYK5DMD2L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veYK5DMD2L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veYK5DMD2L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veYK5DMD2L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veYK5DMD2L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veYK5DMD2L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veYK5DMD2L .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-veYK5DMD2L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veYK5DMD2L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veYK5DMD2L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veYK5DMD2L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veYK5DMD2L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veYK5DMD2L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veYK5DMD2L .navbar.navbar-short {
  min-height: 60px;
}
.cid-veYK5DMD2L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veYK5DMD2L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veYK5DMD2L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veYK5DMD2L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veYK5DMD2L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veYK5DMD2L .dropdown-item.active,
.cid-veYK5DMD2L .dropdown-item:active {
  background-color: transparent;
}
.cid-veYK5DMD2L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veYK5DMD2L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veYK5DMD2L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veYK5DMD2L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veYK5DMD2L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veYK5DMD2L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veYK5DMD2L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veYK5DMD2L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veYK5DMD2L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veYK5DMD2L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veYK5DMD2L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veYK5DMD2L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veYK5DMD2L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veYK5DMD2L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veYK5DMD2L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veYK5DMD2L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veYK5DMD2L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veYK5DMD2L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veYK5DMD2L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veYK5DMD2L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veYK5DMD2L .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-veYK5DMD2L .navbar {
    height: 70px;
  }
  .cid-veYK5DMD2L .navbar.opened {
    height: auto;
  }
  .cid-veYK5DMD2L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veYK5EdbTy {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #392a98;
}
.cid-veYK5EdbTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYK5EdbTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veYK5EdbTy .mbr-section-title {
  color: #ffffff;
}
.cid-veYK5EdbTy .mbr-section-title DIV {
  text-align: center;
}
.cid-veYK5EdbTy .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-veYK5HEdbv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veYLzl74gv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #392a98;
}
.cid-veYLzl74gv .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYLzl74gv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veYLzl74gv .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-veYLzl74gv .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veYLzl74gv .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-veYLzl74gv .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-veYLzl74gv .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-veYLzl74gv .image-wrapper {
  padding: 0 1rem;
}
.cid-veYLzl74gv img,
.cid-veYLzl74gv .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-veYLzl74gv img,
  .cid-veYLzl74gv .image-wrapper {
    max-height: 350px;
  }
}
.cid-veYLzl74gv .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-veYLzl74gv .mbr-text {
  color: #000000;
}
.cid-veYLzl74gv .mbr-text,
.cid-veYLzl74gv .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-veYK5FxUpf {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veYK5FxUpf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veYK5FxUpf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veYK5FxUpf .mbr-section-title {
  color: #392a98;
}
.cid-vffx7sG4QX {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vffx7sG4QX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vffx7sG4QX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vffx7sG4QX .mbr-text {
  color: #767676;
}
.cid-vffx7sG4QX .mbr-section-subtitle {
  color: #767676;
}
.cid-vffx7sG4QX .title .num {
  width: 100%;
  display: block;
}
.cid-vffx7sG4QX .title .card-title {
  z-index: 1;
}
.cid-vffx7sG4QX .num {
  color: #9fe870;
}
@media (max-width: 767px) {
  .cid-vffx7sG4QX * {
    text-align: center !important;
  }
  .cid-vffx7sG4QX .content-column {
    margin-bottom: 2rem;
  }
}
.cid-veYMOxXU2i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veYN3ndeZu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veYNb3AVgj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veZcbwrHk7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-veZcbwrHk7 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-veZcbwrHk7 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-veZcbwrHk7 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-veZcbwrHk7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-veZcbwrHk7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-veZcbwrHk7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-veZcbwrHk7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-veZcbwrHk7 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-veZcbwrHk7 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-veZcbwrHk7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-veZcbwrHk7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-veZcbwrHk7 .copyright > p {
  color: #ffffff;
}
